In-Portal

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

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.

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

TPL Name Changes (dsg.tpl = Design templates)

  1. … 20 more files in changeset.

TPL Name Changes:

.dsg.tpl = Design templates

.elm.tpl = Templates with Elements and Blocks

*.tpl = Complete page templates

Basic GEOCODE helper class.

TODO: needs to be cleaned and completed

    • -0
    • +173
    /branches/RC/core/units/general/helpers/geocode_helper.php

Minor fix in for CMSTreeLoad event (fixed by Kostya before)

    • -0
    • +1
    /branches/RC/core/units/fck/fck_eh.php

New functionality to Edit eisting Language Labels

    • -2
    • +1
    /branches/RC/themes/default2009/phrases_edit.tpl
    • -2
    • +1
    /branches/RC/themes/default2007/phrases_edit.tpl

Added Header 404 Not Found for this template

Added 2 new CONSTANTs to Edit eisting Language Labels in Admin and Front

New functionality to Edit eisting Language Labels

1. customized block redesign to match platform block layout

2. new method for setting/restoring fullscreen mode in admin

3. SetPopupSize tag added for "regional", "stylesheets" section templates

4. new tab design for "regional" section templates

5. Session class: missing attribute CachedSID declared, fixed duplicate session (with same sid) create attempt on session expiration resulting sql error

6. help icon removed from "blue_bar" block

    • -3
    • +10
    /branches/RC/core/kernel/session/session.php

1. NEW: Template Manager in default2009 theme (editing and saving blocks, error reporting)

2. Beta version of element dragging code (don't save changes in template, don't work in IE when attempting 2 dragging attempts on same element)

  1. … 22 more files in changeset.

1. all missing image checks from img:ImageSrc tag moved to one place

2. added ability to scale default image using requested image dimensions

3. remotely located images are now always assumed as existing

Removed (commented out) PHP check File_Exists() on images with http:// since some servers FAIL to resolve this check.

1. ThickBox - fixed to work with jQuery 1.3+

2. Incorrect placement of m:OnAfterFormInit JS hook in upload_manager.js

3. "Browse" button position adjustement (in uploader) even with slow i-net connection

4. Upgrade script for skin (from 4.3.9 to 5.0.0)

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

Missing login_pending_disabled template copied & adapted from onlinestore theme. Phrases moved from In-Commerce to Core module.

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

Missing login_pending_disabled template copied & adapted from onlinestore theme.