[MediaWiki-CVS] SVN: [100933] trunk/phase3/tests/parser/parserTest.inc

2011-10-26 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100933 Revision: 100933 Author: aaron Date: 2011-10-27 01:44:58 + (Thu, 27 Oct 2011) Log Message: --- Quick and ugly fix to stop installs with CACHE_DB from immediately failing with DB errors. Something is wonked

[MediaWiki-CVS] SVN: [100716] trunk/phase3/includes/filerepo/LocalFile.php

2011-10-25 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100716 Revision: 100716 Author: aaron Date: 2011-10-25 17:19:28 + (Tue, 25 Oct 2011) Log Message: --- Added temporary LocalFilePurgeThumbnails hook for bug 27641 Modified Paths: -- trunk/phase3/includes

[MediaWiki-CVS] SVN: [100722] trunk/phase3/includes

2011-10-25 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100722 Revision: 100722 Author: aaron Date: 2011-10-25 18:19:26 + (Tue, 25 Oct 2011) Log Message: --- * Removed $wgRCShowChangedSize check in sp:Contributions for size diffs since this isn't RC * Replaced revision size

[MediaWiki-CVS] SVN: [100782] trunk/phase3

2011-10-25 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100782 Revision: 100782 Author: aaron Date: 2011-10-26 04:13:05 + (Wed, 26 Oct 2011) Log Message: --- FU r100535: * Added thumb-handler.php5 file * Moved 404.php to thumb-handler.php as wfDisplay404Error() * Removed excess

[MediaWiki-CVS] SVN: [100791] trunk/phase3/includes/revisiondelete/RevisionDelete.php

2011-10-25 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100791 Revision: 100791 Author: aaron Date: 2011-10-26 05:12:07 + (Wed, 26 Oct 2011) Log Message: --- Fixed 'Fatal error: Cannot access protected property Revision::$mDeleted in C:\wamp\www\MW_trunk\includes\revisiondelete

[MediaWiki-CVS] SVN: [100636] trunk/extensions/FlaggedRevs/FlaggedRevs.config.php

2011-10-24 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100636 Revision: 100636 Author: aaron Date: 2011-10-24 19:16:47 + (Mon, 24 Oct 2011) Log Message: --- Removed 'reviewer' from bureaucrat addgroups/removegroups. Redundant on stock configs and adds config clutter. Modified

[MediaWiki-CVS] SVN: [100653] trunk/phase3/includes/Wiki.php

2011-10-24 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100653 Revision: 100653 Author: aaron Date: 2011-10-24 22:19:02 + (Mon, 24 Oct 2011) Log Message: --- FU r100645: don't pass unused param Modified Paths: -- trunk/phase3/includes/Wiki.php Modified: trunk

[MediaWiki-CVS] SVN: [100655] branches/wmf/1.18wmf1/includes

2011-10-24 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100655 Revision: 100655 Author: aaron Date: 2011-10-24 22:27:38 + (Mon, 24 Oct 2011) Log Message: --- MFT r99323, r99349 - 'Only spread blocks on page edit/move attempts via spreadAnyEditBlock()...' Modified Paths

[MediaWiki-CVS] SVN: [100657] branches/wmf/1.18wmf1/includes

2011-10-24 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100657 Revision: 100657 Author: aaron Date: 2011-10-24 22:33:17 + (Mon, 24 Oct 2011) Log Message: --- Fixed merge mismatches in r100655 Modified Paths: -- branches/wmf/1.18wmf1/includes/User.php branches

[MediaWiki-CVS] SVN: [100658] branches/wmf/1.18wmf1/includes/User.php

2011-10-24 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100658 Revision: 100658 Author: aaron Date: 2011-10-24 22:38:20 + (Mon, 24 Oct 2011) Log Message: --- Fix r100657, just use wfGetIP()...sigh Modified Paths: -- branches/wmf/1.18wmf1/includes/User.php Modified

[MediaWiki-CVS] SVN: [100667] trunk/extensions/SwiftMedia

2011-10-24 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100667 Revision: 100667 Author: aaron Date: 2011-10-25 00:10:50 + (Tue, 25 Oct 2011) Log Message: --- Add some quick dirty fake cloudfiles classes for local testing. Objects are just stored to FS. Added Paths

[MediaWiki-CVS] SVN: [100676] trunk/phase3/includes/filerepo/LocalFile.php

2011-10-24 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100676 Revision: 100676 Author: aaron Date: 2011-10-25 05:20:01 + (Tue, 25 Oct 2011) Log Message: --- Marked purgeThumbList() protected Modified Paths: -- trunk/phase3/includes/filerepo/LocalFile.php Modified

