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

Fixes #0000120: Ability to change current language from template

INP-100

Fixes #0000024: Create Unit Configs

INP-16

    • -6
    • +10
    ./form_submissions/form_submissions_config.php
    • -1
    • +5
    ./email_messages/email_messages_config.php
  1. … 6 more files in changeset.

Bug #0000024: Create Unit Configs

INP-16

    • -1
    • +4
    ./logs/search_logs/search_logs_config.php
    • -53
    • +78
    ./stylesheets/stylesheets_config.php
    • -2
    • +9
    ./mailing_lists/mailing_lists_config.php
    • -11
    • +13
    ./translator/translator_config.php
    • -19
    • +10
    ./related_searches/related_searches_config.php
    • -14
    • +14
    ./relationship/relationship_config.php
    • -1
    • +1
    ./spelling_dictionary/spelling_dictionary_config.php
  1. … 25 more files in changeset.

Fixes #0000099: Category Name not shown in List and Other pages

INP-84

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

Fixes #0000108: Add "multiple" option to possible field options, when kOptionsFormatter is used (helps in search queries)

INP-89

    • -2
    • +10
    ./general/helpers/search_helper.php
    • -0
    • +1
    ./custom_data/custom_data_event_handler.php
  1. … 1 more file in changeset.

Fixes #0000103: Applying License to In-Portal and Modules

INS-1

    • -0
    • +12
    ./general/helpers/multilanguage.php
    • -0
    • +12
    ./stylesheets/stylesheets_config.php
    • -0
    • +12
    ./general/helpers/clipboard_helper.php
    • -0
    • +12
    ./category_items/category_items_tag_processor.php
    • -0
    • +12
    ./related_searches/related_searches_config.php
  1. … 241 more files in changeset.

Fixes #0000102: Upgrades in English Language Pack.

INP-86

  1. … 2 more files in changeset.

Bug #0000085: Removed back IsMenu = 0 in OnBeforeItemCreate since we actually want have Suggested Categories to be listed in Menus if Admin setup Permissions that users can suggest them in a first place.

INP-73

    • -0
    • +2
    ./categories/categories_event_handler.php

1. Fixes #0000086: Added IsMenu = 0 during Category Suggestion

2. Corrected current category URL on Category Pending and Category Confirm Pending templates

INP-73

MINN-1

    • -0
    • +4
    ./categories/categories_event_handler.php
  1. … 2 more files in changeset.

1. New "IconDisabledURL" added to Language table.

2. Tag "m_elseif" was incorrectly compiled to php.

3. Bug #0000080: Improvements to Multi-lingual text fields on Add/Edit forms.

INP-68

  1. … 5 more files in changeset.

1. Fixes #0000093: Tag <inp2:c_Field ../> returns incorrect info.

2. Fixed in other way: now category is always returned, but when "page" or "-virtual" special is used, then cms page is returned.

INP-79

    • -0
    • +19
    ./categories/categories_event_handler.php

When list of category items (links, articles, etc.) or categories is displayed in Front-End and parameter "parent_cat_id='0'" was used, then 0 is now replaced with "Content" category ID.

    • -2
    • +6
    ./categories/categories_event_handler.php

1. Fixes #0000089: Session expiration doesn't happen in admin.

2. Width of overlay div shown during ajax requests is now also updated, when window is resized.

3. Function maximizeElement (javascript) now also updates maximized control size on window resize.

4. "Tools -> Query Database" section now uses correct class for column header (class was missing before this fix).

5. Fixed warning about missing 'login_template' parameter for m_RequireLogin tag (in kPermissionHelper::getPermissionTemplate method).

INP-75

    • -4
    • +2
    ./general/helpers/permissions_helper.php
  1. … 6 more files in changeset.

1. Fixes #0000079: Improvements to Image uploads on Add / Edit Item.

2. Added way to add any count of virtual fields associated with uploaded image.

INP-67

  1. … 1 more file in changeset.

Fixes #0000037: Simplify code of kSearchHelper::getSearchClause method

INP-27

Fixes #0000078: Make Custom Fields Searchable

INP-66

  1. … 1 more file in changeset.

1. Fixes #0000083: Ability to enter sql queries and phrases as custom field options.

2. htmlspecialchars function (in javascript) wasn't applied on options added in MInput control (inp_edit_minput block).

3. Commented-out code removed from kModRewriteHelper class, because was proven, that code if uncommented doesn't provide any upgrade to current url parsing functionality. In other words - all works without it in all cases.

INP-71

    • -50
    • +0
    ./general/helpers/mod_rewrite_helper.php
    • -1
    • +6
    ./custom_fields/custom_fields_event_handler.php
  1. … 2 more files in changeset.

1. Fixes #0000084: Duplicate records in SearchConfig table for custom fields.

2. When custom field was created, then in related record in SearchConfig table in SimpleSearch column was always 1 (means can use in simple search). Value for this column should be 0, when "simple search checkbox" is not visible in "Search Settings" section.

INP-72

    • -8
    • +11
    ./config_search/config_search_event_handler.php

Fixes #0000067: Last visited section lost, when language is changed

