Add Linker::link flag for using article path (reapplying from r41410, was not a part...
[lhc/web/wiklou.git] / includes /
2008-10-02 Matt JohnstonAdd Linker::link flag for using article path (reapplyin...
2008-10-02 Alexandre EmsenhuberCustom error message from the AbortMove hook is now...
2008-10-02 Bryan Tong MinhClasses derived from SpecialPage can now specify a...
2008-10-02 Matt Johnston(bug 8440) Add API support for new blocking flag, also...
2008-10-02 Matt JohnstonFix 41533 - Update message name to be more descriptive
2008-10-02 Matt Johnston(bug 8440) Fix ipblocklist to show new allow usertalk...
2008-10-02 Tim Starling* Concept for diff-based compression using the new...
2008-10-02 Aaron Schulz* Pull isLocked() and isHidden() up to User using callbacks
2008-10-01 Ilmari KaronenMake the API maxlag check send the same "Retry-After...
2008-10-01 Brion VibberReverting r41410 -- broke interwikis totally in parser...
2008-10-01 Alexandre EmsenhuberAllow to specify per connection table prefix
2008-10-01 Matt JohnstonWhen there is no title given but a curid parameter...
2008-10-01 Nicolas DumazetAdding a new right, move-rootuserpages.
2008-09-30 Matt Johnston(bug 15791) Typo in API docs, APIProtect has some remna...
2008-09-30 Chad HorohoeAdd some more debugging goodies to this. $lastCurlErrno...
2008-09-30 Alex Z(bug 15789) Autoblocks now have the same setting for...
2008-09-30 Brion VibberCurl sanity -- dump non-200 return codes and error...
2008-09-30 Alexandre EmsenhuberFix for r41430: wfMsgExt() now accepts a Language objec...
2008-09-30 Rotem LissFixing a function call.
2008-09-30 Chad HorohoeAdded setVal accessor to $wgRequest->data so we don...
2008-09-30 Chad HorohoeCleanup for Xml::namespaceSelector():
2008-09-30 Aaron SchulzAnd this was true... *sigh*
2008-09-30 Aaron SchulzRevert self - local issue
2008-09-30 Aaron SchulzDon't assume edits are bot edits just because there...
2008-09-30 Tim StarlingHostnames are allowed to have dots in them
2008-09-30 Matt Johnston* Add Linker::link flag for using article path
2008-09-30 Tim StarlingRevert revert r41406 of r41333, and removed one space...
2008-09-30 Brion VibberRevert r41364 -- broke 22 parser test cases with change...
2008-09-30 Brion VibberBack out r41333 -- causes lots of parser test regressio...
2008-09-30 Brion VibberRevert r41352-41355, r41362-41363: unauthorized schema...
2008-09-29 Matt JohnstonFix r41248 (bug 8440) - Default should be 1 to allow...
2008-09-29 Brion VibberReverted r41301, r41332 -- weird overly-specific URL...
2008-09-29 Victor VasilievFix silly typo.
2008-09-29 Victor VasilievFix variable name so image moving doesn't fail on image...
2008-09-29 Alexandre Emsenhubersvn:eol-style native
2008-09-29 Aaron SchulzSome protection move log cleanup (bug 15754)
2008-09-29 Tim StarlingProposed fix for bug 14944, specifically the reports...
2008-09-29 Matt JohnstonFix r41377 - Incompatible old keys caused Fatal Error
2008-09-29 Matt JohnstonNew format for accessing Interwiki data. Replaced all...
2008-09-29 Chad HorohoeWhoops. Need to pass parameters.
2008-09-29 Chad HorohoeMove some of this caching logic out of the file and...
2008-09-29 Chad Horohoe* Remove unneeded ini_set() from a very long time ago...
2008-09-29 Chad HorohoeCleanup some docs :)
2008-09-29 Alex ZUse a new message for protection form expiry options...
2008-09-28 Aryeh Gregor(bug 368) Allow alt= attribute for images
2008-09-28 Victor VasilievSplit time and date in messages.
2008-09-28 Victor Vasiliev* Fix caching
2008-09-28 Niklas Laxström* Some cleanup
2008-09-28 Niklas Laxström* Do not show anything if user has not done any edits
2008-09-28 Victor VasilievSome code cleanup per Nikerabbit
2008-09-28 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-09-28 Niklas Laxström* Use formatNum
2008-09-28 Aaron SchulzMake listusers show users' edit counts (bug 15503)
2008-09-28 Niklas Laxström* user{css,js}preview was not shown since r40066
2008-09-28 Niklas Laxström* Do not pass objects to functions that don't take...
2008-09-28 Alexandre EmsenhuberUse $wgContLang here, this should not vary with the...
2008-09-28 Niklas Laxström* (bug 15388) Title of Special:PrefixIndex
2008-09-28 Niklas Laxström* (bug 15196) Free external links should be numbered...
2008-09-28 Niklas Laxström+* (bug 15158) Userinvalidcssjstitle not shown on preview
2008-09-28 Tim StarlingIn wasDeletedSinceLastEdit(): fix odd string comparison...
2008-09-28 Aaron SchulzOpps, use wfTimestamp(), need some sleep :)
2008-09-28 Aaron SchulzFix time check for deletedSinceEdit for PG (bug 15751)
2008-09-28 Tim StarlingSimpler method for mixing and clipping when computing...
2008-09-28 Tim Starling* Added the ability to set the target attribute on...
2008-09-28 Aryeh GregorDon't duplicate code, use wfAppendQuery
2008-09-28 Tim Starling* Revert revert r41234 of ES-related changes. The site_...
2008-09-28 Aaron SchulzRemove validation step that removes prefix if validatio...
2008-09-27 Aaron SchulzSuppress errors on count increment (bug 13758)
2008-09-27 Aaron SchulzAvoid strange negative bucket key values in certain...
2008-09-27 Aaron Schulzobjectcache cleanup (bug 7474)
2008-09-27 Alexandre EmsenhuberFix for r41108 (as per comment on bug 15642): Also...
2008-09-27 Aaron SchulzDon't treat edit blocks as read blocks here
2008-09-27 Roan Kattouw(bug 15653) Add prop=duplicatefiles to the API
2008-09-27 Roan KattouwKill undefined variable warnings.
2008-09-27 Roan KattouwAPI: Add the name attribute back to list=allimages...
2008-09-27 Aaron SchulzNew "ArticleEditUpdates" hook (bug 15490)
2008-09-27 Matt Johnston(bug 15739) Add $wgArticlePathForCurid to make links...
2008-09-26 Aryeh GregorFix totally broken last commit, misread the existing...
2008-09-26 Aryeh GregorRemove unnecessary conditional
2008-09-26 Aryeh GregorFix for 41288, don't raise errors for language parameter
2008-09-26 Bryan Tong MinhSome more comments.
2008-09-26 Bryan Tong MinhAdd a real fetchFile() method.
2008-09-26 Aryeh GregorRaise E_USER_WARNING if bad option passed to wfMsgExt()
2008-09-26 Tim Starling* Use a separate transaction for the site_stats update
2008-09-26 Aaron SchulzDon't use filecache if $parserOutput->containsOldMagic...
2008-09-26 David McCabeUse PHP-5 private members.
2008-09-26 Tim Starling* Make Revision::newFromTitle() get the page_latest...
2008-09-26 Matt JohnstonFix r41248 per Chad's suggestions on Wikitech. $wgBlock...
2008-09-25 Aaron SchulzFileCache cleanup:
2008-09-25 Roan KattouwForgot to commit a file in my TODO/FIXME crusade.
2008-09-25 Roan KattouwWe can at least *pretend* to be consistent here
2008-09-25 Roan KattouwAPI:
2008-09-25 Roan KattouwAPI: Add ApiDisabled and ApiQueryDisabled classes so...
2008-09-25 Roan KattouwDo it right this time
2008-09-25 Roan KattouwAPI: Fix adding over prop/list/meta modules, which...
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...
next