Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Bug MINA-11 - Fatal error on product save

    • -10
    • +49
    ./core/kernel/utility/temp_handler.php

Fixes INP-1292 - Migrate to MySQLi Driver

    • -161
    • +59
    ./core/kernel/db/db_connection.php
    • -1
    • +1
    ./core/kernel/utility/temp_handler.php

Bug INP-1174: Using CodeMirror on SQL Query page in Admin

1. skin for clean install fixed

Bug INP-1295 - Create IDBConnection interface

1. fatal error because of missing interface during install

Fixes INP-1302 - Use build-in date manipulation functions instead of adodb library

    • -2
    • +2
    ./core/units/helpers/rating_helper.php
    • -1
    • +1
    ./core/kernel/session/session_storage.php
    • -1
    • +1
    ./core/kernel/utility/temp_handler.php
  1. … 41 more files in changeset.

Fixes INP-1295 - Create IDBConnection interface

1. added missing methods to the interface

2. comments of methods fixed

    • -16
    • +117
    ./core/kernel/db/i_db_connection.php
    • -31
    • +56
    ./core/kernel/db/db_load_balancer.php
    • -57
    • +46
    ./core/kernel/db/db_connection.php

Fixes INP-1285 - Unable to change category/category item selector mode

Fixes INP-1286 - Show custom fields on Administrator adding/editing.

    • -0
    • +7
    ./core/admin_templates/users/admins_edit.tpl

Fixes INP-1295 - Create IDBConnection interface

1. commit on behalf of Erik

    • -1
    • +1
    ./core/kernel/managers/cache_manager.php
    • -0
    • +161
    ./core/kernel/db/i_db_connection.php
    • -1
    • +1
    ./core/units/users/users_syncronize.php
    • -1
    • +138
    ./core/kernel/db/db_load_balancer.php

Fixes INP-1224 - Improve error handling during e-mail sending

Fixes INP-1208 - Increase width of "Headers" column in "Email Queue" grid

1. commit on behalf of Erik

Fixes INP-1223 - Asynchronous e-mail sending by default

    • -16
    • +86
    ./core/units/helpers/mailing_list_helper.php
    • -0
    • +99
    ./core/units/email_queue/email_queue_eh.php

Fixes INP-1303 - Disable content revision toolbar related js code when toolbar is disabled

    • -56
    • +57
    ./core/admin_templates/js/template_manager.js

Fixes INP-1174 - Using CodeMirror on SQL Query page in Admin

1. upgraded CodeMirror to 3.14

2. added "Active Line" addon

3. added highlighting to skin editing

    • -0
    • +3
    ./core/admin_templates/incs/style_template.css
    • -1
    • +1
    ./core/admin_templates/tools/sql_query.tpl
    • -0
    • +349
    ./core/admin_templates/incs/code_mirror/mode/sql/sql.js
    • -6
    • +5
    ./core/units/admin/admin_tag_processor.php
  1. … 5 more files in changeset.

Fixes INP-1273 - Swap "Synchronize Database Revisions" and "Deploy Changes" section on System Tools page

1. Commit on behalf of Erik

    • -7
    • +7
    ./core/admin_templates/tools/system_tools.tpl

Fixes INP-1288 - Make use of "HttpOnly" cookies

Fixes INP-1294 - Remove "return;" after "throw ..." statements

1. commit on behalf of Erik

    • -2
    • +1
    ./core/units/admin/admin_tag_processor.php
    • -3
    • +1
    ./core/kernel/processors/tag_processor.php

Fixes INP-1301 - Cloned Unit Config not available during url processing

    • -6
    • +0
    ./core/kernel/managers/request_manager.php
    • -23
    • +1
    ./core/kernel/utility/http_query.php
    • -1
    • +1
    ./core/kernel/managers/cache_manager.php
    • -261
    • +293
    ./core/kernel/utility/unit_config_reader.php
    • -0
    • +172
    ./core/kernel/utility/unit_config_cloner.php

Fixes INP-1300 - Upgrade to CKEditor 4.2

    • -10
    • +10
    ./core/ckeditor/ckfinder/skins/kama/app.css
    • -4
    • +6
    ./core/ckeditor/plugins/link/dialogs/anchor.js
    • -0
    • +9
    ./core/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
    • -0
    • +14
    ./core/ckeditor/plugins/specialchar/dialogs/lang/it.js
  1. … 745 more files in changeset.

