From: Eloi G. <ada...@us...> - 2004-08-21 17:03:06
|
Update of /cvsroot/phpwebsite-comm/modules/article/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29156/conf Modified Files: boost.php help.php Log Message: 2.5 Release Files Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/boost.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** boost.php 19 Jul 2004 22:20:20 -0000 1.11 --- boost.php 21 Aug 2004 17:02:10 -0000 1.12 *************** *** 19,23 **** $admin_mod = 1; $active = 'on'; ! $version = '2.4'; $mod_class_files = array('ArticleManager.php', --- 19,23 ---- $admin_mod = 1; $active = 'on'; ! $version = '2.5'; $mod_class_files = array('ArticleManager.php', Index: help.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/help.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** help.php 18 Jun 2004 23:31:08 -0000 1.4 --- help.php 21 Aug 2004 17:02:10 -0000 1.5 *************** *** 153,155 **** --- 153,158 ---- $lock_expiration_time = 'Lock Expiration Time'; $lock_expiration_time = 'Once someone starts editing an article, noone else can open it for editing until either they save it, press the "Cancel Editing" or "Back to Menu" buttons, or this amount of time has passed.'; + + $history_picker = 'Viewing Revision Histories'; + $history_picker = 'Ever wonder what changes an article went through between then and now? Here is where you can find out. This screen gives you 4 main options<br /><br /><b>Compare Against Current</b><br />Selecting one of the "Current" links will show you what text has been changed between the corresponding article and the current version. <br /><br /><b>Compare Against Previous</b><br />Selecting one of the "Last" links will show you what text has been changed between the corresponding article and the next oldest version.<br /><br /><b>Compare Against Selected</b><br />The 2 colums of buttons let you select two specific versions that you\'d like to compare.<br /><br /><b>See Specific Version</b><br />If you want to see what a specific version of this article looked like, click on the version number on the left side of the list. A new page will open containing that version.'; ?> |