Checkout
 

valex in In-Portal

1. #27493 - Admin: Add Item on Advanced View

2. OnCancel event was called on "categories/categories_edit" template instead of "OnCancelEdit" resulting no temporary table was deleted.

3. Method kApplication::ConfigValue fixed. Now if variable value is present, but it has NULL as value, then such variable is not threated as missing and duplicate queries are performed.

TODO: replace all NULL values in ConfigurationValues table with default values based on variable type (0 for checkbox, empty string for text and so on)

4. Now kDBEventHandler::StoreSelectedIDs could also get IDs from new "ids" $event parameter, rather, then from request. Useful, when IDs are changed on kDBEventHandler::CheckPermission method (before actual event call).

5. Method CategoryHelper::getStructureTreeAsOptions added. Method provides ability to get all category structure as options for any dbitem field (like ParentId for categories and CategoryId for category items).

6. Method CustomFieldsEventHandler::_getHiddenFiels fixed. Now it doesn't given warning when editing category item, with no custom fields to show on general tab.

7. Fixed method kCatDBItem::MoveToCat. Now, when category item is in temp mode, then category manipulations are also made in temp tables.

8. Permission checking logic for categories and category items in temp table is changed. Now everything in temp tables for them is allowed. Permissions are checked only when Save button is pressed during main item (not subitem) editing. When user selected 5 items, but he can edit only 2 of them, then other 3 are automatically excluded from item edit form. When all of selected items are excluded, then user gets "no permission" screen. Same with "move up/down", "approve/decline" toolbar buttons.

9. Method CategoriesEventHandler::printChildren && CategoriesEventHandler::getChildren moved to CategoryHelper and now are used by new CategoryHelper::getStructureTreeAsOptions method. Some documentation added for other CategoryHelper methods.

10. Permission debugging information was not available in some of permission checking methods. That's why method kPermissionHelper::finalizePermissionCheck added. Method should be used in any place, when $event status should change to erPERM_FAIL.

11. Column filters on Category Edit -> Custom tab's grid were not working, because of incorrect grid name used (Default instead of SeparateTab).

12. Fixed title preset name in "products/products_access" template (was "pr", but should be "access").

13. Fixed incorrect pagination prefix in some templates.

14. Formatter added for OnSale field in Products table.

15. No permission template fixed, now it doesn't break catalog.

16. sections_list template fixed to use new blocks.

  1. … 15 more files in changeset.

1. #27504 - Admin: Left Tree -> Add 2px Padding-Right to Elements

2. Skin name made requred.

    • -1
    • +1
    /branches/RC/core/units/skins/skins_config.php
    • -1
    • +1
    /branches/RC/core/install/install_data.sql

1. Special "primary" added for "skin" prefix for easy primary skin accessing.

2. Fixed some issues with uploaded/resized image path building, when WriteableBase was "\system" on Windows.

    • -1
    • +2
    /branches/RC/core/kernel/db/db_event_handler.php
    • -0
    • +25
    /branches/RC/core/units/skins/skin_eh.php

1. Added submenu item in "Catalog -> Tools" menu for rebuilding priorities cache in current category

2. "View in Browse Mode" link is now hidden from catalog item selector.

3. Added missing js_escape parameter to phrases used in javascript in combined_header block.

