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

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

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

    • -32
    • +49
    ./core/admin_templates/js/script.js

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

    • -1
    • +1
    ./core/admin_templates/users/user_selector.tpl
    • -2
    • +2
    ./core/admin_templates/no_permission.tpl
    • -3
    • +4
    ./core/admin_templates/emails/send_complete.tpl
    • -1
    • +1
    ./core/admin_templates/user_selector.tpl
    • -3
    • +3
    ./core/admin_templates/incs/in-portal.tpl
    • binary
    ./core/admin_templates/img/close_window15.gif
    • -1
    • +7
    ./core/admin_templates/incs/footer.tpl
  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)

    • -2
    • +2
    ./themes/default2009/platform/site_map.tpl

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

    • -0
    • +1
    ./themes/default2009/platform/inc/captcha_image.elm.tpl

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

    • -0
    • +35
    ./themes/default2009/platform/designs/users.elm.tpl
  1. … 50 more files in changeset.

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

    • -0
    • +2
    ./themes/default2009/platform/elements/banners/banner_top.elm.tpl
    • -0
    • +54
    ./themes/default2009/platform/elements/header.elm.tpl
    • -0
    • +17
    ./themes/default2009/platform/elements/title_bar.elm.tpl
    • -0
    • +439
    ./themes/default2009/platform/elements/forms.elm.tpl
  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

    • -0
    • +88
    ./themes/default2009/platform/designs/default_design.dsg.tpl

Basic GEOCODE helper class.

TODO: needs to be cleaned and completed

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

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

New functionality to Edit eisting Language Labels

Added Header 404 Not Found for this template

    • -0
    • +4
    ./themes/default2009/error_notfound.tpl
    • -0
    • +4
    ./themes/default2007/error_notfound.tpl

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

New functionality to Edit eisting Language Labels

    • -3
    • +20
    ./core/kernel/languages/phrases_cache.php

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

    • -0
    • +12
    ./core/admin_templates/js/frame_resizer.js
    • -1
    • +2
    ./core/units/general/inp_ses_storage.php
    • -31
    • +21
    ./core/admin_templates/incs/image_blocks.tpl

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)

    • -0
    • +112
    ./themes/default2009/platform/inc/jquery/interface/iautoscroller.js
  1. ./themes/default2009/platform/inc/jquery/interface
  2. … 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

    • -22
    • +46
    ./core/units/images/image_tag_processor.php

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)

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

Missing login_pending_disabled template copied & adapted from onlinestore theme.

    • -0
    • +30
    ./themes/default2007/platform/login/login_pending_disabled.tpl
    • -0
    • +30
    ./themes/default2009/platform/login/login_pending_disabled.tpl

Field required check is now performed first and then other type, unique e.t.c. checks

#26671 - Admin: Standardized Grids & Catalog

    • -3
    • +3
    ./core/admin_templates/catalog_tab.tpl
    • -10
    • +62
    ./core/admin_templates/js/script.js
    • -14
    • +35
    ./core/admin_templates/incs/form_blocks.tpl
    • binary
    ./core/admin_templates/img/expand_filter.gif
    • binary
    ./core/admin_templates/img/tabs/left.png
    • -0
    • +195
    ./core/admin_templates/js/tab_scroller.js
  1. … 5 more files in changeset.

#26809 - Admin: Functionality in HEAD frame

TemplatesBase fix for duplicate "/" tags

#26805 - Admin: Menu + Main frames Resizable

    • -0
    • +31
    ./core/units/admin/admin_events_handler.php

1. NULL support for Conn->doInsert & Conn->doUpdate methods

2. support for long (over 65KB) sql queries in above mentioned methods