coding style tweaks + removed some PHP4-isms
[lhc/web/wiklou.git] / maintenance /
2011-06-25 Aaron SchulzFollow-up r90749:
2011-06-25 Aaron SchulzAdded one-time promote support via Autopromote::autopro...
2011-06-24 Robin Pepermanslocalization statistics (transstat.php) now excludes...
2011-06-22 Chad HorohoeMake Maintenance::error() more useful in dying situatio...
2011-06-22 Jure Kajzer* removed DEFAULT '' NOT NULL constraints as '' is...
2011-06-21 Chad HorohoeFollowup r90020: use startid for consistency, and docum...
2011-06-20 Alexandre EmsenhuberMoved action=info to an Action subclass; also changed...
2011-06-20 Tim StarlingIn Database.php:
2011-06-19 Raimond SpekkingFollowup r90385: Add new message key here too
2011-06-19 Aaron Schulz* Added (and use) $format param to formatTimePeriod...
2011-06-17 Alexandre EmsenhuberRemoved useless check for existence of wfWaitForSlaves()
2011-06-17 Sam ReedSwap else if for elseif
2011-06-16 PlatonidesRemove trailing newline from pass, which is very unlike...
2011-06-16 PlatonidesAllow to provide the db password inside a file instead...
2011-06-15 Max SemenikSQLite support for r86485
2011-06-15 Chad HorohoeUse camelCase, as pointed out by siebrand on r89731
2011-06-14 Alexandre EmsenhuberPer Nikerabbit, fixes for r89176:
2011-06-14 Tim StarlingMaintenance script for exporting the preprocessed wikit...
2011-06-13 Chad HorohoeRewrite compressOld to subclass maintenanance
2011-06-11 Max Semeniksqlite.php: don't fail after --check-syntax on a non...
2011-06-08 Alexandre Emsenhuber* fixed regex to work
2011-06-07 Jure Kajzer* fixed table duplication for unit tests
2011-06-05 Max SemenikFollow-up r89254 and r89481: re-did loading extension...
2011-06-05 Max SemenikFolow-up r89526: tabs and eol-style :(
2011-06-05 Max SemenikSQLite: sync a couple of indexes with MySQL
2011-06-05 Sam Reed* (bug 21107) Split error "customcssjsprotected" into...
2011-06-04 Alexandre EmsenhuberAdded a note when this script is used
2011-06-03 Brion Vibberr89329 followup: roa-rup -> rup in addwiki.php's initia...
2011-06-03 Happy-melonMore unpicking of r85288. I think this is all of the...
2011-06-03 Chad HorohoeKill $wgWikiFarm. Only use in a wmf code path, and...
2011-06-02 Jure Kajzer* fixed table duplication for phpunit testing
2011-06-02 Alexandre EmsenhuberRemoved useless call to wfLogProfilingData() since...
2011-06-02 Tim StarlingExplored some ideas for HipHop optimisation. Made a...
2011-06-01 Sam ReedRemove some unused variables, add/improve some document...
2011-06-01 Jure Kajzer* upgrade patches for oracle 1.17->1.19
2011-05-31 Tim Starling* Fix hphpi mode in run-server, it wasn't quite working...
2011-05-30 Alexandre EmsenhuberKill httpSessionDownload.php, uses Http::doSessionIdDow...
2011-05-30 Alexandre Emsenhuber* make preprocessorFuzzTest.php pass the Title object...
2011-05-30 Tim StarlingHipHop improvements:
2011-05-27 Tim StarlingSome HipHop fixes:
2011-05-26 PlatonidesMove down interwiki disabling to dumpIterator and make...
2011-05-26 PlatonidesRefactor the common code of compareParsers.php and...
2011-05-26 Sam Reed* (bug 29144) Move action=dublincore and action=creativ...
2011-05-25 Sam Reed* (bug 29144) Move action=dublincore and action=creativ...
2011-05-24 Max SemenikIntroduced Maintenance::getDB() and corresponding setDB...
2011-05-22 Chad Horohoe$wgArticle ain't needed here either ;) (followup r88588)
2011-05-22 Chad Horohoe$wgArticle is deprecated! Possible removal in 1.20...
2011-05-21 Chad HorohoeReport importDump to subclass Maintenance
2011-05-21 KrinkleFollow-up r88527: Fix array item name
2011-05-21 KrinkleFixing mediawiki.action.watch.ajax
2011-05-20 Sam ReedWhitespace
2011-05-19 Chad HorohoeRevert r88399 (delete fuzz-tester). Apparently people...
2011-05-19 Alexandre EmsenhuberCorrect case in function call: wfGetDb() -> wfGetDB()
2011-05-19 Sam ReedUnmaintained and unused
2011-05-19 Sam ReedFix somewhat duplicated class names in fuzz-tester.php
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-17 Raimond SpekkingRevert r88046 due to revert of parent revision r88043.
2011-05-17 Mark A. HershbergerFollow up r88270 — remove commas from table creation...
2011-05-16 Siebrand Mazeland(bug 29011) Remove hard coded text from Special:LockDb.
2011-05-16 Chad HorohoeInitial commit of configuration management backend...
2011-05-16 Siebrand MazelandRemove verboseness (image and infobox) in Special:Contr...
2011-05-15 Chad HorohoeAdd check for evil, EVIL @
2011-05-15 Alexandre EmsenhuberFix directory name, mw-config, not config
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-15 Bryan Tong Minh(bug 1780) Uploading files with non-ascii characters...
2011-05-15 Tim StarlingHipHop build fixes:
2011-05-15 Bryan Tong MinhFollow-up r87176: Make importDump.php import files
2011-05-14 Jure Kajzer* added an option to toggle the display of diff size...
2011-05-14 Roan KattouwFix broken --sysop flag in r87480: it was triggering...
2011-05-14 Bryan Tong MinhFollow-up r88054: Update messages.inc
2011-05-14 Raimond SpekkingFollowup r88043: Add new message keys to maintenance...
2011-05-13 Chad HorohoeRewrite importUseModWiki to subclass maintenance, gener...
2011-05-13 Chad Horohoe(bug 21086) generateSitemap.php uses wfWikiID() in...
2011-05-13 Chad HorohoeKill defines in favor of class constants, not used...
2011-05-09 Chad HorohoeMore silly ternary true : false fixes
2011-05-09 Brian Wolff(bug 28883) Add messages for compression types (metadat...
2011-05-07 Brian Wolff(bug 28868) Include the number of pages in the default...
2011-05-07 Happy-melonFollow-up r87637: the terrors of copy-and-paste.
2011-05-07 Happy-melonCentralise the minimum-required-php-version in a MW_MIN...
2011-05-06 Sam ReedRemove install-utils.inc marked for 1.19 removal
2011-05-05 Chad HorohoeFollowup r87487: drop unused message
2011-05-05 Chad Horohoe(bug 23495) Allow createAndPromote.php to create non...
2011-05-04 Chad HorohoeRevert r81542 for now, too lazy to fix this properly
2011-05-04 Russ NelsonNo current need for an alias to getPath()
2011-05-03 Chad Horohoe(bug 19408) user_properties.up_property: 32 bytes is...
2011-05-03 Leo KoppelkammTablesorter: Add a title attribute to sort arrows ...
2011-05-02 PlatonidesRemove empty files left by r16526, r29128 and r83029
2011-05-01 Chad Horohoe(bug 28343) Kill unused contextlines/contextchars
2011-04-30 Bryan Tong MinhAdd --include-files option to dumpBackup.php to include...
2011-04-29 Chad HorohoeAdd cdb.php for inspecting cdb cache files. Format...
2011-04-29 Greg Sabino MullaneRemove pointless warning: ceratinly I can't imagine...
2011-04-25 Sam ReedType hinting
2011-04-25 Sam Reedproxy_check.php is probably useful to keep around,...
2011-04-23 Sam ReedTidy up some unused variables and such
2011-04-23 Sam ReedAdd missing semicolon from r86750
2011-04-23 Robin PepermansRemove unused messages 'recentchangesall' (removed...
2011-04-23 Raimond SpekkingFollowup r86670: Define section header for new variant
2011-04-23 Max SemenikSQLite compatibility for patch-profiling.sql
2011-04-22 Brion VibberBreaking the 'math' table setup out to Math extension...
2011-04-22 Mark A. HershbergerApply patch from Karsten Düsterloh in Bug #28103.
next