4. Fixed bad automatic thickbox window positioning, when firebug or bookmark panel was opened (iframe was moving outside it's window).

5. New parameter $onAfterOpenPopup added for js functions: std_precreate_item, std_new_item, std_edit_temp_item.

6. inp_edit_box_ml block was used on non-multilanguage field (for prefix "skin", "test").

7. Improvements in installator & unit config reader for windows (DIRECTORY_SEPARATOR was used insead of "/" that was hardcoded). Iproved file scanning operation performance.

8. Installation on linux failed on 2nd step, when config.php file was missing and attempt was made to check it's write permissions.

9. kDBConnection::doInsert method iproved, so it now can perform multiple record insert into same table using only one INSERT statement no matter what actual records will be inserted.

10. Removed unused code from kDBTagProcessor::PredefinedSearchOptions tag

11. Now grid filters are not affected by DefaultSettingUsedId configuration variable.

12. Fixed Debugger::netMatch method. Now it doesn't raise warnings every time, when compare 2 given ip addresses (not subnet masks as earlier).

13. Improved config file search engine, now it takes 1 second to scan all config file for all in-portal modules.

14. preg_match in kUnitConfigReader::configAllowed replaced with substr, that improved config file checking speed.

15. Fixed bug in "Content" removal in each category path (was not removed, when only Content was present in category path).

16. Fixed bug in ExportHelper, that asked item for ExportColumns field even, when such field was not available.

17. When installed on local domain (tested on windows), then paid modules were not available at all, but they should be available for installing.

    • -9
    • +34
    /branches/RC/core/kernel/db/db_connection.php
    • -0
    • +5
    /branches/RC/core/install/english.lang
    • -2
    • +2
    /branches/RC/core/units/users/users_config.php
    • -1
    • +1
    /branches/RC/core/install/upgrades.sql
  1. … 21 more files in changeset.

Fixed problem in JSONHelper, when string with only numbers inside beginning with leading zeros was encoded as number and leading zeros were lost as a result.

1. #27081 - Admin: Editor in Site Views fix

2. kDateFormatter doesn't create *_formatted virtual fields anymore.

    • -9
    • +11
    /branches/RC/core/units/general/cat_dbitem.php
    • -7
    • +19
    /branches/RC/core/install/upgrades.php

1. Fixed bug, when catalog grid filter raised fatal error when using category selector.

#27465 - Admin: All Grids -> Broken Size for Field with Checkboxes

#27462 - License Check for Modules

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

FieldVisible tag added to all local copies of blocks (copied from form_blocks and then changed)

1. Fixed category edit template layout in IE -> hidden fields moved outside table to look normal.

2. Fixed ajax overlay zIndex, so new windows will open over it, not under it as before.

3. Content category stripped from exported data.

4. Use is redirected exactly to import target category (not just in home category as before) after import is made.

5. #27456 - Admin: Import -> Multiple Fixes

    • -8
    • +8
    /branches/RC/core/install/install_toolkit.php
    • -0
    • +9
    /branches/RC/core/kernel/db/db_tag_processor.php

#27460 - Admin: Hide Fields & Sections marked in Site Configs (virtual hidden fields fix)

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

#27081 - Admin: Editor in Site Views

    • -0
    • +24
    /branches/RC/core/admin_templates/themes/extra_toolbar.tpl
    • -1
    • +1
    /branches/RC/core/install/install_data.sql
    • -0
    • +2
    /branches/RC/core/admin_templates/head.tpl

1. Final ajustments to categories_edit template to work with site config field hiding engine.

2. Custom field options list made smaller.

3. no_special parameter added to inp_label block.

4. Some debug code removed from kApplication class.

5. Added tags FieldVisible and FieldsVisible to show/hide fields based on data from site configs.

6. Global template compiler (from system tools section) now works only with enabled themes.

7. Fixed some warning on import/export screen.

8. #27460 - Admin: Hide Fields & Sections marked in Site Configs

    • -1
    • +0
    /branches/RC/core/units/admin/admin_config.php
    • -0
    • +11
    /branches/RC/core/install/english.lang
    • -4
    • +0
    /branches/RC/core/kernel/application.php
    • -1
    • +3
    /branches/RC/core/install/upgrades.sql
    • -0
    • +46
    /branches/RC/core/kernel/db/db_tag_processor.php

Single quotes used in block definitions to prevent syntax highlighting problems in Zend.

1. Fixed bug, when "extra_toolbar" (in head frame) stays from "catalog" section and was not replaced by Front-End "extra_toolbar" when using "View in browse mode" functionality from category item grid (like links).

2. Opening form tag was missing on tree template in admin.

3. #27461 - Admin: Browse Modes -> Section Properties for Items

4. Now c_CategoryLink tag builds link to category using it's path as template, not actual design template as before (as result was have identical links in menu and in category listing).

5. New method kEventManager::openerStackChange for changing last element of current window's opener stack.

6. Don't autocreate missing system pages, when user browses to them, like design pages (because they could intensionally not created in structure via .smsignore file).

7. Correct category id is now passed, when going to 404 not found and no permission tempalates.

8. Incorrect element template was used for article in category displaying.

    • -0
    • +7
    /branches/RC/core/kernel/db/db_event_handler.php
    • -2
    • +35
    /branches/RC/core/kernel/event_manager.php
    • -1
    • +2
    /branches/RC/core/admin_templates/tree.tpl
    • -6
    • +12
    /branches/RC/core/kernel/application.php

1. Parameter title_render_as removed from combined_header block, because it only makes harder to use block.

2. During window scroll thickbox window stays on screen center.

3. "no_editing" parameter now works even if used in block declaration.

4. Fixed incorrect element naming for block RenderElement tags resulting in incorrect "Edit" button template when dealing with nested block level RenderElement tags.

1. Missing title preset added for "Translations" section (former Phrases)

2. Templates for displaying sparate email message list moved to more logical place for them.

3. #27459 - Admin: Email Templates -> Show Enabled Only

Session log was initialized only for root.

Calendar icon will be disabled for read-only fields too. Before it was disabled for disabled fields only.

1. [[EventHandler:OnSynchronizeLanguages|]] event added + button on language toolbar in admin. Functionality copies missing phrases across the languages.

    • -0
    • +2
    /branches/RC/core/install/english.lang

Tags in block "grid_priority_td" optimized.

Now fallback logo is shown in case if login logo is missing. In that case styles fixed to match ones in head frame in admin.

    • -86
    • +91
    /branches/RC/core/admin_templates/login.tpl

#27080 - Admin: Modal Windows (Improvements)

1. Simplified version of duplicate links grid. At least it looks like grid

2. Draggable elements in theme - js part is now done by jquery.ui sortable plugin.

    • -7
    • +7
    /branches/RC/themes/default2009/index.tpl

1. #27332 - Admin: Add Item button is Missing on "Showing All" Grid

2. Fixed priority problem, when adding category from advanced view screen.

#27370 - Admin: Catalog-> White Space on Categories and Links tabs.

1. Fixed by using $(...).html() instead of ...innerHTML = ;

2. Fixed problem, when clicking on symlinked category in tree, then content of original (but not symlinked) category was shown in catalog.

Fixed bug in EditPickerHelper class with filter adding, when ambiguous column error was raised by mysql.

#27329 - Admin: Adding Relations to Category Item (ie. Product)

Fixed both places with relation adding and order item adding

    • -9
    • +40
    /branches/RC/core/kernel/event_manager.php
    • -0
    • +8
    /branches/RC/core/kernel/application.php

1. Fixed design for "save warning" message during category editing.

2. #13454 - Admin: Remove Option to Simple Search for NON-text Fields

3. #27369 - Admin: Grids + Catalog -> Remove Double Sorting

4. Double sorting arrow was shown event with UseDoubleSorting option disabled

5. When defined in unit config, then double sorting is applied, but no dobule sorting icon is shown in admin

6. Fixed permission checking during category relation edit template popup size query

7. Fixed missing closing DefineElement tag

    • -0
    • +4
    /branches/RC/core/install/upgrades.sql
    • -26
    • +1
    /branches/RC/core/kernel/db/db_event_handler.php
    • -1
    • +1
    /branches/RC/core/kernel/db/db_tag_processor.php