Wikia code/maintenance/updaters.inc
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. The information shown below refers to the now unmaintained 1.16 MediaWiki release. The current stable release number is 1.42.3. |
--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\maintenance\updaters.inc 2011-07-18 22:30:28.587890600 +0100
+++ D:\Programming\SVN\wikia\trunk\maintenance\updaters.inc 2011-08-17 15:05:34.997070300 +0100
@@ -200,6 +200,12 @@
),
);
+/**
+ * Wikia-specific updaters,
+ * @todo: move this into hooks
+ */
+require_once( "$IP/maintenance/wikia/updaters.inc" );
+
# For extensions only, should be populated via hooks
# $wgDBtype should be checked to specifiy the proper file
@@ -1973,7 +1979,7 @@
'mw_version' => $wgVersion,
'pg_version' => $version,
'sql_version' => '$LastChangedRevision: 84593 $',
- 'sql_date' => '$LastChangedDate: 2011-03-23 12:14:46 +0000 (Wed, 23 Mar 2011) $',
+ 'sql_date' => '$LastChangedDate: 2011-03-23 23:14:46 +1100 (Wed, 23 Mar 2011) $',
) );
return;
}