* First simple XCF thumbnailing. Convert from ImageMagick has buggy
[lhc/web/wiklou.git] / maintenance /
2011-12-26 Sam ReedFollowup r106554
2011-12-26 Alexandre EmsenhuberUse WikiPage instead of Article to call updateRevisionOn()
2011-12-25 Siebrand MazelandBye, bye $wgExtensionAliasesFiles (deprecated in 1...
2011-12-25 Alexandre EmsenhuberAnd while I'm a it:
2011-12-25 Alexandre Emsenhuber* Use WikiPage instead of Article to call doEdit()
2011-12-24 Aaron SchulzFix r107197: removed 'lockmanager-fail-acquirelocks...
2011-12-23 Benny Situfollow up to -r107187 - remove unused message key ...
2011-12-22 Jan Gerber- add comment to document us_chunk_inx in sql file
2011-12-22 Max SemenikFixed a typo in r107054
2011-12-22 Antoine Mussodo not evaluate '<?php' line
2011-12-21 Alexandre EmsenhuberUse LinkCache::singleton()->clear() instead of using...
2011-12-20 Raimond Spekkingr106752: Add two more new message keys to maintenance...
2011-12-20 Jure Kajzer* removed manual cascading of recentchanges on page...
2011-12-20 Raimond SpekkingFix typo spotted by Roan. Originated in r106752, cp...
2011-12-20 Raimond Spekkingr106752: Add block comments
2011-12-20 Brian WolffDon't re-use allinnamespace as the header for special...
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-12-18 Robin PepermansFollow-up r103640
2011-12-18 Alexandre Emsenhuber* Merged WikiPage::updateRestrictions() and Title:...
2011-12-17 Leons PetrazickisFixes to address MaxSem's comment on r106480 regarding...
2011-12-16 Leons PetrazickisFixes to DB2 support:
2011-12-15 Neil Kandalgaonkarupdate messages for feedback
2011-12-14 Neil Kandalgaonkaradd bug reports to feedback
2011-12-13 Raimond SpekkingAdd section header for r105954/r105963
2011-12-13 Sam ReedAdd a newline, the below isn't too readable
2011-12-13 Sam ReedAdd new message keys to go with r105954
2011-12-12 PlatonidesReplace tabs with spaces to keep alignment.
2011-12-12 Raimond Spekkingremove message keys from maintenance files too (r105855)
2011-12-11 Daniel FriesenFollow up r105821, as usual, commit the files I forgot...
2011-12-11 Daniel FriesenFollow up r102210:
2011-12-08 Antoine Musso(bug 32508) clean up update.php messages
2011-12-06 Brion VibberFollowup r92081: SQL fix for cleanupUploadStash.php...
2011-12-03 Daniel FriesenFollowup r103678; Add a comment.
2011-12-02 Tim StarlingpurgeParserCache.php improvements:
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-30 Roan KattouwRevert r104659 and its followup r104665: break the...
2011-11-30 Jan Gerberadd i18n#Message_documentation for the newly added...
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-29 Antoine MussoMove terminal colorers classes in their own file
2011-11-27 Raimond SpekkingRegister new message key from r104325
2011-11-24 Daniel FriesenUpdate maintenance/dev/'s router, add handling for...
2011-11-24 Antoine Mussorevert r102636
2011-11-24 Daniel FriesenModify maintenance/dev/ router code to fix the bug...
2011-11-23 Antoine Mussoadd usage for --no-extensions
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-20 Sam ReedBraces, spaces, documentation
2011-11-20 Roan Kattouw(bug 26854) Invalid user names go unchecked. Applied...
2011-11-19 Sam Reed* (bug 32470) Increase the length of ug_group
2011-11-19 Sam ReedGlobal tables died
2011-11-19 Daniel FriesenIncorporate a router into our maintenance/dev/ code...
2011-11-19 Robin PepermansMake $wgDummyLanguageCodes an associative array so...
2011-11-16 Aaron SchulzFixed totally broken --file parameter (running the...
2011-11-16 OverlordQFollowup to r103365, actually include said patch file
2011-11-16 OverlordQFollowup to r100640, use correct name scheme for sequen...
2011-11-16 Raimond SpekkingRegister new message key from r103314 for maintenance...
2011-11-16 Sam ReedComments, braces, explicit member variables
2011-11-15 Alexandre Emsenhuber* Factorise common code in ImagePage::delete() and...
2011-11-15 PlatonidesFollow-up r103179: $handled variable undefined
2011-11-15 Chad HorohoeAddress fixme on r101644 (bug 32325, bug 32263), origin...
2011-11-14 Roan KattouwFix for r102949: don't delete too much
2011-11-14 Roan Kattouw(bug 29854) Store protocol-relative links twice in...
2011-11-11 Sam ReedSame for the getPostDatabaseUpdateMaintenance
2011-11-11 Roan KattouwFollowup r102785, fix wrong index order in tables.sql...
2011-11-11 Jure Kajzer* applyed the patch from bug 26393 (please comment...
2011-11-11 Sam Reed* (bug 30062) Add $wgDBprefix option to cli installer
2011-11-10 Aaron SchulzAdded some revision table comments
2011-11-10 Sam ReedPass in some more , __METHOD__
2011-11-10 Antoine Mussoload up includes/Setup.php before Maintenance::finalSetup()
2011-11-09 Antoine Mussosplit getHooksFromDoc() function
2011-11-09 Jure Kajzer* phpunit fixes & optimizations for oracle backend
2011-11-08 Alexandre Emsenhuber* Changed OutputPage's handling of subtitles to use...
2011-11-07 Alexandre Emsenhuber* Added specific page header when showing "search delet...
2011-11-07 Antoine Mussofix badly named variable
2011-11-07 Antoine Mussodieout when file is a boolean
2011-11-06 Daniel FriesenAllow for installation of php in ~/.mwphp and don't...
2011-11-06 Daniel FriesenFollowup r102201, quote all variables to guard against...
2011-11-06 Daniel FriesenCommit maintenance/dev/ a set of bash scripts that...
2011-11-05 Alexandre Emsenhuber* Made OuputPage::showPermissionsErrorPage() show a...
2011-11-04 Alexandre EmsenhuberSome cleanup to EditPage:
2011-11-04 Jure Kajzer* fixed ipblocks.ipb_by_text field, removed default...
2011-11-04 Jure Kajzer* fixed a typo in oracle/tables.sql
2011-11-03 Chad HorohoeWhoops, need a !
2011-11-03 Chad Horohoe*grumble grumble* know it alls think I'm abusing $wgMis...
2011-11-03 Antoine Mussoman page help pages generation
2011-11-03 Alexandre EmsenhuberCleanup to deletion related code:
2011-11-02 Chad Horohoe(bug 31822) Error during upgrade due to output buffer...
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-11-02 Ariel Glennexport specified range of revisions (as stubs)
2011-11-01 Sam Reedarrray -> array
2011-11-01 Alexandre EmsenhuberSome cleanup to ProtectionForm:
2011-11-01 Sam ReedFollowup r101449, just changing forceRecache isn't...
2011-10-31 OverlordQFollowup to r101021, add back to Pg schema so we can...
2011-10-31 Aaron SchulzRenamed annoying --iknowwhatimdoing param to --force...
2011-10-30 Aaron Schulzrc_cur_time is obsolete; added comment
2011-10-29 Aaron SchulzUpdated rc_type documentation
2011-10-28 Sam ReedMore documentation updates
2011-10-28 Aaron SchulzRemoved $wgUseNormalUser var; not used by any scripts...
2011-10-27 Aaron SchulzReinstated r94289 et all - rev_sha1/ar_sha1 field for...
2011-10-27 Aaron SchulzAdded default updateSkippedMessage() message
2011-10-27 Aaron SchulzSet batch size in PopulateRevisionLength
next