Reconcept cl_raw_sortkey as cl_sortkey_prefix
[lhc/web/wiklou.git] / includes / Title.php
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...
2009-12-17 Alexandre EmsenhuberPer Tim Starling, fix for r58008: use StringUtils:...
2009-12-14 Alexandre EmsenhuberWhitespaces fixes:
2009-12-14 Alexandre Emsenhubertypo in comment
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-29 Philip Tzoufollow-up r59522, r59523, r59527, r59529, r59530.
2009-11-09 Bryan Tong MinhFollow-up to r58633 and r58628 (lqt): Rename Title...
2009-11-06 Andrew GarrettEnabling changes for r56828: some refactoring and code...
2009-11-02 Raimond Spekkingi18n tweak: Use 'colon-separator' instead of hardcoded...
2009-10-22 Alexandre Emsenhuber* (bug 21234) Moving subpages of titles containing...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-16 Chad Horohoebug 9982. Encapsulate wgCanonicalNamespaceNames. Patch...
2009-10-09 Chad Horohoe(bug 13750) $wgCapitalLinks should be a per-namespace...
2009-09-30 Aaron SchulzMake sure countRevisionsBetween() returns an integer...
2009-09-30 Andrew GarrettSplit out the regex for invalid title characters and...
2009-09-26 Alexandre Emsenhuberchange $fname to __METHOD__ in Title::moveOverExistingR...
2009-09-25 Tim Starling(r55382) Removed U+200B, zero-width space, from the...
2009-09-20 Alexandre Emsenhuber* (bug 20726) Title::getLatestRevID's documentation...
2009-09-17 Alex ZFix logic error from r54153. By negating each individua...
2009-09-14 Brion VibberMerge live hack from wmf-deployment r53208: skip calcul...
2009-08-31 Happy-melon(bug14900) Make __INDEX__ and __NOINDEX__ not override...
2009-08-23 Brion Vibber* (bug 11143) Links containing invalid UTF-8 percent...
2009-08-21 Brion VibberFix for wgArticleId being exported to JavaScript as...
2009-08-20 Ilmari Karonen(bug 15248) Normalize NBSP and other odd Unicode whites...
2009-08-18 Roan KattouwUntested equivalent of r55262 ("When moving a page...
2009-08-18 Aryeh GregorThrow an exception instead of PHP fatal error
2009-08-18 Aryeh GregorFix fatal on every move over redirect, from r53659
2009-08-06 Andrew Garrett* Fail fast on trying to find create restrictions for...
2009-08-02 ShinjimanAdded back 'editusercssjs' right for regression and...
2009-08-01 Shinjiman* (bug 12110) Split the rights for editing users' CSS...
2009-07-31 Aaron Schulz* Don't add title protect log if nothing was done ...
2009-07-22 Alex Z(bug 16877) When moving a page over a redirect, delete...
2009-07-20 Alex Z(bug 19818) - Allow users to patrol edits to user CSS...
2009-07-17 Siebrand MazelandSyntax error
2009-07-17 Trevor ParscalAdds checks to see if permission keys exist before...
2009-07-14 Roan KattouwAdd returntoquery= parameter to Special:Userlogin which...
2009-07-06 Trevor ParscalResolves improperly named XML ids on the namespace...
2009-06-24 Ryan Schmidt* follow-up to r52301: make it more clear what this...
2009-06-23 Ryan Schmidt* Revert r52201, but modify the shortcut code so that...
2009-06-20 Ryan Schmidt* Remove "shortcut" in Title::userCanRead, it prevents...
2009-06-12 Alexandre EmsenhuberKill some E_NOTICE when protecting a non-existing page
2009-06-02 Rotem LissFix Title::makeName's docs to be shown.
2009-06-02 Tim StarlingFixed documentation on Title::newFromURL(). Never use...
2009-05-26 Robin PepermansPer comment at r50961: keep the messages saying "you...
2009-05-24 Robin PepermansFixing part of bug 14688 (upload restrictions):
2009-05-24 Siebrand MazelandRemove deprecated getInterwikiLink(). Method was deprec...
2009-05-24 Siebrand MazelandRemove deprecated userCanCreate(), userCanEdit(), userC...
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-05-04 Tim StarlingReverted r48983: obsolete since r48989, replaced by...
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-24 Alexandre EmsenhuberMissing parenthesis
2009-04-19 Aryeh GregorFix braindead wrong escaping from r49017, r49018
next