prettified for rob
[lhc/web/wiklou.git] / includes /
2007-03-07 Daniel Kinzlerprettified for rob
2007-03-07 Daniel Kinzleradded hook to isValidPassword (patch by Ger Apeldoorn...
2007-03-06 Raimond Spekkingooops for r20164. Thanks to Nikerabbit
2007-03-06 Brion VibberRevert r20162; changes behavior of sites that restrict...
2007-03-06 Raimond Spekking* (bug 9009) Add username entry field to Special:Contri...
2007-03-06 Aaron Schulz*Add edittalk right to defaultsettings for convenience
2007-03-06 Aaron Schulz*use $wgRateLimitsExcludedGroups for account creation...
2007-03-06 Aaron Schulz*Show deletion log on confirmdelete (bug 9118) (patch...
2007-03-05 Raimond Spekkingfix for r20148. Thanks to Nikerabbit for save me from...
2007-03-05 Brion VibberFix PHP fatal error when doing 'undo' on a revision...
2007-03-05 Brion Vibberfix uggo notice selecting commons db
2007-03-05 Raimond Spekking* (bug 7782) fix for .svg
2007-03-05 Brion Vibber* (bug 8847) Strip spurious #fragments from request...
2007-03-05 Raimond SpekkingSame behavior for 'rcnote' as on RC and WL
2007-03-05 Aaron Schulz*Add /16 and /24 ranges with fix for 'newbies' sql...
2007-03-05 Tim StarlingRevert of r20085, breaks retrieval with GET and subpage...
2007-03-05 Tim StarlingRevert r20075, causes SQL error.
2007-03-05 Tim StarlingBringing foreign connection logic into the core. Commit...
2007-03-05 Tim StarlingwfErrorLog: Safer method to log to a file
2007-03-05 Tim StarlingUse a separate connection for commons DB
2007-03-04 Leon WeberFinish what I began in r20065. Tested it in all skins...
2007-03-04 Aryeh GregorIntroducing broken changes in commits meant to fix...
2007-03-04 Aryeh GregorFix r20109, which was kind of insane. It was a wikitex...
2007-03-02 Daniel Kinzleradded image/x-png as an alias for image/png
2007-03-01 Raimond Spekking* (bug 8747) Reformat output of removed entries from...
2007-03-01 Antoine Musso* native eol style
2007-03-01 Greg Sabino MullaneAllow for timestamps in offset clause in non-integer...
2007-03-01 Raimond Spekking* (bug 8728) MediaWiki:Badfiletype splitted into 3...
2007-03-01 Greg Sabino MullaneTypo in var name
2007-02-28 Raimond Spekking* (bug 8539 Enable PLURAL option for another message...
2007-02-28 Daniel Kinzlerpages-from-category function for Special:Export
2007-02-28 Aryeh GregorExplicitly mark public methods public
2007-02-28 Daniel Kinzleradded mime type for FLV files
2007-02-28 Raimond Spekking* (bug 5805) Enable PLURAL option for some messages...
2007-02-27 Raimond Spekking* (bug 8918) Enable PLURAL option for MediaWiki:showing...
2007-02-27 Aaron Schulz* Allow /16 and /24 CIDR ips
2007-02-27 Aaron Schulz*Patch by WebBoy to use redirect table (bug 8799)
2007-02-27 Raimond Spekking* (bug 7782) Standardisation of file info at image...
2007-02-26 Leon WeberArgh. Bumped $wgStyleVersion. Thanks ray for the remind...
2007-02-26 Greg Sabino MullaneAdd column alias, fixes bug 9104
2007-02-25 Tim Starlingoops
2007-02-25 Tim Starlingping limiter only on submit
2007-02-24 Tim StarlingAdded rate limiter for Special:Emailuser
2007-02-23 Aryeh GregorCheck whether the username passed to makeTalkUrlDetails...
2007-02-22 Greg Sabino MullaneProperly handle search operators "+" and "-", thanks...
2007-02-22 Raimond Spekking* (bug 8132) Suppress "Pages in this category" heading...
2007-02-22 Raimond Spekking* (bug 8919) Suppress paging links and related messages...
2007-02-22 Tim Starlingdebugging lost connections
2007-02-21 Raimond Spekking* fixing r20019: show searchForm every time to allow...
2007-02-21 Brion VibberRemove <hr>s added to some 'empty' list messages in...
2007-02-21 Tim StarlingRemoved ListUsersPage from the lists in QueryPage.php...
2007-02-21 Raimond Spekking* (bug 8919) Suppress paging links and related messages...
2007-02-21 Brion Vibber* (bug 9044) Send a comment with action=raw pages in...
2007-02-21 Brion Vibber* Add 'charset' to Content-Type headers on various...
2007-02-21 Brion Vibber* Lazy-initialize site_stats row on load when empty...
2007-02-20 Brion VibberFix regression: typo caused 'Vary: Accept-Encoding...
2007-02-20 Brion VibberDon't suppress gzip mode for zero-length output; failin...
2007-02-20 Brion Vibber* Further fix to Special:Export etc; instead of trying...
2007-02-20 Brion VibberErase the Content-Encoding and Content-Length for the...
2007-02-20 Brion Vibber* Hide irrelevant block options in Special:Blockip...
2007-02-19 Tim Starling* Moved the main ob_start() from the default LocalSetti...
2007-02-19 Brion VibberFurther fix: restore order of parameters on addButton...
2007-02-19 Brion VibberTweaks to r19987:
2007-02-19 Leon Weber* Added a classname ("mw-toolbar-editbutton") and uniqu...
2007-02-17 Antoine MussoSort log types in Special:Log
2007-02-17 Antoine MussoFixes some tests:
2007-02-17 Aaron Schulz* Give rev_deleted notice when editing oldids
2007-02-16 Brion VibberFix regressions in Special:Listusers introduced in...
2007-02-16 Brion Vibberunused local var
2007-02-16 Raimond SpekkingRemove hardcoded quotation marks to allow better locali...
2007-02-16 Andrew GarrettFix for ProtectionForm - consider expiry times invalid...
2007-02-16 Andrew GarrettFix for ProtectionForm - make mwProtect-reason retain...
2007-02-16 Nick Jenkins(bug 8999) User.php gives "undefined user editcount...
2007-02-16 Nick Jenkins(bug 3678) Allow disabling [[MediaWiki:aboutsite]]...
2007-02-15 Brion Vibber* (bug 8992) Fix a remaining raw use of REQUEST_URI...
2007-02-15 Domas MituzasUse AlphabeticPager for Special:Listusers
2007-02-15 Domas Mituzassmall comment on top of function (about previous commit :)
2007-02-15 Domas Mituzasrun a LinksBatch pass on all links being printed.
2007-02-15 Domas MituzasAdd ResultSet::rewind()
2007-02-15 Domas Mituzas* store user_editcount inside cached user object
2007-02-15 Daniel Kinzlerenforcing read permission in RC feeds; NOTE: people...
2007-02-15 Andrew GarrettFix up Special:Protectedpages to use a ReverseChronolog...
2007-02-15 Daniel KinzlerBug 8824: check read permission when exporting
2007-02-15 Daniel KinzlerwgNonincludableNamespaces option to disable inclusion...
2007-02-14 Leon Weber* (bug 8988) Added missing $ in error messages.
2007-02-13 Aaron Schulz* parsemag comment
2007-02-12 Brion VibberRevert r19877; no reason is given for it but it breaks...
2007-02-12 Antoine MussoFix r19896 for bug 8944 (pressing 'u' in vim before...
2007-02-12 Antoine MussoFix #8944: The deprecated is_a() function is used in...
2007-02-12 Aaron Schulz* Added useragent and an xff function and header
2007-02-11 Domas MituzasIf 'tables' is a string that starts with a space, treat...
2007-02-11 Aaron Schulz* Get messages to actually transform (use magic phrases)
2007-02-10 Niklas Laxström* Splitted checkboxes and buttons to their own functions
2007-02-10 Domas MituzasCategoriesPage no more
2007-02-09 Raimond SpekkingSuppress external weblink arrow for uploading a new...
2007-02-09 Niklas Laxström* Some enhancements to live preview
2007-02-09 Raimond SpekkingMissing unit 'px' added. W3C CSS validator
2007-02-09 Raimond Spekking* Message names changed for AlphabeticPager introduced
2007-02-09 Tim StarlingReducing the number of stat calls is all very well...
2007-02-09 Nick JenkinsPrevent some unnecessary lstat system calls, generated...
next