Made loadFromFileCache() always disable $wgOut regardless of whether compression...
[lhc/web/wiklou.git] / includes / Title.php
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Jeroen De Dauwput in r110285 again now that 1.19 branched
2012-01-30 Siebrand MazelandRevert r110285, r110286. No new features in core during...
2012-01-30 Jeroen De Dauwfollow up to r110285, fixed accidental newline
2012-01-30 Jeroen De Dauwadd hook that allows changing the check to see if a...
2012-01-27 Chad HorohoeMinor tweak to r109161, remove trailing "this"
2012-01-17 Antoine Mussodeprecated $query2 in Title.php
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2012-01-07 PlatonidesRemove empty statement added in r108193
2012-01-06 Alexandre EmsenhuberRevert r105790 and move back view counter back to WikiP...
2012-01-06 Aaron Schulz* Cleanup for r108175: made if easier for extensions...
2012-01-05 Alexandre EmsenhuberPer request of Aaron Schulz, follow-up r102187: added...
2012-01-03 Brion VibberRevert r107769, r107771, r107825, r107840, r107927...
2012-01-03 Alexandre EmsenhuberPer Aaron, fix for r107771: Title::getTouched() should...
2012-01-03 Alexandre EmsenhuberGive Title a decent loading mechanism:
2012-01-02 Alexandre EmsenhuberFix for r107825: forgot to change one instance of ...
2012-01-02 Alexandre Emsenhuber* Store the value of the page.page_restrictions field...
2012-01-01 Alexandre EmsenhuberFollow-up r107769:
2012-01-01 Alexandre EmsenhuberTurn Title::isNewPage() into something useful by cachin...
2011-12-30 Alexandre Emsenhuber* Moved post-deletion code from WikiPage::doDeleteArtic...
2011-12-29 Alexandre Emsenhuber* Added Title::getLinksFrom() and Title::getTemplateLin...
2011-12-27 Alexandre EmsenhuberUpdated comment and a call from Article to WikiPage
2011-12-27 Alexandre Emsenhuber* Integrate $wgDeleteRevisionsLimit in Title::getUserPe...
2011-12-26 Max SemenikSimplified Title::canExist()
2011-12-20 Brion VibberRevert r106523: abstraction violation, looks very wrong...
2011-12-19 Sam ReedFix $imit to $limit
2011-12-18 Alexandre Emsenhuber* Merged WikiPage::updateRestrictions() and Title:...
2011-12-17 Sam ReedPer bug 28901, and Duplicatebug on r105831, only list...
2011-12-17 Alexandre EmsenhuberPer Aaron, fix typo in r102187
2011-12-13 Robin PepermansRemoved Title::isValidCssJsSubpage(), deprecated since...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-12 Daniel FriesenFollowup r105919:
2011-12-12 Daniel FriesenDeprecate the escape methods in Title.
2011-12-12 Daniel FriesenReplace get{Local,Full,Link,Canonical}URL's $variant...
2011-12-12 Tim StarlingReverted r92364 (per-namespace permissions).
2011-12-11 Alexandre EmsenhuberFix documentation of Title::userCan() and Title::quickU...
2011-12-11 Alexandre EmsenhuberGroup related functions
2011-12-11 Alexandre EmsenhuberMoved view count from WikiPage to Title; avoids an...
2011-12-10 Alexandre EmsenhuberDo the "user is allowed to edit" check when checking...
2011-12-10 Alexandre Emsenhuber* Group related functions
2011-12-07 Antoine Musso(bug 32473) [[Special:PasswordReset]] can not be used...
2011-12-05 John Du HartType hinting please
2011-11-29 Antoine Mussonice debug msg for Title::getRestrictionTypes
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-22 Daniel FriesenImplement a number of namespace related equals functions:
2011-11-20 Sam ReedBraces, spaces, documentation
2011-11-10 Daniel FriesenRefactor core from Title::getLinkUrl to Title::getLinkU...
2011-11-06 Alexandre Emsenhuber* Merged Title::userCanRead() check in Title::getUserPe...
2011-11-06 Niklas LaxströmDidn't we agree to use @since?
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-11-02 Alexandre Emsenhuber* Use WikiPage instance of Article
2011-10-27 PlatonidesRemoval of unused globals
2011-10-17 PlatonidesRemove global added in 2005 by vibber (r11563). There...
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-09 Aaron SchulzFU r99323: spread blocks for edit/move attempts via...
2011-10-06 PlatonidesSolve the FIXME set in r99025.
2011-10-05 KrinkleAdding fixme comment above an old piece of code that...
2011-10-02 Alexandre Emsenhuber* (bug 30466) Entries in iwlinks table are now cleared...
2011-09-29 Sean ColomboRevision::newFromTitle() returns null sometimes. Prote...
2011-09-29 Sam ReedAnother reverse merge artefact from r98467
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-29 Bryan Tong Minh(bug 31213) Exception thrown when trying to move file...
2011-09-23 Sam ReedFix single character access
2011-09-22 Brion Vibber* (bug 31100) Fix regression in sidebar (special: page...
2011-09-22 Robin PepermansRe-do r96798 ("LanguageConverter now depends on the...
2011-09-22 Niklas LaxströmDon't load all languages just to check whether message...
2011-09-21 Aaron SchulzClear findFile() process cache of file moves (issue...
2011-09-20 Robin PepermansRe-do several things of r96798 in preparation of re...
2011-09-20 Niklas LaxströmAdded LinkCache::addGoodLinkObjFromRow, since addGoodLi...
2011-09-19 Niklas LaxströmFixing bug 30973. Strip off subpages when determining...
2011-09-16 Sam ReedRevert r91561
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-14 Niklas LaxströmFix variable name typo in r96847
2011-09-12 Robin Pepermans* Some documentation
2011-09-12 Niklas LaxströmStart producing new style move log entries
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-05 Roan KattouwFollowup r96180: remove unused global $wgCanonicalServer
2011-09-05 Daniel FriesenFollowup r96180, I can't believe I did't notice I accid...
2011-09-03 Daniel FriesenUse wfExpandUrl+PROTO_CANONICAL inside of getCanonicalU...
2011-09-01 Roan KattouwIn Title::resetArticleID(), clear all entries in the...
2011-09-01 Daniel FriesenFollowup r95947, undo accidental revert of r95946.
2011-09-01 Roan KattouwFix indentation in r95396
2011-09-01 Daniel FriesenAdd Title::isSubpageOf to use when you want to make...
2011-08-31 Sam ReedTidy up w/c
2011-08-31 Roan KattouwFollowup r95753 per CR: prevent extensions from making...
2011-08-30 Roan KattouwFix a message key typo in r41961 (!!), which didn't...
2011-08-30 Roan KattouwAdd TitleIsMovable hook so extensions can create new...
2011-08-28 Roan KattouwFix bug in r94995: getCanonicalUrl() doesn't append...
2011-08-27 PlatonidesUnused variables.
2011-08-27 Raimond Spekkingfu r95396 Fix function name
2011-08-25 Happy-melonUndo r85392 ('revert' is a strong word since a lot...
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-19 Roan KattouwPer CR on r44412 and my promise in the commit summary...
2011-08-19 Roan KattouwFollowup r94754: move protocol expansion from getIRCLin...
2011-08-18 Sam Reed* (bug 30450) Clear page_props table on page deletion
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-08-14 Daniel FriesenFollowup r94375; Use PROTO_RELATIVE so that when $wgSer...
2011-08-12 Daniel FriesenTouch up Title::get[Full|Local]URL. This concept of...
next