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

Revision: 54156
Author:   mkroetzsch
Date:     2009-08-01 17:07:40 +0000 (Sat, 01 Aug 2009)

Log Message:
-----------
add some todos

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/languages/SMW_Language.php

Modified: trunk/extensions/SemanticMediaWiki/languages/SMW_Language.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/languages/SMW_Language.php       
2009-08-01 17:05:15 UTC (rev 54155)
+++ trunk/extensions/SemanticMediaWiki/languages/SMW_Language.php       
2009-08-01 17:07:40 UTC (rev 54156)
@@ -92,7 +92,9 @@
        }
 
        /**
-        * Function looks up a month and returns the corresponding number (e.g. 
No
+        * Function looks up a month and returns the corresponding number.
+        * @todo Should we add functionality to ignore case here?
+        * @todo Should there be prefix string matching instead of two arrays 
for full and short names?
         */
        function findMonth($label) {
                $id = array_search($label, $this->m_months);



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to