Consistent letter case
[lhc/web/wiklou.git] / includes / specials /
2009-07-30 Aaron Schulz(bug 18531) Show hidden users on listusers for oversights
2009-07-30 Aaron SchulzRemoved $wgUseOldSearchUI and old search ui class
2009-07-30 Aaron SchulzFollow-up to r54016: deletedcontribs
2009-07-30 Aaron Schulz(bug 19864) Removed overzealous hiding of deleted ...
2009-07-30 Aaron SchulzTweak 'restore' link in deletedcontribs to say 'view...
2009-07-30 Victor VasilievUse $wgFileExtensions to check whether SVG is enabled
2009-07-29 Chad Horohoe* (bug 16311) Make recent change flags acronyms instead...
2009-07-29 Alexandre EmsenhuberFix for r53757 per Nikerabbit's comment: these can...
2009-07-27 Chad Horohoe(bug 9691) Add type parameter to ModifyUITemplate funct...
2009-07-27 Alexandre Emsenhuber* (bug 18407, bug 18409) Special:Upload is now listed...
2009-07-27 Andrew GarrettFix for bug 19887, make sure tagfilter form option...
2009-07-26 Michael Dalecheck for mUpload for in case of mReUPload
2009-07-25 Alexandre Emsenhuber* (bug 18799) Special:Userlogin now handles correctly...
2009-07-25 Alexandre Emsenhuber* (bug 19301) Duplicates entries in $wgAddGroups, ...
2009-07-24 Aaron Schulz(bug 19905) Clean up revdelete/restore interaction
2009-07-24 Robert StojnićProperly escape the search term here.
2009-07-24 Aaron Schulzundefined variable error fix
2009-07-23 Alexandre Emsenhuber* (bug 19900) The "listgrouprights-key" message is...
2009-07-23 Alexandre EmsenhuberApply ^demon's patch. Reason was: fixes mismatched...
2009-07-21 Raimond SpekkingSmall changes to Special:Disambiguations
2009-07-21 Raimond Spekkingfollow up r53582: Move escaping to the outer message...
2009-07-21 Raimond Spekking* (bug 19097) Small changes to Special:DoubleRedirects
2009-07-20 Alexandre Emsenhuber* refactor Special:ActiveUser's SQL query to use option...
2009-07-20 Aaron Schulz* Query fixes
2009-07-20 Brion Vibber* (bug 17374) Special:Export no longer exports multiple...
2009-07-19 Aryeh GregorAdd experimental new auth framework, ExternalAuth
2009-07-19 Alexandre Emsenhuberfix for r53483, use tabs for identations, not spaces :)
2009-07-19 Siebrand MazelandAdd major contributors raymond, ialex, siebrand
2009-07-19 Brion Vibber* (bug 19827) Special:SpecialPages title is "Upload...
2009-07-19 Siebrand MazelandUse $wgLang->pipeList() instead of separating with "/"
2009-07-19 Aryeh GregorAllow wikitext to be used in nologin, etc.
2009-07-19 Aaron Schulzbug 18725 add revision suppression UI on deleted revisi...
2009-07-18 Alexandre Emsenhuber(bug 19759) successbox on Special:Preferences now corre...
2009-07-18 Michael DaleDestination Check fixes
2009-07-18 Raimond SpekkingFollow-up r53286: No need to create a label without...
2009-07-18 Raimond SpekkingFollow-up r53286: More fixes for invalid HTML
2009-07-18 Chad HorohoeAccept the subpage value (ie: Special:Allmessages/fr...
2009-07-18 Raimond SpekkingFollow-up r53286: Fix some issues:
2009-07-18 Niklas Laxström* Whitespace
2009-07-17 Michael Dalea few more minor fixes of things lost in the SpecialUpl...
2009-07-17 Michael Dalerestored some re-factoring of SpecialUpload.php from...
2009-07-17 Michael Dale* fixed filldestination with for non-js2 version of...
2009-07-17 Shinjiman* (bug 14611) Add a global variable hook to show the...
2009-07-16 Michael Dalefixed unset partname
2009-07-16 Andrew GarrettLiquidThreads updates:
2009-07-15 Michael DaleSome Strict Standards fixes per r53282 c3194
2009-07-15 Chad Horohoe2nd followup to r53286, indentation fixes.
2009-07-15 Michael DaleSpecialUpload page fixes related to notes on r53282...
2009-07-15 Chad HorohoeFollowup to r53286: Fix trailing whitespace.
2009-07-15 Alexandre Emsenhuber* remove wfSpecialUpload() since UploadForm now extends...
2009-07-15 Niklas LaxströmOnly whitespace changes
2009-07-15 Niklas LaxströmAdd hidden title, would otherwise go to the main page...
2009-07-15 Chad Horohoe(bug 16497) Paginate Special:AllMessages
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-14 Roan KattouwAdd returntoquery= parameter to Special:Userlogin which...
2009-07-14 Aryeh GregorFix bug, werdna not on Special:Version
2009-07-13 Robin Pepermansfix syntax error
2009-07-13 Tim StarlingFix dodgy uses of wfMsgHtml() and related HTML escaping
2009-07-13 Roan KattouwRevert r53147, r53149 and r53163 ("Add API module for...
2009-07-13 Bryan Tong Minh* Added ancientpages, deadendpages and disambiguations...
2009-07-13 Niklas LaxströmDidn't mean to commit this, but the lovely svn automati...
2009-07-13 Niklas LaxströmSome escaping fixes and related readability changes
2009-07-13 Alexandre Emsenhuber(bug 19693) escape user link in contribution link
2009-07-11 Alexandre Emsenhuberfollow-up r53116: let's just delete the files since...
2009-07-11 Alexandre Emsenhuberrenamed NAMESPACE constant to NAMESPACE_RESTRICTION...
2009-07-11 Robert StojnićAdd search term to search-nonefound since wiktionaries...
2009-07-06 Shinjiman* (bug 14611) Added support showing the version of...
2009-07-05 ShinjimanLocalisation updates Cantonese and Chinese for extensio...
2009-07-05 Niklas LaxströmSmall fixes
2009-07-05 Niklas Laxström* (bug 19442) Show/hide options on watchlist only work...
2009-07-04 Chad Horohoe(bug 19509) can't upload to file called '0'. Patch...
2009-07-03 Andrew GarrettMove addition of prefs.js down, to avoid errors when...
2009-07-03 Jack Phoenixmake ActiveUsers subclass SpecialPage
2009-07-02 Alexandre EmsenhuberXml::element() -> Xml::tags() since the content is...
2009-07-02 Robert StojnićShould always close the form here since it apparently...
2009-07-02 Robert StojnićFix background color of the searchbox and "did you...
2009-07-01 Robert StojnićRevert r51246 for now. It might not be *always* appropr...
2009-07-01 Shinjimanadded path value support on the file check on Special...
2009-07-01 Alexandre Emsenhuberquick fix for r52624: handle the case when the executab...
2009-07-01 Shinjimanadded whereis path support instead of the hardcoded...
2009-07-01 Chad Horohoe(bug 19423) The initial file description page uses...
2009-06-29 Shinjimanfix up to add the local bin path, link to r52527 and...
2009-06-28 Shinjimanfix up, link to r52525 for CodeReview if any comments...
2009-06-28 Shinjiman* (bug 14611) Added support showing the version of...
2009-06-28 Alexandre Emsenhuber'' => null when 'descriptionmsg' is not set in $wgExten...
2009-06-28 Shinjimanfurther fix up for r52522, link to r52516 for CodeRevie...
2009-06-28 Shinjimanfix regression in r52516 for some distributions which...
2009-06-28 Alexandre Emsenhuberescaping fix
2009-06-28 Shinjiman* (bug 14611) Added support showing the version of...
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-06-27 Chad Horohoe(bug 19157) createAndPromote error on bad password
2009-06-27 Alexandre EmsenhuberMark SpecialVersion::execOutput as static to avoid...
2009-06-27 Shinjimanfix regression in r52476, point to the correct GD libra...
2009-06-27 Shinjiman* (bug 14611) Added support showing the version of...
2009-06-27 Shinjimanfix for r52476, include the cases with quotation marks.
2009-06-26 Shinjiman* (bug 14611) Added support showing the version of...
2009-06-25 Raimond SpekkingWrap some more elements into divs
2009-06-22 Aaron Schulzbug 19305 rev_deleted link consistency (greyed-out)
2009-06-22 Aaron SchulzDouble check against user table to make sure the user...
2009-06-21 Robert StojnićFollow-up for r52261, some in-progress stuff sneaked in.
next