aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Title.php
Commit message (Expand)AuthorAgeFilesLines
* * DocumentationÆvar Arnfjörð Bjarmason2005-05-041-13/+17
* * if () {} else {} converted to ? :Ævar Arnfjörð Bjarmason2005-04-281-2/+1
* * Deglobalised link placeholder handling by moving the relevant functionality...Tim Starling2005-04-271-0/+13
* * Brion you illiterate pig!Ævar Arnfjörð Bjarmason2005-04-251-2/+2
* Move page tweaks:Brion Vibber2005-04-251-9/+40
* * (bug 1970) Don't show move tab for immobile pagesBrion Vibber2005-04-251-0/+17
* new function: getBrokenLinksFrom()Tim Starling2005-04-241-0/+33
* Various live patches ported from REL1_4Tim Starling2005-04-121-1/+5
* * Some clown with CVS access deleted our MS Word files and replaced them withÆvar Arnfjörð Bjarmason2005-04-121-1/+1
* Allow the user to specify a reason for page movesTim Starling2005-04-031-7/+14
* Fixed bug with move page logging, need namespace tooTim Starling2005-04-031-10/+2
* Decouple revision.rev_id from text.old_idBrion Vibber2005-03-281-7/+21
* Fix query syntax which broke a couple functions' debug info (foreport from 1.4)Brion Vibber2005-03-271-1/+1
* Basic static HTML dump generator, experimentalTim Starling2005-03-271-5/+35
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-89/+1
* Mark interwiki redirect URLs with a source parameter to stop them from furthe...Brion Vibber2005-03-151-0/+8
* Convert Title::createRedirect() to new revision/page insertion functions.Brion Vibber2005-03-141-35/+9
* Changed the calling protocol for function wfRunHooks() in Hooks.php.Evan Prodromou2005-03-131-1/+1
* Change interface to Article::updateRevisionOn() to take a Revision object ins...Brion Vibber2005-03-131-5/+2
* Change title move redirect creation to use Revision and Article to saveBrion Vibber2005-03-131-52/+16
* Add experimental $wgActionPaths config option.Brion Vibber2005-02-281-0/+11
* * (bug 65) Fix broken interwiki link encoding on Latin-1 wikis; force to UTF-8Brion Vibber2005-02-271-0/+87
* remove inverse_timestamp wherever it is found and disable wfInvertTimestamp()Domas Mituzas2005-02-211-9/+5
* Remove some cruft from skins... sooooo much cruft yet to goBrion Vibber2005-02-211-0/+25
* * Attach revision to the new page id. Original article is now accessible again.Antoine Musso2005-01-311-1/+5
* Stop showing moves directly in recentchanges, instead use the logging system ...Antoine Musso2005-01-311-3/+14
* s/0/NS_MAIN/Antoine Musso2005-01-281-4/+4
* * Add TitleMoveComplete hook on page renamesBrion Vibber2005-01-261-0/+1
* BUG#1364 Backport whitespace regex from 1.55.2.15Jens Frank2005-01-231-1/+1
* * Don't try to create links without namespaces ([[Category:]] link bug)Brion Vibber2005-01-161-0/+13
* * (bug 1132) Fix concatenation of link lists in refreshLinksBrion Vibber2005-01-151-0/+11
* bug 1326: Use content language for '1movedto2' in edit history.Zheng Zhu2005-01-141-2/+2
* * Remove some hardcoded 0 instead of NS_MAINAntoine Musso2005-01-111-1/+3
* * (bug 1193) Fix move-only page protection modeBrion Vibber2004-12-251-1/+3
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-132/+144
* (bug 1028) fix page move over redirect to not fail on the unique indexBrion Vibber2004-12-101-5/+9
* (bug 1027) Fix page moves with table prefixBrion Vibber2004-12-071-1/+2
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+0
* Slight adjustment to self-interwiki fix: disallow empty title linksBrion Vibber2004-11-271-0/+5
* Submit local-interwiki links to namespace splitting, and disallow additional ...Brion Vibber2004-11-271-41/+41
* Cache title lookups in Title::newFromText(). In pages with many duplicate lin...Brion Vibber2004-11-261-3/+21
* Remove redundant operationsBrion Vibber2004-11-251-2/+0
* Avoid 'undefined index' noticesBrion Vibber2004-11-241-2/+4
* Added the ability to protect a page from moves but not from edits. SeeShane King2004-11-241-13/+60
* Have Title::makeTitle() do the space to underscore replacement so it can be u...Brion Vibber2004-11-241-2/+5
* Legibility, profiling points, comments, tweaking. Removed unused isLog() func...Brion Vibber2004-11-231-46/+60
* Try to keep Title class as a value object: remove the setNamespace() method. ...Brion Vibber2004-11-211-6/+0
* fixed bug 875, circular category references cause timeout or stack overflowTim Starling2004-11-201-6/+11
* Removed uncalled method Title::getURL whose only purpose was to tellEvan Prodromou2004-11-121-7/+0
* Remove insecure mode (causes infinite loops due to protection against Interne...Brion Vibber2004-11-021-6/+1