[MediaWiki-CVS] SVN: [100526] trunk/tools/upload-scripts/404.php

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100526 Revision: 100526 Author: aaron Date: 2011-10-23 06:23:31 + (Sun, 23 Oct 2011) Log Message: --- Removed commented out code Modified Paths: -- trunk/tools/upload-scripts/404.php Modified: trunk/tools

[MediaWiki-CVS] SVN: [100535] trunk/phase3

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100535 Revision: 100535 Author: aaron Date: 2011-10-23 09:36:35 + (Sun, 23 Oct 2011) Log Message: --- Added a basic thumb-handler.php file, configured via thumb.config.php. The code is based on the wmf thumb handler

[MediaWiki-CVS] SVN: [100536] trunk/phase3/includes/EditPage.php

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100536 Revision: 100536 Author: aaron Date: 2011-10-23 09:38:52 + (Sun, 23 Oct 2011) Log Message: --- Use getId() accessors for Revision object (fixes fatal) Modified Paths: -- trunk/phase3/includes

[MediaWiki-CVS] SVN: [100537] trunk/phase3

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100537 Revision: 100537 Author: aaron Date: 2011-10-23 09:51:13 + (Sun, 23 Oct 2011) Log Message: --- Reverted r99195 quick-fix per r99897 Modified Paths: -- trunk/phase3/languages/messages/MessagesEn.php

[MediaWiki-CVS] SVN: [100538] trunk/phase3/includes/actions/HistoryAction.php

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100538 Revision: 100538 Author: aaron Date: 2011-10-23 10:15:51 + (Sun, 23 Oct 2011) Log Message: --- Removed wrong comment in doBatchLookups() Modified Paths: -- trunk/phase3/includes/actions

[MediaWiki-CVS] SVN: [100570] trunk/extensions/CheckUser

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100570 Revision: 100570 Author: aaron Date: 2011-10-24 02:07:29 + (Mon, 24 Oct 2011) Log Message: --- Moved CU table pruning to ArticleEditUpdatesDeleteFromRecentchanges hook for a bit more consistency with core Modified

[MediaWiki-CVS] SVN: [100571] branches/wmf/1.18wmf1/resources/jquery.ui/themes/vector/ images

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100571 Revision: 100571 Author: aaron Date: 2011-10-24 02:10:20 + (Mon, 24 Oct 2011) Log Message: --- MFT r100569 - 'Update green buttons to a color that doesn't clash with Vector.' Modified Paths

[MediaWiki-CVS] SVN: [100573] trunk/extensions/CheckUser/maintenance/purgeOldData.php

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100573 Revision: 100573 Author: aaron Date: 2011-10-24 02:26:10 + (Mon, 24 Oct 2011) Log Message: --- Added quotes to $blockStart/$blockEnd Modified Paths: -- trunk/extensions/CheckUser/maintenance

[MediaWiki-CVS] SVN: [100574] branches/wmf/1.18wmf1/extensions/CheckUser/maintenance/ purgeOldData.php

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100574 Revision: 100574 Author: aaron Date: 2011-10-24 02:28:23 + (Mon, 24 Oct 2011) Log Message: --- MFT r100573 - 'Added quotes to $blockStart/$blockEnd' Modified Paths: -- branches/wmf/1.18wmf1/extensions

[MediaWiki-CVS] SVN: [100577] trunk/phase3

2011-10-23 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100577 Revision: 100577 Author: aaron Date: 2011-10-24 03:08:45 + (Mon, 24 Oct 2011) Log Message: --- FU r100535: * Changed custom functions to work via a $thgThumbCallbacks variable * Added 'checkCache' and 'fillCache' hooks

[MediaWiki-CVS] SVN: [100518] trunk/tools/mwmultiversion/multiversion/checkoutMediaWiki

2011-10-22 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100518 Revision: 100518 Author: aaron Date: 2011-10-22 22:05:55 + (Sat, 22 Oct 2011) Log Message: --- Comment fixes Modified Paths: -- trunk/tools/mwmultiversion/multiversion/checkoutMediaWiki Modified: trunk

[MediaWiki-CVS] SVN: [100519] trunk/tools/mwmultiversion/multiversion/checkoutMediaWiki

2011-10-22 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100519 Revision: 100519 Author: aaron Date: 2011-10-22 22:17:02 + (Sat, 22 Oct 2011) Log Message: --- Simplified code a bit by using $destIP more Modified Paths: -- trunk/tools/mwmultiversion/multiversion

[MediaWiki-CVS] SVN: [100522] trunk/tools/mwmultiversion/multiversion

2011-10-22 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100522 Revision: 100522 Author: aaron Date: 2011-10-22 22:41:36 + (Sat, 22 Oct 2011) Log Message: --- Added a script to remove symlinks for an obsolete MW version Modified Paths: -- trunk/tools/mwmultiversion

[MediaWiki-CVS] SVN: [100475] trunk/phase3/includes

