Removed Title::isValidCssJsSubpage(), deprecated since 1.17 (77309), and updated...
[lhc/web/wiklou.git] / includes / Title.php
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...
2011-08-12 Daniel FriesenImprove the ability for extensions to participate in...
2011-08-12 Daniel FriesenUpdate Interwiki::getURL's first argument so that it...
2011-08-11 Victor VasilievAllow extensions to add pages with non-wikitext display...
2011-08-11 Robin PepermansAdd 2 @since and add documentation for PageContentLangu...
2011-08-10 Aaron SchulzMade moveToInternal() check result of Article::insertOn...
2011-08-05 Chad HorohoeReverting r84309 (New pages log doesn't remove/update...
2011-08-02 Roan KattouwIntroduce a hook so extensions can customize what's...
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-29 Aaron Schulz* Follow-up r93093: set the touch key for page moves too
2011-07-27 Roan KattouwRevert r93237 ("use User::getBlock() accessor rather...
2011-07-26 Happy-melonFollow-up r93234: use User::getBlock() accessor rather...
2011-07-21 Alexandre Emsenhuber* Made Skin::userCanPreview() use Title::getUserPermiss...
2011-07-20 Alexandre EmsenhuberMake Title::isNamespaceProtected() require the $user...
2011-07-19 PlatonidesFollow up to r91561: Use the canonical class names.
2011-07-16 Bryan Tong MinhFirst steps for bug 14801: add backend support for...
2011-07-15 Ryan Kaldaribetter method descriptions
2011-07-06 Brian Wolff(Bug 19725) Do not include suppressed edits in the...
2011-07-06 Brian Wolff(bug 29680, bug 22911) Add GetDeaultSortkey hook in...
2011-07-01 Aaron Schulz* Fixed getLatest() check in Article
2011-06-28 Alexandre EmsenhuberAdded some GPL headers
2011-06-24 Robin PepermansDirectionality and language improvements as part of...
2011-06-21 Robin PepermansPer comment by Platonides on r90337: use wfGetLangObj...
2011-06-19 PlatonidesUse [] instead of { } for accessing string characters
2011-06-18 Robin PepermansAddress comment by Platonides on r90320:
2011-06-17 Sam ReedSwap else if for elseif
2011-06-05 Sam Reed* (bug 21107) Split error "customcssjsprotected" into...
2011-05-23 Brion VibberRevert r87964: destroyed standard segregation of non...
2011-05-22 KrinkleAdding fixme note for bug 29088.
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
next