CVS update: /cowiki/includes/cowiki/locale/, /cowiki/htdocs/

[email protected] 13 Sep 2005 01:15:27 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/09/12 18:15:27

Modified:
   cowiki/includes/cowiki/locale/error.cat
   cowiki/htdocs/status.php

Log:
 Added new error 426: Missing change log

File Changes:

Directory: /cowiki/includes/cowiki/locale/
==========================================

File [changed]: error.cat
Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/locale/error.cat?r1=1.18&r2=1.19
Delta lines:  +2 -1
-------------------
--- error.cat	16 Jan 2005 23:31:01 -0000	1.18
+++ error.cat	13 Sep 2005 01:15:25 -0000	1.19
@@ -4,7 +4,7 @@
 
     Copyright (C) Daniel T. Gorski, <[email protected]>
 
-    $Id: error.cat,v 1.18 2005/01/16 23:31:01 dgorski Exp $
+    $Id: error.cat,v 1.19 2005/09/13 01:15:25 dgorski Exp $
 
     This file is part of coWiki. coWiki is free software under the terms of
     the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -73,6 +73,7 @@
     $__['423'] = 'Missing document name.';
     $__['424'] = 'Missing subject.';
     $__['425'] = 'Missing content.';
+    $__['426'] = 'Missing change log.';
 
     $__['430'] = 'No items selected.';
     $__['431'] = 'Can\'t delete. Directory is not empty.';

Directory: /cowiki/htdocs/
==========================

File [changed]: status.php
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/status.php?r1=1.42&r2=1.43
Delta lines:  +10 -3
--------------------
--- status.php	24 May 2005 17:03:08 -0000	1.42
+++ status.php	13 Sep 2005 01:15:25 -0000	1.43
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: status.php,v 1.42 2005/05/24 17:03:08 dgorski Exp $
+ * $Id: status.php,v 1.43 2005/09/13 01:15:25 dgorski Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -16,7 +16,7 @@
  * @author     Daniel T. Gorski, <[email protected]>
  * @copyright  (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license    http://www.gnu.org/licenses/gpl.html
- * @version    $Revision: 1.42 $
+ * @version    $Revision: 1.43 $
  *
  */
 
@@ -269,7 +269,7 @@
 // ------------------------------------------------------------------------
 
 $aStatus[424]=  'Missing subject.';
-$aReason[424]=  'You did enter a subject for your posting.';
+$aReason[424]=  'You did not enter a subject for your posting.';
 $aSolve [424]=  'Enter a suggestive subject for your posting.';
 
 // ------------------------------------------------------------------------
@@ -278,6 +278,13 @@
 $aReason[425]=  'What do you think you are doing here? Nonsense? Are you
                  serious?';
 $aSolve [425]=  'Try it with your keyboard and the big text area.';
+
+// ------------------------------------------------------------------------
+
+$aStatus[426]=  'Missing change log.';
+$aReason[426]=  'You did not enter the change log.';
+$aSolve [426]=  'Enter a short summary of the changes you have made to
+                the document.';
 
 // ------------------------------------------------------------------------