Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / Title.php
2011-01-20 Tim StarlingIn getCategorySortkey: strip tabs and line feeds from...
2011-01-17 Tim Starling* Introduced a non-dummy collation for $wgCategoryColla...
2011-01-14 Daniel FriesenFix bug 14267 by adding support for a MediaWiki:Mainpag...
2011-01-06 PlatonidesFollow up r79759. Title::loadRestrictionsFromRows calle...
2011-01-06 PlatonidesAddress my r76242 fixme.
2011-01-05 Happy-melonDocumentation format
2011-01-05 Bryan Tong MinhFollow-up r79655: array_diff makes in_array unnecessary
2011-01-05 Bryan Tong Minh(bug 26574) Added 'upload' to $wgRestrictionTypes,...
2011-01-03 Ilmari Karonenmerge the nearly identical Title::moveToNewTitle()...
2010-12-24 Brian Wolff(Bug 26410) In an internal link, a plus sign is treated...
2010-12-17 Aaron SchulzFixed doc
2010-12-13 Alexandre EmsenhuberChecking namespace restriction with $wgUser while calli...
2010-12-13 Alexandre EmsenhuberFix comment: Article::insertNewArticle() -> Article...
2010-12-12 Roan KattouwRedo r78254 without the syntax error
2010-12-12 PlatonidesThis is not an array, but a parameter. Revert r78254...
2010-12-12 Roan KattouwFolllowup r72866: use array syntax for rev_page = foo...
2010-12-06 Tim StarlingRemove some of the rubbish that has been accumulating...
2010-12-04 Sam ReedExplicitally do function documentation, rather than...
2010-11-25 Victor Vasiliev* Show "skin does not exist error" only when the skin...
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-24 Mark A. Hershbergerfollowup r65504 — actually check that we hav errors...
2010-11-18 Aaron Schulz* Moved author count check to new Title::countAuthorsBe...
2010-11-13 Sam ReedFollowup r76612, nfi what a stromg is
2010-11-13 Sam ReedFixup some more documentation
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-07 Antoine MussoFollow up r65500 : invalidate Title protection cache.
2010-11-01 Sam ReedFix minor semi colon fail from r75767
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 PlatonidesRemove unused globals.
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-26 PlatonidesKeep it in Title.php Having it on Defines would allow...
2010-10-20 Sam ReedFix some method documentation
2010-10-17 Platonides$wgUser is never a Stub since r70970.
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-10 PlatonidesSpace
2010-09-30 Chad HorohoeRefactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE...
2010-09-02 Sam Reed$result = '' in Title->checkPermissionHooks
2010-09-02 Sam ReedPer r72181, refactor isInCategory into ArticleAssessmen...
2010-09-02 Sam ReedSimplify some returns, remove some whitespace
2010-09-02 Sam ReedFollowup r72200, cast return to bool
2010-09-02 Sam ReedFollowup r72181, condense code, use selectRow()
2010-09-01 Sam ReedAdd a "isInCategory" function to check if a specific...
2010-08-09 Roan KattouwSwap order of exists() and isAlwaysKnown() checks,...
2010-08-09 Tim Starling* Revert r66878, completely misses the point of factori...
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-05 Roan Kattouw(bug 24668) Followup to r48165: code accounting for...
2010-08-03 Aryeh GregorFix page moves with new category sort scheme
2010-08-03 Aryeh GregorSort pages in categories without namespace prefix
2010-07-26 Aryeh GregorFix bug in prefixing scheme
2010-07-26 Aryeh GregorReconcept cl_raw_sortkey as cl_sortkey_prefix
2010-07-25 Sam ReedMore unused globals
2010-07-25 Jack Phoenixcoding style tweaks to Title.php
2010-07-25 Alexandre EmsenhuberPer Simetrical, fix for r69499: only select the fields...
2010-07-24 Sam ReedRemoval of unused globals
2010-07-23 Aryeh GregorProhibit all moves from/to file namespace
2010-07-23 Aryeh GregorTypo, style fix
2010-07-19 Roan KattouwAdd iw_api and iw_wikiid fields to the interwiki table...
2010-07-18 Alexandre EmsenhuberLet Title::newFromIDs() select all fields and use Title...
2010-07-08 Roan KattouwFollowup to r51583: actually use the rd_interwiki and...
2010-07-06 Philip TzouBug 24027: Variants like "zh" should get purged as...
2010-06-28 Niklas LaxströmOne place forgot intval() mLatestID causing bugs with...
2010-06-26 Matěj Grabovský(bug 18891) Deprecated Article::insertNewArticle still...
2010-06-21 Conrad Irwin(bug 18431) Remove initial whitespace from fragment...
2010-06-16 Chad HorohoeReturn boolean, not a file object
2010-06-15 PlatonidesAdd page_latest to the LinkCache.
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-05-24 Niklas LaxströmMake getUserPermissionsErrors(Expensive) actually handl...
2010-04-24 Mark A. Hershberger* Refactor super-long title function
2010-04-24 Mark A. Hershbergertypo
2010-04-24 Mark A. Hershbergercache the result of getTitleProtection to make testing...
2010-04-23 Mark A. HershbergerDon't rely on the extract and its side-effects when...
2010-04-23 Mark A. HershbergerMake sure a member var is declared.
2010-04-23 Mark A. HershbergerRemove code that looks like it came from Perl as it...
2010-04-09 Tim Starlingrevert r64792
2010-04-09 Tim StarlingDon't use $wgVariantArticlePath when the main language...
2010-04-03 Alexandre Emsenhuber* Expand documentation a bit
2010-04-02 Alexandre Emsenhuber* (bug 22867) "View source" tab is now only displayed...
2010-03-28 Conrad IrwinRe-normalize titles after html entity decoding when...
2010-03-26 Roan Kattouw(bug 22940) Namespace aliases to the main namespace...
2010-03-23 Alexandre EmsenhuberFixed some doxygen warnings, changed "@return boolean...
2010-03-15 Lisa RidleyUpdated documentation on Title, Wiki. Added @internal...
2010-03-13 Raimond SpekkingUse commaList() for better i18n
2010-03-13 Happy-melonLayout tweak.
2010-03-11 Aaron SchulzMade resetArticleID() reset redirect/length/latest...
2010-03-10 Aaron SchulzMade getLatestRevID() return an integer
2010-03-05 Ilmari Karonen(bug 10183) allow users to add custom css/js for all...
2010-02-23 Max SemenikUpdate doxygen a bit
2010-02-12 Raimond Spekking* Truncate summary of page moves in revision comment...
2010-02-02 Philip TzouFollow up r60742, r60743, r60764, r60766, r61214, r6139...
2010-02-01 Mark A. Hershbergerfollow up 61775 -- REVERT REVERT
2010-02-01 Mark A. HershbergerFix parsertests so that they work even when server...
2010-01-29 Aryeh GregorRefactor $wgEnforceHtmlIds code
2010-01-07 Mark A. HershbergerMake LTR wgLang do the right thing on RTL wgContLang...
2010-01-07 Mark A. HershbergerRefactor LanguageConversion so that title conversion...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-12-30 Tim StarlingRemove unprefixed constant "CASCADE" due to risk of...
2009-12-26 Alex ZFix for r60418, need to check whether the /destination...
2009-12-26 Alex ZPer CR on r58079, add a permission check for 'reupload...
next