User "Awjrichards" changed the status of MediaWiki.r94677.

Old Status: new
New Status: fixme

User "Awjrichards" also posted a comment on MediaWiki.r94677.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94677#c21150
Commit summary:

more work on campaign log filtering

Comment:

iirc, 
<pre>
+               $years = range( 2010, 2016 );
+               $months = CentralNotice::paddedRange( 1, 12 );
+               $days = CentralNotice::paddedRange( 1, 31 );
</pre>
this happens in other places in CN code.  I suggest functionalizing this so if 
it needs to change you don't need to hunt it down in every place you're doing 
it.

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

Reply via email to