In-Portal

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

1. Fixed problem width textarea automatic height detection during form resize.

2. JS getFrame function fixed to support pseudo-popups.

3. new JS maximizeElement function for maximizing element till bottom of the window.

4. new method for detecting temp mode for prefix/special: kApplication::IsTempMode

5. new m_SetParam tag. Input parameter format same as form m_Set tag.

6. new parameter "language_id" for kApplication::EmailEventAdmin/EmailEventUser $send_params parameter. Allows to specify language to get event translation from.

7. New errors, that allows user to detect why email event was not sent (empty event translation before/after parsing).

    • -0
    • +1
    /branches/RC/core/kernel/event_handler.php
    • -12
    • +12
    /branches/RC/core/units/users/users_config.php
    • -1
    • +3
    /branches/RC/core/install/upgrades.sql
  1. … 24 more files in changeset.

1. jQuery selector escaper fixed (now it escapes dots too).

2. getFrame was not able to find "head" frame when used from pseudo-popup (2nd subitem editing), that's why all 2nd level windows opened with default size no matter what adm_SetPopupSize tag told.

3. new catalog/advanced_view/item_selector tab style.

Fixed Sub-menu for Sections / Categories

Fixed Sub-menu for Sections / Categories

1. export in new catalog fixed

2. openSelector fixed, now it really uses given url as form.action during submit

3. added ability to specify onAfterOpenPopup callback for open_popup function

4. new unit config option: PassPriority, used to sort prefixes in "env" variable in links

5. new tag abstract tag ModifyUnitConfig, used as addition to OnAfterConfigRead, but is called only when combined_header is used

6. fixed problem, when events from GET were not passed, when empty event names were presetnt in POST

7. SelectParam helper method changed, now it can be used as tag: selects 1st parameter, that has value from given parameter names

