minor typo in comment
[lhc/web/wiklou.git] / includes / specials /
2011-02-05 Brion Vibber* (bug 27083) Extension info for Special:Version can...
2011-02-04 Brian WolffCurrently, we do not send last-modified headers for...
2011-02-04 Bryan Tong Minh(bug 19751) Filesystem is now checked during image...
2011-02-04 Alexandre EmsenhuberUse wfMessage() instead of wfMsgGetKey()
2011-02-04 Happy-melonRevert r70270; per CR comments.
2011-02-02 Sam ReedFollowup r67094
2011-02-02 Bryan Tong MinhCleanup SpecialUploadStash
2011-02-02 Bryan Tong MinhRemove the $request parameter fro SpecialUploadStash...
2011-02-02 Alexandre EmsenhuberForce isCached() to false; otherwise the result is...
2011-02-02 Bryan Tong MinhFollow-up r79964: Fix double parsing of file info
2011-02-01 Alexandre Emsenhuber* (bug 26851) Special:UserRights now allows to prefill...
2011-01-31 Sam ReedFunction out query building, to allow easier overriding
2011-01-31 Sam ReedFollowup r81279, forgot to press save!
2011-01-31 Sam ReedRe-write raw SQL
2011-01-31 Bryan Tong MinhFollow-up r81209: Use the same param detection method...
2011-01-30 Brian Wolff(Bug 26961) hide anons from watchlist preference was...
2011-01-30 Bryan Tong MinhAs per my comments on bug 27038 and my comments on...
2011-01-28 PlatonidesRemove empty statement (r80993) and unused global ...
2011-01-27 Bryan Tong Minh(bug 26929) Introduced the edittools-upload message...
2011-01-26 Roan KattouwEscape the output of $wgLang->timeanddate() in SpecialC...
2011-01-25 Bryan Tong MinhMake the UploadStash repo specific by creating FileRepo...
2011-01-25 Bryan Tong MinhUploads that throw a warning (UploadFromStash) a thumbn...
2011-01-25 Alexandre EmsenhuberAllow the $result parameter of the isValidPassword...
2011-01-23 Alexandre EmsenhuberAssignment inside if clause is bad
2011-01-23 KrinkleBug 26870 - add width/height param to {{filepath:}}
2011-01-22 Bryan Tong Minh(bug 26809) Uploading files with multiple extensions...
2011-01-22 Siebrand Mazeland* changed 'searchmenu-new-nocreate' to no longer be...
2011-01-21 Sam ReedFold Avars Nogomatch extension into core
2011-01-19 Andrew GarrettRevert r80544 -- need to handle the case in which there...
2011-01-19 Andrew GarrettQuick adjustments to the if-block layout in r80381...
2011-01-16 Daniel FriesenMake Special:WhatLinksHere set the related title so...
2011-01-15 Niklas LaxströmSome cleanup to this horrible piece of code
2011-01-15 Niklas LaxströmDo the title construction in a smarter way. Linker...
2011-01-15 Roan KattouwAdd width parameter to Special:Filepath to allow gettin...
2011-01-14 Antoine Mussobug 10158 : do not mention allowing others to contact...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-13 Sam ReedFollowup r80122, protected, just incase it's needed..
2011-01-12 Sam Reed61 uses of $this->opts in SpecialContributions, so...
2011-01-11 Raimond SpekkingFollow-up r79964: Use the existing message 'parentheses...
2011-01-10 Derk-Jan HartmanMove the () surrounding description strings of files...
2011-01-07 Brion Vibber* (bug 26625) fix regression in Special:PrefixIndex...
2011-01-06 Happy-melonFollow-up r78452: missed a couple of hidden fields...
2011-01-06 Happy-melonMore ancient deprecated functions:
2011-01-06 Bryan Tong Minh$wgMaxUploadSize may now be set to an array to specify...
2011-01-06 PlatonidesFollow up r79715. Remove some plaintext. But don't...
2011-01-06 Alexandre EmsenhuberwfEmptyMsg() doesn't require a second parameter anymore
2011-01-06 Tim Starlingstrrev() per Roan's suggestion
2011-01-06 Tim StarlingAdded three more people to the author list.
2011-01-06 Tim StarlingFix for bug 20281. Determining the function of this...
2011-01-06 Sam ReedFix fixme on r71071, if passed type is not in the array...
2011-01-06 Sam ReedFixup nasty way of listing tables and left joining...
2011-01-06 Benjamin LeesFollow-up to r78285: remove blacklisted file types...
2011-01-05 Chad HorohoeFollowup r68129: rename UndeleteForm to SpecialUndelete...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2011-01-02 Niklas LaxströmThe subtitle on movepage is now redundant with the...
2011-01-01 Platonidesrm unused global
2011-01-01 Daniel FriesenImplement "relevant" title and user in the skin system...
2010-12-31 Roan Kattouwr79347 didn't update other callers to mungeQuery()...
2010-12-31 Roan KattouwFollow-up r78786: the querypage branch merge threw...
2010-12-31 Roan KattouwFix r78970 per CR: params were the wrong way around
2010-12-30 Sam ReedNo magic variables are used after this extract call...
2010-12-28 Jack Phoenixadd Roan to Special:Version credits
2010-12-26 Brion VibberThumbnail previews for PNG, JPEG, GIF, and SVG files...
2010-12-25 Niklas LaxströmRm useless checks which breaks if descriptionmsg is...
2010-12-24 Platonides(Bug 26412) Search results headers no longer show a...
2010-12-22 Sam ReedSpaces and braces
2010-12-22 Sam ReedSimple commit trimming some trailing whitespace
2010-12-22 Roan KattouwMark LinkSearch as uncacheable and fix its headers...
2010-12-22 Roan KattouwPerformance crusade in SpecialListredirects:
2010-12-22 Alexandre EmsenhuberWe need to select the namespace, even hardcoded, this...
2010-12-22 Sam ReedFollowup r78786, fix special wanted pages. Aliasing...
2010-12-22 Roan KattouwReally do what r78790 claimed to do (fix E_STRICT in...
2010-12-22 Roan KattouwFollowup r7876: fix another E_STRICT: kill additional...
2010-12-22 Roan KattouwMerge querypage-work2 branch from trunk. The most relev...
2010-12-21 PlatonidesRemove unused global
2010-12-21 Roan KattouwMerge r78700 to trunk
2010-12-19 PlatonidesAryeh was right in r71721.
2010-12-19 Daniel FriesenAdd a Antispam group to Special:Version... we have...
2010-12-18 TobiasFixing r65339: makeTitleSafe instead of newFromText
2010-12-15 Happy-melonClean up the running mess that is r64866, r65040, and...
2010-12-15 Neil Kandalgaonkaradded a page to list all stashed files, and clear them...
2010-12-14 Happy-melonIn the vein of r75313, get groups from the $wg(Add...
2010-12-13 Bryan Tong MinhFollow-up r78297: allow the hook to break the execution...
2010-12-13 Sam ReedFollowup r78295, seems I didn't even bother to rename...
2010-12-13 Sam ReedFollowup r78268, do it as Bryan suggested, not as how...
2010-12-12 Benjamin LeesFollow-up to r77956: instead of making $wgFileExtension...
2010-12-12 Sam ReedFollowup r65114 (per CR cabal), remove SpecialSearchGom...
2010-12-12 Happy-melonFollow-up r64903: rm leftover debugging code.
2010-12-11 Alexandre Emsenhuber* Per Ilmari Karonen, fix for r78224: make it work...
2010-12-11 Alexandre Emsenhuber* Converted Special:Userlogin to subclass SpecialPage
2010-12-10 Alexandre Emsenhuber* Converted Special:Search to subclass SpecialPage
2010-12-10 Chad HorohoeFix for r78192, forgot to revert a test
2010-12-10 Chad HorohoeFix for r71961 (moved SpecialPage constructor from...
2010-12-08 Aaron Schulz*Follow-up r76275: regexp improvement akin to IP.php
2010-12-06 Daniel FriesenAdd a Skins category to Special:Version.
2010-12-05 Alexandre EmsenhuberConverted ImportStreamSource functions to return a...
2010-12-04 Ilmari KaronenPartial workaround for bug 6220: at least make files...
2010-12-04 Alexandre Emsenhuber* Converted UserMailer stuff to return a Status object...
2010-12-03 Bryan Tong MinhAdded uploads link to page subtitle in Special:Contribu...
2010-12-03 PlatonidesMake $wgForceUIMsgAsContentMsg work a bit different...
next