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

Fixes #0000590: Remove deprecated "theme_StylesheetFile" tag

INP-465

Fixes #0000681: Got js error on custom editing when <SQL> is used

INP-537

    • -1
    • +1
    ./custom_fields/custom_fields_config.php
  1. … 1 more file in changeset.

Fixes #0000694: SQL is partially parsed, when displayed in custom field editing form

INP-545

Fixes #0000692: Translatable fields are not always created during table scan

INP-544

Fixes #0000680: SQL error during clean Installation of In-News module

INP-536

  1. … 1 more file in changeset.

Fixes #0000655: "Sections" tab doesn't work in "Show All" mode with "simple" interface preset on

INP-517

Fixes #0000647: Category permission cache not rebuild in some cases

INP-510

    • -1
    • +4
    ./categories/categories_event_handler.php

Fixes #0000643: Adjust "Category.View" permissions for Home category

INP-507

    • -3
    • +3
    ./categories/categories_event_handler.php
    • -6
    • +7
    ./permissions/permissions_tag_processor.php
  1. … 2 more files in changeset.

Fixes #0000677: Category tree (via ajax) in administrative console is not complete, when symlinks are set

INP-534

    • -1
    • +3
    ./categories/categories_tag_processor.php
  1. … 1 more file in changeset.

Fixes #0000654: Incorrent "radio" type custom field display

INP-516

    • -1
    • +1
    ./custom_fields/custom_fields_event_handler.php
  1. … 1 more file in changeset.

Fixes #0000637: Broken language pack, when 2 or more languages are exported at once

INP-503

Fixes #0000624: Install Front-end Language pack from Primary Theme when Module is installed afterward

INP-490

  1. … 1 more file in changeset.

Fixes #0000634: Remove "la_EmptyValue" phrase

INP-500

    • -3
    • +3
    ./custom_fields/custom_fields_config.php
  1. … 2 more files in changeset.

Fixes #0000627: Primary Image "Alt" is not used on category item detail page

INP-493

Fixes #0000625: Fullsize category item (product) image isn't watermarked

INP-491

Fixes #0000555: Column selector (picker) doesn't remember multilingual column position

INP-444

  1. … 1 more file in changeset.

Fixes #0000442: OnAfterConfigRead doesn't execute for dynamically Cloned Configs

INP-367

    • -5
    • +0
    ./related_searches/related_searches_config.php
    • -7
    • +0
    ./category_items/category_items_config.php
    • -10
    • +1
    ./relationship/relationship_config.php
  1. … 3 more files in changeset.

1. Bug #0000566: Don't include tracking code during site content editing in browse modes

2. Fixed notice about missing $db_field variable.

INP-453

    • -1
    • +1
    ./categories/categories_tag_processor.php

Fixes #0000500: OnAfterConfigRead event is executed several times for one prefix

INP-417

  1. … 2 more files in changeset.

Fixes #0000069: Issues with "MoreLink" tag and "Data_Exists" param

INP-57

    • -1
    • +1
    ./config_search/config_search_tag_processor.php
    • -2
    • +2
    ./configuration/configuration_tag_processor.php
    • -2
    • +3
    ./categories/categories_tag_processor.php
    • -1
    • +1
    ./custom_fields/custom_fields_tag_processor.php
  1. … 3 more files in changeset.

1. Fixes #0000057: Set formatters for all checkbox type fields

2. Commit on behalf of Dmitry.

INP-47

    • -34
    • +37
    ./languages/languages_config.php
    • -1
    • +6
    ./related_searches/related_searches_config.php
    • -6
    • +27
    ./custom_fields/custom_fields_config.php
    • -1
    • +6
    ./relationship/relationship_config.php
    • -96
    • +123
    ./config_search/config_search_config.php

1. Fixes #0000273: Get rid of ereg* functions usage, because they are slow and are deprecated since PHP 5.3

2. Commit on behalf of Dmitry.

INP-229

  1. … 1 more file in changeset.

1. Fixes #0000566: Don't include tracking code during site content editing in browse modes

2. Commit on behalf of Dmitry.

INP-453

    • -15
    • +8
    ./categories/categories_tag_processor.php
  1. … 2 more files in changeset.

Fixes #0000476: Got no permission error, when I was trying to delete form submission

INP-393

    • -0
    • +6
    ./form_submissions/form_submissions_eh.php

Fixes #0000358: Processing of "_ses_redirect" template in "u:processLoginRedirect" method

INP-296

Fixes #0000448: Category item Images are not Resized when Thumbnail and Fullsize are used

INP-373

    • -18
    • +46
    ./images/image_tag_processor.php

Fixes #452: CSV Export fails to send prepared File when it's name (without extension) will end with one of this symbols: ".", "c", "s", "v"

INP-377

    • -1
    • +4
    ./helpers/cat_dbitem_export_helper.php
  1. … 1 more file in changeset.

Fixes #503: Unable to create new language as copy of other language

INP-419

    • -3
    • +3
    ./languages/languages_event_handler.php

Fixes #0000496: Error in number formatting in case if thousands separator not specified

INP-413

1. Bug #0000458: Scale image quality setting is incorrect for PNG images

2. Function "imagepng" has "compression" as 2nd parameter, but "imagejpg" has "quality" as 2nd parameter. That lead to imagepng being given worst quality setting in result.

INP-383