Fixed installer (DB revision was wrong); make editor load jQuery, as the editor requires it now
authorDan Fuhry <dan@enanocms.org>
Fri, 03 Jun 2011 10:45:21 -0400
changeset 1346 b79029a49d28
parent 1345 1de01205143b
child 1347 d8983d3a8468
Fixed installer (DB revision was wrong); make editor load jQuery, as the editor requires it now
includes/clientside/static/editor.js
install/includes/common.php
--- a/includes/clientside/static/editor.js	Thu Jun 02 05:48:21 2011 -0400
+++ b/includes/clientside/static/editor.js	Fri Jun 03 10:45:21 2011 -0400
@@ -16,7 +16,7 @@
 		return true;
 	if ( editor_open )
 		return true;
-	load_component(['l10n', 'template-compiler', 'messagebox', 'fadefilter', 'flyin', 'toolbar']);
+	load_component(['l10n', 'template-compiler', 'messagebox', 'fadefilter', 'flyin', 'toolbar', 'jquery', 'jquery-ui']);
 	selectButtonMinor('edit');
 	selectButtonMajor('article');
 	setAjaxLoading();
--- a/install/includes/common.php	Thu Jun 02 05:48:21 2011 -0400
+++ b/install/includes/common.php	Fri Jun 03 10:45:21 2011 -0400
@@ -25,7 +25,7 @@
 // This is incremented each time a change to the database structure is made.
 // If it doesn't match the version in the DB, the user will be asked to upgrade.
 // This must match includes/common.php!
-$db_version = 1125;
+$db_version = 1126;
 
 function installer_enano_version($long = false)
 {