Localisation updates for core and extension messages from translatewiki.net (2011...
[lhc/web/wiklou.git] / includes /
2011-07-13 Raimond SpekkingLocalisation updates for core and extension messages...
2011-07-13 Aaron SchulzAdded 'fromdbmaster' param option to WikiPage::loadPage...
2011-07-13 Ian BakerAdded us_status column for future expansion re Bryan...
2011-07-13 Brion Vibber* (bug 29808) Special:PasswordRest now sorts into the...
2011-07-13 Aaron Schulz* Changed MediaWiki:main to use WikiPage
2011-07-13 Aaron Schulz* Broke long Wiki.php lines
2011-07-13 Purodha B BlissenbachFix for r85876 by doing away with a potentially invalid...
2011-07-13 Robin PepermansFollow-up r92054: dir attributes are no longer needed...
2011-07-13 Purodha B Blissenbach(bug 120781) Move 'mainpagetext' messages to installer...
2011-07-13 Leo KoppelkammRender category links as an HTML list. Bug 12261. Based...
2011-07-13 Roan KattouwPer wikitech-l, run a bunch of URLs in the API output...
2011-07-13 Roan KattouwUse wfUrlProtocols() in ApiFormatBase instead of simply...
2011-07-13 Ian BakerAdded maintenance script for cleaning up abandoned...
2011-07-13 Roan KattouwNow that wfParseUrl() can handle protocol-relative...
2011-07-12 Roan KattouwExtend wfParseUrl() to handle protocol-relative URLs...
2011-07-12 Aaron SchulzFixed r92012 comment
2011-07-12 Aaron Schulz* Made (un)watch action show a form if the token is...
2011-07-12 Robin PepermansDo r91966 in a different way, per Brion: use unicode...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-07-12 Roan KattouwFix r14202 (!!): this validates the protocol against...
2011-07-12 Aaron SchulzFollow-up r91997, moved newFromTitle() function to...
2011-07-12 Sam ReedDocumentation
2011-07-12 Mark A. Hershbergerfollowup r91985 — remove duplication of code per ^demon...
2011-07-12 Mark A. HershbergerBug #29807 — Special:PasswordReset listed on Special...
2011-07-12 Mark A. Hershbergereol w/s before commiting real patch
2011-07-12 Aaron SchulzAdded WikiPageFactory class with newFromTitle() function
2011-07-12 Alexandre Emsenhuber* Added token to watch links
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-12 Alexandre Emsenhuber* In EditPage.php: don't add the separator if getCancel...
2011-07-12 Ariel Glennlibxml >= 2.7.3 ha a 10mb cap on the size of a text...
2011-07-12 Robin Pepermans(bug 12205) Bidirectional names in action=credits are...
2011-07-12 Alexandre EmsenhuberUse createContext() instead of using the global context
2011-07-12 Alexandre EmsenhuberUse the local context instead of global variables
2011-07-12 Leo KoppelkammRevert r91942, r91943 & reimplement. wgActions doesn...
2011-07-12 Leo Koppelkammr91943. Add global.
2011-07-12 Leo Koppelkammr91942: Add nosuchaction also if action not in
2011-07-12 Leo KoppelkammFollowup r91871 per CR. Write back the actually execute...
2011-07-12 Tim StarlingNon-concurrent pop_type() since the $row === false...
2011-07-12 Brion VibberFollowup r91833 -- use Sanitizer::escapeId's 'noninitia...
2011-07-12 Aaron SchulzAdded $wgAutopromoteOnceLogInRC variable (bug 29655)
2011-07-11 Brion VibberRevert r91870, r91873 -- seems to be trying to remove...
2011-07-11 Aaron SchulzAdded explicit parse() call to wfMessage object
2011-07-11 Brion VibberFollowup to r91608: reduce impact of bug 29784 (high...
2011-07-11 Raimond SpekkingLocalisation updates for core and extension messages...
2011-07-11 Niklas Laxströmping r91875
2011-07-11 Robin Pepermans(bug 29797) Error: "Tried to load block with invalid...
2011-07-11 Niklas Laxström* (bug 16699) {{#language:}} accepts second parameter...
2011-07-11 Leo Koppelkammr91870 : Got tricked into believing it was action=diff...
2011-07-11 Leo KoppelkammAdd action-* class to body. Bug 4438. Based on patch...
2011-07-11 Leo KoppelkammwgAction incorrectly asumes 'view' instead of 'historys...
2011-07-11 Leo Koppelkammuse tab name, not tab index for anchors on Special...
2011-07-11 Alexandre EmsenhuberCall Linker methods statically and removed the $mSkin...
2011-07-11 Alexandre EmsenhuberOverride UsersPager::getTitle() in ActiveUsersPager
2011-07-11 Alexandre EmsenhuberUse getPageTitle() to set the page title instead of...
2011-07-11 Alexandre EmsenhuberRemoved print and render actions from the check:
2011-07-11 Robin PepermansBetterDirectionality fixes:
2011-07-10 Alexandre Emsenhuber* Changed dynamic calls to Linker methods into static...
2011-07-10 Leo KoppelkammEscape sidebar ID's. Bug 18688
2011-07-10 Alexandre EmsenhuberDisable feed mode when including the page. I know that...
2011-07-10 Alexandre EmsenhuberStylised ParserOptions.php
2011-07-09 Robin PepermansBug 29792: notice undefined index 'other' due to my...
2011-07-09 Alexandre EmsenhuberAdded Request::setLang() and RequestContext::setSkin...
2011-07-09 Robin PepermansAllow the 'other' parameter for HTMLForm selectorother...
2011-07-09 Alexandre EmsenhuberCall doMarkPatrolled() on the RecentChange object inste...
2011-07-09 Bryan Tong MinhFollow-up r88054: register the file if a hook changed...
2011-07-09 Alexandre EmsenhuberPass the User object to RecentChange::doMarkPatrolled...
2011-07-09 Alexandre EmsenhuberFix for r91651: don't escape HTML
2011-07-09 Sam ReedFix whitespace, documentation
2011-07-08 KrinkleSelfrevert r91759. Messed up working-copy
2011-07-08 KrinkleReverting r91756 per CR and bug 26470
2011-07-08 Leo KoppelkammHTMLForm: Add option to output a title for a fieldset...
2011-07-08 Leo Koppelkammr86603 : Updatin last call to mediawiki.legacy.edit...
2011-07-08 Alexandre EmsenhuberFix for r78786: make Special:Wantedpages includable...
2011-07-08 Alexandre EmsenhuberRemoved some error suppression operators
2011-07-08 Leo KoppelkammMoving skins/common/diff.css to mediawiki.action.histor...
2011-07-08 KrinkleReverting r91642 per CR and pending review need-patch...
2011-07-08 Leo Koppelkammr91734: Do the same for search.css and remove module...
2011-07-08 Leo KoppelkammMigrate skins/common/search.js functionality to mediawi...
2011-07-08 Alexandre EmsenhuberCreate a new RequestContext to use its OutputPage and...
2011-07-08 Leo KoppelkammRewrite mwsuggest.js using j.ui.autocomplete. This...
2011-07-08 Chad HorohoeRevert r91263 (fixing $wgScriptPath for cli installer...
2011-07-08 Jure Kajzer* DatabaseOracle.php binds variables, so using $val...
2011-07-08 Alexandre EmsenhuberFollow-up r91657: missed this one
2011-07-07 Robin PepermansFix r91685: add space at the right place.
2011-07-07 Mark A. HershbergerBug #29752: add back a space that SPQRobin missed.
2011-07-07 Alexandre Emsenhuber* Fixed comment
2011-07-07 Mark A. HershbergerFixes Bug#17866
2011-07-07 Roan Kattouw(bug 29497) To support protocol-relative URLs in extern...
2011-07-07 Mark A. HershbergerSet envelope sender to the same as the From: address...
2011-07-07 Mark A. Hershbergerw/s fixup before patch
2011-07-07 Alexandre Emsenhuber* Don't use isset() to check only for null
2011-07-07 Alexandre EmsenhuberOverride IndexPager::getTitle() in ImageListPager,...
2011-07-07 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-07-07 Chad Horohoe(bug 27410) The tag filter on a history page should...
2011-07-07 Chad HorohoeReduce some duplication
2011-07-07 Robin Pepermans(Update for r91646) Use mw-content-ltr/rtl so bullet...
2011-07-07 Mark A. HershbergerBug #29755: Apply patch from Vitaliy Filippov so that...
2011-07-06 Chad HorohoeFollowup r91609, helps to actually remove the @
2011-07-06 Chad HorohoeBunch of error suppression operator fixes (bug
next