Bump style version for r39776.
[lhc/web/wiklou.git] / includes / specials /
2008-08-20 Brion Vibber* $wgAjaxSearch has been removed; use $wgEnableMWSugges...
2008-08-20 Aaron Schulzredo allpages again less obtrusively
2008-08-20 Brion VibberRevert r39416, 39421, 39427, 39489, 39515, 39516 "Rewri...
2008-08-20 Brion VibberDisable the time limit during full-history export
2008-08-20 Brion VibberPart two of allowing Special:Export to work on very...
2008-08-19 Brion VibberRevert r39625 "Run autocreated accounts through AbortNe...
2008-08-19 Brion VibberRevert r39582 "(bug 12518) Interwiki userrights now...
2008-08-19 Purodha B Blissenbachfix Bug 15240 Special:Search uses wrong data in PLURAL
2008-08-19 Fran RogersRun autocreated accounts through AbortNewAccount hooks
2008-08-19 Brion VibberRevert r39503, 39507 "(bug 14468) Lines in classic...
2008-08-18 Chad HorohoeRemove last of $wgEnablePersistentCookies. Use > 0...
2008-08-18 Fran RogersRestore r39518 with fix. No need to be snarky :/
2008-08-18 Aaron SchulzRevert r39518. Fucks up type selector. Does anybody...
2008-08-18 Andrew Garrett(bug 12518) Interwiki userrights now reflects remote...
2008-08-17 Fran RogersPer request in bug 15194, add more syntax for Special...
2008-08-17 Aaron Schulzcheck if $lines is empty
2008-08-17 Aaron Schulztruncate super long pages (bug 15186)
2008-08-16 Siebrand Mazeland(bug 14468) Lines in classic RecentChanges and Watchlis...
2008-08-16 Aaron Schulzset bounds for showChunk() here
2008-08-16 Alexandre Emsenhuberfix for last commit: the (bool) is not needed
2008-08-16 Alexandre Emsenhubertweak for r39376: do not show the check box "remember...
2008-08-15 Aaron SchulzSupport {{Special:AllPages/x}} rather than defaulting...
2008-08-15 Aaron SchulzDecouple from allpages a little to avoid E_STRICT notices
2008-08-15 Aaron Schulzdouble-check with isLocal() to be safe
2008-08-15 Aaron SchulzRewrite allpages to use a "tree" of index range subpage...
2008-08-14 Ryan Schmidt* $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf now...
2008-08-14 Aaron Schulz* Fix location of $ip check
2008-08-13 Siebrand Mazeland(bug 15157) Special:Watchlist now has the same options...
2008-08-13 Aaron SchulzI really don't like the idea of invalid IPs sending...
2008-08-13 Chad Horohoe(bug 15141) - Give "cascadeonly" checkbox on Special...
2008-08-13 Fran RogersPer bug 15146, allow additional syntax for Special...
2008-08-12 Raimond SpekkingUse formatNum for another number
2008-08-12 Robert Leverington* (bug 15127) Add an additional space between the direc...
2008-08-11 Siebrand Mazeland(bug 14790) Export of category pages when using Categor...
2008-08-11 Alexandre Emsenhuber(bug 15101) Displaying only bots edits in Special:Recen...
2008-08-10 Alexandre EmsenhuberFix for r38784: force the noconvertlink toggle to be...
2008-08-08 Brion VibberCleanup for r38886 "(bug 12370) Add throttle on passwor...
2008-08-08 Aaron Schulz$wgPasswordAttemptThrottle cleanup
2008-08-08 Andrew Garrett* (bug 12370) Add throttle on password attempts. Defaul...
2008-08-07 Brion Vibber* (bug 14921) Special:Contributions/: add user name...
2008-08-07 Chad Horohoe+s
2008-08-07 Alexandre EmsenhuberRevert r38748; this allows to pass the bot param in...
2008-08-07 Shinjiman* Added $wgDisableTitleConversion to disabling the...
2008-08-07 Raimond SpekkingFollow up for r38771.
2008-08-07 Chad HorohoeRemove (seemingly?) useless code. Feel free to revert...
2008-08-06 Alexandre Emsenhuber* Tweak for my last commit: parse -> parseinline
2008-08-06 Alexandre EmsenhuberTweaks to Special:ListGroupRights:
2008-08-06 Chad HorohoeLogic for $wgSkipSkins should be in Skin.php, where...
2008-08-06 Alexandre EmsenhuberFixes for r38707:
2008-08-06 Raimond SpekkingReapply part of r38229 under consideration of Brions...
2008-08-06 Raimond SpekkingSwitch errormessage and filter to show 1) filters and...
2008-08-06 Raimond Spekking* Consistency tweaks with other special pages like...
2008-08-05 Chad HorohoeRemove a few unused globals.
2008-08-05 Aryeh GregorMake SpecialNewimages.php marginally less horrible...
2008-08-05 Chad HorohoeThis can use User::getGroupsWithPermission() as well.
2008-08-05 Raimond SpekkingAllow PLURAL for 'listgrouprights-addgroup' and 'listgr...
2008-08-05 Raimond SpekkingReapply part of r38587:
2008-08-05 Brion VibberRevert r38587, r38589 for now ("(bug 2314) Add links...
2008-08-04 Raimond SpekkingFollow up for r38587: Thanks to VasilievVV for pointing...
2008-08-04 Raimond Spekking* (bug 2314) Add links to users custom CSS and JS into...
2008-08-02 Robert StojnićAnother shot at bug 11035, added descriptive HTML title...
2008-08-02 Robert StojnićWhoops, committed this by mistake.
2008-08-02 Robert StojnićSeems we cannot relay on __toString() to do its job...
2008-08-02 Robert Stojnić* (bug 14972) Use localized alias of Special:Search...
2008-08-02 Alexandre EmsenhuberFixes for r38424:
2008-08-02 Victor VasilievShow $wgAddGroups and $wgRemoveGroups on Special:ListGr...
2008-08-02 Andrew GarrettUse content language for rightsnone
2008-08-01 Aaron Schulz* Better yet, move getDateCond() to reverseChronologica...
2008-08-01 Aaron SchulzMinor refactoring and code style tweaks
2008-08-01 Alexandre Emsenhuber* (bug 14987) Only fix double redirects on page move...
2008-07-31 Chad HorohoeSyntax fix.
2008-07-30 Jon Harald SøbyAdding accesskey="s" to forms in the following special...
2008-07-30 Brion VibberRevert r38229:
2008-07-30 Raimond Spekking* Add a nice fieldset for consistency
2008-07-30 Chad HorohoeThe documented setting on MW.org (and in DefaultSetting...
2008-07-28 Chad HorohoeDeprecate SiteStats::admins() in favor of SiteStats...
2008-07-28 Brion VibberRevert r38068 "SpecialMovepageBeforeMove hook from...
2008-07-28 Brion VibberRevert r38040 "new hook, ConfirmEmailComplete"
2008-07-27 Aryeh GregorIndeed, this is a ResultWrapper object, so we can itera...
2008-07-26 Jack PhoenixSpecialMovepageBeforeMove hook from Wikia codebase...
2008-07-26 Alexandre EmsenhuberTweak for my last commit: this variable is not used...
2008-07-26 Alexandre Emsenhuber$res is a ResultWrapper object
2008-07-26 Chad HorohoeOne less step and potentially one less query if the...
2008-07-25 Aryeh GregorConvert subpage move to use TitleArray, just for demons...
2008-07-25 Jack Phoenixnew hook, ConfirmEmailComplete
2008-07-25 Alexandre Emsenhuber(bug 14659) Passing the default limit param to Special...
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-23 Brion VibberRevert r37924 "(bug 14883) Create hook AlternateSkinPre...
2008-07-22 Tim Starling* (bug 4578) Automatically fix redirects broken by...
2008-07-22 Ilmari KaronenMake Special:Recentchangeslinked display changes to...
2008-07-22 Ryan Schmidt* (bug 14883) Create hook AlternateSkinPreferences...
2008-07-21 Brion VibberRevert r37872 for now -- "(bug 2971) Standardize format...
2008-07-20 Aryeh Gregor(bug 2971) Standardize format of links to hist/diff...
2008-07-18 Aryeh GregorChange various uses of GROUP BY 1,2,3 and similar to...
2008-07-17 Aaron Schulz* Highlight flagged user contribs (bug 14814)
2008-07-17 Niklas Laxström* Fix double escaping issues introduced in r34320 ...
2008-07-15 Alexandre EmsenhuberPer comment in bug 13949: fix XHTML error in Special...
2008-07-15 Chad HorohoeRemove $use_index that has been commented out for about...
2008-07-14 Niklas Laxström* Cleanup for r37375. Split duplicated code into functi...
2008-07-14 Rotem LissAdd spacing in Special:Protectedpages.
next