Index: branches/unlabeled/unlabeled-1.74.2/admin/install/inportal_data.sql =================================================================== diff -u -r7402 -r7712 --- branches/unlabeled/unlabeled-1.74.2/admin/install/inportal_data.sql (.../inportal_data.sql) (revision 7402) +++ branches/unlabeled/unlabeled-1.74.2/admin/install/inportal_data.sql (.../inportal_data.sql) (revision 7712) @@ -226,4 +226,4 @@ INSERT INTO Stylesheets VALUES (8, 'Default', 'In-Portal Default Theme', '', 1124952555, 1); -INSERT INTO Modules (Name, Path, Var, Version, Loaded, LoadOrder, TemplatePath, RootCat, BuildDate) VALUES ('In-Portal', 'kernel/', 'm', '1.4.0', 1, 0, '', 0, '1054738405'); \ No newline at end of file +INSERT INTO Modules (Name, Path, Var, Version, Loaded, LoadOrder, TemplatePath, RootCat, BuildDate) VALUES ('In-Portal', 'kernel/', 'm', '4.0.1', 1, 0, '', 0, '1054738405'); \ No newline at end of file Index: branches/unlabeled/unlabeled-1.5.2/core/install/install_data.sql =================================================================== diff -u -r7696 -r7712 --- branches/unlabeled/unlabeled-1.5.2/core/install/install_data.sql (.../install_data.sql) (revision 7696) +++ branches/unlabeled/unlabeled-1.5.2/core/install/install_data.sql (.../install_data.sql) (revision 7712) @@ -577,4 +577,4 @@ INSERT INTO Permissions VALUES (0, 'in-portal:service.view', 11, 1, 1, 0); -INSERT INTO Modules (Name, Path, Var, Version, Loaded, LoadOrder, TemplatePath, RootCat, BuildDate) VALUES ('Core', 'core/', 'adm', '0.0.0', 1, 1, '', 0, '0'); +INSERT INTO Modules (Name, Path, Var, Version, Loaded, LoadOrder, TemplatePath, RootCat, BuildDate) VALUES ('Core', 'core/', 'adm', '4.0.1', 1, 1, '', 0, '0'); Index: branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/inportal_upgrade_v4.0.1.sql =================================================================== diff -u -r7696 -r7712 --- branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/inportal_upgrade_v4.0.1.sql (.../inportal_upgrade_v4.0.1.sql) (revision 7696) +++ branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/inportal_upgrade_v4.0.1.sql (.../inportal_upgrade_v4.0.1.sql) (revision 7712) @@ -1,4 +1,6 @@ INSERT INTO ConfigurationValues VALUES (NULL, 'RegistrationCaptcha', '0', 'In-Portal:Users', 'in-portal:configure_users'); INSERT INTO ConfigurationAdmin VALUES ('RegistrationCaptcha', 'la_Text_General', 'la_registration_captcha', 'checkbox', NULL, NULL, 10.025, 0, 0); -ALTER TABLE EmailMessage ADD `Subject` TINYTEXT NULL ; \ No newline at end of file +ALTER TABLE EmailMessage ADD `Subject` TINYTEXT NULL ; + +UPDATE Modules SET Version = '4.0.1' WHERE Name = 'In-Portal'; \ No newline at end of file Index: branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/changelog_4_0_1.txt =================================================================== diff -u --- branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/changelog_4_0_1.txt (revision 0) +++ branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/changelog_4_0_1.txt (revision 7712) @@ -0,0 +1,78 @@ +File in-portal/admin/install/inportal_data.sql changed +File in-portal/admin/install/upgrades/changelog_1_4_0.txt changed +File in-portal/admin/install/upgrades/inportal_upgrade_4_0_1.sql is new; release_4_0_1 revision 1.1.2.1 +File in-portal/admin/install/upgrades/inportal_upgrade_v4.0.1.sql is new; release_4_0_1 revision 1.1.2.2 +File in-portal/kernel/frontaction.php changed +File in-portal/kernel/admin_templates/incs/catalog.js changed +File in-portal/kernel/include/theme.php changed +File in-portal/kernel/include/usersession.php changed +File in-portal/kernel/include/compat/array_change_key_case.php changed +File in-portal/kernel/include/compat/array_chunk.php changed +File in-portal/kernel/include/compat/array_combine.php changed +File in-portal/kernel/include/compat/array_diff_assoc.php changed +File in-portal/kernel/include/compat/array_key_exists.php changed +File in-portal/kernel/include/compat/array_search.php changed +File in-portal/kernel/include/compat/array_udiff.php changed +File in-portal/kernel/include/compat/array_udiff_assoc.php changed +File in-portal/kernel/include/compat/call_user_func_array.php changed +File in-portal/kernel/include/compat/constant.php changed +File in-portal/kernel/include/compat/file_get_contents.php changed +File in-portal/kernel/include/compat/file_put_contents.php changed +File in-portal/kernel/include/compat/fprintf.php changed +File in-portal/kernel/include/compat/html_entity_decode.php changed +File in-portal/kernel/include/compat/http_build_query.php changed +File in-portal/kernel/include/compat/image_type_to_mime_type.php changed +File in-portal/kernel/include/compat/is_a.php changed +File in-portal/kernel/include/compat/ob_clean.php changed +File in-portal/kernel/include/compat/ob_flush.php changed +File in-portal/kernel/include/compat/ob_get_clean.php changed +File in-portal/kernel/include/compat/ob_get_flush.php changed +File in-portal/kernel/include/compat/scandir.php changed +File in-portal/kernel/include/compat/str_ireplace.php changed +File in-portal/kernel/include/compat/str_split.php changed +File in-portal/kernel/include/compat/stripos.php changed +File in-portal/kernel/include/compat/strripos.php changed +File in-portal/kernel/include/compat/var_export.php changed +File in-portal/kernel/include/compat/version_compare.php changed +File in-portal/kernel/include/compat/vprintf.php changed +File in-portal/kernel/include/compat/vsprintf.php changed +File kernel4_dev/kernel4/application.php changed +File kernel4_dev/kernel4/startup.php changed +File kernel4_dev/kernel4/db/db_tag_processor.php changed +File kernel4_dev/kernel4/db/dblist.php changed +File kernel4_dev/kernel4/processors/main_processor.php changed +File kernel4_dev/kernel4/session/session.php changed +File kernel4_dev/kernel4/utility/debugger/debugger.css changed +File kernel4_dev/kernel4/utility/debugger/debugger.js changed +File kernel4_dev/kernel4/utility/formatters/multilang_formatter.php changed +File kernel.X/core/admin_templates/incs/footer.tpl changed +File kernel.X/core/admin_templates/js/script.js changed +File kernel.X/core/admin_templates/js/toolbar.js changed +File kernel.X/core/admin_templates/js/calendar/calendar-setup.js changed +File kernel.X/core/admin_templates/js/calendar/calendar.js changed +File kernel.X/core/admin_templates/regional/phrases_edit.tpl changed +File kernel.X/core/units/categories/categories_config.php changed +File kernel.X/core/units/categories/categories_tag_processor.php changed +File kernel.X/core/units/custom_fields/custom_fields_config.php changed +File kernel.X/core/units/email_events/email_events_event_handler.php changed +File kernel.X/core/units/email_messages/email_messages_config.php changed +File kernel.X/core/units/general/helpers/search_helper.php changed +File kernel.X/core/units/groups/groups_config.php changed +File kernel.X/core/units/languages/languages_config.php changed +File kernel.X/core/units/phrases/phrases_config.php changed +File kernel.X/core/units/translator/translator_config.php changed +File kernel.X/core/units/users/users_config.php changed +File kernel.X/core/units/users/users_event_handler.php changed +File kernel.X/core/install/install_data.sql changed +File cmseditor/fckconfig.js changed +File cmseditor/editor/dialog/fck_docprops.html changed +File cmseditor/editor/dialog/fck_document.html changed +File cmseditor/editor/dialog/fck_find.html changed +File cmseditor/editor/dialog/fck_replace.html changed +File cmseditor/editor/dialog/fck_select.html changed +File cmseditor/editor/filemanager/browser/default/connectors/php/commands.php changed + + +Changes in phrases and events: + +