| Commit message (Expand) | Author | Age | Files | Lines |
* | * Documentation | Ævar Arnfjörð Bjarmason | 2005-05-04 | 1 | -13/+17 |
* | * if () {} else {} converted to ? : | Ævar Arnfjörð Bjarmason | 2005-04-28 | 1 | -2/+1 |
* | * Deglobalised link placeholder handling by moving the relevant functionality... | Tim Starling | 2005-04-27 | 1 | -0/+13 |
* | * Brion you illiterate pig! | Ævar Arnfjörð Bjarmason | 2005-04-25 | 1 | -2/+2 |
* | Move page tweaks: | Brion Vibber | 2005-04-25 | 1 | -9/+40 |
* | * (bug 1970) Don't show move tab for immobile pages | Brion Vibber | 2005-04-25 | 1 | -0/+17 |
* | new function: getBrokenLinksFrom() | Tim Starling | 2005-04-24 | 1 | -0/+33 |
* | Various live patches ported from REL1_4 | Tim Starling | 2005-04-12 | 1 | -1/+5 |
* | * Some clown with CVS access deleted our MS Word files and replaced them with | Ævar Arnfjörð Bjarmason | 2005-04-12 | 1 | -1/+1 |
* | Allow the user to specify a reason for page moves | Tim Starling | 2005-04-03 | 1 | -7/+14 |
* | Fixed bug with move page logging, need namespace too | Tim Starling | 2005-04-03 | 1 | -10/+2 |
* | Decouple revision.rev_id from text.old_id | Brion Vibber | 2005-03-28 | 1 | -7/+21 |
* | Fix query syntax which broke a couple functions' debug info (foreport from 1.4) | Brion Vibber | 2005-03-27 | 1 | -1/+1 |
* | Basic static HTML dump generator, experimental | Tim Starling | 2005-03-27 | 1 | -5/+35 |
* | Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5... | Brion Vibber | 2005-03-26 | 1 | -89/+1 |
* | Mark interwiki redirect URLs with a source parameter to stop them from furthe... | Brion Vibber | 2005-03-15 | 1 | -0/+8 |
* | Convert Title::createRedirect() to new revision/page insertion functions. | Brion Vibber | 2005-03-14 | 1 | -35/+9 |
* | Changed the calling protocol for function wfRunHooks() in Hooks.php. | Evan Prodromou | 2005-03-13 | 1 | -1/+1 |
* | Change interface to Article::updateRevisionOn() to take a Revision object ins... | Brion Vibber | 2005-03-13 | 1 | -5/+2 |
* | Change title move redirect creation to use Revision and Article to save | Brion Vibber | 2005-03-13 | 1 | -52/+16 |
* | Add experimental $wgActionPaths config option. | Brion Vibber | 2005-02-28 | 1 | -0/+11 |
* | * (bug 65) Fix broken interwiki link encoding on Latin-1 wikis; force to UTF-8 | Brion Vibber | 2005-02-27 | 1 | -0/+87 |
* | remove inverse_timestamp wherever it is found and disable wfInvertTimestamp() | Domas Mituzas | 2005-02-21 | 1 | -9/+5 |
* | Remove some cruft from skins... sooooo much cruft yet to go | Brion Vibber | 2005-02-21 | 1 | -0/+25 |
* | * Attach revision to the new page id. Original article is now accessible again. | Antoine Musso | 2005-01-31 | 1 | -1/+5 |
* | Stop showing moves directly in recentchanges, instead use the logging system ... | Antoine Musso | 2005-01-31 | 1 | -3/+14 |
* | s/0/NS_MAIN/ | Antoine Musso | 2005-01-28 | 1 | -4/+4 |
* | * Add TitleMoveComplete hook on page renames | Brion Vibber | 2005-01-26 | 1 | -0/+1 |
* | BUG#1364 Backport whitespace regex from 1.55.2.15 | Jens Frank | 2005-01-23 | 1 | -1/+1 |
* | * Don't try to create links without namespaces ([[Category:]] link bug) | Brion Vibber | 2005-01-16 | 1 | -0/+13 |
* | * (bug 1132) Fix concatenation of link lists in refreshLinks | Brion Vibber | 2005-01-15 | 1 | -0/+11 |
* | bug 1326: Use content language for '1movedto2' in edit history. | Zheng Zhu | 2005-01-14 | 1 | -2/+2 |
* | * Remove some hardcoded 0 instead of NS_MAIN | Antoine Musso | 2005-01-11 | 1 | -1/+3 |
* | * (bug 1193) Fix move-only page protection mode | Brion Vibber | 2004-12-25 | 1 | -1/+3 |
* | Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken: | Brion Vibber | 2004-12-19 | 1 | -132/+144 |
* | (bug 1028) fix page move over redirect to not fail on the unique index | Brion Vibber | 2004-12-10 | 1 | -5/+9 |
* | (bug 1027) Fix page moves with table prefix | Brion Vibber | 2004-12-07 | 1 | -1/+2 |
* | Removed CVS keywords from files, to make merging between branches | Evan Prodromou | 2004-11-29 | 1 | -1/+0 |
* | Slight adjustment to self-interwiki fix: disallow empty title links | Brion Vibber | 2004-11-27 | 1 | -0/+5 |
* | Submit local-interwiki links to namespace splitting, and disallow additional ... | Brion Vibber | 2004-11-27 | 1 | -41/+41 |
* | Cache title lookups in Title::newFromText(). In pages with many duplicate lin... | Brion Vibber | 2004-11-26 | 1 | -3/+21 |
* | Remove redundant operations | Brion Vibber | 2004-11-25 | 1 | -2/+0 |
* | Avoid 'undefined index' notices | Brion Vibber | 2004-11-24 | 1 | -2/+4 |
* | Added the ability to protect a page from moves but not from edits. See | Shane King | 2004-11-24 | 1 | -13/+60 |
* | Have Title::makeTitle() do the space to underscore replacement so it can be u... | Brion Vibber | 2004-11-24 | 1 | -2/+5 |
* | Legibility, profiling points, comments, tweaking. Removed unused isLog() func... | Brion Vibber | 2004-11-23 | 1 | -46/+60 |
* | Try to keep Title class as a value object: remove the setNamespace() method. ... | Brion Vibber | 2004-11-21 | 1 | -6/+0 |
* | fixed bug 875, circular category references cause timeout or stack overflow | Tim Starling | 2004-11-20 | 1 | -6/+11 |
* | Removed uncalled method Title::getURL whose only purpose was to tell | Evan Prodromou | 2004-11-12 | 1 | -7/+0 |
* | Remove insecure mode (causes infinite loops due to protection against Interne... | Brion Vibber | 2004-11-02 | 1 | -6/+1 |