Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / OutputPage.php
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-09-14 Aaron SchulzFU r84610: Renamed getImageTimeKeys() to getFileSearchO...
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-13 Roan KattouwFollowup r96978, clean up code duplication by factoring...
2011-09-11 Robin Pepermans* r96737: set OutputPage->addWikiText() as an interface...
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-10 Robin Pepermans* Per Aaron on r96261, use string 'flip' instead of...
2011-09-10 Robin PepermansCorrectly parse interface messages as such, so it doesn...
2011-09-07 Brian Wolff$wgOverrideSiteFeed was double escaping urls (noticed...
2011-09-04 Robin Pepermans* Mark underline css as !important. It should override...
2011-09-04 Robin PepermansCorrectly parse interface messages as such, so it doesn...
2011-09-04 KrinkleSplit ajaxCategories away from core for now, into an...
2011-09-01 KrinklePass OutputPage instance to MakeGlobalVariablesScript...
2011-09-01 Daniel FriesenKill off use of $wgRequest, $wgUser, and $wgLang in...
2011-08-31 Sam ReedTidy up w/c
2011-08-29 Daniel FriesenKill off the last $wgUser and improper use of linker...
2011-08-27 Robin PepermansProperly mark the language and direction of the readonl...
2011-08-25 Roan KattouwFix stupid copypaste mistake in r95470
2011-08-25 Roan KattouwFollowup r85994: eliminate code duplication introduced...
2011-08-24 Sam ReedRevert r91728
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-23 Brion Vibber* (bug 30497) Add client-nojs and client-js classes...
2011-08-19 Roan KattouwMake the PROTO_ parameter to wfExpandUrl() explicit...
2011-08-17 Roan KattouwFollowup r94421 which, per CR, broke in non-English...
2011-08-17 Niklas LaxströmSelf-revert r79892: only got one opposition and apparen...
2011-08-13 Roan Kattouw(bug 26283) Previewing user JS/CSS pages doesn't load...
2011-08-13 Roan KattouwRemove bogus comments from OutputPage::makeResourceLoad...
2011-08-12 KrinkleReverting r93751 per r93751 CR.
2011-08-03 Roan KattouwFix r93820: PROT_ -> PROTO_
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-08-02 Alexandre Emsenhuber* (bug 15558) Allow includable special pages to be...
2011-08-02 Mark A. HershbergerFixes Bug #29311 - [OutputPage] Create a method to...
2011-08-01 KrinklePort 'editondblclick' js to ResourceLoader.
2011-07-30 Alexandre Emsenhuber* Made OutputPage extend ContextSource instead of dupli...
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-28 Niklas LaxströmAdded typehint per my own suggestion in bug 28827....
2011-07-28 Roan KattouwMake mw.user.options and mw.user.tokens work in debug...
2011-07-27 Roan KattouwRevert r93237 ("use User::getBlock() accessor rather...
2011-07-27 Alexandre Emsenhuber* Changed OutputPage::$mIsArticle flag to be false...
2011-07-26 Happy-melonFollow-up r93234: use User::getBlock() accessor rather...
2011-07-25 Roan KattouwWhitespace fix
2011-07-22 Alexandre EmsenhuberAnd I forgot to rename that variable in r92855
2011-07-22 Alexandre EmsenhuberReduce a bit the coupling between Skin and OutputPage:
2011-07-21 Alexandre Emsenhuber* Made Skin::userCanPreview() use Title::getUserPermiss...
2011-07-20 Chad Horohoe(bug 25355) Parser generates edit section links for...
2011-07-19 PlatonidesFollow-up r91518
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-16 Alexandre Emsenhuber* Use wfMessage() instead of OutputPage::addWikiMsgArra...
2011-07-15 KrinkleajaxCategories fixes:
2011-07-13 Leo KoppelkammRewrite ajaxCategories for ResourceLoader. Add some...
2011-07-12 Brion VibberRevert r91973 " Bug 24254: Output JS var wgCategories...
2011-07-12 Leo KoppelkammBug 24254: Output JS var wgCategories on other actions...
2011-07-08 KrinkleSelfrevert r91759. Messed up working-copy
2011-07-08 KrinkleReverting r91756 per CR and bug 26470
2011-07-08 Leo KoppelkammRewrite mwsuggest.js using j.ui.autocomplete. This...
2011-07-06 Aaron SchulzDeclared some member fields
2011-07-06 Aaron SchulzsetFileVersion (r91435) was missing default $val
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-05 Alexandre EmsenhuberHashar seems to have missed one occurence of OutputPage...
2011-07-05 Aaron Schulz* Added getFileVersion()/setFileVersion() functions...
2011-07-04 Antoine MussoHTTP status messages move: OutputPage -> HttpStatus
2011-06-22 KrinkleNew mediawiki.page modules
2011-06-22 Alexandre EmsenhuberUpdated calls to Linker to call them statically and...
2011-06-19 PlatonidesHTTP name
2011-06-15 KrinkleUsing true instead of calling isMainPage() again.
2011-06-14 KrinkleOnly define 'isMainPage' if we are on the main page...
2011-05-26 Alexandre EmsenhuberRemoved comment about the usage $wgTitle which is no...
2011-05-26 Roan Kattouw(bug 28840) URLs with dots break because of IE6 securit...
2011-05-26 Sam Reed* (bug 29144) Move action=dublincore and action=creativ...
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-25 Roan KattouwFix r88125: forgot to remove another call to mw.loader...
2011-05-21 KrinkleAdding user.tokens module and loading by default. ...
2011-05-21 Sam ReedMore adding, updating and tweaking of documentation
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-16 KrinkleSplit mw.user from mediawiki.js into its own module
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-14 Trevor ParscalRemoved the go() call, and the suspended until go(...
2011-05-14 Alexandre EmsenhuberFollow-up r87589: let's simplify this a bit :P
2011-05-13 Leo KoppelkammFollowup to r87987: Actually load the lazy loader
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-05-05 Roan KattouwPer bug 28738 comment 4, pack ResourceLoader URLs by...
2011-05-01 KrinkleAdded wgIsMainPage (Title->isMainPage) to mw.config
2011-04-25 Siebrand MazelandRevert r86872: Breaks LiquidThreads page moves with...
2011-04-25 Happy-melonImplement an interface and abstract class to hold the...
2011-04-23 Mark A. Hershbergerrandom w/s cleanup
2011-04-18 Happy-melonAdd ThrottledError to throw when the user hits a rate...
2011-04-18 Sam Reed* (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut...
2011-04-18 Sam ReedRevert unintended changes from r86302
2011-04-18 Sam Reed* (bug 28586) YAML: strings that are the same as boolea...
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-15 Chad HorohoeMerge r81445 from 1.17: revert r70520 (js password...
2011-04-13 Happy-melonImplement user-is-blocked and wiki-is-read-only as...
2011-04-12 Happy-melonallow methods to generate a "user does not have require...
2011-04-11 Sam ReedRemove unused globals
2011-04-07 Alexandre EmsenhuberMoved rateLimited() and showLagWarning() near other...
2011-04-07 Roan KattouwFix copypaste fail in r85616
2011-04-07 Roan KattouwFor bug 27488: move the startup script, jquery+mediawik...
next