* addressed r53282#c3209 moved conditional inclusion of $wgExtensionMessages in mwScr...
[lhc/web/wiklou.git] / includes / specials /
2009-07-15 Michael DaleSpecialUpload page fixes related to notes on r53282...
2009-07-15 Chad HorohoeFollowup to r53286: Fix trailing whitespace.
2009-07-15 Alexandre Emsenhuber* remove wfSpecialUpload() since UploadForm now extends...
2009-07-15 Niklas LaxströmOnly whitespace changes
2009-07-15 Niklas LaxströmAdd hidden title, would otherwise go to the main page...
2009-07-15 Chad Horohoe(bug 16497) Paginate Special:AllMessages
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-14 Roan KattouwAdd returntoquery= parameter to Special:Userlogin which...
2009-07-14 Aryeh GregorFix bug, werdna not on Special:Version
2009-07-13 Robin Pepermansfix syntax error
2009-07-13 Tim StarlingFix dodgy uses of wfMsgHtml() and related HTML escaping
2009-07-13 Roan KattouwRevert r53147, r53149 and r53163 ("Add API module for...
2009-07-13 Bryan Tong Minh* Added ancientpages, deadendpages and disambiguations...
2009-07-13 Niklas LaxströmDidn't mean to commit this, but the lovely svn automati...
2009-07-13 Niklas LaxströmSome escaping fixes and related readability changes
2009-07-13 Alexandre Emsenhuber(bug 19693) escape user link in contribution link
2009-07-11 Alexandre Emsenhuberfollow-up r53116: let's just delete the files since...
2009-07-11 Alexandre Emsenhuberrenamed NAMESPACE constant to NAMESPACE_RESTRICTION...
2009-07-11 Robert StojnićAdd search term to search-nonefound since wiktionaries...
2009-07-06 Shinjiman* (bug 14611) Added support showing the version of...
2009-07-05 ShinjimanLocalisation updates Cantonese and Chinese for extensio...
2009-07-05 Niklas LaxströmSmall fixes
2009-07-05 Niklas Laxström* (bug 19442) Show/hide options on watchlist only work...
2009-07-04 Chad Horohoe(bug 19509) can't upload to file called '0'. Patch...
2009-07-03 Andrew GarrettMove addition of prefs.js down, to avoid errors when...
2009-07-03 Jack Phoenixmake ActiveUsers subclass SpecialPage
2009-07-02 Alexandre EmsenhuberXml::element() -> Xml::tags() since the content is...
2009-07-02 Robert StojnićShould always close the form here since it apparently...
2009-07-02 Robert StojnićFix background color of the searchbox and "did you...
2009-07-01 Robert StojnićRevert r51246 for now. It might not be *always* appropr...
2009-07-01 Shinjimanadded path value support on the file check on Special...
2009-07-01 Alexandre Emsenhuberquick fix for r52624: handle the case when the executab...
2009-07-01 Shinjimanadded whereis path support instead of the hardcoded...
2009-07-01 Chad Horohoe(bug 19423) The initial file description page uses...
2009-06-29 Shinjimanfix up to add the local bin path, link to r52527 and...
2009-06-28 Shinjimanfix up, link to r52525 for CodeReview if any comments...
2009-06-28 Shinjiman* (bug 14611) Added support showing the version of...
2009-06-28 Alexandre Emsenhuber'' => null when 'descriptionmsg' is not set in $wgExten...
2009-06-28 Shinjimanfurther fix up for r52522, link to r52516 for CodeRevie...
2009-06-28 Shinjimanfix regression in r52516 for some distributions which...
2009-06-28 Alexandre Emsenhuberescaping fix
2009-06-28 Shinjiman* (bug 14611) Added support showing the version of...
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-06-27 Chad Horohoe(bug 19157) createAndPromote error on bad password
2009-06-27 Alexandre EmsenhuberMark SpecialVersion::execOutput as static to avoid...
2009-06-27 Shinjimanfix regression in r52476, point to the correct GD libra...
2009-06-27 Shinjiman* (bug 14611) Added support showing the version of...
2009-06-27 Shinjimanfix for r52476, include the cases with quotation marks.
2009-06-26 Shinjiman* (bug 14611) Added support showing the version of...
2009-06-25 Raimond SpekkingWrap some more elements into divs
2009-06-22 Aaron Schulzbug 19305 rev_deleted link consistency (greyed-out)
2009-06-22 Aaron SchulzDouble check against user table to make sure the user...
2009-06-21 Robert StojnićFollow-up for r52261, some in-progress stuff sneaked in.
2009-06-21 Robert StojnićPreserve formatting even when create article link is...
2009-06-21 Siebrand MazelandAllow use of GENDER in 'activeusers-count'
2009-06-21 Siebrand MazelandAllow use of GENDER in 'listusers-blocked'
2009-06-21 Alexandre Emsenhubersvn:eol-style
2009-06-20 Aaron SchulzAdded activeuser list (bug 15456) (indexes should be...
2009-06-19 Chad HorohoeRefactor Blankpage to subclass SpecialPage like a norma...
2009-06-19 Niklas Laxström* (bug 19294) Always show Sp-contributions-footer(...
2009-06-18 Ryan Schmidt* Remove the two hooks introduced in r52082
2009-06-18 Tim StarlingFix typo in r52082
2009-06-18 Ryan Schmidt* Add autopromote condition APCOND_BLOCKED to autopromo...
2009-06-18 Ryan Schmidt* (bug 17014) Blocked users can no longer use Special...
2009-06-17 Raimond Spekking* Add class=wikitable to some tables on specialpages...
2009-06-17 Alex ZPartial fix for bug 19236 - the array you want to overr...
2009-06-17 Niklas LaxströmUse addWikiMsg or wrapWikiMsg
2009-06-16 Andrew GarrettBlock password resets from globally blocked IP addresses
2009-06-16 Andrew GarrettFix bug in global auth caused by r48970 (I think)....
2009-06-15 Alexandre EmsenhuberAdded new message 'sp-deletedcontributions-contribs...
2009-06-15 Tim StarlingFix incorrect index usage. Without a condition on the...
2009-06-15 Siebrand MazelandFollow-up to r51894: remove unused $targetText
2009-06-15 Siebrand MazelandFix double escaping issues. Related to r51559 and friends.
2009-06-15 Siebrand Mazeland(bug 19205 ) Follow-up to 50351 and 51572: no double...
2009-06-15 Robert StojnićFix for r51574: did you mean.. links were broken, the...
2009-06-13 Siebrand Mazeland(bug 19170) Special:Version should follow the content...
2009-06-13 Siebrand Mazeland* deprecated makeMediaLink() to makeMediaLinkObj
2009-06-13 Siebrand Mazeland* replace deprecated makeBrokenLinkObj() by LinkHolderA...
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-13 Siebrand MazelandUpdate Special:BrokenRedirects:
2009-06-12 Robert StojnićAnother follow-up for r51807: add a missing </form...
2009-06-12 Siebrand Mazelandconvert deprecated makeBrokenLinkObj() to link(). Chang...
2009-06-12 Robert StojnićFix warning in r51807, $out is first used here so need...
2009-06-12 Trevor ParscalChanged how the search UI is rendered.
2009-06-08 Siebrand MazelandReplace a few remaining uses of deprecated makeKnownLin...
2009-06-08 Siebrand MazelandFollow-up to r49492: Add forgotten $this->setHeaders...
2009-06-07 Siebrand MazelandFollow-up to r51572. SpecialSearch.php was a bit broken...
2009-06-07 Siebrand MazelandFollow-up to r51572: fix parse error
2009-06-07 Siebrand Mazeland* replace use of deprecated makeKnownLinkObj() by linkK...
2009-06-06 Siebrand MazelandFollow-up to r51539: fix syntax error
2009-06-06 Robin Pepermansfix r51541
2009-06-06 Siebrand Mazeland* replace use of deprecated makeLink() by link() in...
2009-06-06 Robin PepermansAdd function addExtraSQL() to RandomPage as an alternat...
2009-06-06 Siebrand Mazeland* replace use of deprecated makeLinkObj() by link(...
2009-06-06 Siebrand MazelandFollow-up to r49973 (Revert r49880, r49883, r49885...
2009-06-06 Tim StarlingFix for CR r51279: reload data from master post-submit...
2009-06-05 Alexandre EmsenhuberFix for r51493, r51084 and realted: use Title::makeTitl...
2009-06-05 Jure KajzerOracle database abstraction updated.
2009-06-05 Siebrand MazelandFollow-up to r51084:
2009-06-05 Niklas LaxströmEscaping and formatNum
next