API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabl...
[lhc/web/wiklou.git] / includes / specials /
2008-09-25 Matt Johnston(bug 8440) Allow preventing blocked users from editing...
2008-09-24 Tim StarlingFixes for r41154 and r41155:
2008-09-23 Siebrand Mazeland* fix localised special pages for Special:DeletedContri...
2008-09-23 Siebrand MazelandAdd extension DeletedContributions to core
2008-09-22 Aaron SchulzFill in blocklist from submit/url (bug 15611)
2008-09-22 Aaron Schulzrev_deleted security improvements as well as fix for...
2008-09-22 Aaron SchulzRemove Revision::revText() and move functionality to...
2008-09-22 Aaron SchulzUse IP::isIPAddress() to catch ranges and therefore...
2008-09-22 Raimond Spekking* Add loadAllMessages, neede for usergroups definded...
2008-09-21 Chad HorohoeThrow an error when the source and destination pages...
2008-09-21 Siebrand MazelandAppend a <sup>*</sup> if a tooltip is available
2008-09-21 Siebrand MazelandRemove leftover div
2008-09-21 Siebrand Mazeland* Add tooltips for Users and Active users, shortening...
2008-09-21 Chad Horohoe(bug 15642) Remove ability for blocked sysops to block...
2008-09-21 Aaron SchulzRun query for people that don't have $wgMiserMode on...
2008-09-20 Tim StarlingDon't run hour-long, unlimited row-count DB queries...
2008-09-20 Aaron SchulzRevert r40909, still too slow for comfort
2008-09-20 Victor VasilievAdd class to rows so admins can hide groups from Specia...
2008-09-20 Aaron SchulzFix regression from r40636: footer is now parsed again
2008-09-20 Tim StarlingFixed warning. QueryPage subclasses are required to...
2008-09-20 Chad Horohoe+doc
2008-09-19 Brion VibberQuickie example adding $wgLang->commaList() to encapsul...
2008-09-19 Aaron SchulzRemove some individual transactions
2008-09-18 Aaron Schulz* Add support for log importing
2008-09-18 Brion VibberRevert r40953 '(bug 7509) Don't hardcode separation...
2008-09-18 Brion VibberCleanup for r40944:
2008-09-18 Aaron Schulz* Move Import stuff to it's own file like Export
2008-09-17 Siebrand Mazeland(bug 7509) Don't hardcode separation strings, make...
2008-09-17 X!Readding 'Full Block Log' link, after being removed...
2008-09-16 Aaron Schulz* Add transaction to undelete
2008-09-16 Aaron SchulzThis is indexed now, do live. (bug 3945)
2008-09-16 Tim StarlingRevert r40627, r40551, r40536, r40535 (mark non-autocon...
2008-09-15 Brion VibberRevert r40838 -- patch is very scary and builds its...
2008-09-15 X!(bug 14638)
2008-09-14 Siebrand Mazeland* Add functionality of extension LinkSearch to core
2008-09-14 Rotem LissLocalization: Keep date as the first parameter, before...
2008-09-14 Alex Z(bug 15598) Special:Newpages default limit uses user...
2008-09-14 Ilmari KaronenMake sure no outgoing links are listed for nonexistent...
2008-09-13 Siebrand Mazeland* split time and date in 'emailauthenticated', and...
2008-09-13 Aaron SchulzCleanup for r40770:
2008-09-13 X!(bug 12284) Special:Preferences now sets a returnto...
2008-09-13 Alex Z(bug 12650) Make it possible to enter separate expiry...
2008-09-13 Aaron SchulzAdd newuser log to core
2008-09-12 Aryeh Gregor(bug 6702) Improve default English messages
2008-09-11 X!Add new special page Wantedfiles.
2008-09-10 Aaron SchulzExclude bot edits from Special:Contributions/newbies...
2008-09-09 Raimond Spekking* Enahle PLURAL
2008-09-09 Raimond Spekkingfix for r40623: declare $wgUser helps to avoid a fatal...
2008-09-09 Raimond Spekking* (bug 5619) Break messages used in Special:Statistics...
2008-09-08 Aaron SchulzAlso mark new user edits here too
2008-09-08 Aryeh GregorMake 40621 not break CentralAuth
2008-09-08 Antoine MussoPartially fix #15528. Use Linker::link() from r40496...
2008-09-08 Aryeh GregorRedirect on login instead of showing a message
2008-09-08 Chad HorohoeSelf-revert 40530, 40531. Too many things still depend...
2008-09-07 Aaron SchulzPass in $latest value (for bug 12650)
2008-09-07 Niklas Laxström* When using a {{SITENAME}} in a message, better to...
2008-09-07 Aaron Schulz* Reduce hook usage
2008-09-06 Aaron SchulzAdd edits-only filter to ListUsers (bug 10815)
2008-09-06 Aaron Schulz* Mark non-autoconfirmed users in RC
2008-09-06 Chad HorohoeSyntax error. Consequently, getCookie() returns null...
2008-09-06 Chad Horohoe* Add getCookie() method to WebRequest as a wrapper...
2008-09-06 Aaron Schulzclean up form (bug 15163)
2008-09-05 Aaron SchulzAdd level select (bug 12961)
2008-09-05 Tim Starling* Don't force rendering in File::getThumbnail(). The...
2008-09-04 Alexandre Emsenhuber(bug 15482) Special:Recentchangeslinked has no longer...
2008-09-03 Alexandre Emsenhuberfix XHTML error
2008-09-03 Aaron Schulzfix case
2008-09-03 Aaron SchulzMove doMassUserBlock() to core
2008-09-03 Tim StarlingTemporarily reverted SpecialUpload.php to r37968, befor...
2008-09-03 Tim StarlingReverting r40323, as per comments on wikitech-l. Deprec...
2008-09-02 Chad HorohoeFully deprecate $wgProxyKey. Has been marked as depreca...
2008-09-01 Tim StarlingRename UploadFromBase to UploadBase. It's best to use...
2008-09-01 Tim StarlingFix spelling MIN_LENGHT_PARTNAME
2008-08-31 Aaron Schulz* Maintain active user count for Special:Statistics...
2008-08-31 Antoine MussoWrap content in class="mw-spcontent"
2008-08-30 Bryan Tong MinhFix a few undeclared variables in upload warning code.
2008-08-29 Rotem LissFixing a fatal error on upload page:
2008-08-29 Raimond SpekkingMove information about watched pages and enotif into...
2008-08-29 Aaron Schulz* Fix issue with "next" link going to the same place...
2008-08-28 Bryan Tong MinhProperly check permissions.
2008-08-28 Bryan Tong MinhMake UploadFromBase::getTitle more logical by returning...
2008-08-28 Bryan Tong MinhUse static methods to check whether upload is enabled
2008-08-28 Raimond SpekkingModernize the email user form to our actual standards:
2008-08-28 Raimond Spekking* (bug 15172) 'Go' button of Special:Recentchanges...
2008-08-27 Alexandre Emsenhuber(bug 15342) "Invert" checkbox now works correctly when...
2008-08-27 Roan KattouwMake Special:Allpages/User:Foo actually work. Patch...
2008-08-27 Raimond SpekkingAdd an own message for the fieldset legend instead...
2008-08-27 Bryan Tong Minh* Remove a debug statement
2008-08-27 Bryan Tong MinhSplitting backend upload code from SpecialUpload.
2008-08-27 Chad HorohoeReverting my reversions of the fieldset on Special...
2008-08-27 Chad HorohoeCan't add to a variable if it doesn't exist...
2008-08-27 Chad HorohoeRemove fieldset from Watchlist that apparently only...
2008-08-27 Bryan Tong MinhCheck on $wgEnableEmail && $wgEnableUserEmail
2008-08-27 Bryan Tong Minh* Fixup validation methods in UserEmailForm a bit so...
2008-08-26 Andrew GarrettReset password throttles on login
2008-08-26 Brion Vibber* (bug 15264) Underscores in Special:Search/Foo_bar...
2008-08-26 Raimond SpekkingMake the elements of the watchlist fieldset identical...
2008-08-25 Domas Mituzasrevert rev#36938
2008-08-23 Alexandre Emsenhuberforgot debugging code
2008-08-23 Alexandre EmsenhuberMake SpecialAllpages and SpecialPrefixindex directly...
next