Use <<<HTML for vim docstring syntax highlighting
[lhc/web/wiklou.git] / maintenance /
2010-08-29 Chad HorohoePartial revert r71363. I lied, these are used. They...
2010-08-28 Alexandre EmsenhuberReuse code from updateRestrictions.php in do_restrictio...
2010-08-27 Mark A. HershbergerStart of verbose option, fix url option
2010-08-26 Mark A. Hershberger* Adapt the RunSeleniumTests.php to the Maintenance...
2010-08-24 Sam ReedFix those spaces too from r71596/r71592
2010-08-24 Sam ReedFixup whitespace from r71592
2010-08-24 Sam Reedself::DB_ADMIN to Maintenance::DB_ADMIN for constant
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
2010-08-24 Greg Sabino MullaneCREATE LANGUAGE belongs as part of the installer, not...
2010-08-24 Greg Sabino MullaneAllow both single and double quotes for ENUM values...
2010-08-23 PlatonidesLocalFileTest failed if $wgCapitalLinks was false in...
2010-08-23 PlatonidesFollow up r70917. Having $wgCapitalLinks = false; was...
2010-08-23 Mark A. Hershbergerre r71445 put static on the right method.
2010-08-22 Chad HorohoeMock object needs to be static too
2010-08-22 Chad HorohoeFollowup r71367, reusing messages is bad
2010-08-22 Alexandre EmsenhuberRemoved some specific methods from updaters.inc that...
2010-08-22 Max Semenik"Difference between pages" is now displayed instead...
2010-08-22 Alexandre EmsenhuberMoved PostgreSQL schema update to PostgresUpdater:
2010-08-21 PlatonidesRemove globals, expose options in maintenance style...
2010-08-21 PlatonidesFollow up r71359. $wgDBtype uneeded now.
2010-08-21 PlatonidesReplace usage of deprecated Parser::tidy()
2010-08-21 PlatonidesFollow up r71289. getServerVersion() call was needed...
2010-08-21 Niklas LaxströmToo much indirection in aliases doesn't seem to work...
2010-08-21 Niklas LaxströmMostly indentation fixes
2010-08-21 Niklas LaxströmFix indentation
2010-08-20 PlatonidesMove [[MediaWiki:bad image list]] to the beginning.
2010-08-20 Chad HorohoeMake fixLinksFromArticle public and static
2010-08-20 Chad HorohoeLike the installer, make Special:Version header localiz...
2010-08-20 Chad HorohoePartial r71363 revert, unrelated changes
2010-08-20 Chad HorohoeFixup help output. Remove a few documented but unused...
2010-08-20 Chad HorohoeMissed the svn del
2010-08-20 Chad HorohoeRefactor convertLinks to not use DB::newFromParams...
2010-08-19 Sam ReedMore unused....
2010-08-19 Sam ReedFollowup r54225
2010-08-19 Sam ReedRemove some more unused variables
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-17 Max SemenikConverted two more updater functions to OOP: add_field...
2010-08-17 Max SemenikUse the same connection for updates everywhere. Hopeful...
2010-08-17 Chad HorohoeMoved first of the updaters functions to the appropriat...
2010-08-17 Mark A. HershbergerOverloardQ or other PG person, please review
2010-08-16 Chad HorohoeAdd a post-update maintenance script list, moved delete...
2010-08-16 Chad HorohoeRemove unused rename_table() and PG override of $wgShow...
2010-08-15 Siebrand MazelandFollow-up r71095: add new message to $wgIgnoredMessages.
2010-08-15 Chad HorohoeInitial refactoring for Postgres; DatabaseUpdater subcl...
2010-08-15 Chad HorohoeSome general update refactoring:
2010-08-15 Max SemenikFixed SQLite updater broken by r69542
2010-08-14 Sam ReedAdd signupstart to Userlogin.php per request of MZMcBride
2010-08-13 Sam ReedRemove some unused variables
2010-08-13 Greg Sabino MullaneDo the sequence renaming the right way.
2010-08-13 Chad HorohoeTry #2 for fixing r70970 (now with less unrelated chang...
2010-08-13 Chad HorohoePartial revert r71029, unrelated changes. Need caffeine...
2010-08-13 Chad HorohoeFix #1 for r70970: Make UploadFromUrlTestSuite initiali...
2010-08-13 Sam ReedFix archiveName to archiveNames (wrong declaration)
2010-08-13 Sam ReedApparently hasn't worked since 1.7... sooooo...
2010-08-13 Sam ReedReverting r71010
2010-08-13 Sam ReedRemove unused global. Add braces
2010-08-12 PlatonidesAllow running this standalone as
2010-08-12 PlatonidesUse a class member instead of a global for keeping...
2010-08-12 Aryeh GregorAllow HTML5 custom data attributes
2010-08-12 Max SemenikDatabaseSqlite::sourceStream(): convert CHAR types...
2010-08-12 Max Semenikmaintenance/sqlite.php: added the ability to check...
2010-08-12 PlatonidesRefactor to avoid defining globals inside switches.
2010-08-12 PlatonidesFollow up r70916. Missing global.
2010-08-12 Platonidessize and sha1 cannot be null in the database layout.
2010-08-12 PlatonidesAdd missing tables to listTables()
2010-08-11 PlatonidesI didn't intend to change this in r70917
2010-08-11 PlatonidesForce $wgContLang to English at the entry point.
2010-08-11 PlatonidesMade tests more independent. Some items were only worki...
2010-08-11 PlatonidesMove things along the DROP TABLE.
2010-08-10 Raimond SpekkingMake the subtitle of Special:Watchlist more consistent...
2010-08-09 Sam ReedChange require_once to actual path
2010-08-09 Tim Starling* Revert r66878, completely misses the point of factori...
2010-08-08 Aryeh GregorUpdate tables.sql for category sorting changes
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-07 PlatonidesRevert r70533 and the piece of r70501 that it tried...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-08-06 Sam ReedChange statsOutput to parent, wikiStatsOutput is a...
2010-08-06 Mark A. Hershbergerws cleanups
2010-08-06 Mark A. HershbergerFix failing parserTests by defineing wgUseDynamicDates...
2010-08-05 Mark A. Hershbergerupdate ParserTestSuiteBackend to match signature on...
2010-08-05 Siebrand MazelandMessage and formatting tweaks for r70520. Forgot to...
2010-08-05 Max SemenikJavaScript-based password complexity checker on account...
2010-08-05 Niklas LaxströmRemove unused fourth parameter for message cache constr...
2010-08-04 Greg Sabino MullaneAdd new partial index for Postgres
2010-08-04 Greg Sabino MullaneMinor adjustments for schema comparison
2010-08-04 Greg Sabino MullaneRemove invalid comma
2010-08-04 Raimond SpekkingFolloow-up r70433: Add new message key to maintenance...
2010-08-04 Aryeh GregorPreserve cl_timestamp in updateCollation.php
2010-08-03 Aryeh GregorUse exact counts in updateCollation.php
2010-08-03 Aryeh GregorDon't run updateCollations if they're up-to-date
2010-08-03 Aryeh GregorFix breakage for people with DB prefixes
2010-08-03 Aryeh GregorSort pages in categories without namespace prefix
2010-08-03 Aryeh GregorEnable new category sort by default
2010-08-03 Siebrand MazelandWeigh reverse with factor 20 so coloring takes effect...
2010-08-03 PlatonidesChange from global to parameter.
2010-08-02 PlatonidesA <pre> and new lines is not the best element for the...
2010-08-02 Markus Glaser* changed variable name of the logger since it is used...
2010-08-02 Markus Glaser* log browser used
2010-08-02 Markus Glaser(no commit message)
next