Merge fixes to ?preload= from /branches/conrad/ (cf. bug 5210, r62864, r62035)
[lhc/web/wiklou.git] / includes / specials /
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
2010-02-21 Domas Mituzasglobal $wgLang, $wgLang, $wgLang, $wgLang;
2010-02-17 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-17 X!* (bug 22551) Special:Resetpass now has a "Cancel"...
2010-02-14 Raimond SpekkingFollow-up r62358: Wrap warning message into a div with...
2010-02-13 PlatonidesFollow up r62436 comments.
2010-02-13 Chad HorohoeOutput page title along with no revisions (just like...
2010-02-12 Tobiassort of fixing bug 14592: show warning when moving...
2010-02-10 Tim Starling* Fix for r60163: in RC/RCL, hash together all the...
2010-02-10 Tim StarlingFix for r56885, r58364, r58364: use a two-part GROUP...
2010-02-08 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-06 Ævar Arnfjörð Bjar... Fix regression introduced in r30117: Don's sort() the...
2010-02-04 Alexandre EmsenhuberPer Tim, fix r59949: use CSS padding (margin doesn...
2010-02-03 Tim StarlingRevert r58025 (User::newFromName() returns WikiError...
2010-02-02 Alexandre Emsenhuber* (bug 21593) Special:UserRights now lists automatic...
2010-02-02 Alexandre Emsenhuber* (bug 21518) Special:UserRights no longer displays...
2010-02-01 Alexandre EmsenhuberAllow gender in 'login-userblocked', per request on...
2010-02-01 Chad HorohoeCleanup r61694, move blocked check to after password...
2010-01-31 Victor VasilievModify IPBlockForm::(un)suppressUserName so it can...
2010-01-30 Aaron Schulz* Show diff link for DELETED_TEXT revs if user can...
2010-01-29 Chad HorohoeAdd new global $wgBlockDisablesLogin to prevent logging...
2010-01-29 Alexandre Emsenhuber* (bug 22315) SpecialRecentChangesQuery hook now pass...
2010-01-29 Raimond Spekking* Add USER_BLOCKED case to UserLogin.
2010-01-29 Chad Horohoe(bug 22310) Only need to declare $join_conds once
2010-01-28 Aaron Schulz* Fixed $opts['tagfilter'] emptiness check
2010-01-27 Jack D. Pond$mDesiredDestName property changed from protected to...
2010-01-27 Conrad Irwin(bug 19600) don't display searchmenu-new when user...
2010-01-22 Chad HorohoeRevert part of r61382, unrelated change
2010-01-22 Chad HorohoeClarify parameters to wfFindFile and wfLocalFile, and...
2010-01-14 Platonides(bug 19226) First line renders differently on many...
2010-01-13 Bryan Tong MinhUpload license preview now uses the API instead of...
2010-01-10 Raimond Spekking* Send new password e-mail in users preference language
2010-01-09 Bryan Tong MinhFix use of an array for no apparent reason.
2010-01-08 Alexandre Emsenhuber* (bug 22051) Returing false in SpecialContributionsBef...
2010-01-07 Mark A. Hershbergerfollow-up r60763 and r58275. Parser tests now pass.
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2010-01-06 Tim StarlingMade Special:Allmessages many times faster for a typica...
2010-01-05 Sam ReedRemove unused private "filterPage" function from specia...
2010-01-05 OverlordQSplit rangeblock error message, allow configuring max...
2010-01-02 Roan KattouwFix coding style
2010-01-02 Roan Kattouw(bug 20115) Special:Userlogin says "Log in / create...
2010-01-01 Aryeh GregorAnnual copyright year update
2009-12-30 Raimond Spekking* (bug 2971) Swap links of hist & diff location on...
2009-12-30 Alexandre EmsenhuberPer Tim Starling, fixes for r58061:
2009-12-30 Raimond Spekkingfix for r60502. /selfslap
2009-12-30 Raimond SpekkingUser 'escapenotentites' to allow entities like •
2009-12-30 Raimond SpekkingRename hook per Tim's CR on r58192
2009-12-21 Bryan Tong MinhFollow up to r60277: Restore the uploadFormTextTop...
2009-12-21 Bryan Tong MinhRestored wpDestFileWarningAck, but this time in case...
2009-12-21 Bryan Tong MinhRestore hooks UploadForm:initial and UploadForm:BeforeP...
2009-12-19 Bryan Tong MinhFixed certain cases where license construction would...
2009-12-17 Happy-melonFollow-up to r60163 - add new function parameters at...
2009-12-17 Happy-melon(bug 21535) Add 'namespace' to cache key for RecentChan...
2009-12-17 Alexandre EmsenhuberPer Tim Starling, fix for r58008: use StringUtils:...
2009-12-17 Raimond SpekkingFix a wrong comparison: User::idFromName returns null...
2009-12-16 Alex Z(bug 21536) Fix JS error on Special:Search caused by...
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-12-15 Tim StarlingMerged r56745 from wmf-deployment, with an adjusted...
2009-12-15 Aryeh Gregormaxlength=200 for page move summary in HTML5
2009-12-13 Aryeh GregorAutomatically link on login if passwords match
2009-12-13 Alexandre Emsenhuber* (bug 20765) Special:ListGroupRights no longer misses...
2009-12-12 Alexandre EmsenhuberFor consistency with the other special pages, don't...
2009-12-12 Alexandre Emsenhuber* (bug 21826) Subsections of Special:Version now also...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-11 Aaron Schulz(bug 20928) Added tri-state form for RevisionDelete...
2009-12-10 Aaron SchulzRemoved $file->load() call from r57148: already called...
2009-12-09 Chad HorohoeFix r59761,r59797: check if is_object()
2009-12-09 Alexandre Emsenhuber* Added a space between the version and "(rXXX)" in...
2009-12-08 Aryeh GregorRename some extauth functions and fields
2009-12-07 Alexandre EmsenhuberPer Nikerabbit, follow-up to r59761: just check for...
2009-12-07 Tim StarlingReplaced all instances of <<<END (which breaks vim...
2009-12-05 Alexandre EmsenhuberUser::newFromName() can return false on invalid user...
2009-12-04 Alexandre EmsenhuberFix Special:ProtectedPages' canonical name (Protectedpa...
2009-12-04 Siebrand MazelandAdd separate message for special page title, as 'blocki...
2009-12-03 Tim StarlingMerged r56967 from wmf-deployment: for performance...
2009-11-29 Alexandre Emsenhuber* (bug 21679) "Edit block reasons" link at the bottom...
2009-11-27 Jure Kajzer*(bug 20717) Added checkboxes to users with bot and...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-19 Matěj Grabovský(bug 16884) Fixed feed links in sidebar not complying...
2009-11-18 Aaron Schulzlast tweak for bug 21352 (RevDelete messages)
2009-11-16 Roan Kattouw(bug 21540) Missing global
2009-11-15 Michael Dale* changed "wgSourceTypeUrl" back to "wgSourceTypeURL"
2009-11-14 Siebrand MazelandUpdate break notation to self enclosed and properly...
2009-11-14 Siebrand MazelandSync contributionsSub from SpecialContributions.php...
2009-11-14 Siebrand MazelandAdd tools link to user rights management for proviledge...
2009-11-14 Matěj Grabovský(bug 21455) Fixed "Watch this page" checkbox appearing...
2009-11-13 Aaron SchulzUse isDeleted() instead of raw bitfield op
2009-11-13 Aaron SchulzUse reverse chronological order for all item lists
next