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

Fixes INP-1245 - Use "System Log" to log HTTP requests

1. Commit on behalf of Erik

    • -24
    • +1
    ./kernel/processors/main_processor.php
    • -0
    • +18
    ./units/admin/admin_events_handler.php
  1. … 1 more file in changeset.

Fixes INP-1274 - Move deployment script log to database

  1. ./admin_templates/logs/module_deployment_logs
    • -1
    • +1
    ./admin_templates/modules/modules_list.tpl
    • -0
    • +5
    ./admin_templates/modules/modules_tabs.tpl
    • -194
    • +235
    ./units/helpers/deployment_helper.php
  2. … 5 more files in changeset.

Bug INP-1309 - Implement inline editing

Missing phrases

Fixes INP-1289 - Create message filter for Debugger Report

Commit on behalf of Erik

    • -2
    • +30
    ./kernel/utility/debugger/debugger.js
    • -1
    • +3
    ./kernel/utility/debugger/debugger.css

Fixes INP-1310 - SQL error on content block editing

Fixes INP-1309 - Implement inline editing

    • -0
    • +21
    ./admin_templates/img/top_frame/icons/saving_indicator.gif
    • -155
    • +17
    ./kernel/db/db_tag_processor.php
    • -0
    • +41
    ./ckeditor/plugins/my_inline/plugin.js
    • -1
    • +12
    ./admin_templates/js/inp_ckconfig.js
    • -1
    • +1
    ./ckeditor/plugins/my_document/plugin.js
    • -60
    • +224
    ./units/helpers/page_helper.php
    • -0
    • +26
    ./ckeditor/plugins/my_inline/images/cancel.png
    • -0
    • +23
    ./ckeditor/plugins/my_document/images/document.png
  1. … 4 more files in changeset.

Fixes INP-1293 - Record & display Module for Scheduled Tasks

Commit on behalf or Erik

Fixes INP-1304 - Write e-mail processing errors to "E-mail Log"

Fixes INP-1306 - Append new column to the grid at designated position

    • -169
    • +448
    ./units/helpers/col_picker_helper.php
    • -16
    • +12
    ./kernel/db/db_tag_processor.php
    • -13
    • +17
    ./units/admin/admin_tag_processor.php
    • -7
    • +5
    ./units/admin/admin_events_handler.php

Fixes INP-1307 - SQL error, when opening CSV import dialog

Fixes INP-1204 - Association between e-mail log e-mails and corresponding items from Catalog

    • -16
    • +35
    ./units/users/users_event_handler.php
    • -3
    • +5
    ./units/reviews/reviews_event_handler.php
    • -1
    • +1
    ./units/spam_reports/spam_report_eh.php

Bug MINA-11 - Fatal error on product save

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

Fixes INP-1292 - Migrate to MySQLi Driver

    • -2
    • +2
    ./install/step_templates/db_config.tpl
    • -1
    • +1
    ./install/step_templates/db_reconfig.tpl
    • -161
    • +59
    ./kernel/db/db_connection.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
    ./units/phrases/phrases_event_handler.php
    • -2
    • +2
    ./units/visits/visits_event_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
    ./kernel/db/i_db_connection.php
    • -31
    • +56
    ./kernel/db/db_load_balancer.php

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

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

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

Fixes INP-1295 - Create IDBConnection interface

1. commit on behalf of Erik

    • -0
    • +161
    ./kernel/db/i_db_connection.php
    • -1
    • +138
    ./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

    • -2
    • +2
    ./units/email_queue/email_queue_config.php

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

    • -16
    • +86
    ./units/helpers/mailing_list_helper.php
    • -61
    • +5
    ./units/mailing_lists/mailing_list_eh.php
    • -1
    • +8
    ./units/email_queue/email_queue_config.php
    • -0
    • +99
    ./units/email_queue/email_queue_eh.php

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

    • -56
    • +57
    ./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
    ./admin_templates/incs/style_template.css
  1. ./admin_templates/incs/code_mirror/mode/sql
    • -0
    • +39
    ./admin_templates/incs/code_mirror/addon/selection/active-line.js
    • -0
    • +349
    ./admin_templates/incs/code_mirror/mode/sql/sql.js
  2. … 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
    ./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
    • +0
    ./units/helpers/mod_rewrite_helper.php

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

    • -261
    • +293
    ./kernel/utility/unit_config_reader.php
    • -0
    • +172
    ./kernel/utility/unit_config_cloner.php
    • -1
    • +1
    ./units/admin/admin_events_handler.php

Fixes INP-1300 - Upgrade to CKEditor 4.2

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