Index: trunk/admin/install/upgrades/changelog_1_1_4.txt =================================================================== diff -u -r3271 -r3287 --- trunk/admin/install/upgrades/changelog_1_1_4.txt (.../changelog_1_1_4.txt) (revision 3271) +++ trunk/admin/install/upgrades/changelog_1_1_4.txt (.../changelog_1_1_4.txt) (revision 3287) @@ -9,8 +9,12 @@ File in-portal/admin/reviews.php changed File in-portal/admin/subitems.php changed File in-portal/admin/tag_listing.php changed +File in-portal/admin/backup/backup1.php changed +File in-portal/admin/backup/restore2.php changed File in-portal/admin/category/addcategory.php changed +File in-portal/admin/category/addcategory_images.php changed File in-portal/admin/category/permcacheupdate.php changed +File in-portal/admin/config/addlang.php changed File in-portal/admin/config/addtheme_templates.php changed File in-portal/admin/config/config_theme.php changed File in-portal/admin/config/edit_label.php changed @@ -24,15 +28,21 @@ File in-portal/admin/images/toolbar/tool_import.gif is new File in-portal/admin/images/toolbar/tool_import_f2.gif is new File in-portal/admin/images/toolbar/tool_import_f3.gif is new +File in-portal/admin/images/toolbar/tool_rescan_themes.gif is new +File in-portal/admin/images/toolbar/tool_rescan_themes_f2.gif is new +File in-portal/admin/images/toolbar/tool_rescan_themes_f3.gif is new File in-portal/admin/include/mainscript.js changed File in-portal/admin/include/mainscript.php changed File in-portal/admin/include/sections.php changed File in-portal/admin/install/inportal_data.sql changed File in-portal/admin/install/inportal_schema.sql changed File in-portal/admin/install/install_lib.php changed +File in-portal/admin/install/restore_select.php changed File in-portal/admin/install/langpacks/english.lang changed File in-portal/admin/install/upgrades/changelog_1_1_3.txt changed File in-portal/admin/install/upgrades/changelog_1_1_4.txt is new +File in-portal/admin/install/upgrades/inportal_check_v1.0.10.php changed +File in-portal/admin/install/upgrades/inportal_check_v1.0.12.php changed File in-portal/admin/install/upgrades/inportal_check_v1.1.4.php is new File in-portal/admin/install/upgrades/inportal_upgrade_v1.1.2.sql changed File in-portal/admin/install/upgrades/inportal_upgrade_v1.1.3.sql changed @@ -43,7 +53,11 @@ File in-portal/admin/listview/listview.php changed File in-portal/admin/templates/cat_element.tpl changed File in-portal/admin/tree/tree.php changed +File in-portal/admin/users/addgroup.php changed +File in-portal/admin/users/adduser.php changed +File in-portal/admin/users/adduser_images.php changed File in-portal/admin/users/adduser_permissions.php changed +File in-portal/admin/users/banuser.php changed File in-portal/admin/users/group_select.php changed File in-portal/kernel/action.php changed File in-portal/kernel/frontaction.php changed @@ -103,9 +117,14 @@ File in-portal/kernel/admin_templates/regional/languages_export.tpl changed File in-portal/kernel/admin_templates/regional/languages_import.tpl changed File in-portal/kernel/admin_templates/stylesheets/stylesheets_edit_block.tpl changed +File in-portal/kernel/include/advsearch.php changed +File in-portal/kernel/include/cachecount.php changed File in-portal/kernel/include/category.php changed +File in-portal/kernel/include/dates.php changed File in-portal/kernel/include/debugger.php changed File in-portal/kernel/include/emailmessage.php changed +File in-portal/kernel/include/error.php changed +File in-portal/kernel/include/favorites.php changed File in-portal/kernel/include/item.php changed File in-portal/kernel/include/itemdb.php changed File in-portal/kernel/include/itemrating.php changed @@ -116,11 +135,16 @@ File in-portal/kernel/include/parse.php changed File in-portal/kernel/include/parseditem.php changed File in-portal/kernel/include/portaluser.php changed +File in-portal/kernel/include/statitem.php changed +File in-portal/kernel/include/syscache.php changed File in-portal/kernel/include/theme.php changed +File in-portal/kernel/include/usersession.php changed +File in-portal/kernel/include/adodb/adodb-time.inc.php changed File in-portal/kernel/include/adodb/adodb.inc.php changed File in-portal/kernel/module_help/languages_list.txt is new File in-portal/kernel/units/categories/categories_config.php changed File in-portal/kernel/units/categories/categories_event_handler.php changed +File in-portal/kernel/units/categories/categories_item.php changed File in-portal/kernel/units/category_items/category_items_config.php changed File in-portal/kernel/units/custom_values/custom_values_config.php changed File in-portal/kernel/units/email_events/email_events_event_handler.php changed @@ -140,27 +164,36 @@ File in-portal/kernel/units/selectors/selectors_config.php changed File in-portal/kernel/units/selectors/selectors_event_handler.php changed File in-portal/kernel/units/selectors/selectors_tag_processor.php changed +File in-portal/kernel/units/stylesheets/stylesheets_item.php changed +File in-portal/kernel/units/users/users_config.php changed File in-portal/kernel/units/users/users_event_handler.php changed File in-portal/kernel/units/users/users_tag_processor.php changed File in-portal/kernel/units/visits/visits_config.php changed +File in-portal/kernel/units/visits/visits_event_handler.php changed File in-portal/themes/default/error_notfound.tpl is new File in-portal/themes/default/error_template.tpl changed +File in-portal/themes/default/redirect.tpl is new +File in-portal/themes/default/blocks/common/redirect.tpl is new File in-portal/themes/default/categories/catlist_element.tpl changed File in-portal/themes/default/common/footer.tpl changed File in-portal/themes/default/lang_select/lang_menu.tpl changed File in-portal/themes/default/login/login_form.tpl changed File in-portal/themes/default/misc/right_loggedin.tpl changed File kernel4_dev/kernel4/application.php changed File kernel4_dev/kernel4/event_handler.php changed +File kernel4_dev/kernel4/event_manager.php changed File kernel4_dev/kernel4/globals.php changed +File kernel4_dev/kernel4/kbase.php changed File kernel4_dev/kernel4/startup.php changed File kernel4_dev/kernel4/db/db_event_handler.php changed File kernel4_dev/kernel4/db/db_tag_processor.php changed File kernel4_dev/kernel4/db/dbitem.php changed File kernel4_dev/kernel4/languages/phrases_cache.php changed File kernel4_dev/kernel4/parser/template.php changed +File kernel4_dev/kernel4/parser/template_parser.php changed File kernel4_dev/kernel4/processors/main_processor.php changed File kernel4_dev/kernel4/session/session.php changed +File kernel4_dev/kernel4/utility/adodb-time.inc.php is new File kernel4_dev/kernel4/utility/debugger.php changed File kernel4_dev/kernel4/utility/email.php changed File kernel4_dev/kernel4/utility/formatters.php changed @@ -188,43 +221,70 @@ Added label "la_prompt_session_cookie_name" of type "1" Added label "la_promt_ReferrerCheck" of type "1" Added label "la_ToolTip_Import" of type "1" +Added label "la_ToolTip_RescanThemes" of type "1" Added label "lu_error_404_description" of type "0" Added label "lu_error_404_title" of type "0" Added label "lu_getting_rated" of type "0" Added label "lu_getting_rated_text" of type "0" Added label "lu_redirecting_text" of type "0" Added label "lu_redirecting_title" of type "0" Changed event "CATEGORY.ADD.PENDING" of type "0" -Changed event "USER.PSWD" of type "0" -Removed event "USER.VALIDATE" of type "1" -Removed event "USER.ADD.PENDING" of type "0" -Added event "USER.ADD.PENDING" of type "0" -Removed event "USER.PSWDC" of type "0" +Changed event "CATEGORY.MODIFY" of type "1" +Changed event "USER.VALIDATE" of type "1" +Changed event "USER.ADD.PENDING" of type "0" +Changed event "USER.SUBSCRIBE" of type "0" +Changed event "USER.APPROVE" of type "1" +Changed event "CATEGORY.ADD" of type "1" +Changed event "USER.PSWDC" of type "0" +Changed event "USER.ADD" of type "0" Changed event "CATEGORY.ADD" of type "0" Changed event "USER.UNSUBSCRIBE" of type "1" -Changed event "CATEGORY.ADD.PENDING" of type "0" -Changed event "USER.PSWDC" of type "0" -Added event "USER.UNSUBSCRIBE" of type "1" -Added event "CATEGORY.ADD" of type "0" -Removed event "CATEGORY.APPROVE" of type "0" -Changed event "USER.VALIDATE" of type "0" -Changed event "CATEGORY.APPROVE" of type "1" -Changed event "CATEGORY.DENY" of type "1" +Changed event "CATEGORY.DELETE" of type "0" +Changed event "USER.DENY" of type "0" +Changed event "CATEGORY.DENY" of type "0" Changed event "CATEGORY.APPROVE" of type "0" -Added event "CATEGORY.DENY" of type "1" -Added event "CATEGORY.APPROVE" of type "1" +Changed event "CATEGORY.MODIFY" of type "0" +Changed event "USER.APPROVE" of type "0" +Changed event "USER.UNSUBSCRIBE" of type "0" +Changed event "USER.SUGGEST" of type "0" +Changed event "USER.MEMBERSHIP.EXPIRATION.NOTICE" of type "0" +Changed event "CATEGORY.DELETE" of type "1" +Changed event "USER.SUGGEST" of type "1" +Changed event "USER.SUBSCRIBE" of type "1" +Changed event "USER.DENY" of type "1" +Changed event "USER.ADD.PENDING" of type "1" +Changed event "USER.ADD" of type "1" +Changed event "USER.MEMBERSHIP.EXPIRED" of type "1" Added event "CATEGORY.ADD.PENDING" of type "1" -Added event "USER.VALIDATE" of type "0" -Added event "USER.ADD" of type "1" -Added event "USER.DENY" of type "1" -Removed event "USER.ADD" of type "1" -Removed event "CATEGORY.ADD.PENDING" of type "1" -Removed event "USER.DENY" of type "1" -Removed event "USER.UNSUBSCRIBE" of type "0" -Removed event "USER.APPROVE" of type "0" -Removed event "USER.SUGGEST" of type "0" -Removed event "USER.PSWD" of type "0" -Added event "USER.SUGGEST" of type "0" -Added event "USER.UNSUBSCRIBE" of type "0" -Added event "USER.APPROVE" of type "0" -Added event "USER.VALIDATE" of type "1" +Added event "USER.PSWD" of type "1" +Added event "USER.MEMBERSHIP.EXPIRED" of type "0" +Changed event "USER.MEMBERSHIP.EXPIRED" of type "0" +Changed event "USER.PSWD" of type "1" +Changed event "USER.MEMBERSHIP.EXPIRED" of type "1" +Changed event "USER.ADD.PENDING" of type "1" +Changed event "USER.SUBSCRIBE" of type "1" +Changed event "USER.ADD" of type "1" +Changed event "USER.SUGGEST" of type "1" +Changed event "CATEGORY.ADD.PENDING" of type "1" +Changed event "USER.DENY" of type "1" +Changed event "USER.UNSUBSCRIBE" of type "0" +Changed event "USER.APPROVE" of type "0" +Changed event "CATEGORY.DELETE" of type "1" +Changed event "USER.SUGGEST" of type "0" +Changed event "CATEGORY.APPROVE" of type "0" +Changed event "CATEGORY.MODIFY" of type "0" +Changed event "CATEGORY.DENY" of type "0" +Changed event "USER.DENY" of type "0" +Changed event "CATEGORY.ADD" of type "0" +Changed event "USER.UNSUBSCRIBE" of type "1" +Changed event "CATEGORY.DELETE" of type "0" +Changed event "CATEGORY.ADD.PENDING" of type "0" +Changed event "USER.PSWDC" of type "0" +Changed event "USER.ADD" of type "0" +Changed event "CATEGORY.ADD" of type "1" +Changed event "USER.APPROVE" of type "1" +Changed event "USER.ADD.PENDING" of type "0" +Changed event "USER.MEMBERSHIP.EXPIRATION.NOTICE" of type "0" +Changed event "CATEGORY.MODIFY" of type "1" +Changed event "USER.SUBSCRIBE" of type "0" +Changed event "USER.VALIDATE" of type "1"