http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73694

Revision: 73694
Author:   neilk
Date:     2010-09-24 23:08:27 +0000 (Fri, 24 Sep 2010)

Log Message:
-----------
removing idea of Stash namespace -- doing this differently now

Modified Paths:
--------------
    branches/uploadwizard/phase3/includes/Defines.php
    branches/uploadwizard/phase3/includes/Namespace.php

Modified: branches/uploadwizard/phase3/includes/Defines.php
===================================================================
--- branches/uploadwizard/phase3/includes/Defines.php   2010-09-24 23:02:28 UTC 
(rev 73693)
+++ branches/uploadwizard/phase3/includes/Defines.php   2010-09-24 23:08:27 UTC 
(rev 73694)
@@ -63,7 +63,6 @@
 define('NS_HELP_TALK', 13);
 define('NS_CATEGORY', 14);
 define('NS_CATEGORY_TALK', 15);
-define('NS_STASH', 16);
 /**
  * NS_IMAGE and NS_IMAGE_TALK are the pre-v1.14 names for NS_FILE and
  * NS_FILE_TALK respectively, and are kept for compatibility.

Modified: branches/uploadwizard/phase3/includes/Namespace.php
===================================================================
--- branches/uploadwizard/phase3/includes/Namespace.php 2010-09-24 23:02:28 UTC 
(rev 73693)
+++ branches/uploadwizard/phase3/includes/Namespace.php 2010-09-24 23:08:27 UTC 
(rev 73694)
@@ -25,8 +25,7 @@
        NS_HELP             => 'Help',
        NS_HELP_TALK        => 'Help_talk',
        NS_CATEGORY         => 'Category',
-       NS_CATEGORY_TALK    => 'Category_talk',
-       NS_STASH            => 'Stash'
+       NS_CATEGORY_TALK    => 'Category_talk'
 );
 
 /// @todo UGLY UGLY



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to