aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialUndelete.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 2597) Don't crash when undeleting an image description pageBrion Vibber2005-06-291-1/+1
* Fix #2273, probably need backport in 1.4Antoine Musso2005-06-271-2/+2
* * (bug 2018) Fix deletion for new schema, make work on MySQL 3 againBrion Vibber2005-05-011-4/+19
* snip redundant lineBrion Vibber2005-04-211-2/+1
* * (bug 1163) Special:Undelete showed oldest revision instead of newestBrion Vibber2005-04-211-1/+2
* *(bug 902) applied a small "uga" by Niklas Laxstr��m to add aÆvar Arnfjörð Bjarmason2005-04-011-0/+4
* * Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.Tim Starling2005-03-131-1/+7
* Change interface to Article::updateRevisionOn() to take a Revision object ins...Brion Vibber2005-03-131-2/+1
* Add page_len field with byte length of current revision text, sinceBrion Vibber2005-03-121-2/+2
* * Make undeletion (more or less) work with new schemaBrion Vibber2005-03-121-102/+103
* War on cruft: commentBlock() usage, use a styled <span> for comments instead ...Brion Vibber2005-02-221-2/+2
* remove inverse_timestamp wherever it is found and disable wfInvertTimestamp()Domas Mituzas2005-02-211-3/+2
* Audit tweaks: extra post checks, markup fixes.Brion Vibber2005-02-211-1/+6
* fix phpdoc commentAntoine Musso2005-01-271-1/+2
* Start splitting back-end functions from the Article user-interface class.Brion Vibber2004-12-191-3/+5
* Correcting bugs due to double-prefixing table names. Removing obsolete Databa...Tim Starling2004-10-241-1/+1
* Bug 589: make random selection slightly more random. PHP'sWil Mahan2004-10-111-1/+1
* Some doc commentsBrion Vibber2004-09-291-0/+42
* Clean up ugly SQL for db wrapper funcs, begin on PostgreSQL support.Brion Vibber2004-09-291-18/+22
* Tietew's patch for optionally selecting revisions on undeletion.Brion Vibber2004-09-291-27/+79
* Make FauxRequest actually work ;PBrion Vibber2004-09-291-1/+2
* Back out kturner's old table restructure for now.Brion Vibber2004-09-261-3/+3
* remove old_namespace and old_title from old table.River Tarnell2004-09-261-3/+3
* Third batch of files modified to replace selected wgLang with wgContLangZheng Zhu2004-09-241-2/+2
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+6
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-2/+13
* * Refactor to separate the database bits from the UI bitsBrion Vibber2004-09-021-147/+202
* Snarf the deletion log entries on the undelete page. Make the log itemsBrion Vibber2004-08-291-7/+12
* NP_WIKIPEDIA => NP_PROJECT, and code readability stuffArne Heizmann2004-08-281-1/+1
* Special:Log and the logging table -- unified logging scariness!Brion Vibber2004-08-241-2/+2
* Fix typos that keep undelete from working with new db codeBrion Vibber2004-08-031-2/+2
* Fix for [ 981176 ] Special:Undelete doesn't show the last commentBrion Vibber2004-08-021-3/+1
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-47/+61
* Some escaping fixesBrion Vibber2004-06-181-8/+10
* Refactored (object-orientified) to make them play nice with $wgRequestTim Starling2004-04-011-116/+149
* * Changed inclusion syntax to allow e.g. {{stub}}Tim Starling2004-03-201-14/+15
* Replace the random boolean parameters on Title::getURL() with a set ofBrion Vibber2004-03-071-1/+1
* * Fixed magic quotes in $_REQUEST, in Setup.phpTim Starling2004-03-061-1/+2
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Squid branch merge. Calls to purge functions in Article.php and special pages.Gabriel Wicke2004-02-021-0/+8
* Added hooks for article create/delete/edit events and moved linkscc calls thereMr. E232004-01-051-6/+3
* Moved linkscc SQL details into LinkCache for cleaner code. Also cleaned up Li...Mr. E232004-01-051-3/+1
* Start support for compressing entries in the old table with gzdeflate.Brion Vibber2004-01-031-4/+4
* Mark undeleted redirect pages as redirects (bug #855372), and update theBrion Vibber2003-12-261-5/+19
* Complain if use asks for page that's not archivedBrion Vibber2003-12-061-5/+11
* Purging relevant linkscc entries on page undelete.Mr. E232003-11-281-1/+8
* Revert globals patch pending further workBrion Vibber2003-11-241-2/+0
* Commit JeLuF's register_globals fixes, first phaseBrion Vibber2003-11-231-0/+2
* Fix sort for proper indexBrion Vibber2003-11-191-1/+1
* Use wfMsg()'s parametersBrion Vibber2003-11-151-4/+3