Directionality and language improvements as part of bug 6100 (under $wgBetterDirectio...
[lhc/web/wiklou.git] / includes / Title.php
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...
2011-05-13 Antoine Mussomerge in prettyURL patch
2011-05-07 Aaron Schulz(bug 28667) "old title gets two review log entries...
2011-05-07 Aaron SchulzNotice: Use of undefined constant GAID_FOR_UPDATE ...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-03 Paul CoppermanFix Bug 28354: Edit tab is shown as "view source" for...
2011-04-19 Sam ReedFollowup r86367, don't make constructor protected just...
2011-04-18 Sam ReedApply phase3 related Title fixes. With one minor additi...
2011-04-18 Happy-melon(bug 28583) chase down and beat to death external calls...
2011-04-17 Happy-melonRename Special:Resetpass to Special:ChangePassword...
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-14 Niklas LaxströmMove $rxTc initialization next to where it is used
2011-04-07 Paul CoppermanVarious fixes for PHPUnit tests:
2011-04-05 PlatonidesRevert r68358. Causes bug 27474.
2011-04-05 Aaron Schulz* Cleanups to getFirstRevision and getEarliestTime
2011-04-04 Happy-melonFix for catchable fatals thrown on invalid titles,...
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-03-30 Happy-melon(bug 15641) tweak Title::checkUserBlock() so that Title...
2011-03-24 Brian Wolff(follow-up 79778) Make $wgLang->truncate function consi...
2011-03-21 Sam ReedFix variable typo introduced in r83282
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-21 Platonides(Bug 26223) Concurrently moving an article to different...
2011-03-20 Aaron SchulzReverted r84386; breakage too severe
2011-03-20 Antoine MussoMakes wikilinks nicer when possible
2011-03-19 Mark A. HershbergerFix for Bug# 17463: New pages log doesn't remove/update...
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-03-18 Happy-melonAllow User::isAllowed() to take varargs. "is allowed...
2011-03-14 Brian Wolff(bug 28020) Moving pages causes the cl_sortkey thats...
2011-03-12 Happy-melonFollow-up r83755: @deprecated @since is wrong, doesn...
2011-03-08 Tim StarlingSet $wgInternalServer to false by default, and fall...
2011-03-05 Alexandre Emsenhuber* NS_SPECIAL should not have any applicable restriction...
2011-03-05 Bryan Tong MinhFollow-up r83282: Re-add the lost $this->getNamespace...
2011-03-05 Bryan Tong MinhMove the file related parts of Title::isValidMoveOperat...
2011-03-01 Alexandre EmsenhuberMissing line break in wfDebug() call
2011-02-27 Sam ReedMore bits of documentation
2011-02-26 Bryan Tong MinhFollow-up r82853: Filter out create restriction from...
2011-02-26 Bryan Tong Minh(bug 27700) The upload protection can now also be set...
2011-02-22 Ryan Schmidt* random redirect-related fixes:
2011-02-12 Niklas Laxström* (bug 17160) Gender specific display text for User...
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-12 Brion Vibber* (bug 27333) Fix repetitive last-seen time queries...
2011-02-10 PlatonidesYet more additions of wfProfileOut()
2011-02-05 Alexandre EmsenhuberDeprecated wfMsgWeirdKey(), use wfMessage() instead...
2011-02-02 Happy-melonFollow-up r79682: more documentation tidying
2011-01-28 PlatonidesUpdate comments to take into account r80443 and r80614...
2011-01-26 Sam ReedFixup query fail from r80936
2011-01-26 Sam ReedFollowup fixme on r80861,
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-24 Sam ReedFixup usage of raw sql in Title
2011-01-23 Sean ColomboMinor fix to capitalization in some documentation.
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
next