Followup r88118. Fix Bug 28979 — “remove some CSS for abbr and acronym
[lhc/web/wiklou.git] / includes / specials /
2011-05-20 Sam ReedWhitespace
2011-05-20 Sam ReedAdd spacing, fix bracing
2011-05-19 Alexandre EmsenhuberCorrect case in function call: wfGetDb() -> wfGetDB()
2011-05-18 Alexandre EmsenhuberDB_READ -> DB_SLAVE, the former is obsolete
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-16 Siebrand Mazeland(bug 29011) Remove hard coded text from Special:LockDb.
2011-05-16 Siebrand MazelandRemove verboseness (image and infobox) in Special:Contr...
2011-05-16 Alexandre EmsenhuberOnly increment the page count if the page has been...
2011-05-16 Jack Phoenixthree new hooks in SpecialUndelete.php from Wikia codeb...
2011-05-16 Jack Phoenixpeace, love and coding style
2011-05-15 Alexandre EmsenhuberRemoved usage of error suppression operator in Special...
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-15 PlatonidesFollow up r87805. Remove unused global.
2011-05-15 Bryan Tong Minh(bug 1780) Uploading files with non-ascii characters...
2011-05-14 Siebrand MazelandAdd Rotem Liss and Platonides to author list.
2011-05-14 Antoine MussoCredits to Victor Vasiliev in [[Special:Version]]
2011-05-14 PlatonidesRevert r88043. It was broken in several ways.
2011-05-14 Jure Kajzer* added alternative revison size display if diff size...
2011-05-14 Jure Kajzer* added an option to toggle the display of diff size...
2011-05-14 Bryan Tong Minh(bug 27864) Transcluding {{Special:Prefix}} with empty...
2011-05-14 Jure Kajzer* changed display function for length to Linker::format...
2011-05-14 Platonides(Bug 28960) add message when email copy is sent to...
2011-05-13 Jure Kajzer* addon to previous
2011-05-13 Jure Kajzer* removed unused messages because of previous revert.
2011-05-13 Jure Kajzer* partial revert of r88019. Left the messages in for...
2011-05-13 Jure Kajzer* bug 28571
2011-05-13 Jure Kajzer* fixed as per comment on r88008
2011-05-13 Jure Kajzer* bug 24037
2011-05-13 Antoine Mussobug 2429 fix up index by using IN / NOT IN instead...
2011-05-13 Alexandre EmsenhuberRemoved redundant whitespaces
2011-05-12 Alexandre EmsenhuberRemoved dead code path since r27312: $revision cannot...
2011-05-10 Brian Wolff(bug 28888) In Special:Search, Don't tell user the...
2011-05-10 Brian WolffPrevent user from trying to move a page to a title...
2011-05-10 Brion Vibber* (bug 21279) Special:Undelete's 'change visibility...
2011-05-09 Jack Phoenixcoding style tweaks
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-05-06 Sam ReedKill $wgExtraRandompageSQL
2011-05-06 Sam ReedRemove addExtraSQL
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-06 Chad Horohoe(bug 10154) Don't allow user to specify days beyond...
2011-05-05 Chad HorohoeKill $wgSkinExtensionFunctions. Way back in r4934 when...
2011-05-03 Chad Horohoe(bug 22227) Special:Listfiles no longer throws an error...
2011-05-03 Mark A. HershbergerFixes bug #28694: Set maxlength of revisiondelete comme...
2011-05-02 Sam Reed* (bug 20468) User::invalidateCache throws 1205: Lock...
2011-05-02 Happy-melonFollow-up r83795: fix E_NOTICE due to undefined array...
2011-05-01 Sam ReedRefactor out common code
2011-04-30 Bryan Tong Minh(bug 28076) Thumbnail height limited to 360 pixels...
2011-04-30 Sam ReedFollowup r87150
2011-04-29 Sam ReedTweak documentation
2011-04-29 OverlordQFix group by for Special:MostLinkedTemplates
2011-04-25 Roan Kattouw(bug 16921) Add JavaScript-based enforcing of byte...
2011-04-23 Sam ReedTidy up some unused variables and such
2011-04-23 Happy-melonFollow-up r86347: the $mFile written to in SpecialUndel...
2011-04-23 Sam ReedFollowup r86763, and also fix ancient revision from...
2011-04-23 Raimond SpekkingSimplify a bit to make nicer links: Special:ListFiles...
2011-04-23 Raimond SpekkingEmbrace comment with () only when really needed. In...
2011-04-22 Niklas LaxströmImplemented param tracking for hook users, feels a...
2011-04-22 Niklas LaxströmCleanup next/prev links on special:search. Removed...
2011-04-22 Niklas LaxströmAllow extensions to customize the search forms. This...
2011-04-20 Happy-melonFollow-up r86048: fix fatal, and deprecated Skin static...
2011-04-20 Happy-melonFollow-up r86482: patch to add an index on user_email...
2011-04-20 Happy-melon(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669...
2011-04-20 Neil Kandalgaonkarmake SpecialUpload::userCanExecute signature compatible...
2011-04-19 Aaron SchulzFixed doMainQuery() so that it doesn't mindlessly selec...
2011-04-19 Sam ReedFix r86255
2011-04-18 Alexandre Emsenhuber* Use $this->getTitle() instead of SpecialPage::getTitl...
2011-04-18 Sam ReedUpdate all core calls of SpecialPage->getName();
2011-04-18 Tim Starling(bug 28590) Temporary revert of r86186, r86187, r86227...
2011-04-17 Happy-melonRename Special:Resetpass to Special:ChangePassword...
2011-04-17 Alexandre Emsenhuber* Display the "blanknamespace" in user's language,...
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-17 Happy-melonTidy up some more uses of SpecialPage static methods
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-04-16 Leo KoppelkammMove timezone preference functions to mediawiki.special...
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-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 Chad HorohoeRevert r77555 and followups r77563, r77572, r78116...
2011-04-14 Happy-melonRecommit r84805, but without removing UsersPager, which...
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 Happy-melonNew infrastructure for actions, as discussed on wikitec...
2011-04-13 Happy-melonLook mum, no globals! Implement a RequestContext for...
2011-04-12 Brion VibberRevert r84856: restore version that works before destru...
2011-04-12 Brion VibberRevert r84805: broke CentralAuth by removing base Users...
2011-04-12 Jack Phoenixfollow-up to r85876: fix some coding style issues ...
2011-04-12 Purodha B Blissenbach(bug 13879) Special:Emailuser now asks for suitable...
2011-04-10 Sam Reed* (bug 26873) API: Add 'toponly' filter in usercontribs...
2011-04-07 Neil Kandalgaonkarjoin() appears to be inadequate for some production...
2011-04-06 Max SemenikMade Special:ListFiles transcludable
2011-04-05 Brion Vibber* (bug 24755) AuthPlugin auto-creation of local account...
2011-04-04 Daniel FriesenUpdate special pages which use $wgUser->getSkin();...
2011-04-03 Daniel FriesenFollowup r85228; Small fix for ()> syntax error that...
2011-04-03 Daniel FriesenFollowup r85227; Back out changes related to avoiding...
2011-04-03 Daniel FriesenFollowup r85227. Convert all IncludableSpecialPages...
2011-04-03 Daniel FriesenFollowup r85227, update 4 special pages to properly...
2011-04-02 Sam ReedRemove unused global, fix double defined global
2011-04-01 Happy-melonFollow-up r85025: fix the you're-trying-to-block-yourse...
next