| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor alphabetsize. | Greg Sabino Mullane | 2009-02-07 | 1 | -6/+6 |
* | Update Postgres schema per r46460 | Alexandre Emsenhuber | 2009-02-05 | 1 | -0/+3 |
* | * Fixed a whole lot of XSS vulnerabilities in the installer. All require a li... | Tim Starling | 2009-02-05 | 1 | -224/+223 |
* | Quick fix in case search_path started out empty. | Greg Sabino Mullane | 2009-02-02 | 1 | -0/+1 |
* | Move misplaced updates. I'd just put them at the bottom without paying attent... | Andrew Garrett | 2009-01-28 | 1 | -3/+3 |
* | Branch merge of change-tagging branch with trunk | Andrew Garrett | 2009-01-28 | 1 | -0/+3 |
* | Fix up r45897: indexInfo() returns an array of objects rather than an object | Roan Kattouw | 2009-01-20 | 1 | -1/+1 |
* | Recommit r45821: (bug 16645) Making the pl_namespace, tl_namespace and il_to ... | Roan Kattouw | 2009-01-19 | 1 | -0/+12 |
* | Revert r45821, r45830, r45831 and r45835 all in order to revert r45819, per d... | Roan Kattouw | 2009-01-19 | 1 | -13/+0 |
* | (bug 16645) Making the pl_namespace, tl_namespace and il_to indices UNIQUE, j... | Roan Kattouw | 2009-01-16 | 1 | -0/+12 |
* | Attempt at cleaning up r45764, r45769 (renamed indices for SQLite compat): | Roan Kattouw | 2009-01-16 | 1 | -0/+1 |
* | For backport to 1.14. | Tim Starling | 2009-01-15 | 1 | -140/+168 |
* | Revert r45231, r45235 "* (bug 674) Allow users to be blocked from editing a s... | Brion Vibber | 2008-12-31 | 1 | -3/+2 |
* | * (bug 674) Allow users to be blocked from editing a specific article | Victor Vasiliev | 2008-12-31 | 1 | -2/+3 |
* | Update to r42587 -- use insert() DB wrapper instead of constructing raw SQL w... | Brion Vibber | 2008-10-26 | 1 | -5/+9 |
* | Update (Postgres) mediawiki_version table. | Greg Sabino Mullane | 2008-10-25 | 1 | -1/+6 |
* | Add column ipblocks.ipb_allow_usertalk | Greg Sabino Mullane | 2008-10-11 | 1 | -4/+5 |
* | Add index on templatelinks.tl_from | Greg Sabino Mullane | 2008-10-11 | 1 | -1/+2 |
* | Quick fix to index dropping, without using IF EXISTS clause, per bug #15896 | Greg Sabino Mullane | 2008-10-10 | 1 | -1/+6 |
* | Alter oldimage.metadata to bytea, per bug 15815 | Greg Sabino Mullane | 2008-10-10 | 1 | -0/+1 |
* | Revert r41352-41355, r41362-41363: unauthorized schema change breaks parser t... | Brion Vibber | 2008-09-30 | 1 | -3/+2 |
* | * (bug 674) Allow users to be blocked from editing a specific article | Victor Vasiliev | 2008-09-28 | 1 | -2/+3 |
* | * Use a separate transaction for the site_stats update | Tim Starling | 2008-09-26 | 1 | -4/+7 |
* | (bug 8440) Allow preventing blocked users from editing their talk pages | Matt Johnston | 2008-09-25 | 1 | -1/+2 |
* | Back out r41001 for the moment ("Add log_user_text. Useful for log dumps, whi... | Brion Vibber | 2008-09-18 | 1 | -3/+2 |
* | Add log_user_text. Useful for log dumps, which are needed by rev_deleted | Aaron Schulz | 2008-09-18 | 1 | -2/+3 |
* | Add rev_parent_id for PG (bug 15281) | Aaron Schulz | 2008-09-11 | 1 | -0/+1 |
* | Fixed bug 15148, total breakage of Special:BlockIP on PostgreSQL: | Tim Starling | 2008-09-06 | 1 | -1/+9 |
* | Fix typo causing fatal error for Postgres in updaters.inc | Aryeh Gregor | 2008-09-05 | 1 | -1/+1 |
* | Removed useless ss_row_id condition. Fixed "$activeUsers === -1", comparison ... | Tim Starling | 2008-09-03 | 1 | -3/+2 |
* | * Remove mysql var and move field init to updaters.inc | Aaron Schulz | 2008-09-01 | 1 | -0/+18 |
* | * Maintain active user count for Special:Statistics (bug 13585) | Aaron Schulz | 2008-08-31 | 1 | -0/+4 |
* | Update to match postgres/tables.sql | Greg Sabino Mullane | 2008-08-20 | 1 | -4/+4 |
* | Add separate index for watchlist(wl_user) [Postgres] | Greg Sabino Mullane | 2008-07-31 | 1 | -0/+1 |
* | I honestly have no clue how this got committed; wasn't even using subversion.... | Chad Horohoe | 2008-07-31 | 1 | -5/+0 |
* | (no commit message) | Chad Horohoe | 2008-07-31 | 1 | -0/+5 |
* | Add partial index for common recentchanges query. | Greg Sabino Mullane | 2008-07-24 | 1 | -4/+5 |
* | Hold back $wgTrackLinkChanges for a little bit; reverting r37322, 37430, 3743... | Brion Vibber | 2008-07-10 | 1 | -1/+0 |
* | Change all uses of TYPE= in MySQL to ENGINE= | Daniel Friesen | 2008-07-10 | 1 | -2/+2 |
* | Add recentlinkchanges table for Postgres | Greg Sabino Mullane | 2008-07-09 | 1 | -0/+1 |
* | Some missing changes for the $wgShared(DB|Prefix|Tables) setup: | Daniel Friesen | 2008-06-30 | 1 | -2/+2 |
* | Undo previous commit. Schema changes are a no-no without permission first :-) | Chad Horohoe | 2008-06-26 | 1 | -1/+0 |
* | (bug 13438) Make Special:MIMESearch less expensive. Needs some benchmarking t... | Chad Horohoe | 2008-06-26 | 1 | -0/+1 |
* | use table prefix | Alexandre Emsenhuber | 2008-06-05 | 1 | -2/+3 |
* | * Changed password hash format, see wikitech-l | Tim Starling | 2008-06-05 | 1 | -0/+24 |
* | Sometimes, blanks get into these fields somehow, so we'll handle them on upgr... | Greg Sabino Mullane | 2008-06-01 | 1 | -4/+4 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -3/+2 |
* | Make sure rev_deleted is of type smallint, may fix bug 14138 | Greg Sabino Mullane | 2008-05-15 | 1 | -0/+1 |
* | * Add user_text index to filearchives (for renames at least) | Aaron Schulz | 2008-05-12 | 1 | -0/+14 |
* | complete fix from r34102 | Brion Vibber | 2008-05-01 | 1 | -1/+1 |