| Commit message (Expand) | Author | Age | Files | Lines |
* | * (bug 2597) Don't crash when undeleting an image description page | Brion Vibber | 2005-06-29 | 1 | -1/+1 |
* | Fix #2273, probably need backport in 1.4 | Antoine Musso | 2005-06-27 | 1 | -2/+2 |
* | * (bug 2018) Fix deletion for new schema, make work on MySQL 3 again | Brion Vibber | 2005-05-01 | 1 | -4/+19 |
* | snip redundant line | Brion Vibber | 2005-04-21 | 1 | -2/+1 |
* | * (bug 1163) Special:Undelete showed oldest revision instead of newest | Brion Vibber | 2005-04-21 | 1 | -1/+2 |
* | *(bug 902) applied a small "uga" by Niklas Laxstr��m to add a | Ævar Arnfjörð Bjarmason | 2005-04-01 | 1 | -0/+4 |
* | * Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas. | Tim Starling | 2005-03-13 | 1 | -1/+7 |
* | Change interface to Article::updateRevisionOn() to take a Revision object ins... | Brion Vibber | 2005-03-13 | 1 | -2/+1 |
* | Add page_len field with byte length of current revision text, since | Brion Vibber | 2005-03-12 | 1 | -2/+2 |
* | * Make undeletion (more or less) work with new schema | Brion Vibber | 2005-03-12 | 1 | -102/+103 |
* | War on cruft: commentBlock() usage, use a styled <span> for comments instead ... | Brion Vibber | 2005-02-22 | 1 | -2/+2 |
* | remove inverse_timestamp wherever it is found and disable wfInvertTimestamp() | Domas Mituzas | 2005-02-21 | 1 | -3/+2 |
* | Audit tweaks: extra post checks, markup fixes. | Brion Vibber | 2005-02-21 | 1 | -1/+6 |
* | fix phpdoc comment | Antoine Musso | 2005-01-27 | 1 | -1/+2 |
* | Start splitting back-end functions from the Article user-interface class. | Brion Vibber | 2004-12-19 | 1 | -3/+5 |
* | Correcting bugs due to double-prefixing table names. Removing obsolete Databa... | Tim Starling | 2004-10-24 | 1 | -1/+1 |
* | Bug 589: make random selection slightly more random. PHP's | Wil Mahan | 2004-10-11 | 1 | -1/+1 |
* | Some doc comments | Brion Vibber | 2004-09-29 | 1 | -0/+42 |
* | Clean up ugly SQL for db wrapper funcs, begin on PostgreSQL support. | Brion Vibber | 2004-09-29 | 1 | -18/+22 |
* | Tietew's patch for optionally selecting revisions on undeletion. | Brion Vibber | 2004-09-29 | 1 | -27/+79 |
* | Make FauxRequest actually work ;P | Brion Vibber | 2004-09-29 | 1 | -1/+2 |
* | Back out kturner's old table restructure for now. | Brion Vibber | 2004-09-26 | 1 | -3/+3 |
* | remove old_namespace and old_title from old table. | River Tarnell | 2004-09-26 | 1 | -3/+3 |
* | Third batch of files modified to replace selected wgLang with wgContLang | Zheng Zhu | 2004-09-24 | 1 | -2/+2 |
* | Split files and classes in different packages for phpdocumentor. I probably c... | Antoine Musso | 2004-09-03 | 1 | -0/+6 |
* | Changing comments layout preparing for generated documentation with Phpdocume... | Antoine Musso | 2004-09-02 | 1 | -2/+13 |
* | * Refactor to separate the database bits from the UI bits | Brion Vibber | 2004-09-02 | 1 | -147/+202 |
* | Snarf the deletion log entries on the undelete page. Make the log items | Brion Vibber | 2004-08-29 | 1 | -7/+12 |
* | NP_WIKIPEDIA => NP_PROJECT, and code readability stuff | Arne Heizmann | 2004-08-28 | 1 | -1/+1 |
* | Special:Log and the logging table -- unified logging scariness! | Brion Vibber | 2004-08-24 | 1 | -2/+2 |
* | Fix typos that keep undelete from working with new db code | Brion Vibber | 2004-08-03 | 1 | -2/+2 |
* | Fix for [ 981176 ] Special:Undelete doesn't show the last comment | Brion Vibber | 2004-08-02 | 1 | -3/+1 |
* | * Support for table name prefixes throughout the code. No support yet for con... | Tim Starling | 2004-07-18 | 1 | -47/+61 |
* | Some escaping fixes | Brion Vibber | 2004-06-18 | 1 | -8/+10 |
* | Refactored (object-orientified) to make them play nice with $wgRequest | Tim Starling | 2004-04-01 | 1 | -116/+149 |
* | * Changed inclusion syntax to allow e.g. {{stub}} | Tim Starling | 2004-03-20 | 1 | -14/+15 |
* | Replace the random boolean parameters on Title::getURL() with a set of | Brion Vibber | 2004-03-07 | 1 | -1/+1 |
* | * Fixed magic quotes in $_REQUEST, in Setup.php | Tim Starling | 2004-03-06 | 1 | -1/+2 |
* | Fix for compatibility with short_open_tag = Off | Brion Vibber | 2004-02-18 | 1 | -1/+1 |
* | Squid branch merge. Calls to purge functions in Article.php and special pages. | Gabriel Wicke | 2004-02-02 | 1 | -0/+8 |
* | Added hooks for article create/delete/edit events and moved linkscc calls there | Mr. E23 | 2004-01-05 | 1 | -6/+3 |
* | Moved linkscc SQL details into LinkCache for cleaner code. Also cleaned up Li... | Mr. E23 | 2004-01-05 | 1 | -3/+1 |
* | Start support for compressing entries in the old table with gzdeflate. | Brion Vibber | 2004-01-03 | 1 | -4/+4 |
* | Mark undeleted redirect pages as redirects (bug #855372), and update the | Brion Vibber | 2003-12-26 | 1 | -5/+19 |
* | Complain if use asks for page that's not archived | Brion Vibber | 2003-12-06 | 1 | -5/+11 |
* | Purging relevant linkscc entries on page undelete. | Mr. E23 | 2003-11-28 | 1 | -1/+8 |
* | Revert globals patch pending further work | Brion Vibber | 2003-11-24 | 1 | -2/+0 |
* | Commit JeLuF's register_globals fixes, first phase | Brion Vibber | 2003-11-23 | 1 | -0/+2 |
* | Fix sort for proper index | Brion Vibber | 2003-11-19 | 1 | -1/+1 |
* | Use wfMsg()'s parameters | Brion Vibber | 2003-11-15 | 1 | -4/+3 |