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

Creating "In-Portal" module for versions before 5.0.0.

  1. … 5841 more files in changeset.

Fixes #0000144: Fatal on Step 3 for CSV Import for Links, Articles, Products

INP-120

  1. … 1 more file in changeset.

Fixes #0000024: Advanced Site Configurator: Create Unit Configs

INP-16

  1. … 4 more files in changeset.

Fixes #0000130: Ability to work with BMP image files

INP-110

  1. … 1 more file in changeset.

1. Fixes #0000129: Misc NParser additions

2. Debugger design fix to support Firefox 3.5

INP-109

Fixes #0000052: Preventing Data loss from Temporarily tables

INP-42

  1. … 4 more files in changeset.

Fixes #0000128: Add event, that is called when grid page is changed

INP-108

  1. … 1 more file in changeset.

Fixes #0000124: Improve database interaction code

INP-104

Fixes #0000050: Improvements of CheckSimultaneousEdit functionality

INP-40

Fixes #0000119: In mod-rewrite mode _default_ template not replaced for item with 0 id

INP-99

Fixes #0000118: Strict errors are written to silent log (doesn't respect DBG_IGNORE_STRICT_ERRORS setting)

INP-98

Fixes #0000117: Extra SQLs for Locale Selection

INP-97

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

INP-89

  1. … 2 more files in changeset.

Fixes #0000109: Error in database query syntax, when table aliases are used in "option_key_field" or "option_title_field" field options

INP-90

1. Fixes #0000090: Sitemap Template is Broken.

2. PrintList2 tag wasn't passing parameters to MoreLink tag.

3. Block "more_link_elem" content was incorrect and this leaded to fatal error, when it was used.

4. Sitemap template was renamed from "site_map.tpl" to "sitemap.tpl", but references to it's old name in other templates were not.

INP-76

  1. … 3 more files in changeset.

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

INS-1

    • -0
    • +12
    ./utility/formatters/ccdate_formatter.php
    • -0
    • +12
    ./utility/formatters/left_formatter.php
  1. … 241 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. … 6 more files in changeset.

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

  1. … 5 more files in changeset.

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

INP-57

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

  1. … 2 more files 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

  1. … 2 more files in changeset.

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

  1. … 9 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

  1. … 2 more files 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

    • -11
    • +63
    ./utility/formatters/formatter.php
  1. … 22 more files in changeset.

Method "kDBEventHandler:getPassedID" failed to return correct ID, when "special" was used and method "kDBEventHandler::StoreSelectedIDs" was not called before it (like in OnEdit event).

1. Additional parameters to PrintList2 tag:

  • "limit" (input) - tells, how many of queried from database records should be actually displayed.
  • "num" (output) - record number (relative to queried record count).
  • "last_row" (output) - tells, that current record is located in last row (when printing records in table)

    2. "no_next_page_render_as" parameter added to PrintPages tag.

    3. GridInfo tag fixed, so it doesn't report, that pagination is required, when pagination is not used (per_page="-1" in InitList/PrintList tag).

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. … 4 more files in changeset.

Tag "kDBTagProcessor::SelectParam" now also skips parameter value, when it's equals to "0" (zero).

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.