In-Portal

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

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

    • -0
    • +1
    /branches/RC/core/install/install_schema.sql
    • -0
    • +2
    /branches/RC/core/install/upgrades.sql
    • -0
    • +1
    /branches/RC/core/install/english.lang

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

Fixes #0000092: Missing top menu when JavaScript is disabled.

INP-78

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.

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

    • -5
    • +43
    /branches/RC/core/kernel/utility/http_query.php
    • -12
    • +36
    /branches/RC/core/kernel/session/session.php

Fixes #0000017: Session Expiration check for Ajax requests

INP-10

Bug #0000079: Improvements to Image uploads on Add / Edit Item

INP-67

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

    • -0
    • +32
    /branches/RC/core/install/upgrades.php

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

INP-27

Fixes #0000078: Make Custom Fields Searchable

INP-66

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

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

1. Fixes #0000070: FCKEditor integration fixes

2. Optimized "inp_fckconfig.js" - it now only contains changed lines, not a copy of "fckconfig.js" as before.

3. FCKEditor upgraded from 2.6.3 to 2.6.4

INP-58

  1. … 129 more files in changeset.

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

INP-57

    • -1
    • +1
    /branches/RC/core/kernel/db/db_tag_processor.php

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

INP-55

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

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

INP-50

    • -20
    • +20
    /branches/RC/core/units/fck/fck_tp.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

    • -1
    • +2
    /branches/RC/core/kernel/application.php

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.