Re-encode in utf-8 and removed trailing whitespaces
[lhc/web/wiklou.git] / includes /
2008-06-05 Alexandre EmsenhuberRe-encode in utf-8 and removed trailing whitespaces
2008-06-05 Chad HorohoeEncoding problem in DefaultSettings. Premature headers...
2008-06-05 Chad HorohoeRemoving Special:MissingFiles for now.
2008-06-05 Chad HorohoeAnd there it is.
2008-06-05 Chad HorohoeDeleting to recommit with the proper case sensitive...
2008-06-05 Aryeh GregorSpecialSearchResults hook now passes results by referen...
2008-06-05 Greg Sabino MullaneAdd space before 'LEFT JOIN' so it doesn't become part...
2008-06-05 Raimond Spekking* (Bug 13828) Split parameter $1 (combines title and...
2008-06-05 Greg Sabino Mullanequerycache.value is an unsigned int with default of...
2008-06-05 Chad HorohoeBug 13702 - Add Special:MissingFiles to list pages...
2008-06-05 Danny Brepairing invalid RSS feed in Special:NewPages
2008-06-05 Victor VasilievFix some weird bugs on "you are blocked" form by unstub...
2008-06-05 Tim Starling* Changed password hash format, see wikitech-l
2008-06-05 Alexandre EmsenhuberDefine $wgRateLimitsExcludedGroups to an empty array...
2008-06-05 Chad Horohoe(bug 12859) Deprecate $wgRateLimitsExcludedGroups in...
2008-06-05 Chad HorohoeBug 10080 - Sysops can now modify a block without unblo...
2008-06-05 Aaron SchulzTweak error messages
2008-06-04 Aryeh GregorRevert r35848 per Brion's WONTFIX of bug 14536: "This...
2008-06-04 Aaron Schulz'0' is a title
2008-06-04 Brion VibberLogin & signup form float fixes:
2008-06-04 Aaron SchulzTitle may come in as an empty string, which is not...
2008-06-04 Chad HorohoeFix bug 11771: Signup form now not shown if in read...
2008-06-04 Chad HorohoeRecommitting User::isActiveUser() as User::isActiveEdit...
2008-06-04 Brion Vibber* (bug 14386) Fix subpage namespace oddity when moving...
2008-06-04 Brion VibberRevert r35857, 35858, 35859 for the moment. Some notes:
2008-06-04 Chad HorohoeAnd a missing > helps too.
2008-06-04 Chad HorohoeTypo in previous commit.
2008-06-04 Chad HorohoeImplement User::isUserActive(). Potentially very useful...
2008-06-04 Andrew GarrettApply the rate-limiter to subpage moving
2008-06-04 Andrew GarrettAdd GetAutoPromoteGroups hook, which was in my working...
2008-06-04 Aaron SchulzAdd oldid like r35829, except without random unrelated...
2008-06-04 Tim StarlingReverted r35829, breaks the suppression of the "next...
2008-06-04 Tim StarlingDisable hooks display in Special:Version by default...
2008-06-04 Tim StarlingCapture PHP errors from mysql_connect(). Apparently...
2008-06-04 Aaron Schulzspecial page group tweak
2008-06-04 Tim StarlingFix and revert revert of 35819. is_writable() should...
2008-06-03 Aryeh GregorAs Brion points out, this needs an htmlspecialchars.
2008-06-03 Aaron SchulzMake link to current not be misleading if the diff...
2008-06-03 Brion VibberRevert r35819 -- broke thumbnailing.
2008-06-03 Brion VibberRevert r35794, r35795, r35797, r35798 for now.
2008-06-03 Aryeh Gregor(bug 14385) "Move subpages" option no longer tries...
2008-06-03 Niklas Laxström* Second try of split message caches with changes sugge...
2008-06-03 Niklas Laxström* When passing invalid or nonexistent language code...
2008-06-03 Niklas Laxström* Revert wfMkdirParents back to old method not using...
2008-06-03 Niklas Laxström* Cache sidebar for all languages
2008-06-03 Brion VibberRemove bullshit "deprecated" warnings about MediaWiki...
2008-06-03 Raimond SpekkingAllow wikisyntax in these messages. Makes it easier...
2008-06-03 Chad HorohoeClean up DefaultSettings.php documentation for (now...
2008-06-03 Alexandre EmsenhuberFatal error: Call to undefined method User::userCan()
2008-06-03 Chad Horohoe(bug 12859) Deprecate $wgRateLimitsExcludedGroups in...
2008-06-03 Rotem LissCode cleanup.
2008-06-03 Rotem LissLink to the group pages in Special:Preferences.
2008-06-03 Rotem LissFix for r35787 commit message: the list bullets were...
2008-06-03 Rotem LissReverting new Special:SpecialPages layout: Problems...
2008-06-03 Rotem LissFixing display of RTL Special:Specialpages: Display...
2008-06-03 Roan KattouwFixing regression from r35298: wasn't adding enough...
2008-06-02 Brion Vibber* (bug 14367) Failed block no longer adds phantom watch...
2008-06-02 Brion Vibber* (bug 14258, 14368) Fix for subpage renames in replica...
2008-06-02 Bryan Tong Minh... and should have also made this an array
2008-06-02 Bryan Tong MinhForgot to return success
2008-06-02 Bryan Tong MinhPut ratelimiter and edittoken checking in backend.
2008-06-02 Alexandre EmsenhuberFixed Doxygen warnings
2008-06-02 Nick JenkinsPrevent E_STRICT warning on editing a non-existent...
2008-06-02 Daniel FriesenSplarka wanted a way to hide the diff so here's &hidedi...
2008-06-01 Daniel FriesenshowDiff needs headers as parameters, even though they...
2008-06-01 Daniel FriesenSolved bug 14263, showing a diff on revert.
2008-06-01 Bryan Tong Minh(bug 11659) Urldecode image names in galleries (fixed...
2008-06-01 Bryan Tong MinhAPI: Add action=emailuser
2008-06-01 Alexandre EmsenhuberPer r35670: Bump $wgStyleVersion
2008-06-01 Robert Leverington* (bug 14370) When a grouppage-x message does not exist...
2008-06-01 Daniel FriesenOn second thought, we should be using a lowercase form...
2008-06-01 Daniel FriesenAllow use of a mediawiki message to '''override'''...
2008-06-01 Daniel FriesenAll the needy pages were moved into maintenance, this...
2008-06-01 Daniel FriesenChanging the UI for [[Special:Specialpages]].
2008-06-01 Aaron SchulzMake things easier to find on specialpages by tweaking...
2008-06-01 Tim StarlingRevert r35478, r35264, r35262: $wgPerLanguageCaching...
2008-05-31 Bryan Tong MinhRemove the AlternateEdit hook from the API: it is a...
2008-05-31 Bryan Tong MinhAdd wpSkipCookieCheck to allow bots to skip the cookie...
2008-05-31 Niklas Laxström* Use plural, some language may need it
2008-05-31 Daniel FriesenImprove default groups for special pages: 23 out of...
2008-05-30 Aaron SchulzUse proper title to give to hook
2008-05-30 Bryan Tong MinhAlways return an array if an error has occurred in...
2008-05-30 Bryan Tong MinhForgot to remove the newFileFrom row thingies from...
2008-05-30 Domas Mituzasforce an index here :)
2008-05-30 Brion VibberPerform a duplicate check on upload and throw a warning...
2008-05-30 Tim StarlingFixed excessive memory usage in PCRE in wfMangleFlashPo...
2008-05-30 Bryan Tong Minh* Use a proper factory for newFromRow
2008-05-29 Brion VibberHack around borkage with findFiles() on ForeignDBViaLBR...
2008-05-29 Aaron SchulzDon't temp users with rollback links to uneditable...
2008-05-29 Robert Stojnić(bug 13034) can again use Go button to go to interwiki...
2008-05-29 Bryan Tong MinhRun UserLoginComplete hook from API
2008-05-29 Bryan Tong Minh(bug 14335) Use proper $wgUser methods instead of using...
2008-05-29 Brion VibberSafety first... none of these *should* fail in an ideal...
2008-05-29 Alexandre Emsenhuber(bug 14324) Creating an account is again possible with...
2008-05-29 Brion VibberRevert r35538:
2008-05-29 Raimond Spekking* Add a h2 header to the begin of the results
2008-05-29 Raimond Spekkingfix from encoding broken by r35535.
2008-05-29 Danny Badding icon to irc:// links created by interwikis ...
2008-05-29 Tim Starling* Fix CentralAuth logout, was mostly broken.
2008-05-29 Raimond Spekking* (bug 13826) MediaWiki:Defaultns accepts Wikicode now
next