Index: openacs-4/packages/forums/catalog/forums.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/catalog/forums.en_US.ISO-8859-1.xml,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/forums/catalog/forums.en_US.ISO-8859-1.xml 11 Nov 2002 19:23:16 -0000 1.3 +++ openacs-4/packages/forums/catalog/forums.en_US.ISO-8859-1.xml 11 Dec 2002 13:32:47 -0000 1.4 @@ -1,112 +1,115 @@ - + - Subject - None - Post to Forum: - Format - Post a Reply - New Forum - Manage/Moderate - open - Please confirm the following post: - Subscribe? - No Postings. - This forum is - delete - Would you like to attach a file to this message? - reply - Attach? - reject - moderated - Create a New Forum - Edit - Re: - Pending Threads Active Forums - enable - disable it - Confirm Delete: - You either have to post to a forum or in reply to another message - Manage - yes - Name - Message ID - You may + Administer + Administration + approve + Are you sure you want to delete this message and <strong>all replies to it</strong>? + Attach? Attachments: - Create New Forum - no + Author Body - wrote: + by Date + by Forum Charter - Post a New Message - Author - Replies - forum ID - (Note that you are already subscribed to the forum as a whole. You may get duplicate notifications.) - One Message - Email - Need to provide a message to display. - Post a Message + closed + Confirm? + Confirm Delete: + Confirm Post to Forum: + Create a New Forum + Create New Forum + delete + disable + disable it + disabled + Disabled Forums + Edit + edit + Edit forum Edit Message: - Forum Posting - ForumID - Administer - Forums Administration - One Thread + Email + email + Email Message: Email to a friend - Are you sure you want to delete this message and <strong>all replies to it</strong>? - View - Posting Policy - Posting history for - enabled + enable enable it - Presentation - Administration + enabled Entire Thread - edit - Confirm? - No Forums - Last Post + Flat + Format + Forum + Forum: + Forum ID + forum ID Forum Name - Yes - Posting Date - Manage Forum: + Forum Posting + ForumID + Forums + Forums: Posting history for + Fwd: + html + Last Post Email a copy of the following message: - by Forum - Your Note - Email Message: + Forums Administration + Need to provide a message to display. + need to provide a message to display attachments! + (Note that you are already subscribed to the forum as a whole. You may get duplicate notifications.) + Please confirm the following post: + Please enter a message + Please enter a subject + Users Can Create New Threads + Would you like to attach a file to this message? Would you like to subscribe to responses? + You either have to post to a forum or in reply to another message + Manage + Manage Forum: + Manage/Moderate + Message ID + moderated + Name + New Forum No - Forums: Posting history for - parent ID - by Date - Search: - Search Forums - closed - Threads - disable - Forums - On - Forum ID - Edit forum - email - disabled - need to provide a message to display attachments! - Forum - Disabled Forums + no + No Forums No Messages + No Postings. + None + On + One Message + One Thread + open + parent ID + Pending Threads + Post a Message + Post a New Message + Post a Reply + Post to Forum: + Posted + Posting Date Posting History - Users Can Create New Threads - approve - Confirm Post to Forum: + Posting history for + Posting Policy + Presentation + Re: + reject + Replies + reply Search: Search - Posted - Fwd: + Search: + Search Forums + Subject + Subscribe? text - Please enter a subject - Please enter a message - Forum: + This forum is + Threaded + Threads + View + wrote: + Yes + yes + You may + Your Note Index: openacs-4/packages/forums/www/forum-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/forum-view.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/forums/www/forum-view.tcl 4 Dec 2002 09:46:40 -0000 1.12 +++ openacs-4/packages/forums/www/forum-view.tcl 11 Dec 2002 13:33:01 -0000 1.13 @@ -66,7 +66,7 @@ set query messages_select_moderator } -db_multirow -extend { last_post_pretty } messages $query {} { +db_multirow -extend { last_child_post_pretty } messages $query {} { set last_child_post_pretty [lc_time_fmt $last_child_post_ansi "%x %X"] } Index: openacs-4/packages/forums/www/admin/forum-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/admin/forum-new.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/forums/www/admin/forum-new.tcl 30 Nov 2002 17:35:58 -0000 1.11 +++ openacs-4/packages/forums/www/admin/forum-new.tcl 11 Dec 2002 13:33:19 -0000 1.12 @@ -38,7 +38,7 @@ -label [_ forums.Presentation] \ -datatype text \ -widget select \ - -options {{Flat flat} {Threaded threaded}} + -options [list [list [_ forums.Flat] flat] [list [_ forums.Threaded] threaded]] element create forum posting_policy \ -label [_ forums.Posting_Policy] \