More profiler cleanup:
[lhc/web/wiklou.git] / includes /
2011-04-16 Chad HorohoeMore profiler cleanup:
2011-04-16 Brian Wolfffollow-up r86195 (Sort of). Make sure the string there...
2011-04-16 Brian Wolff(follow-up r86169) per Reedy, the $val = $val thing...
2011-04-16 Brian Wolfffollow-up r86195 - That $valid really was reachable :P
2011-04-16 Brian Wolff(Follow-up r86169) Needed supress warnings around iconv
2011-04-16 Brian Wolff(follow-up r86130) the normalizer_normalize function...
2011-04-16 Leo KoppelkammMove timezone preference functions to mediawiki.special...
2011-04-16 Leo KoppelkammFree metadata toggle script from wikibits.js dependenci...
2011-04-16 Sam ReedRemove some unused variables/globals
2011-04-16 Sam ReedFix missing abstract methods, logging against r86001
2011-04-16 Sam ReedFix $row = $row = $.... and unused variable from r85885
2011-04-16 Sam ReedRemove some unused variables
2011-04-16 Sam ReedFollowup r86169, move unreachable debug statement
2011-04-16 Sam ReedFix autoloader from r86175
2011-04-16 Alexandre EmsenhuberFix for r86186: correct check
2011-04-16 Alexandre Emsenhuber* (bug 25946) The message on the top of Special:RecentC...
2011-04-16 Alexandre Emsenhuber* (bug 28568) Entries in the iwlinks table are now...
2011-04-16 Max SemenikPrevent bug 17790 from reappearing on Special:Preferences
2011-04-16 Chad HorohoeFirst step of reorganizing profiling files:
2011-04-16 Brian Wolff(Follow-up r86169) Fix three minor issues Reedy found.
2011-04-16 Sam ReedFix whitespace issues at top of file
2011-04-16 Brian WolffMerge to trunk everything in img_metadata branch.
2011-04-16 Chad HorohoeRevert r82922 (adding eml files to mime types). Per...
2011-04-15 Chad HorohoeMerge r81445 from 1.17: revert r70520 (js password...
2011-04-15 Chad HorohoeMerge r81448 from REL1_17: reverting RevisionMove featu...
2011-04-15 Aaron Schulz* Made __construct() protected
2011-04-15 Chad HorohoeRevert r77555 and followups r77563, r77572, r78116...
2011-04-15 Leo Koppelkammr85922: Fixing another table bordercase
2011-04-15 Happy-melonFollow-up r86041: fix redirect in PurgeAction, and...
2011-04-15 Brian Wolff(follow-up r86121) Use strict comparision.
2011-04-15 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-15 Aaron Schulz* Pass around parser options instead of users and made...
2011-04-15 Brian Wolff(follow-up r69626) Make it so the intl normalizer_norma...
2011-04-15 Chad HorohoeFollowup r83755: You removed them, you didn't deprecate...
2011-04-15 Sam ReedMore function documentation
2011-04-15 Brian Wolff(follow-up r86100) Make categorypage not die as much...
2011-04-15 Jure Kajzer* added E_DEPRECATED into wfSupressWarnings
2011-04-15 Jure Kajzer* updated tableName function changed addIdentifierQuote...
2011-04-14 Brian Wolff(bug 28540) revert r83544 - It really breaks things...
2011-04-14 Leo KoppelkammCompletely rewritten table sorting script.
2011-04-14 Sam ReedFollowup r85944, move UtfNormalDefins stuff out of...
2011-04-14 Bryan Tong MinhFollow-up r83302: Check permissions
2011-04-14 Leons PetrazickisFollowup r85885: Better error message for an insufficie...
2011-04-14 Alexandre EmsenhuberFix warning: Missing argument 1 for wfDeprecated()...
2011-04-14 Raimond SpekkingLocalisation updates for ToolserverI18N messages from...
2011-04-14 Leo KoppelkammFollowup to r86064 (List with double line-breaks inside...
2011-04-14 Leo KoppelkammFix for r85990, which broke lists inside tables; adding...
2011-04-14 Brian WolffAllow people to use ' entity (sinqle quote charact...
2011-04-14 Niklas LaxströmRemoved unmatched wfProfileOut
2011-04-14 Niklas LaxströmAdded one @since annotation I had to check out
2011-04-14 Happy-melonChanges to SpecialPage: deprecate any syntax for defini...
2011-04-14 Happy-melonRecommit r84805, but without removing UsersPager, which...
2011-04-14 Happy-melonFollow-up r 86041 per CR and IRC:
2011-04-14 Niklas LaxströmFix regression introduced in r82451. Only happens when...
2011-04-14 Niklas LaxströmMove $rxTc initialization next to where it is used
2011-04-14 Happy-melonr86001, now with less scariness :P I took out the...
2011-04-14 Leo KoppelkammFixing line-break issues with r85922
2011-04-14 Tim Starling(bug 28507) Fix for r85844: that revision was not actua...
2011-04-13 PlatonidesMove </td> and </th> to its own line (unless it's an...
2011-04-13 Nimish GautamCreated BeforeWelcomeCreation hook to be run before...
2011-04-13 Happy-melonRevert r86001: Brion says it's too scary :D will recom...
2011-04-13 PlatonidesFollow up r85922 moving the </caption> to another line...
2011-04-13 Happy-melonNew infrastructure for actions, as discussed on wikitec...
2011-04-13 Happy-melonUnbundle OutputPage::showErrorPage() in Exception.php...
2011-04-13 PlatonidesReadd support for headings inside tables, broken in...
2011-04-13 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-13 Leo KoppelkammTables: Fix Bug 20078, add test for it
2011-04-13 Leo KoppelkammFollowup to r85922: Adapt to MW-coding style
2011-04-13 Happy-melonLook mum, no globals! Implement a RequestContext for...
2011-04-13 Happy-melonImplement user-is-blocked and wiki-is-read-only as...
2011-04-13 Happy-melonFollow-up r85929: update MediaWiki::articleFromTitle...
2011-04-13 Sam ReedRelated to bug 28470 (Doxygen not updating)
2011-04-13 Leo KoppelkammFollowup to r85922: Output th instead of td for tfoot
2011-04-13 Leo KoppelkammFollowup to r85922: Fix STRICT error, rmv redundant...
2011-04-13 Neil Kandalgaonkarfollowup to r85929 -- missing the break;s for non-defau...
2011-04-13 Aaron Schulz* Removed getSelectOptions, which did nothing other...
2011-04-12 Happy-melonFollow-up r85928: back out unrelated changes.
2011-04-12 Happy-melonFollow-up r85928: AutoLoader entry.
2011-04-12 Happy-melonImplement a $context and getContext/setContext methods...
2011-04-12 Happy-melonallow methods to generate a "user does not have require...
2011-04-12 Leo Koppelkamm(no commit message)
2011-04-12 Platonides$wgDBprefix shall be converted to uppercase per r85786
2011-04-12 Happy-melonImprovements to handling of 'catastrophic' errors,...
2011-04-12 Sam ReedReverting r85784 for good measure too
2011-04-12 Sam ReedRevert r85776, r85782 pending better solution
2011-04-12 Aaron SchulzAdded pageDataFromId return type to docs
2011-04-12 Aaron Schulz* Made pageDataFromTitle protected (unused elsewhere)
2011-04-12 Bryan Tong MinhAdd support for importing/exporting files. This can...
2011-04-12 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-12 PlatonidesFollow up r85888: Add the parameter to DatabasePostgres...
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
2011-04-12 PlatonidesFollow up r85888
2011-04-12 Leons PetrazickisAddressing comments by Krinkle on r85885. Removing...
2011-04-12 Siebrand MazelandFix typo in r85885.
2011-04-12 Brion VibberRevert r84856: restore version that works before destru...
2011-04-12 Leons PetrazickisAddressing comment by IAlex. Setting svn:eol-style...
2011-04-12 Brion VibberRevert r84805: broke CentralAuth by removing base Users...
2011-04-12 PlatonidesAdd parameter to tableName() to get the bare table...
2011-04-12 PlatonidesNo need to quote just to avoid the prefixes.
2011-04-12 Leons PetrazickisFixes to DB2 support. DB2 support integration with...
next