* Improved upload file type detection for OpenDocument formats
[lhc/web/wiklou.git] / includes /
2008-09-25 Brion Vibber* Improved upload file type detection for OpenDocument...
2008-09-25 Roan Kattouw(bug 15609) Add inprop=url (full URL to page and edit...
2008-09-25 Roan KattouwFollowup to r41257: don't give out a token when we...
2008-09-25 Roan KattouwAPI: Added uiprop=preferencestoken to meta=userinfo...
2008-09-25 Roan Kattouw(bug 15706) Empty values for apprtype and apprlevel...
2008-09-25 Roan Kattouw(bug 15673) Add indentation and newlines to format...
2008-09-25 Matt Johnston(bug 8440) Allow preventing blocked users from editing...
2008-09-25 Tim StarlingRe r41198: if you're going to break the interface,...
2008-09-25 Aaron SchulzBreak some long lines
2008-09-25 Alex Z* (bug 15701) Protection form was too wide for some...
2008-09-24 Aaron Schulz* Rename randomInsert() to insertToDefault()
2008-09-24 Aaron SchulzAdd insertRandom() with failover back. Currently not...
2008-09-24 Brion VibberRevert some recent ES-related changes -- they made...
2008-09-24 Aaron SchulzSelf-revert and re-add transactions here. Sacrifices...
2008-09-24 Aaron SchulzAnother fix for r41086. Don't keep retrying server...
2008-09-24 Aaron SchulzUncomment out needed code, PN2 not wanting to save :/
2008-09-24 Aaron SchulzRevert untested code change from r41086. Don't call...
2008-09-24 Aaron Schulz* Preserve protection on move for original title (now...
2008-09-24 Aaron SchulzRemove commented out code
2008-09-24 Aaron SchulzShorten expiry box
2008-09-24 Tim StarlingFixes for r41154 and r41155:
2008-09-24 Tim StarlingFix docs for r41150, remove commented-out code, remove...
2008-09-24 Tim StarlingFix unnecessary GlobalFunctions.php bloat from r41148
2008-09-24 Tim Starling* Add a simple log demultiplexer, written in python...
2008-09-24 Tim StarlingImplemented UDP logging.
2008-09-23 Aaron Schulz* Make Article::doEdit() return the revId, not just...
2008-09-23 Siebrand Mazeland* fix localised special pages for Special:DeletedContri...
2008-09-23 Siebrand MazelandAdd extension DeletedContributions to core
2008-09-23 Chad HorohoeRedo r41164 with less breakage.
2008-09-22 Siebrand MazelandRevert 41164: PHP Notice: Undefined property: Foreign...
2008-09-22 Aaron SchulzFill in blocklist from submit/url (bug 15611)
2008-09-22 Chad HorohoeAdd ForeignAPIRepo::canCacheThumbs() method. Cleaner...
2008-09-22 Chad HorohoeCall Xml class directly, rather than the global function.
2008-09-22 Raimond SpekkingAdd a link to edit the proction reason list
2008-09-22 Chad HorohoeMake file_get_contents() respect our timeout settings...
2008-09-22 Aaron Schulzrev_deleted security improvements as well as fix for...
2008-09-22 Aaron SchulzRemove Revision::revText() and move functionality to...
2008-09-22 Aaron SchulzAdd comment
2008-09-22 Aaron SchulzApply account creation blocks to users (bug 13611)
2008-09-22 Aaron SchulzUse IP::isIPAddress() to catch ranges and therefore...
2008-09-22 Aaron SchulzRefactor RC2UDP code some
2008-09-22 Raimond Spekking* Add loadAllMessages, neede for usergroups definded...
2008-09-22 Alexandre EmsenhuberRemove $wgCachedMessageArrays from DefaultSettings...
2008-09-22 Tim Starling* Fix some documentation
2008-09-22 Greg Sabino MullaneReturn numeric version only.
2008-09-21 Aaron Schulzrc_log_type can be null, and NULL != 'x' is treated...
2008-09-21 Matt Johnston(Bug 15650) Limit length of displayed deletion log...
2008-09-21 Alexandre EmsenhuberFatal error: Call to undefined function wfMemc() in...
2008-09-21 Chad Horohoe+style version for r41128
2008-09-21 Chad HorohoeThrow an error when the source and destination pages...
2008-09-21 Siebrand MazelandAppend a <sup>*</sup> if a tooltip is available
2008-09-21 Chad HorohoeMore block updates:
2008-09-21 Siebrand MazelandRemove leftover div
2008-09-21 Siebrand Mazeland* Add tooltips for Users and Active users, shortening...
2008-09-21 Chad HorohoeHelps to actually _put_ the info into $wgMemc...
2008-09-21 Chad Horohoe* Lots and lots of docs
2008-09-21 Chad Horohoe(bug 15642) Remove ability for blocked sysops to block...
2008-09-21 Aaron SchulzRun query for people that don't have $wgMiserMode on...
2008-09-21 Tim StarlingRevert r41095, the bug is there because giving an error...
2008-09-21 Tim StarlingLog exceptions encountered in api.php. Check for null...
2008-09-21 Niklas Laxström* An attempt to fix bug 11119
2008-09-21 Tim StarlingFixed more wfGetDB() calls with no arguments.
2008-09-21 Tim StarlingMore specific error messages
2008-09-21 Tim StarlingwfGetDB() needs a parameter.
2008-09-21 Tim StarlingLogging tweaks
2008-09-21 Tim StarlingDebugging code left in, probably needs an option of...
2008-09-21 Tim StarlingRevert r40752. Causes lock contention on site_stats...
2008-09-21 Niklas Laxström* $name is not defined here
2008-09-21 Tim StarlingRevert/rewrite of r40696.
2008-09-21 Aryeh GregorProhibit empty page titles at a low level
2008-09-21 Aryeh GregorWhitespace/braces
2008-09-20 Aaron Schulz* Avoid doing templatelinks query (which can get huge...
2008-09-20 Alex ZMove protection level and protection expiry information...
2008-09-20 Tim StarlingDon't run hour-long, unlimited row-count DB queries...
2008-09-20 Aaron SchulzRemove unnecessary transaction
2008-09-20 Aaron SchulzUse cur_id condition alone so that it actually deletes...
2008-09-20 Aaron SchulzRevert r40909, still too slow for comfort
2008-09-20 Aaron SchulzUse normal, more patient, connection attempts for maste...
2008-09-20 Tim Starling* Always log connection errors
2008-09-20 Tim StarlingFixed two patrol bugs:
2008-09-20 Aaron SchulzAdd missing wfProfileOut( __METHOD__ );
2008-09-20 Victor VasilievAdd class to rows so admins can hide groups from Specia...
2008-09-20 Aaron SchulzFix regression from r40636: footer is now parsed again
2008-09-20 Tim StarlingDon't double-escape search terms before highlighting...
2008-09-20 Tim StarlingFixed warning. QueryPage subclasses are required to...
2008-09-20 Tim StarlingFix fatal error, addNewUserLogEntryAutoCreate is invoke...
2008-09-20 Chad Horohoe+doc
2008-09-20 Chad HorohoeLots of doc updates. Documented where I knew what it...
2008-09-20 Tim StarlingRemove rage, looks unprofessional.
2008-09-20 Chad HorohoeFix more doxygen stuff.
2008-09-20 Tim StarlingReverted r40719, plainly flawed, for instance the hard...
2008-09-19 Brion VibberQuickie example adding $wgLang->commaList() to encapsul...
2008-09-19 Brion VibberDrop $wgDBminWordLen from DefaultSettings.php -- hasn...
2008-09-19 Aaron Schulzopps, use trim() instead
2008-09-19 Aaron SchulzTweak edit comment space
2008-09-19 Chad HorohoeAdd accessor to $rootElement, rather than accessing...
2008-09-19 Aaron SchulzClean up inDnsBlacklist()
2008-09-19 Aaron SchulzRemove some individual transactions
2008-09-19 Chad HorohoeFix some doxygen stuff.
2008-09-19 Aaron Schulz* Clean up patrol code to not possibly log twice (depen...
next