In-Portal

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

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

    • -36
    • +21
    /branches/RC/core/kernel/event_handler.php
    • -2
    • +2
    /branches/RC/core/kernel/application.php

Fixes #0000036: Duplicate category shown at the bottom in tree frame.

Problem was in exact place I've supposed. It was related to concurrent attempts of reloading contents of same tree folder.

INP-26

inportalBase variable should not be defined locally, because this overrides it's globally set value and result as missing loading image.

INP-49

Minor fix (debug removed)

INP-49

Fixes #0000053: Mod-rewrite partially broken

INP-49

INP-43

Updated to JQuery v1.3.2

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

Fixes #0000005: Issue with Copy/Paste into FCK in Edit Blocks (in IE8 only)

INP-1

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

    • binary
    /branches/RC/core/admin_templates/img/ic_browse_mode.gif
    • -1
    • +1
    /branches/RC/core/kernel/db/db_event_handler.php

Fixes #0000033: "Loading..." element while Edit Item form is loading

INP-23

    • -7
    • +26
    /branches/RC/core/admin_templates/blank.html
    • binary
    /branches/RC/core/admin_templates/img/ajax_iframe_progress.gif

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
    • +1
    /branches/RC/core/kernel/db/db_event_handler.php

Releasing version 'tags/5.0.0' (copy from 'branches/RC')

    • -0
    • +123
    /tags/5.0.0/admin/help/credits.php
    • -0
    • +4
    /tags/5.0.0/admin/help/legal_warning.txt
    • -0
    • +155
    /tags/5.0.0/core/kernel/startup.php
  1. … 2122 more files in changeset.

Deleting version 'tags/5.0.0'

    • -123
    • +0
    /tags/5.0.0/admin/help/credits.php
    • -4
    • +0
    /tags/5.0.0/admin/help/legal_warning.txt
    • -155
    • +0
    /tags/5.0.0/core/kernel/startup.php
  1. … 2122 more files in changeset.

Releasing version 'tags/5.0.0' (copy from 'branches/RC')

    • -0
    • +123
    /tags/5.0.0/admin/help/credits.php
    • -0
    • +4
    /tags/5.0.0/admin/help/legal_warning.txt
    • -0
    • +155
    /tags/5.0.0/core/kernel/startup.php
  1. … 2122 more files in changeset.

Deleting version 'tags/5.0.0'

Releasing version 'tags/5.0.0' (copy from 'branches/RC')

Removing "default" and "inlink2" themes, because they are not compatible with 4.2.x and future releases.

    • binary
    /branches/RC/themes/default/img/bgr_loggedin.jpg
    • binary
    /branches/RC/themes/default/img/ic_category.gif
  1. … 522 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

    • -1
    • +1
    /branches/RC/core/units/forms/forms_config.php
    • -1
    • +8
    /branches/RC/core/install/install_toolkit.php
    • -0
    • +23
    /branches/RC/core/units/content/content_eh.php
  1. … 10 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
    • +1
    /branches/RC/core/kernel/db/db_event_handler.php

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).

    • -1
    • +3
    /branches/RC/core/kernel/db/db_event_handler.php
    • -2
    • +11
    /branches/RC/core/kernel/db/db_tag_processor.php

Ignore "tools/internal" folder.

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
    • +2
    /branches/RC/core/kernel/db/db_event_handler.php

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

Fixes #0000008: Limiting "Form Creator" to DBG Mode.

1. Added new configuration variable "DebugOnlyFormConfigurator" (in "Configuration -> Website Settings -> Advanced" section).

INP-4

    • -0
    • +3
    /branches/RC/core/install/upgrades.sql
    • -0
    • +1
    /branches/RC/core/install/english.lang
    • -0
    • +2
    /branches/RC/core/install/install_data.sql
    • -0
    • +10
    /branches/RC/core/admin_templates/tree.tpl

bug #0000007 fixed - Switching between Catalog / Show All grids

INP-3

    • -4
    • +10
    /branches/RC/core/admin_templates/tree.tpl

svn mailing testing

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.

    • -6
    • +18
    /branches/RC/core/kernel/db/db_event_handler.php

1. When item ID was 0 (new main item creation) method "kDBEventHandler::getPassedID" wasn't returning it. Though such ID was returned by "kDBEventHandler::StoreSelectedIDs", that was called later from "kDBEventHandler::getPassedID" method.

2. Foreign key value for subitem WITH SPECIAL wasn't set in kDBEventHandler::OnNew event and 2 warnings were shown.

3. Temp mode mark (<prefix_special>_mode variable) in method "kDBEventHandler::setTempWindowID" was not passed to item editing/creation window, when in both grid and item edit template special was used.

4. Fixed bug in "kDBTagProcessor::FieldVisible" resulting 2 warnings where VerifyPassword field visibility was checked. This is only virtual field, that doesn't exist in unit config and is created on the fly by kPasswordFormatter class.

5. Specials used in "events" request variable were stripped, before adding to "passed" request variable in method "kEventManager::ProcessRequest". Because of such behavior data associated with stripped specials (like temp mode mark and item's ID) were not available in "m_Link" tag used with 'pass="all"' parameter. Fixed by removing such stripping in administrative console only.

6. Prefix data passed in POST wasn't able to overwrite prefix data passed in GET in case, when special was used. This caused problems during item editing when special was used in grid and item edit template.

7. Missing "noimage.gif" image added.

    • binary
    /branches/RC/system/images/noimage.gif
    • -7
    • +21
    /branches/RC/core/kernel/db/db_event_handler.php
    • -3
    • +12
    /branches/RC/core/kernel/event_manager.php
    • -0
    • +32
    /branches/RC/core/kernel/utility/http_query.php
    • -0
    • +5
    /branches/RC/core/kernel/db/db_tag_processor.php