INP-55

    • -0
    • +5
    ./languages/languages_event_handler.php

1. Fixes #0000060: Folder ".svn" is added as new theme, but it should not.

2. Skip ".svn" from FCK file browser.

INP-50

    • -35
    • +35
    ./general/helpers/fck_helper.php

1. Fixes #0000053: Mod-rewrite partially broken.

2. Section and item detail templates were present in links on page, even if they could be automatically determined by category fields.

INP-43

    • -173
    • +222
    ./general/helpers/mod_rewrite_helper.php
  1. … 1 more file in changeset.

1. Fixes #0000062: Remove depricated mod-rewrite parts

2. When default category item template is used (in category properties) and we are on this template on front-end, then all links to this template still contain it's name (in mod-rewrite mode only). In such case template name should be omitted from resulting url.

3. Fixed warning message in "kCategoryHelper::getCategoryModule". Message was shown, because array_intersect function was used inside array_shift function directly (temporary variable was not used).

INP-51

    • -71
    • +76
    ./general/helpers/mod_rewrite_helper.php
  1. … 2 more files in changeset.

Theme id was not set, when attempt was made to show 404 page when incorrect url was used and mod-rewrite was on.

Fixes #0000041: User IP in UserSession table have value "0.0.0.0" sometimes.

Problem happened, because extra fields (like IP address) were stored in Session object, and not in database. In "Session::SaveData" method additional fields were assumed as "non-changed" and were not written to database at all.

INP-31

  1. … 1 more file in changeset.

1. Fixes #0000035: Minor Adjustments to Catalog Grids.

2. Fixed JS error on category edit -> permissions tab (data was loaded, but loading indicator was not hidden).

3. Pass through variables were passed (but they should not be passed), when item was edited from "Comments" (former "Reviews") section or from "User Edit -> Items" tab. This resulted in js error in case, when category item selector was used on that item editing template.

4. New category item permission checking scheme was normally working only in administrative console, that's why for front-end old permission checking scheme restored.

5. New "View in Browse Mode" icon added/used.

INP-25

    • -0
    • +40
    ./categories/categories_tag_processor.php
    • -81
    • +86
    ./general/helpers/permissions_helper.php
  1. … 7 more files in changeset.

1. Method "kDBEventHandler::StoreSelectedIDs" wasn't returning IDs, given using $direct_ids parameter.

2. Fixes #0000025: Non-root user can't use copy/cut/paste buttons in catalog.

3. Fixed "category status propagate" feature. Now it copies category StatusField value to all it's children. Before it was coping "Status" field value to all it's children, not "StatusField" field value, specified in unit config.

INP-17

    • -12
    • +41
    ./categories/categories_event_handler.php
  1. … 1 more file in changeset.

1. Fixes 0000031: Convert FCK "Internal Link Pointers" to Real URLs.

2. Fixes 0000032: SQL Error when using FCKEditor to edit textarea data.

3. In edit templates, where HTML isn't allowed, but multi line input is required 'allow_html="0"' added to inp_edit_textarea blocks.

4. Module root categories during installation were incorrectly sorted: "Products, Topics, News, Links" instead of "Links, News, Topics, Products".

5. Fixed "Preview" button in FCKEditor, when editing content blocks:

  • problems with non-latin character encoding in javascript
  • "Preview" button were not visible during content block editing, but was visible during category description editing, where it shouldn't.

    6. Method "CategoriesTagProcessor::_replacePageIds" moved to "CategoryHelper::replacePageIds" and can be used in any place, where required.

    7. Add new field option: "using_fck". When specified, then all "@@ID@@" occurences are replaced with actual structure page urls.

INP-21

INP-22

    • -35
    • +1
    ./categories/categories_tag_processor.php
    • -2
    • +35
    ./general/helpers/category_helper.php
    • -4
    • +4
    ./email_messages/email_messages_config.php
    • -0
    • +23
    ./content/content_eh.php
    • -0
    • +5
    ./categories/categories_event_handler.php
  1. … 10 more files in changeset.

Bug #0000009: Admin: Duplicate Link Checker.

1. Allows to use base64_encode function result as ID in grids.

2. Deprecated "adm_SaveReturnScript" tag removed.

3. When grid with special was used and event raised from grid (like OnPreCreate or OnNew) performed redirect, when first selected item ID was not passed in redirect link.

4. Private method "kCatDBEventHandler::_getMassPermissionEvents" added. Method allows category item event handlers to add own events to permission checking.

MINL-1

  1. … 3 more files in changeset.

Fixes #0000006: Left Tree with Sections Fails to Update.

1. Tree also was not refreshed automatically, when "Approve" & "Decline" (changed show in menu status), "Move Up" & "Move Down" (changed priority) toolbar buttons were used.

INP-2

    • -0
    • +2
    ./categories/categories_event_handler.php
  1. … 3 more files in changeset.

1. Method "kDBEventHandler::UseTempTables" wasn't getting actual main item's special when temp handler were deleting subitems.

2. Fixed bug in previous fix of JSONHelper class: strings were enclosed with single quotes, but single quotes were not escaped in string content.

  1. … 1 more file in changeset.