2011-10-21 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100475 Revision: 100475 Author: aaron Date: 2011-10-21 23:20:52 + (Fri, 21 Oct 2011) Log Message: --- Revision objects now always use the current name of users, loading it on demand if necessary (e.g. when given a $row

[MediaWiki-CVS] SVN: [100488] branches/wmf/1.18wmf1/extensions/CheckUser

2011-10-21 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100488 Revision: 100488 Author: aaron Date: 2011-10-22 02:15:47 + (Sat, 22 Oct 2011) Log Message: --- MFT r99187,r99193 - 'Added script to manually clear out old data (per $wgCUDMaxAge)' Modified Paths

[MediaWiki-CVS] SVN: [100352] trunk/phase3/includes/filerepo

2011-10-20 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100352 Revision: 100352 Author: aaron Date: 2011-10-20 17:13:53 + (Thu, 20 Oct 2011) Log Message: --- Removed deprecated getFullPath(); no callers Modified Paths: -- trunk/phase3/includes/filerepo/File.php

[MediaWiki-CVS] SVN: [100362] trunk

2011-10-20 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100362 Revision: 100362 Author: aaron Date: 2011-10-20 19:05:48 + (Thu, 20 Oct 2011) Log Message: --- More whitespace tweaks...and fixed doc typo Modified Paths: -- trunk/phase3/thumb.php trunk/tools

[MediaWiki-CVS] SVN: [100242] trunk/phase3/includes/resourceloader/ ResourceLoaderUserGroupsModule.php

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100242 Revision: 100242 Author: aaron Date: 2011-10-19 17:30:55 + (Wed, 19 Oct 2011) Log Message: --- * Fixed undefined var $g error * Style cleanups Modified Paths: -- trunk/phase3/includes/resourceloader

[MediaWiki-CVS] SVN: [100247] branches/wmf/1.17wmf1/includes/specials/SpecialIpblocklist. php

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100247 Revision: 100247 Author: aaron Date: 2011-10-19 17:57:17 + (Wed, 19 Oct 2011) Log Message: --- commit live blocklist hack Modified Paths: -- branches/wmf/1.17wmf1/includes/specials

[MediaWiki-CVS] SVN: [100254] trunk/phase3/includes/specials/SpecialBlockList.php

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100254 Revision: 100254 Author: aaron Date: 2011-10-19 18:50:34 + (Wed, 19 Oct 2011) Log Message: --- Join ipb_by to user table to get the user name. If we can't find a user, fallback to ipb_by_text. This lets centralauth

[MediaWiki-CVS] SVN: [100263] trunk/extensions/FlaggedRevs/presentation/FlaggedRevsUI.hooks .php

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100263 Revision: 100263 Author: aaron Date: 2011-10-19 19:35:57 + (Wed, 19 Oct 2011) Log Message: --- Simplified query a bit given PK change Modified Paths: -- trunk/extensions/FlaggedRevs/presentation

[MediaWiki-CVS] SVN: [100280] trunk/phase3/includes/Revision.php

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100280 Revision: 100280 Author: aaron Date: 2011-10-19 21:21:20 + (Wed, 19 Oct 2011) Log Message: --- Code cleanups fixed strange comma Modified Paths: -- trunk/phase3/includes/Revision.php Modified: trunk

[MediaWiki-CVS] SVN: [100286] trunk/phase3/includes/Revision.php

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100286 Revision: 100286 Author: aaron Date: 2011-10-19 22:25:26 + (Wed, 19 Oct 2011) Log Message: --- * Tweaked Revision class to handle loading the current user name instead of rev_user_text. It still falls back

[MediaWiki-CVS] SVN: [100299] trunk/phase3/includes/Revision.php

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100299 Revision: 100299 Author: aaron Date: 2011-10-19 23:56:48 + (Wed, 19 Oct 2011) Log Message: --- FU r100286: Added sanity check to fetchFromConds() join conds Modified Paths: -- trunk/phase3/includes

[MediaWiki-CVS] SVN: [100300] trunk/phase3/includes

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100300 Revision: 100300 Author: aaron Date: 2011-10-20 00:04:14 + (Thu, 20 Oct 2011) Log Message: --- JOIN to get user_name in Contributions, HistoryPage, RevisionList, RevisionDelete, and MergeHistory Modified Paths

[MediaWiki-CVS] SVN: [100304] trunk/phase3/includes

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100304 Revision: 100304 Author: aaron Date: 2011-10-20 00:41:48 + (Thu, 20 Oct 2011) Log Message: --- FU r100300, r100286: * Updated link batch code in MergeHistory * Marked some Revision functions explicitly public Modified

[MediaWiki-CVS] SVN: [100305] trunk/phase3/includes

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100305 Revision: 100305 Author: aaron Date: 2011-10-20 00:43:43 + (Thu, 20 Oct 2011) Log Message: --- * Added a proper Pager::doBatchLookups() function * Made HistoryPager use a link batch via Pager::doBatchLookups() Modified

[MediaWiki-CVS] SVN: [100315] trunk/phase3/includes/specials/SpecialContributions.php

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100315 Revision: 100315 Author: aaron Date: 2011-10-20 01:15:28 + (Thu, 20 Oct 2011) Log Message: --- * Made ?contribs=user actually show the results for the *user* if 'newbies' was given as the user. * Added a link batch

[MediaWiki-CVS] SVN: [100325] trunk/phase3/includes

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100325 Revision: 100325 Author: aaron Date: 2011-10-20 02:26:59 + (Thu, 20 Oct 2011) Log Message: --- Moved contribs rev parent ID batch query into doBatchLookups() Modified Paths: -- trunk/phase3/includes

[MediaWiki-CVS] SVN: [100326] trunk/phase3/includes

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100326 Revision: 100326 Author: aaron Date: 2011-10-20 03:03:45 + (Thu, 20 Oct 2011) Log Message: --- * Simplified r100286 by just using the field 'user_name' and removed the COALESCE * Simplified contribs pager with Revision

[MediaWiki-CVS] SVN: [100327] trunk/extensions/FlaggedRevs

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100327 Revision: 100327 Author: aaron Date: 2011-10-20 05:12:32 + (Thu, 20 Oct 2011) Log Message: --- * (bug 31441) Allow sysops to add/remove user group autoreview (as they can with editor already) * Doc comment tweaks

[MediaWiki-CVS] SVN: [100328] trunk/extensions/FlaggedRevs

2011-10-19 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100328 Revision: 100328 Author: aaron Date: 2011-10-20 05:56:45 + (Thu, 20 Oct 2011) Log Message: --- Added 'excludeLastDays' to $wgFlaggedRevsAutoconfirm Modified Paths: -- trunk/extensions/FlaggedRevs

[MediaWiki-CVS] SVN: [100149] trunk/extensions/FlaggedRevs/dataclasses/FlaggableWikiPage. php

2011-10-18 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100149 Revision: 100149 Author: aaron Date: 2011-10-18 19:57:07 + (Tue, 18 Oct 2011) Log Message: --- Made updatePendingList() order by timestamp instead of rev ID for robustness Modified Paths: -- trunk

[MediaWiki-CVS] SVN: [100153] trunk/extensions/FlaggedRevs/presentation/FlaggablePageView. php

2011-10-18 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100153 Revision: 100153 Author: aaron Date: 2011-10-18 20:19:55 + (Tue, 18 Oct 2011) Log Message: --- Fixed missing review form for diffs against non-stable but accepted revs with diffonly=1 Modified Paths

[MediaWiki-CVS] SVN: [100179] trunk/tools/upload-scripts/thumb-handler.php

2011-10-18 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100179 Revision: 100179 Author: aaron Date: 2011-10-18 22:31:35 + (Tue, 18 Oct 2011) Log Message: --- Removed unused code Modified Paths: -- trunk/tools/upload-scripts/thumb-handler.php Modified: trunk/tools

[MediaWiki-CVS] SVN: [100192] trunk/phase3/thumb.php

2011-10-18 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100192 Revision: 100192 Author: aaron Date: 2011-10-19 00:14:13 + (Wed, 19 Oct 2011) Log Message: --- Minor code style cleanups and tweaks Modified Paths: -- trunk/phase3/thumb.php Modified: trunk/phase3

[MediaWiki-CVS] SVN: [100194] trunk/tools/upload-scripts/thumb-handler.php

2011-10-18 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100194 Revision: 100194 Author: aaron Date: 2011-10-19 00:38:09 + (Wed, 19 Oct 2011) Log Message: --- Removed more dead code Modified Paths: -- trunk/tools/upload-scripts/thumb-handler.php Modified: trunk

[MediaWiki-CVS] SVN: [100211] trunk/phase3/includes/filerepo

2011-10-18 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100211 Revision: 100211 Author: aaron Date: 2011-10-19 04:06:16 + (Wed, 19 Oct 2011) Log Message: --- * Removed newFileFromKey() which had a misleading description and a bug where giving a sha1,time could fail if two current

[MediaWiki-CVS] SVN: [100105] trunk/extensions/FlaggedRevs/dataclasses/FlaggedRevsStats.php

2011-10-17 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100105 Revision: 100105 Author: aaron Date: 2011-10-18 02:12:25 + (Tue, 18 Oct 2011) Log Message: --- w/s cleanup and removed commented out code Modified Paths: -- trunk/extensions/FlaggedRevs/dataclasses

[MediaWiki-CVS] SVN: [100107] trunk/extensions/FlaggedRevs/maintenance

2011-10-17 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100107 Revision: 100107 Author: aaron Date: 2011-10-18 04:05:04 + (Tue, 18 Oct 2011) Log Message: --- Migrated html cache purge script to use Maintenance class Modified Paths: -- trunk/extensions/FlaggedRevs

[MediaWiki-CVS] SVN: [99892] trunk/phase3/includes/filerepo/LocalRepo.php

2011-10-15 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99892 Revision: 99892 Author: aaron Date: 2011-10-15 17:07:53 + (Sat, 15 Oct 2011) Log Message: --- Refactored cleanupDeletedBatch() by splitting out the file usage check functions Modified Paths: -- trunk

[MediaWiki-CVS] SVN: [99671] trunk/extensions/FlaggedRevs/dataclasses/FlaggedRevsStats.php

2011-10-13 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99671 Revision: 99671 Author: aaron Date: 2011-10-13 06:29:51 + (Thu, 13 Oct 2011) Log Message: --- * Generalized getReviewTimesAnons() and renamed it to getEditReviewTimes() * Avoid usage of some useless temp vars

[MediaWiki-CVS] SVN: [99672] trunk/extensions/FlaggedRevs/maintenance

2011-10-13 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99672 Revision: 99672 Author: aaron Date: 2011-10-13 08:22:09 + (Thu, 13 Oct 2011) Log Message: --- In reviewAllPages.php: * Converted to use Maintenance class * Made user param work by name rather than ID; sanity check

[MediaWiki-CVS] SVN: [99738] trunk/phase3/includes/api/ApiBlock.php

2011-10-13 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99738 Revision: 99738 Author: aaron Date: 2011-10-13 22:23:13 + (Thu, 13 Oct 2011) Log Message: --- (bug 31679) Fixed use of 'allowusertalk' Modified Paths: -- trunk/phase3/includes/api/ApiBlock.php Modified

[MediaWiki-CVS] SVN: [99739] branches/wmf/1.18wmf1/includes/api/ApiBlock.php

2011-10-13 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99739 Revision: 99739 Author: aaron Date: 2011-10-13 22:26:24 + (Thu, 13 Oct 2011) Log Message: --- MFT r99738 - Fixed use of 'allowusertalk' Modified Paths: -- branches/wmf/1.18wmf1/includes/api/ApiBlock.php

[MediaWiki-CVS] SVN: [99668] trunk/extensions/CheckUser/checkuser.js

2011-10-12 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99668 Revision: 99668 Author: aaron Date: 2011-10-13 05:00:40 + (Thu, 13 Oct 2011) Log Message: --- (bug 31662) - 'CIDR calculator now has results reversed', regression from r88730 Modified Paths: -- trunk

[MediaWiki-CVS] SVN: [99669] branches/wmf/1.18wmf1/extensions/FlaggedRevs/dataclasses/ FlaggedRevsStats.php

2011-10-12 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99669 Revision: 99669 Author: aaron Date: 2011-10-13 05:38:44 + (Thu, 13 Oct 2011) Log Message: --- fixed warnings for stats update (for flagged protection) Modified Paths: -- branches/wmf/1.18wmf1/extensions

[MediaWiki-CVS] SVN: [99670] trunk/extensions/FlaggedRevs/dataclasses/FlaggedRevsStats.php

2011-10-12 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99670 Revision: 99670 Author: aaron Date: 2011-10-13 05:40:19 + (Thu, 13 Oct 2011) Log Message: --- Ported r99669 to /trunk Modified Paths: -- trunk/extensions/FlaggedRevs/dataclasses/FlaggedRevsStats.php

[MediaWiki-CVS] SVN: [99563] trunk/debs/wikimedia-task-appserver

2011-10-11 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99563 Revision: 99563 Author: aaron Date: 2011-10-11 20:49:46 + (Tue, 11 Oct 2011) Log Message: --- Fixed mw-chksum-list path/expression error using Asher's fix Modified Paths: -- trunk/debs/wikimedia-task

[MediaWiki-CVS] SVN: [99565] branches/hardy/debs/wikimedia-task-appserver

2011-10-11 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99565 Revision: 99565 Author: aaron Date: 2011-10-11 20:50:10 + (Tue, 11 Oct 2011) Log Message: --- Fixed mw-chksum-list path/expression error using Asher's fix (hardy backport) Modified Paths: -- branches

[MediaWiki-CVS] SVN: [99584] branches/wmf/1.18wmf1/extensions/FlaggedRevs/presentation/ FlaggedPageView.php

2011-10-11 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99584 Revision: 99584 Author: aaron Date: 2011-10-11 22:16:09 + (Tue, 11 Oct 2011) Log Message: --- (bug 31489) - 'Logged-out users might overwrite earlier unsighted revisions due to oldid in edit link'. Quick fix to remove

[MediaWiki-CVS] SVN: [99614] trunk/extensions/FlaggedRevs/presentation/FlaggablePageView. php

2011-10-11 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99614 Revision: 99614 Author: aaron Date: 2011-10-12 01:07:54 + (Wed, 12 Oct 2011) Log Message: --- Ported in r99584 - 'edit' tab when viewing the stable revision should go to the draft edit form as it did pre-1.18 Modified

[MediaWiki-CVS] SVN: [99615] branches/wmf/1.18wmf1/extensions/FlaggedRevs/maintenance/ fixBug28348.inc

2011-10-11 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99615 Revision: 99615 Author: aaron Date: 2011-10-12 01:42:46 + (Wed, 12 Oct 2011) Log Message: --- Optimized cleanup script a bit and added simple logging Modified Paths: -- branches/wmf/1.18wmf1/extensions

[MediaWiki-CVS] SVN: [99337] trunk/extensions/ConfirmAccount

2011-10-09 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99337 Revision: 99337 Author: aaron Date: 2011-10-09 06:03:11 + (Sun, 09 Oct 2011) Log Message: --- Moved setting of UI hook handlers to ConfirmAccountUISetup::defineHookHandlers() Modified Paths: -- trunk

[MediaWiki-CVS] SVN: [99338] trunk/extensions/ConfirmAccount/presentation/ConfirmAccount. i18n.php

2011-10-09 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99338 Revision: 99338 Author: aaron Date: 2011-10-09 06:17:33 + (Sun, 09 Oct 2011) Log Message: --- Fixed backwards PLURAL usage and improved text in confirmaccount-newrequests message Modified Paths

[MediaWiki-CVS] SVN: [99339] trunk/extensions/FlaggedRevs

2011-10-09 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99339 Revision: 99339 Author: aaron Date: 2011-10-09 06:31:46 + (Sun, 09 Oct 2011) Log Message: --- Moved UI-related hooks to FlaggedRevsUISetup::defineHookHandlers() Modified Paths: -- trunk/extensions

[MediaWiki-CVS] SVN: [99340] trunk/extensions/ConfirmAccount/presentation/ConfirmAccountUI. hooks.php

2011-10-09 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99340 Revision: 99340 Author: aaron Date: 2011-10-09 06:56:49 + (Sun, 09 Oct 2011) Log Message: --- Made notice in confirmAccountsNotice() actually show on RC...getting the case right is kind of annoying here due

[MediaWiki-CVS] SVN: [99342] trunk/extensions/FlaggedRevs/presentation/modules/ext. flaggedRevs.review.js

2011-10-09 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99342 Revision: 99342 Author: aaron Date: 2011-10-09 08:34:16 + (Sun, 09 Oct 2011) Log Message: --- Unlock reject button when a user accepts and then un-accepts a revision Modified Paths: -- trunk/extensions

[MediaWiki-CVS] SVN: [99349] trunk/phase3/includes

2011-10-09 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99349 Revision: 99349 Author: aaron Date: 2011-10-09 12:30:13 + (Sun, 09 Oct 2011) Log Message: --- FU r99323: spread blocks for edit/move attempts via the API (which uses these functions) Modified Paths

[MediaWiki-CVS] SVN: [99381] trunk/extensions/FlaggedRevs

2011-10-09 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99381 Revision: 99381 Author: aaron Date: 2011-10-09 22:50:36 + (Sun, 09 Oct 2011) Log Message: --- * Deferred defineSpecialPages() to setup function as it needs to account for LocalSettings.php. * Added FlaggedRevs:ready

[MediaWiki-CVS] SVN: [99384] trunk/extensions/ConfirmAccount

2011-10-09 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99384 Revision: 99384 Author: aaron Date: 2011-10-09 23:16:34 + (Sun, 09 Oct 2011) Log Message: --- Partial revert of r99338. 'parsemag' was needed...the PLURAL order was correct before. Modified Paths

[MediaWiki-CVS] SVN: [99386] trunk/extensions/ConfirmAccount/presentation/ConfirmAccountUI. setup.php

2011-10-09 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99386 Revision: 99386 Author: aaron Date: 2011-10-10 00:53:24 + (Mon, 10 Oct 2011) Log Message: --- Removed unused globals in defineSpecialPages() Modified Paths: -- trunk/extensions/ConfirmAccount

[MediaWiki-CVS] SVN: [99317] trunk/extensions/FlaggedRevs/presentation

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99317 Revision: 99317 Author: aaron Date: 2011-10-08 18:52:55 + (Sat, 08 Oct 2011) Log Message: --- ext.flaggedRevs.review.js cleanup: * Set review form onchange events via JS instead of in the HTML * Don't expose

[MediaWiki-CVS] SVN: [99320] trunk/extensions/FlaggedRevs

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99320 Revision: 99320 Author: aaron Date: 2011-10-08 19:24:40 + (Sat, 08 Oct 2011) Log Message: --- * Added FlaggedRevsUISetup class to handle the setup functions with code from FlaggedRevsUIHooks. This avoids having to hit

[MediaWiki-CVS] SVN: [99323] trunk/phase3/includes

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99323 Revision: 99323 Author: aaron Date: 2011-10-08 20:22:53 + (Sat, 08 Oct 2011) Log Message: --- * Only spread blocks on page edit/move attempts via spreadAnyEditBlock(). We don't want to spread everytime the user's block

[MediaWiki-CVS] SVN: [99327] trunk/extensions/FlaggedRevs/presentation/FlaggedRevsUI.setup. php

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99327 Revision: 99327 Author: aaron Date: 2011-10-08 23:30:23 + (Sat, 08 Oct 2011) Log Message: --- * Minor code cleanup to defineSpecialPages() * Doc tweaks Modified Paths: -- trunk/extensions/FlaggedRevs

[MediaWiki-CVS] SVN: [99328] trunk/extensions/ConfirmAccount/presentation/specialpages/ actions/RequestAccount_body.php

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99328 Revision: 99328 Author: aaron Date: 2011-10-08 23:41:28 + (Sat, 08 Oct 2011) Log Message: --- Cleaned up RequestAccountPage::execute() and fixed Catchable fatal error: Argument 1 passed to UserBlockedError::__construct

[MediaWiki-CVS] SVN: [99329] trunk/extensions/ConfirmAccount

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99329 Revision: 99329 Author: aaron Date: 2011-10-08 23:43:24 + (Sat, 08 Oct 2011) Log Message: --- * Split config settings off into .config file * Added ConfirmAccountSetup class to handle resources and special pages

[MediaWiki-CVS] SVN: [99330] trunk/extensions/FlaggedRevs/README.txt

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99330 Revision: 99330 Author: aaron Date: 2011-10-09 00:01:53 + (Sun, 09 Oct 2011) Log Message: --- Updated readme file Modified Paths: -- trunk/extensions/FlaggedRevs/README.txt Modified: trunk/extensions

[MediaWiki-CVS] SVN: [99331] trunk/extensions/ConfirmAccount/presentation/specialpages/ actions/RequestAccount_body.php

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99331 Revision: 99331 Author: aaron Date: 2011-10-09 00:05:13 + (Sun, 09 Oct 2011) Log Message: --- * Make use of $wgPasswordSenderName * Minor cleanups Modified Paths: -- trunk/extensions/ConfirmAccount

[MediaWiki-CVS] SVN: [99333] trunk/extensions/ConfirmAccount

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99333 Revision: 99333 Author: aaron Date: 2011-10-09 05:11:25 + (Sun, 09 Oct 2011) Log Message: --- * Split out ConfirmAccount::getOpenEmailConfirmedCount() and ConfirmAccount::clearAccountRequestCountCache() functions

[MediaWiki-CVS] SVN: [99334] trunk/phase3/includes/filerepo/FSRepo.php

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99334 Revision: 99334 Author: aaron Date: 2011-10-09 05:19:11 + (Sun, 09 Oct 2011) Log Message: --- Document return types Modified Paths: -- trunk/phase3/includes/filerepo/FSRepo.php Modified: trunk/phase3

[MediaWiki-CVS] SVN: [99336] trunk/extensions/ConfirmAccount

2011-10-08 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99336 Revision: 99336 Author: aaron Date: 2011-10-09 05:51:56 + (Sun, 09 Oct 2011) Log Message: --- * Don't add the pending account notice to the site notice (which is broken wrt to collapsing it) * Fixed nonsensically named

[MediaWiki-CVS] SVN: [99201] trunk/extensions/FlaggedRevs/presentation/modules/flaggedrevs. css

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99201 Revision: 99201 Author: aaron Date: 2011-10-07 08:48:25 + (Fri, 07 Oct 2011) Log Message: --- * Removed unused CSS * Moved up mw-fr-stablediff mw-fr-diff-headeritems CSS definitions Modified Paths

[MediaWiki-CVS] SVN: [99202] trunk/extensions/FlaggedRevs

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99202 Revision: 99202 Author: aaron Date: 2011-10-07 09:26:00 + (Fri, 07 Oct 2011) Log Message: --- * Separated out review.css file * Moved module definitions to hooks class in /presentation * Moved log action/UI definitions

[MediaWiki-CVS] SVN: [99238] branches/wmf/1.18wmf1/maintenance/addwiki.php

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99238 Revision: 99238 Author: aaron Date: 2011-10-07 19:16:39 + (Fri, 07 Oct 2011) Log Message: --- Change in version variable name didn't get backported here. Fixed. Modified Paths: -- branches/wmf/1.18wmf1

[MediaWiki-CVS] SVN: [99265] branches/wmf/1.18wmf1/includes/parser

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99265 Revision: 99265 Author: aaron Date: 2011-10-07 21:34:55 + (Fri, 07 Oct 2011) Log Message: --- MFT r99250,r99252,r99254: Bug 31445: Section edit links do not show Always generate the mw:editsection placeholders

[MediaWiki-CVS] SVN: [99283] trunk/extensions/GlobalUsage/GlobalUsageQuery.php

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99283 Revision: 99283 Author: aaron Date: 2011-10-08 00:03:11 + (Sat, 08 Oct 2011) Log Message: --- Fixed query for when a file Title is given (use the dbkey not the toString() conversion). Modified Paths

[MediaWiki-CVS] SVN: [99284] branches/wmf/1.18wmf1/extensions/GlobalUsage/GlobalUsageQuery. php

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99284 Revision: 99284 Author: aaron Date: 2011-10-08 00:04:52 + (Sat, 08 Oct 2011) Log Message: --- MFT r99283 - Fixed query for when a file Title is given (use the dbkey not the toString() conversion). Modified Paths

[MediaWiki-CVS] SVN: [99286] trunk/phase3/includes/SpecialPageFactory.php

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99286 Revision: 99286 Author: aaron Date: 2011-10-08 00:16:31 + (Sat, 08 Oct 2011) Log Message: --- Fixed getUsablePages() to account for the fact that getPage() can return null Modified Paths: -- trunk/phase3

[MediaWiki-CVS] SVN: [99294] trunk/extensions/FlaggedRevs

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99294 Revision: 99294 Author: aaron Date: 2011-10-08 01:51:34 + (Sat, 08 Oct 2011) Log Message: --- Removed $wgFlaggedRevsRCCrap related code, which was already disabled Modified Paths: -- trunk/extensions

[MediaWiki-CVS] SVN: [99296] trunk/extensions/FlaggedRevs

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99296 Revision: 99296 Author: aaron Date: 2011-10-08 02:47:42 + (Sat, 08 Oct 2011) Log Message: --- * Split out FlaggedRevs.config.php * Renamed FlaggedRevsDefines.php to FlaggedRevs.defines.php Modified Paths

[MediaWiki-CVS] SVN: [99297] trunk/extensions/FlaggedRevs

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99297 Revision: 99297 Author: aaron Date: 2011-10-08 03:06:35 + (Sat, 08 Oct 2011) Log Message: --- Unclobber some whitespace (for viewvc at least) Modified Paths: -- trunk/extensions/FlaggedRevs

[MediaWiki-CVS] SVN: [99299] trunk/extensions/FlaggedRevs/presentation/modules/ext. flaggedRevs.advanced.js

2011-10-07 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99299 Revision: 99299 Author: aaron Date: 2011-10-08 05:42:35 + (Sat, 08 Oct 2011) Log Message: --- * Don't expose FlaggedRevs JS object Modified Paths: -- trunk/extensions/FlaggedRevs/presentation/modules

[MediaWiki-CVS] SVN: [99131] trunk/extensions/FlaggedRevs/presentation

2011-10-06 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99131 Revision: 99131 Author: aaron Date: 2011-10-06 19:57:23 + (Thu, 06 Oct 2011) Log Message: --- * Cleaned up cancel button on review form to only show on diffs * Review form HTML/CSS cleanup Modified Paths

[MediaWiki-CVS] SVN: [99143] trunk/phase3/includes/cache/ObjectFileCache.php

2011-10-06 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99143 Revision: 99143 Author: aaron Date: 2011-10-06 21:13:38 + (Thu, 06 Oct 2011) Log Message: --- FU r98405: ObjectFileCache doesn't need to be abstract Modified Paths: -- trunk/phase3/includes/cache

[MediaWiki-CVS] SVN: [99159] branches/wmf/1.18wmf1/extensions/FlaggedRevs/presentation/ RevisionReviewFormUI.php

2011-10-06 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99159 Revision: 99159 Author: aaron Date: 2011-10-06 22:40:56 + (Thu, 06 Oct 2011) Log Message: --- Removed cancel link. Needs work to be non-confusing and isn't needed due to de-advertise link. Modified Paths

[MediaWiki-CVS] SVN: [99161] trunk/phase3/includes/specials/SpecialBlock.php

2011-10-06 Thread aaron
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99161 Revision: 99161 Author: aaron Date: 2011-10-06 22:57:32 + (Thu, 06 Oct 2011) Log Message: --- Don't add 'autoblock disabled' flag for IP range blocks Modified Paths: -- trunk/phase3/includes/specials

<    2   3   4   5   6   7   8   9   10   11   >