* Made PermissionsError exception accept an optional second parameter for the descrip...
[lhc/web/wiklou.git] / includes / OutputPage.php
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-10-31 Roan KattouwPrevent notice in OutputPage by casting to an array...
2011-10-28 Alexandre Emsenhuber* Factorise the code used to prepare the OutputPage...
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-24 Antoine Mussousing real identity for hashar
2011-10-23 Alexandre Emsenhuber* Use local context to get messages
2011-10-19 Alexandre Emsenhuber* Changed ParserOptions to store a Language object...
2011-10-17 PlatonidesRemove unused global $wgLoadScript
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-10 Jeroen De Dauwadded shortcut method for commonly used method combination
2011-10-03 Roan KattouwFix comment in r98374
2011-10-03 Roan KattouwRename $wgVaryOnXFPForAPI (introduced in r93818) to...
2011-09-29 Sam ReedAnd an extra brace from r98467
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-28 KrinkleNew OutputPage::addJsConfigVars() method (bug 31233)
2011-09-22 Robin PepermansRe-do r96798 ("LanguageConverter now depends on the...
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...
next