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

Fixes #0001118: Show "saved message" on Saving Configuration Settings in Admin

Commit on behalf of Erik

INP-916

    • -0
    • +9
    ./admin_templates/incs/config_blocks.tpl
    • -1
    • +8
    ./admin_templates/incs/style_template.css
    • -0
    • +7
    ./admin_templates/tools/system_tools.tpl
    • -9
    • +29
    ./units/admin/admin_events_handler.php
    • -2
    • +2
    ./admin_templates/incs/form_blocks.tpl
    • -0
    • +4
    ./admin_templates/config/config_search.tpl

Fixes #0001045: Sorting by ID is broken in Form Submissions grid

Commit on behalf of Erik

INP-846

Fixes #0000668: Add ability to hide site name from top frame in administrative console

Commit on behalf of Erik

INP-527

Fixes #0000899: Create new "m_CurrentPageLink" tag to return current Page URL

Commit on behalf of Erik

INP-726

    • -0
    • +17
    ./kernel/processors/main_processor.php

Fixes #0000657: Ability to Reset ROOT password to access Admin Console

Commit on behalf of Erik

INP-519

    • -14
    • +69
    ./units/users/users_event_handler.php
  1. … 1 more file in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting scope keywords and fixing PHPDoc comments

INP-224

Bug #0000645: User / Group Access restriction by IP

1. solves problem, when IP restrictions set to Member/admin groups (from config settings) had no effect, since they were added back to user groups based on UserType column

INP-509

Fixes #0000645: User / Group Access restriction by IP

INP-509

    • -1
    • +3
    ./admin_templates/groups/groups_edit.tpl
    • -6
    • +15
    ./admin_templates/users/admins_edit.tpl
    • -1
    • +7
    ./admin_templates/users/users_edit.tpl
  1. … 2 more files in changeset.

Fixes #0000897: Improvement to "Languages Synchronization"

INP-724

    • -3
    • +9
    ./units/languages/languages_config.php
    • -0
    • +1
    ./units/helpers/language_import_helper.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting scope keywords and fixing PHPDoc comments

INP-224

    • -23
    • +40
    ./kernel/session/session_storage.php
    • -103
    • +115
    ./units/images/image_event_handler.php
    • -4
    • +8
    ./units/helpers/language_import_helper.php
    • -4
    • +5
    ./units/user_profile/user_profile_tp.php
    • -2
    • +4
    ./units/helpers/custom_fields_helper.php
    • -10
    • +15
    ./units/helpers/modules_helper.php
    • -12
    • +21
    ./units/images/image_tag_processor.php
    • -7
    • +15
    ./units/helpers/mailing_list_helper.php
    • -14
    • +17
    ./kernel/nparser/template_cache.php
  1. … 103 more files in changeset.

Fixes #0001124: Ability to enter date & time in a single field

INP-920

    • -0
    • +29
    ./admin_templates/incs/form_blocks.tpl

Fixes #0000861: Make first empty option optional in AjaxDropdownPreloader

INP-694

Fixes #0000742: Create universal file mime type detection function

INP-589

Fixes #0000944: Ability for Users to subscribe to mailing during Registration

INP-758

    • -7
    • +20
    ./units/users/users_event_handler.php

Bug #0000856: Add PriorityEventHandler to Core

1. fixed outdated constant name

INP-689

Fixes #0000979: Improvements to form submissions (upload field, custom notification email)

INP-792

    • -4
    • +5
    ./admin_templates/forms/forms_edit.tpl
    • -9
    • +38
    ./admin_templates/forms/form_field_edit.tpl

Fixes #0000980: Ability to perform file extension-based check during single file upload

INP-793

Fixes #0000856: Add PriorityEventHandler to Core

INP-689

    • -0
    • +31
    ./units/priorites/priorites_config.php
    • -49
    • +116
    ./units/helpers/priority_helper.php
    • -0
    • +370
    ./units/priorites/priority_eh.php

Fixes #0000576: Separating Database Master/Slave Requests

INP-457

    • -0
    • +627
    ./kernel/db/db_load_balancer.php
    • -128
    • +299
    ./kernel/db/db_connection.php
    • -49
    • +65
    ./units/admin/admin_events_handler.php

Fixes #0000397: Ability to work with main event from OnBefore/OnAfter type events called from kDBItem class

INP-330

Fixes #0001001: New method for XML parsing error checking

INP-809

Fixes #0000940: Minor improvements to Grids usability

INP-755

    • -2
    • +2
    ./admin_templates/incs/grid_blocks.tpl

Fixes #0000883: Site domain-based agents

INP-713

    • -10
    • +12
    ./admin_templates/agents/agent_edit.tpl
    • -0
    • +15
    ./kernel/managers/agent_manager.php

Fixes #0000862: Support for odd/even rows in SimpleGrid control

INP-695

    • -0
    • +20
    ./admin_templates/js/simple_grid.js

Fixes #0001071: Add m_LinkVar and m_GetLinedVar tags

INP-871

    • -43
    • +86
    ./kernel/processors/main_processor.php

Fixes #0000975: Automatically remove unused LEFT JOIN from list count database queries

INP-788

    • -3
    • +8
    ./units/modules/modules_event_handler.php

Fixes #0001043: Ability to Exclude Template based Sections from Search Results

INP-844

    • -138
    • +198
    ./units/categories/categories_event_handler.php

Bug #0000271: Redesign "Data Validation" Engine

1. session expiration code used ValidateLogin field, that was replaced by UserLogin and "login" form name wasn't used

INP-227

  1. … 1 more file in changeset.

Fixes #0000816: New grid multioptions filter

INP-652

    • -0
    • +23
    ./admin_templates/incs/style_template.css
    • -0
    • +153
    ./admin_templates/js/grid_filters.js
    • -35
    • +87
    ./units/helpers/search_helper.php
    • -0
    • +25
    ./admin_templates/incs/grid_blocks.tpl

Fixes #0000836: Free space preserving capability during image uploads

INP-671