* suggestion for using tables.sql parsing instead of database query for tables list...
[lhc/web/wiklou.git] / includes /
2011-06-03 Jure Kajzer* suggestion for using tables.sql parsing instead of...
2011-06-03 Happy-melonMore unpicking of r85288. I think this is all of the...
2011-06-03 Alexandre EmsenhuberDon't execute the loop if there's no X-Forwarded-For...
2011-06-03 Happy-melonStart unpicking r85288 (magic __get() accessor for...
2011-06-03 Alexandre EmsenhuberDeprecated wfGetAgent(), use $wgRequest->getHeader...
2011-06-03 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-06-03 Chad Horohoervv: r89398. Tim wants me to wait
2011-06-03 Chad HorohoeKill off action=raw from index.php
2011-06-03 Tim Starling(bug 28840) If the query string hits bug 28235, redirec...
2011-06-03 Chad HorohoeFix for r85229: getOutput() instead of getOut(), leftov...
2011-06-03 Mark A. HershbergerApply a patch adapted from the one on Bug #16794
2011-06-03 Chad HorohoeMissing ,
2011-06-03 Chad HorohoeAdd Maintenance and FakeMaintenance to the autoloader...
2011-06-03 Mark A. Hershbergerforward port r88929
2011-06-03 Chad HorohoeFix for r89166: need self
2011-06-03 Mark A. HershbergerFix for bug #28172 (“wfGetDB called when it shouldn...
2011-06-03 Krinkletypo from r78201
2011-06-02 Jure Kajzer* fixed table duplication for phpunit testing
2011-06-02 Mark A. Hershbergerw/s changes.
2011-06-02 Sam ReedFollowup r89348
2011-06-02 Roan KattouwRevert r88722 (allow multiple values for letype): this...
2011-06-02 PlatonidesFix for r89263: this to $this
2011-06-02 Roan KattouwFix regression in r84638, causing ArticleDeleteComplete...
2011-06-02 Jeroen De Dauwadded @ßince tag
2011-06-02 Robin PepermansRenaming 'roa-rup' to 'rup' (see also bug 15988), and...
2011-06-02 Tim StarlingExplored some ideas for HipHop optimisation. Made a...
2011-06-02 Chad HorohoeMake user right selection in installer actually work...
2011-06-02 Brion VibberRevert r88997: fix for bug 93 caused some additional...
2011-06-02 Chad HorohoeSelf-revert r87545
2011-06-01 Brion VibberAdd some doc comments on Cookie::validateCookieDomain...
2011-06-01 PlatonidesNot silly, but parser error (r89263)... fixing
2011-06-01 Sam Reed'unblockself' right was never added to User::$mCoreRights
2011-06-01 PlatonidesDocument r89248,r89249 isQueryStringBad()
2011-06-01 Mark A. HershbergerFix Bug #29231: PhpHttpRequest doesn't support HTTPS
2011-06-01 Sam ReedAdd some documentation
2011-06-01 Sam ReedRemove some unused variables, add/improve some document...
2011-06-01 Sam Reed* (bug 29221) Expose oldrevid in watchlist output
2011-06-01 Jure Kajzer* suggestion for ExtensionUpdater that would handle...
2011-06-01 Jure Kajzer* used Html static functions instead og Xml. (r89260...
2011-06-01 Siebrand MazelandWhitespace updates.
2011-06-01 Jure Kajzer* moved infobox to Html (r88109#c16937)
2011-06-01 Roan Kattouw(bug 29224) Also use a packed modules string for the...
2011-06-01 Jure Kajzer* trying to create a way to update/install extension...
2011-06-01 Jure Kajzer* unified where clause parameter wrapping for delete...
2011-06-01 Jure Kajzer* updated listTables function to also take in account...
2011-06-01 Jure Kajzer* upgrade patches for oracle 1.17->1.19
2011-06-01 Tim StarlingFix for r89248: don't run the regex if findIE6Extension...
2011-06-01 Tim Starling* Only blacklist query string extensions which match...
2011-06-01 Tim StarlingFixes for r88883, r89197:
2011-06-01 Chad Horohoerm only core usage of in_string(), I think it's silly
2011-05-31 Tim StarlingFix for r89206, r89218: always supply constructor param...
2011-05-31 PlatonidesThe big regex at doMagicLinks deserves being more thoro...
2011-05-31 Jeroen De Dauwthis method should not be private? the parser function...
2011-05-31 Antoine MussoProfiler can be constructed without param
2011-05-31 Tim Starling* Use Preprocessor_Hash by default in compiled mode...
2011-05-31 Tim Starling* Made the profiler work in HipHop:
2011-05-31 Tim StarlingMake $wgDebugRawPage=false also ignore load.php, so...
2011-05-31 Tim Starling* Fix hphpi mode in run-server, it wasn't quite working...
2011-05-30 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-30 Alexandre Emsenhuber* make preprocessorFuzzTest.php pass the Title object...
2011-05-30 Tim StarlingHipHop improvements:
2011-05-30 Chad Horohoe$newTablePrefix must be passed. All callers are ok
2011-05-30 Chad Horohoewhitespace
2011-05-30 Chad Horohoe@ingroup things
2011-05-30 Chad HorohoeMisc. exception handling cleanup--moved it out of globa...
2011-05-29 Aaron SchulzAdd back space between size and comment in history...
2011-05-29 Aaron SchulzFix for r89114: handle other DBMSes
2011-05-29 Aaron SchulzBroke long line
2011-05-29 Raimond SpekkingFollowup r89114: Ctrl-S is your friend...
2011-05-29 Raimond SpekkingFix a regression from r63144: "Fixed bizarre $time...
2011-05-29 Raimond SpekkingFollowup r89099 per RobertL's CR: Remove now unused...
2011-05-29 Sam ReedFollowup r83140, fix undefined $id
2011-05-29 Sam ReedAnd even more documentation in various files
2011-05-29 Sam ReedEven more documentation in various files
2011-05-29 Sam ReedMore documentation in various files
2011-05-29 Sam ReedMore documentation for File
2011-05-29 Raimond SpekkingFix message key for account creation by e-mail.
2011-05-29 Happy-melonRv r84022 for now: crashes PHP on large url strings...
2011-05-29 Antoine MussoPreviousTarget is now optional when blocking a user
2011-05-29 Russ NelsonThere is no getThumbRel;
2011-05-28 Sam ReedAnd even more documentation, the last of this batch
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedSome for MaxSem too
2011-05-28 Sam ReedAnd some more....
2011-05-28 Sam ReedAnd more documentation. Yaaaay
2011-05-28 Sam ReedAnd even mooore
2011-05-28 Sam ReedAnd some more parameter documentation!!
2011-05-28 Alexandre EmsenhuberNow that Hooks.php contains a class, moved wfRunHooks...
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-28 Sam ReedLoads more documentation for this file.. Hopefully...
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-28 KrinkleFix type, follow-up r81615
2011-05-28 Niklas Laxströmfu r89029 - spelling
2011-05-28 Antoine MussoHandle old libxml when extracting SVG metadata
2011-05-28 Antoine Musso* Fix db->makeList() spacing
2011-05-27 Roan KattouwRefactor MessageBlobStore::updateModule() to remove...
2011-05-27 Brion Vibber* (bug 29174) Fix regression in upload-by-URL: files...
2011-05-27 Roan KattouwFix issue on the live site causing RL requests for...
2011-05-27 Mark A. HershbergerFix failing preprocessor tests by checking if ot is...
next