* Set default disabled values for DjVu render options
[lhc/web/wiklou.git] / includes / SpecialUndelete.php
2006-08-30 Rob ChurchThat should be prefixed, whoops...
2006-08-30 Rob Church* Fix formatting of titles on Special:Undelete
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-07-05 Rotem LissIf we have user tool links even in the page history...
2006-06-30 Brion Vibber* (bug 6498) Use localized forms for image size in...
2006-06-27 Greg Sabino MullaneStandardize name to simply "postgres"
2006-06-16 Brion Vibber(bug 2099) Deleted files can now be archived and undele...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoLoad Revision
2006-06-03 Rob Church(bug 6184) Use shinier Linker::userLink() to make user...
2006-06-01 Rob ChurchWhen showing the "blah has been undeleted" page, make...
2006-05-25 Antoine MussoFix #6082: id for the form element
2006-05-22 Rob ChurchMinor cosmetic change...add parentheses
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine Mussolast round of PHP5 stuff for now.
2006-05-07 Niklas Laxström* Fix the warning too
2006-05-07 Rob ChurchMissing </form>
2006-05-05 Rob Church* (bug 3309) Allow comments when undeleting pages
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-02-16 Brion VibberAdd final newline for consistent display and to fix...
2006-02-16 Brion Vibber* Fix double-escaping of title in preview form
2006-02-16 Brion Vibber* (bug 4502, 5017) Don't render potentially hostile...
2006-01-09 Tim StarlingFixed notice
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-06 Rob ChurchPrevent blocked users from using delete and undelete
2006-01-01 Tim Starlingfixed bug
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-04 Antoine MussoClean up unused globals!
2005-09-12 Brion Vibber* (bug 3448) Set page_len on undelete
2005-08-20 Jens FrankShow an explanation to non-sysops
2005-08-20 Jens FrankShow an explanation to non-sysops
2005-08-15 Ævar Arnfjörð Bjar... * Fixed undefined variable error
2005-08-07 Tim StarlingAllow non-sysops to view the history of deleted pages...
2005-08-03 Tim StarlingFixed display of most recent revision
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-08-02 Niklas Laxström-php notices
2005-06-29 Brion Vibber* (bug 2597) Don't crash when undeleting an image descr...
2005-06-27 Antoine MussoFix #2273, probably need backport in 1.4
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