* Added a test for a link with multiple pipes
[lhc/web/wiklou.git] / includes / SpecialUndelete.php
2005-05-01 Brion Vibber* (bug 2018) Fix deletion for new schema, make work...
2005-04-21 Brion Vibbersnip redundant line
2005-04-21 Brion Vibber* (bug 1163) Special:Undelete showed oldest revision...
2005-04-01 Ævar Arnfjörð Bjar... *(bug 902) applied a small "uga" by Niklas Laxstr�...
2005-03-13 Tim Starling* Appllied patch for bug 1686, image metadata cache...
2005-03-13 Brion VibberChange interface to Article::updateRevisionOn() to...
2005-03-12 Brion VibberAdd page_len field with byte length of current revision...
2005-03-12 Brion Vibber* Make undeletion (more or less) work with new schema
2005-02-22 Brion VibberWar on cruft: commentBlock() usage, use a styled <span...
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-02-21 Brion VibberAudit tweaks: extra post checks, markup fixes.
2005-01-27 Antoine Mussofix phpdoc comment
2004-12-19 Brion VibberStart splitting back-end functions from the Article...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-10-11 Wil MahanBug 589: make random selection slightly more random...
2004-09-29 Brion VibberSome doc comments
2004-09-29 Brion VibberClean up ugly SQL for db wrapper funcs, begin on Postgr...
2004-09-29 Brion VibberTietew's patch for optionally selecting revisions on...
2004-09-29 Brion VibberMake FauxRequest actually work ;P
2004-09-26 Brion VibberBack out kturner's old table restructure for now.
2004-09-26 River Tarnellremove old_namespace and old_title from old table.
2004-09-24 Zheng ZhuThird batch of files modified to replace selected wgLan...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-02 Brion Vibber* Refactor to separate the database bits from the UI...
2004-08-29 Brion VibberSnarf the deletion log entries on the undelete page...
2004-08-28 Arne HeizmannNP_WIKIPEDIA => NP_PROJECT, and code readability stuff
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-08-03 Brion VibberFix typos that keep undelete from working with new...
2004-08-02 Brion VibberFix for [ 981176 ] Special:Undelete doesn't show the...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-06-18 Brion VibberSome escaping fixes
2004-04-01 Tim StarlingRefactored (object-orientified) to make them play nice...
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-02 Gabriel WickeSquid branch merge. Calls to purge functions in Article...
2004-01-05 Mr. E23Added hooks for article create/delete/edit events and...
2004-01-05 Mr. E23Moved linkscc SQL details into LinkCache for cleaner...
2004-01-03 Brion VibberStart support for compressing entries in the old table...
2003-12-26 Brion VibberMark undeleted redirect pages as redirects (bug #855372...
2003-12-06 Brion VibberComplain if use asks for page that's not archived
2003-11-28 Mr. E23Purging relevant linkscc entries on page undelete.
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-19 Brion VibberFix sort for proper index
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-15 Tim StarlingBug fixes
2003-11-12 Tim StarlingLatest features and bug fixes imported from stable
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-09-01 Brion VibberFix timestamp on undelete
2003-08-31 Brion VibberAdd notice for pages with deletion history & easy undel...
2003-08-31 Tim StarlingUndelete bug partially fixed; Sysop ability to block...
2003-04-14 Lee Daniel CrockerInitial revision