18 require_once SQ_INCLUDE_PATH.
'/asset_management.inc';
42 'import_dir' => Array(
47 'valid_file_types' => Array(
49 'type' =>
'serialise',
55 'valid_word_file_types' => Array(
57 'type' =>
'serialise',
63 'heading_defaults' => Array(
65 'type' =>
'serialise',
71 'max_file_size' => Array(
76 'create_css_file' => Array(
80 'parameters' => Array(
81 'allow_empty' => FALSE,
84 'allowed_import_type' => Array(
86 'type' =>
'selection',
87 'default' =>
'Server and Local',
89 'parameters' => Array(
91 'Server and Local' =>
'Server and Local',
92 'Server Only' =>
'Server Only',
93 'Local Only' =>
'Local Only',
96 'allow_empty' => FALSE,
97 'allow_other' => FALSE,
100 'bulk_file_import_dir' => Array(
105 'cms_file_export_dir' => Array(
110 'cms_file_export_name' => Array(
133 if (version_compare($current_version,
'0.2',
'<')) {
135 echo(
'INSTALLING NEW CONVERTERS - FROM VERSION '.$current_version.
"\n");
137 $itm = $GLOBALS[
'SQ_SYSTEM']->am->getSystemAsset(
'import_tools_manager');
138 $itm->installConverters();
140 echo(
'FINISHED INSTALLING NEW CONVERTERS - FROM VERSION '.$current_version.
"\n");
144 return parent::_upgrade($current_version);