Merge of "in-portal/branches/5.2.x@15906" to "in-portal/branches/5.3.x@15902".

    • -24
    • +19
    ./core/admin_templates/js/toolbar.js
    • -1
    • +1
    ./core/admin_templates/catalog/catalog.tpl
    • -0
    • +1
    ./core/kernel/languages/phrases_cache.php
    • -0
    • +4
    ./core/units/admin/admin_tag_processor.php
  1. … 3 more files in changeset.

Merge of "in-portal/releases/5.2.1-B2@15839" to "in-portal/branches/5.3.x@15852".

Merge of "in-portal/releases/5.2.1-RC1@15881" to "in-portal/branches/5.3.x@15852".

    • -11
    • +25
    ./core/kernel/db/db_tag_processor.php
    • -34
    • +38
    ./core/admin_templates/incs/custom_blocks.tpl
    • -19
    • +77
    ./core/kernel/db/cat_event_handler.php
    • -26
    • +88
    ./core/units/helpers/deployment_helper.php
  1. … 136 more files in changeset.

Creating '.gitignore' files to preserve empty folders during Git migration

    • -0
    • +0
    ./system/cache/.gitignore
    • -0
    • +0
    ./system/images/pending/.gitignore
    • -0
    • +0
    ./admin/system_presets/advanced/.gitignore
    • -0
    • +0
    ./admin/system_presets/custom/.gitignore
    • -0
    • +0
    ./system/.restricted/.gitignore
    • -0
    • +0
    ./system/tmp/.gitignore

Fixes INP-1280 - Ensure presence of 'parent_event' parameter in majority kTempTablesHandler usages

    • -2
    • +2
    ./core/units/users/users_event_handler.php
    • -4
    • +4
    ./core/kernel/db/cat_event_handler.php
    • -1
    • +4
    ./core/kernel/utility/temp_handler.php

Fixes INP-1244 - Improve kUnitConfig class even more

    • -1
    • +352
    ./core/kernel/utility/unit_config.php
    • -325
    • +7
    ./core/kernel/utility/unit_config_reader.php

Fixes INP-1243 - Refactoring of kTempTablesHandler class

    • -708
    • +1231
    ./core/kernel/utility/temp_handler.php

Fixes INP-1203: OOP unit config creation

    • -29
    • +23
    ./core/units/helpers/file_helper.php
    • -58
    • +61
    ./core/units/helpers/count_helper.php
    • -2
    • +4
    ./core/units/sections/site_config_eh.php
    • -2
    • +4
    ./core/units/languages/languages_item.php
    • -124
    • +161
    ./core/kernel/db/db_tag_processor.php
    • -12
    • +17
    ./core/units/helpers/language_import_helper.php
    • -1
    • +1
    ./core/units/helpers/modules_helper.php
    • -5
    • +7
    ./core/units/helpers/navigation_bar.php
    • -3
    • +2
    ./core/units/filters/item_filter_eh.php
  1. … 104 more files in changeset.

Bug INP-1174: Using CodeMirror on SQL Query page in Admin

Missing SQL from install_data.sql file.

Fixes INP-1174: Using CodeMirror on SQL Query page in Admin

Commit on behalf of Erik

  1. ./core/admin_templates/incs/code_mirror/lib
    • -0
    • +465
    ./core/admin_templates/incs/code_mirror/mode/css/css.js
    • -0
    • +203
    ./core/admin_templates/incs/code_mirror/mode/mysql/mysql.js
    • -0
    • +240
    ./core/admin_templates/incs/code_mirror/lib/codemirror.css
    • -0
    • +302
    ./core/admin_templates/incs/code_mirror/mode/clike/clike.js
  2. … 21 more files in changeset.

Merge of "in-portal/releases/5.2.1-B1@15627" to "in-portal/branches/5.3.x@15659".

1. duplicate sqls from merging "System Log" functionality

Merge of "in-portal/releases/5.2.1-B1@15627" to "in-portal/branches/5.3.x@15659".

    • -2
    • +23
    ./core/units/languages/languages_item.php
    • -19
    • +5
    ./core/kernel/db/cat_event_handler.php
  1. … 177 more files in changeset.