| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SQL syntax errors | Brion Vibber | 2004-10-02 | 1 | -10/+10 |
* | New userlevel feature. Sysop only, for testing. NO FORM IS VALIDATED : use at... | Antoine Musso | 2004-10-01 | 1 | -0/+19 |
* | Tweak image img_name index updater to current tables.sql (primary key) | Brion Vibber | 2004-09-27 | 1 | -0/+6 |
* | include sql patch | River Tarnell | 2004-09-26 | 1 | -0/+16 |
* | user_token field (from REL1_3A) | Tim Starling | 2004-09-26 | 1 | -0/+15 |
* | Phpdoc comments and place holder. Part of the subpackage "maintenance", archi... | Antoine Musso | 2004-09-03 | 7 | -4/+54 |
* | Split user table into two parts: user and user_rights, for single login. BUG#57 | Jens Frank | 2004-08-24 | 1 | -0/+16 |
* | Special:Log and the logging table -- unified logging scariness! | Brion Vibber | 2004-08-24 | 1 | -0/+32 |
* | New feature: Recent Changes Patrol. All edits and new pages are now highlight... | Arne Heizmann | 2004-08-09 | 1 | -0/+9 |
* | Database::setIgnoreErrors() doesn't seem to exist anymore. Switched to | Brion Vibber | 2004-08-05 | 1 | -1/+1 |
* | primary key for recentchanges | Tim Starling | 2004-08-01 | 1 | -0/+7 |
* | Article validation, now with comments | Magnus Manske | 2004-07-19 | 1 | -0/+1 |
* | Script for creating the validate-table | Jens Frank | 2004-07-19 | 1 | -0/+11 |
* | * Support for table name prefixes throughout the code. No support yet for con... | Tim Starling | 2004-07-18 | 4 | -54/+63 |
* | Use include_once and require_once instead of include and require, unless you ... | Tim Starling | 2004-06-21 | 1 | -1/+1 |
* | alter table statement for rc_ip | Tim Starling | 2004-06-17 | 1 | -0/+7 |
* | profiling table, for profiling live wikis | Tim Starling | 2004-06-13 | 1 | -0/+10 |
* | transactions, using updateArticle() instead of quickEdit() | Tim Starling | 2004-06-11 | 1 | -2/+13 |
* | used quickEdit() | Tim Starling | 2004-06-02 | 1 | -1/+2 |
* | nowiki handling | Gabriel Wicke | 2004-06-02 | 1 | -1/+2 |
* | Short tags fix | Brion Vibber | 2004-05-28 | 1 | -1/+2 |
* | bug fixes | Tim Starling | 2004-05-24 | 1 | -5/+4 |
* | patch to remove lcc_title column from linkscc table for 1.3 | Jerome Jamnicky | 2004-05-24 | 1 | -0/+6 |
* | various bug fixes | Tim Starling | 2004-05-23 | 2 | -5/+8 |
* | 1.2 -> 1.3 conversion using the web-based installer1.3.0beta1 | Tim Starling | 2004-05-22 | 1 | -0/+6 |
* | various changes aimed at making a bare-bones 1.3 command line installer, for ... | Tim Starling | 2004-05-22 | 2 | -120/+129 |
* | Add categorylinks table to separately list category relationships. Actual | Brion Vibber | 2004-05-15 | 2 | -0/+18 |
* | Add an objectcache table for limited caching when memcached isn't | Brion Vibber | 2004-05-09 | 2 | -1/+11 |
* | Replace ugly abuse of log pages to store cached results of query pages | Brion Vibber | 2004-05-09 | 2 | -0/+16 |
* | include_once -> require_once | Tim Starling | 2004-05-07 | 3 | -9/+9 |
* | htaccessing some directories for dev using cvs tree as www tree ;) | Antoine Musso | 2004-04-21 | 1 | -0/+1 |
* | Add final newline | Brion Vibber | 2004-04-18 | 1 | -1/+1 |
* | Added a user_real_name column to the user table, and added a patch SQL file | Evan Prodromou | 2004-04-18 | 1 | -0/+5 |
* | Added text conversion phase, misc. improvements | Tim Starling | 2004-03-27 | 1 | -17/+74 |
* | Modification to moveCustomMessages.php to create redirects, related modificat... | Tim Starling | 2004-03-23 | 1 | -13/+50 |
* | script to move "custom messages" to the Template namespace | Tim Starling | 2004-03-23 | 1 | -0/+45 |
* | Some changes to the link tables. They now all use a key on cur_id for the *_f... | Brion Vibber | 2004-03-11 | 2 | -0/+53 |
* | Made linkscc title column case sensitive | Mr. E23 | 2004-03-10 | 1 | -1/+1 |
* | Mark some old scripts as obsolete; this keeps them from being accidentally ru... | Brion Vibber | 2004-03-03 | 3 | -1/+22 |
* | Note ipb_expiry change | Brion Vibber | 2004-02-27 | 1 | -0/+3 |
* | Fix for compatibility with short_open_tag = Off | Brion Vibber | 2004-02-18 | 3 | -3/+3 |
* | Two blocking features: IP range blocks, and expiry times configurable block-b... | Tim Starling | 2004-02-14 | 1 | -0/+8 |
* | Add index to recentchanges to optimize Special:Newpages | Brion Vibber | 2004-01-25 | 2 | -0/+14 |
* | better conversion/backwards compatibility | Tim Starling | 2004-01-18 | 1 | -0/+3 |
* | * Recent Changes improvements: object oriented back end, move page annotation... | Tim Starling | 2004-01-17 | 1 | -0/+6 |
* | A patch to cache articles after conversion to HTML but before insertion | Mr. E23 | 2004-01-07 | 1 | -0/+15 |
* | Article.php: | Mr. E23 | 2003-12-13 | 1 | -0/+9 |
* | Add forgotten index patch | Brion Vibber | 2003-11-20 | 2 | -0/+38 |
* | Add manual patch for linkscc table creation | Brion Vibber | 2003-11-19 | 2 | -0/+14 |
* | Nov. branch merge. Various features backported from stable, various bug fixes. | Tim Starling | 2003-11-09 | 1 | -0/+10 |