| .. |
|
.htaccess
|
htaccessing some directories for dev using cvs tree as www tree ;)
|
2004-04-21 23:17:36 +00:00 |
|
patch-archive-rev_id.sql
|
* Make undeletion (more or less) work with new schema
|
2005-03-12 08:06:46 +00:00 |
|
patch-archive-text_id.sql
|
* (bug 2018) Fix deletion for new schema, make work on MySQL 3 again
|
2005-05-01 08:07:25 +00:00 |
|
patch-bot.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-cache.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-categorylinks.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-drop-user_newtalk.sql
|
(bug 454) Merge e-notif 2.00
|
2004-12-18 03:47:11 +00:00 |
|
patch-drop_img_type.sql
|
patch-img_media_type.sql assumed that img_type field existed and dropped it.
|
2005-05-28 21:18:39 +00:00 |
|
patch-email-authentication.sql
|
Clean up e-mail authentication code.
|
2005-04-25 18:38:43 +00:00 |
|
patch-email-notification.sql
|
Use null in wl_notificationtimestamp! The database provides this for a reason.
|
2005-08-17 08:43:48 +00:00 |
|
patch-externallinks.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-hitcounter.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-image_name_primary.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-image_name_unique.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-img_exif.sql
|
Don't try to drop a column that doesn't exist. That's not helpful.
|
2005-04-22 01:55:10 +00:00 |
|
patch-img_media_type.sql
|
patch-img_media_type.sql assumed that img_type field existed and dropped it.
|
2005-05-28 21:18:39 +00:00 |
|
patch-img_metadata.sql
|
Don't try to drop a column that doesn't exist. That's not helpful.
|
2005-04-22 01:55:10 +00:00 |
|
patch-img_width.sql
|
Removed commented-out lines and commas that broke patch.
|
2005-05-28 20:57:20 +00:00 |
|
patch-indexes.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-interwiki-trans.sql
|
- proxy support for wfGetHTTP()
|
2005-07-03 07:15:53 +00:00 |
|
patch-interwiki.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-inverse_timestamp.sql
|
Add updater to remove inverse_timestamp and fix indexes on revision table
|
2005-03-14 02:59:23 +00:00 |
|
patch-ipb_expiry.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-ipb_range_start.sql
|
Faster IP blocks. Requires schema change.
|
2005-12-01 10:37:47 +00:00 |
|
patch-ipblocks.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-job.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-linkscc-1.3.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-linkscc.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-linktables.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-list.txt
|
Add categorylinks table to separately list category relationships. Actual
|
2004-05-15 00:29:39 +00:00 |
|
patch-log_params.sql
|
elaborate fix for bug 1156: Block log: missing expiry time. Changed schema for logging table
|
2005-01-14 13:47:19 +00:00 |
|
patch-logging-times-index.sql
|
add timestamp key on logging table, in order to avoid stupid filesorting
|
2005-11-12 20:25:33 +00:00 |
|
patch-logging-title.sql
|
Apparently forgot to check this in.
|
2005-02-25 21:35:00 +00:00 |
|
patch-logging.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-math.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-mimesearch-indexes.sql
|
* Changed the schema, put an index on img_major_mime and img_minor_mime
|
2005-09-13 16:33:50 +00:00 |
|
patch-objectcache.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-oldestindex.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-page_len.sql
|
Add page_len field with byte length of current revision text, since
|
2005-03-12 11:51:02 +00:00 |
|
patch-pagelinks.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-parsercache.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-profiling.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-querycache.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-random-dateindex.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-rc-newindex.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-rc-patrol.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-rc_id.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-rc_ip.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-rc_type.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-rename-group.sql
|
Renamed group table to groups, and renamed the fields from group_xxx to gr_xxx. Added static group support to Special:Listusers.
|
2005-05-15 06:18:48 +00:00 |
|
patch-rename-user_groups-and_rights.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-restructure.sql
|
Fix
|
2005-04-20 19:40:13 +00:00 |
|
patch-rev_deleted.sql
|
* Add wfElement() for handy generation of properly-escaped XML/HTML elements with attributes.
|
2005-03-31 11:40:05 +00:00 |
|
patch-rev_text_id.sql
|
Decouple revision.rev_id from text.old_id
|
2005-03-28 10:47:12 +00:00 |
|
patch-searchindex.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-ss_images.sql
|
Added ss_images to site_stats, to replace the slow count(*) query in Parser.php.
|
2006-03-28 05:09:33 +00:00 |
|
patch-ss_total_articles.sql
|
ported site_stats change from 1.4
|
2005-06-19 00:21:49 +00:00 |
|
patch-templatelinks.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-trackbacks.sql
|
let sysop delete trackbacks
|
2005-07-23 06:30:26 +00:00 |
|
patch-transcache.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-user-realname.sql
|
Add final newline
|
2004-04-18 07:19:29 +00:00 |
|
patch-user_email_token.sql
|
Clean up e-mail authentication code.
|
2005-04-25 18:38:43 +00:00 |
|
patch-user_groups.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-user_nameindex.sql
|
* (bug 2223) Add unique index on user_name field to prevent duplicate accounts
|
2005-06-05 11:19:52 +00:00 |
|
patch-user_registration.sql
|
* (bug 1735) Revamped protection interface
|
2005-12-22 05:41:06 +00:00 |
|
patch-user_rights.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-user_token.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-userindex.sql
|
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
|
2005-01-14 13:33:17 +00:00 |
|
patch-userlevels-defaultgroups.sql
|
Renamed group table to groups, and renamed the fields from group_xxx to gr_xxx. Added static group support to Special:Listusers.
|
2005-05-15 06:18:48 +00:00 |
|
patch-userlevels-rights.sql
|
Renamed group table to groups, and renamed the fields from group_xxx to gr_xxx. Added static group support to Special:Listusers.
|
2005-05-15 06:18:48 +00:00 |
|
patch-userlevels.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-usernewtalk.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-usernewtalk2.sql
|
recovering previous behaviour when enotif is switched off
|
2005-06-25 13:47:18 +00:00 |
|
patch-val_ip.sql
|
* Add validate table and val_ip column through the updater.
|
2005-05-27 02:36:30 +00:00 |
|
patch-validate.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
patch-watchlist-null.sql
|
Use null in wl_notificationtimestamp! The database provides this for a reason.
|
2005-08-17 08:43:48 +00:00 |
|
patch-watchlist.sql
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
rebuildRecentchanges.inc
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |
|
upgradeWatchlist.php
|
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
|
2006-03-12 14:35:03 +00:00 |