re r66702 Use wfMsgForContent instead of wfMsg
[lhc/web/wiklou.git] / includes / specials /
2010-05-15 Siebrand MazelandHTML5 fix: short tag not allowed for <td>
2010-05-13 Tim StarlingAvoid E_NOTICE when texttop or textaftersummary is...
2010-05-12 Raimond SpekkingFollow-up r66267: Use formatNum for the number
2010-05-12 Andrew GarrettFunction accessibility changes, documentation, revert...
2010-05-12 Andrew GarrettRewrite of XML Dump Processing:
2010-05-12 Brian WolffSpecial:Userrights didn't recognize user as self if...
2010-05-08 Alexandre EmsenhuberFix case in class name
2010-05-07 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-06 Alexandre EmsenhuberFixed some doxygen warnings and removed trailing spaces
2010-05-05 Chad HorohoeSame
2010-05-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-04 Derk-Jan HartmanAdd a new searchmenu-new-nocreate message
2010-05-04 Derk-Jan HartmanDo not add the license selector when uploading a new...
2010-05-03 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-02 Alexandre EmsenhuberFixed some doxygen warnings and documented warnings
2010-05-02 Bryan Tong Minh(bug 18408) All required permissions for uploading...
2010-05-01 PlatonidesBug 23371: Fix CSRF similar to r64677 covering the...
2010-04-29 Tobiasfollow-up on r65546#c6661: minor code style issue....
2010-04-28 Tobiasfixing r65546: move variable decleration up
2010-04-26 Tobiasfixing bug 20186: allow filtering SpecialContributions...
2010-04-25 Siebrand MazelandFollow-up 65339: fix 'pass by reference' warning as...
2010-04-24 Raimond SpekkingAdd a comment with the used message keys to make sure...
2010-04-24 Sam Reed* (bug 23276) Add hook to Special:NewPages to modify...
2010-04-22 Alexandre Emsenhuber* (bug 23286) Fix for r62890: namespace selector no...
2010-04-21 Platonides(bug 16487) Do not display the fake Anonymous user...
2010-04-21 Tobiasfixing r65339 which broke Upload when file dest was...
2010-04-20 Siebrand Mazeland(bug 22647) Add category details in search results...
2010-04-20 TobiasWhen visiting a 'red link' of a deleted file, a deletio...
2010-04-19 Roan Kattouw(bug 23240) Add ID to namespace selector form on Specia...
2010-04-19 Raimond SpekkingFollow-up r65049: Fix constant name
2010-04-17 Mark A. Hershbergerfor r65152: fixed web ui for UploadFromUrl
2010-04-17 Mark A. Hershbergereol ws cleanup
2010-04-16 Alexandre Emsenhuber* part of bug 23119: removed WikiError stuff for Specia...
2010-04-16 Sam ReedFix hooks.txt SpecialSearchNogomatch $title to &$title
2010-04-15 Niklas LaxströmRemove jobqueue length from the user interface
2010-04-15 Niklas LaxströmSome cleanups
2010-04-15 Roan KattouwSpecial:Random now carries over query string parameters
2010-04-15 Bryan Tong Minh(bug 17941) $wgMaxUploadSize is now honored by all...
2010-04-15 Bryan Tong MinhRefactored UploadFromUrl to use HttpFunctions.
2010-04-14 Bryan Tong MinhFollow-up to r65013: Preserve username when clicking...
2010-04-14 Bryan Tong MinhFollow-up to r65027: Prefix all hidden fields with...
2010-04-14 Bryan Tong Minh(bug 23176) Fixed regression: "upload new version"...
2010-04-14 Bryan Tong MinhSpecial:Listfiles now supports a username parameter...
2010-04-13 Alexandre EmsenhuberFixed some doxygen warnings and documented a bit
2010-04-12 Bryan Tong Minh(bug 23167) Check the watch checkbox by default if...
2010-04-11 Alexandre EmsenhuberFixes for r64903:
2010-04-10 Happy-melonOverhaul Special:EmailUser, use HTMLForm, a SpecialPage...
2010-04-10 Roan KattouwFix epic fail in r64860
2010-04-10 Roan KattouwFix yet another instance of comparing the result of...
2010-04-10 Tim StarlingRevert r64844 pending further discussion
2010-04-10 Tim Starling(bug 23127) Fix for r57868, pass destination file name...
2010-04-10 Tim StarlingSwapped the order of the "diff" and "hist" links on...
2010-04-09 Roan KattouwFix another instance of the result of User::newFromName...
2010-04-09 Alexandre EmsenhuberFixes for r64708:
2010-04-08 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-04-07 Alexandre Emsenhuber* Special:ChangePassword no longer loads user javascript
2010-04-07 Tim Starling* (bug 23076) Fixed login CSRF vulnerability. Logins...
2010-04-06 Alexandre Emsenhuber* (bug 23017) Special:Disambiguations now list pages...
2010-04-05 Alexandre EmsenhuberLet at least be consistent between the two header(...
2010-04-05 Alexandre EmsenhuberAnd while I'm a it, fix for r55903: canonical name...
2010-04-05 Alexandre Emsenhuber* (bug 22925) "sp-contributions-blocked-notice-anon...
2010-04-03 Alexandre EmsenhuberAllow [[MediaWiki:Activeusers-summary]] to be used
2010-04-02 Alexandre Emsenhuber* (bug 23024) Special:ListFiles now escapes file names...
2010-03-27 Roan KattouwFix coding style in r64230, r64256
2010-03-27 Happy-melonPer r64228 CR: make the check a static method in IPBloc...
2010-03-26 Happy-melon(bug 15810) stop blocked admins from unblocking themsel...
2010-03-25 Happy-melonNow that LQT is installed on WMF wikis, we can't preten...
2010-03-25 Happy-melonFix sorting in Allmessages.
2010-03-22 PlatonidesRevisionDeleter has added i18n to his friends list.
2010-03-22 Alexandre EmsenhuberFixed some doxygen warnings and documented a bit
2010-03-20 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-20 PlatonidesUnused file. Feature was reverted in r41405. Other...
2010-03-20 PlatonidesShow an appropiate message when the wiki is read only...
2010-03-19 Chad HorohoeFollowup r63914, function must match parent
2010-03-18 Alexandre Emsenhuber* Follow-up r63914: SpecialPage has methods for that...
2010-03-18 Chad HorohoeRefactor MergeHistory to subclass SpecialPage. Ohai...
2010-03-13 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-13 Happy-melonThis check throws E_NOTICEs and isn't particularly...
2010-03-11 Aaron SchulzFixed blockip log excerpt permission check (bug 22809...
2010-03-10 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-09 Aryeh GregorStyle fixes
2010-03-09 Aryeh GregorFix validity and correctness of r63342
2010-03-09 Aryeh GregorAvoid fatal on login if username is invalid title
2010-03-07 Jack Phoenixcleanup to SpecialUpload.php:
2010-03-06 Niklas Laxström* (bug 22748) Add anchors on Special:ListGroupRights
2010-03-04 Alexandre Emsenhuber* (bug 22353) Categorised recent changes now works...
2010-03-04 Alexandre EmsenhuberAlso "consume" categories and categories_any parameters...
2010-03-01 Alexandre EmsenhuberPer Simetrical's comment on r63048: use "$user instance...
2010-03-01 Alexandre Emsenhuber* (bug 22664) Special:Userrights now accepts '0' as...
2010-02-27 Alexandre Emsenhuber* (bugs 22665 and 22667) User '0' can now be unblocked...
2010-02-27 Alexandre Emsenhuber* (bug 22666) Submitting user block form with an invali...
2010-02-27 Bryan Tong Minh* Allow string to be passed to showUploadForm to make...
2010-02-27 Bryan Tong MinhFix upload hook params
2010-02-25 Max Semenikfix debug logging from r62967
2010-02-25 Max Semenik(bug 17790) Users instantly logged off on HughesNet
2010-02-23 Chad HorohoeReduce code duplication by adding conditions to $conds...
2010-02-21 Domas Mituzasdouble global declaration
2010-02-21 Domas Mituzasmissed one :)
2010-02-21 Domas Mituzas3x global $wgOut
2010-02-21 Domas MituzasI have a feeling that a line above declares same global
next