Go to file
Erik Bernhardson 68a4587460 Repairs necessary for echo to support Sqlite
Sqlite's lack of an 'ALTER TABLE CHANGE' statement has prevented echo from
supporting sqlite, and by relation has prevented Echo's unit tests from
running within the foundations jenkins CI environment.  This patch detects
if the database is currently an sqlite database and applies a specially
formulated patch that performs a rename/copy/delete operation to get
the equivilient of an 'ALTER TABLE CHANGE' command. Additionally renames
one index to have a more unique echo-specific name.

Bug: 41987
Change-Id: I9b6468221ba6fe501b15c563f3301694262eec65
2013-06-13 14:34:33 -07:00
api Some more adjustment to timestamp in user timezone 2013-06-13 11:32:06 -07:00
controller (bug 49142) Notifications Productivity A/B Test 2013-06-10 15:22:27 -07:00
db_patches Repairs necessary for echo to support Sqlite 2013-06-13 14:34:33 -07:00
formatters Database updates for respecting oversight within Echo 2013-06-10 14:52:18 -07:00
includes Merge "(bug 47666) All system messages should have sender = -1" 2013-06-13 21:09:48 +00:00
jobs Add exception to email job so error will be tracked 2013-04-18 10:30:27 -07:00
maintenance Database updates for respecting oversight within Echo 2013-06-10 14:52:18 -07:00
model Merge "Database updates for respecting oversight within Echo" 2013-06-11 00:01:02 +00:00
modules Remove quote around javascript object property name 2013-06-12 10:51:55 -07:00
special Some more adjustment to timestamp in user timezone 2013-06-13 11:32:06 -07:00
tests Merge "Database updates for respecting oversight within Echo" 2013-06-11 00:01:02 +00:00
.gitignore Add .gitignore 2012-05-21 01:34:55 +01:00
.gitreview Add .gitreview file 2012-04-28 01:26:21 +10:00
.jshintrc Add .jshintrc 2013-04-18 00:36:08 +02:00
Echo.alias.php Localisation updates from http://translatewiki.net. 2013-05-13 19:40:48 +00:00
Echo.i18n.php Localisation updates from http://translatewiki.net. 2013-06-13 19:30:01 +00:00
Echo.php Preventing FOUC on Special:Notifications page 2013-06-12 14:10:56 -07:00
echo.sql Repairs necessary for echo to support Sqlite 2013-06-13 14:34:33 -07:00
Hooks.php Repairs necessary for echo to support Sqlite 2013-06-13 14:34:33 -07:00
Notifier.php (bug 48821) Echo badge count always lags by 1 2013-05-25 19:44:09 -07:00