8. category sorting by priority is only applied in admin (now it's not forced) and in CachedMenu tag

9. tag c_HomeCategory added to return home category, because not it's Content (id > 0), not 0, as before.

10. fixed "SaveWarning" tag for categories. now it is displayed during category editing.

11. Virtual fields shown in grid are now skipped from search, when they doesn't have corresponding calculated fields

12. Missing email events (found in language pack, but not found in db) are now skipped without rising sql error.

13. new parameters perm_prefix and perm_event added to combined_header block. They as used during permission checking.

14. new parameter pagination_prefix added to combined_header block. It's used (when passed) as prefix for drawing upper pagination bar (usually in subitem lists).

  1. … 167 more files in changeset.

Changed default value for "FilenameSpecialCharReplacement" to - (hyphen) from _ (underscore)

    • -1
    • +1
    /branches/RC/core/install/install_data.sql

Removed In-Edit templates

Removed In-Edit templates, necessary ones moved to Platform.

    • binary
    /branches/RC/themes/default2009/platform/img/page_icon.gif

Js calendar always used lowercased am/pm and hours without leading zeros instead of requested. This resulted in invalid format every time, when date/time was selected using calendar.

Connected our "internal" Multi-byte support library (used in Application) for cases when NO support on the Server

1. "Home" toolbar button in Catalog & in Catalog Item Selector now goes to Proj-CMS root category, not category with 0 id.

2. Fixed problem in new catalog selectors, where Categories tab was always visible in advanced view.

3. Theme selector added to catalog item selector too.

4. Path to primary category in advanced view was incorrect, because of ParentId field in Category table now has options formatter.

5. js function openSelector now also passes category

6. Firebug's console object is now also availible in iframes

7. proj-base/login.tpl now closes new-style opened pseudo-popups on session expiration

8. no_permission template in admin now also redirects to login template in case, when user is not logged in

1. More upgrade scripts (move all categories from Home to Content, rename /in-edit/desings/general to /platform/designs/default_design.des for all categories)

2. CMS page load sql fixed to add theme filter (forgot to implement this, but described in specs)

3. Onlinestore category index and product detail template names replaced with new ones for all categories

4. Spelling error in template from include on my favorites template resulted in empty template (no favories were always shown)

    • -0
    • +2
    /branches/RC/core/install/upgrades.sql
    • -24
    • +47
    /branches/RC/core/install/upgrades.php

1. page edit, content block edit now works, but gives strange error in IE, can't really detect why

2. Fixed modrewrite for category items and category pagination

    • -3
    • +3
    /branches/RC/core/units/fck/fck_eh.php
    • -4
    • +3
    /branches/RC/core/kernel/application.php

TPL Changes (templates migration in Default2009 theme)

    • -0
    • +64
    /branches/RC/themes/default2009/platform/designs/form.tpl

TPL Changes (templates migration in Default2009 theme)

    • -0
    • +1
    /branches/RC/themes/default2009/index.tpl
  1. … 8 more files in changeset.

Minor fix for ALT attr. for Images

1. CachedMenu tag now uses MenuTitle field instead of page name

2. Iheritance of Template field for categories

    • -1
    • +11
    /branches/RC/core/install/upgrades.sql
    • -3
    • +5
    /branches/RC/core/install/install_toolkit.php
    • binary
    /branches/RC/core/admin_templates/img/icons/icon24_folder.gif
    • -2
    • +2
    /branches/RC/core/kernel/application.php

1. Path field was not used and was removed from Category table

2. TemplateExists now lowercases template name before checking on disk

3. System pages (in structure) now has same path creation logic, like virtual pages (based on their location in structure, not on disk)

4. Fixed admin section highlighting when browsing on Front-End through frame and st:EditPage tag is present on page

5. Correct category is passed in st:PageBrowseLink, not parent category id as before

6. Config cache was not rebuild, when changing module root category (e.g. for In-Link)

7. "Content" category removed from tag CategoryPath results

8. Misspelled category path (with "/" instead of "||") in template description.

    • -1
    • +0
    /branches/RC/core/install/install_schema.sql
    • -0
    • +54
    /branches/RC/core/admin_templates/categories/edit_content.tpl
    • -8
    • +6
    /branches/RC/core/kernel/application.php
    • -2
    • +8
    /branches/RC/core/kernel/db/db_event_handler.php
    • -2
    • +7
    /branches/RC/core/install/upgrades.php

Merging "st" and "c" prefixes. Theme selector.

1. Theme selector for catalog/advanced_view

2. Catalog is now derived from "Content" category as Proj-CMS

3. Search box for category permission editor

4. yellow/red folder (small/super small) icons moved to core (from proj-cms)

5. getFrame hang up fix in all getFrame copies

6. Fixed 2 popups from System Tools section

7. added QuickCategoryPermissionRebuild configuration variable

8. missing OnResetSorting event permission mapping added

9. kDBBase::PrepareFieldOptions is now called only once per field

10. usage of undefined configuration variable "UseFileCache" in "cache.php"

11. cache variable cms_menu is now deleted together with StructureTree (in adm:OnResetCMSMenuCache event)

12. Fixed spelling error on $add_collation variable in kPermCacheUpdater::initData method (bug by Dima)

13. "menu" type added for category lists (<inp2:c_InitList types="menu" except="menu"/>) for showing/excluding menu items from category lists

14. During theme file rebuild files from disabled theme are not added to ThemeFiles table

15. Templates with .des.tpl and .elm.tpl extensions are skipped on structure creation step; also ".svn" directory is skipped

16. New parameter "additional_blue_bar_render_as" for block "combined_header" allows to specify block to render at right corner of blue bar.

    • -8
    • +103
    /branches/RC/core/install/install_schema.sql
    • -6
    • +13
    /branches/RC/core/units/themes/themes_eh.php
    • -0
    • +3
    /branches/RC/core/install/install_data.sql
    • -1
    • +72
    /branches/RC/core/install/upgrades.sql
  1. … 21 more files in changeset.

META DATA for Templates (.TPL)

  1. … 15 more files in changeset.

TPL Name Changes + Added Movable-Element

TPL Name Changes + Added Movable-Element

    • -34
    • +47
    /branches/RC/themes/default2009/phrases_edit.tpl
  1. … 20 more files in changeset.

hang-up problem in getFrame on Front-End in default2009 theme

#26327 - Admin: Modal Windows - fix for custom field translator

1. #26327 - Admin: Modal Windows

2. some blocks redesigned to match platform requirements

3. fixed some error reporting in javascript (in try-catch statements in 2 places)

4. jQuery upgraded to 1.3.2, added draggable and resizeable ui elements

5. fixed set_hidden_field problem on category images template (admin) when starting to add new image

6. search/search_reset buttons are now always visible even with toolbar button visibility restritions in effect

7. blocks grid_options_td and grid_date_td copied and adapted to proj-base/grid_blocks template

8. fixed duplicate wid recursiva addition to window name

    • binary
    /branches/RC/core/admin_templates/img/close_window15.gif
  1. … 21 more files in changeset.

TPL Name Changes (elm.tpl = Templates with Elements and Blocks)

TPL Name Changes (elm.tpl = Templates with Elements and Blocks)

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

TPL Name Changes (elm.tpl = Templates with Elements and Blocks)

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

TPL Name Changes (elm.tpl = Templates with Elements and Blocks)

    • -2
    • +2
    /branches/RC/themes/default2009/phrases_edit.tpl
  1. … 50 more files in changeset.

TPL Name Changes (elm.tpl = Templates with Elements and Blocks)

  1. … 40 more files in changeset.