core

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

New functionality to Edit eisting Language Labels

    • -3
    • +20
    ./kernel/languages/phrases_cache.php
    • -1
    • +33
    ./units/phrases/phrases_event_handler.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
    ./admin_templates/js/frame_resizer.js
    • -31
    • +21
    ./admin_templates/incs/image_blocks.tpl
    • -0
    • +1
    ./admin_templates/regional/languages_edit_email_events.tpl
    • -0
    • +1
    ./admin_templates/regional/languages_edit_phrases.tpl
    • -13
    • +7
    ./admin_templates/regional/languages_edit_tabs.tpl

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
    ./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
    • +1
    ./units/images/image_tag_processor.php

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)

    • -1
    • +1
    ./admin_templates/js/jquery/thickbox/thickbox.js
    • -0
    • +1
    ./admin_templates/js/uploader/uploader.js

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

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

#26671 - Admin: Standardized Grids & Catalog

    • -2
    • +2
    ./admin_templates/js/jquery/thickbox/thickbox.js
    • -14
    • +35
    ./admin_templates/incs/form_blocks.tpl
    • -0
    • +52
    ./units/general/helpers/search_helper.php
    • binary
    ./admin_templates/img/expand_filter.gif
    • binary
    ./admin_templates/img/tabs/left.png
    • -0
    • +195
    ./admin_templates/js/tab_scroller.js
  1. … 5 more files in changeset.

#26809 - Admin: Functionality in HEAD frame

    • -0
    • +1
    ./units/languages/languages_config.php

TemplatesBase fix for duplicate "/" tags

    • -1
    • +1
    ./kernel/processors/main_processor.php

#26805 - Admin: Menu + Main frames Resizable

    • -0
    • +31
    ./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

1. "bgcolor" parameter value was ignored in st_ContentBlock tag resulting white background in fckeditor in all cases

2. missing section in "fck" prefix unit config resulted in no permission error in fck file browser.

New "m:OnAfterFormInit" js hook.

New "show_mode" for section definition: smNORMAL. This show mode constant and its handling to override sections (through SectionAdjustments) which are in smSUPER_ADMIN or smDEBUG by default, previously it was impossible (copied from "intechnic4").

Fix for images - "Default Image" will be shown when image file is missing from the filesystem, but Item still refers to it.

    • -9
    • +16
    ./units/images/image_tag_processor.php

#25354 - In-portal CMS: Advanced Site Configurator

    • -0
    • +11
    ./kernel/utility/unit_config_reader.php

Fix in SpiltTags method for Windows vs. UNIX Line-endings

Double ";" in upgrades.sql file

Missing ";" in upgrades.sql file

Default parmeter values set from tag m_DefaultParam wasn't available from m_if tag (e.g. <inp2:m_if check="m_Param" ...)

Fix for Add Relationship for Categories and other pages involved AdminTemplatePath for Categories

    • -1
    • +1
    ./kernel/utility/unit_config_reader.php

Fix in percentage for CSV Export

    • -4
    • +1
    ./units/general/helpers/csv_helper.php

#26625 - Admin "head" frame design

    • binary
    ./admin_templates/img/top_frame/icons/show_structure.gif
    • -8
    • +20
    ./admin_templates/js/frame_resizer.js
    • binary
    ./admin_templates/img/top_frame/toolbar_button_background.gif
    • binary
    ./admin_templates/img/top_frame/help_icon.gif
    • binary
    ./admin_templates/img/top_frame/right_background.jpg
    • binary
    ./admin_templates/img/top_frame/toolbar_background.gif
    • binary
    ./admin_templates/img/top_frame/icons/show_all.gif
    • binary
    ./admin_templates/img/top_frame/icons/content_mode.gif

1. #26626 - Admin: Toolbars in "head" frame

2. Missing popup size on custom field editing

3. edit_insides mark transformed into standalone EDITING_MODE_INSIDES mode

4. #26567 - Admin Catalog II (default sorting)

    • binary
    ./admin_templates/img/list_arrow_desc_big.gif
    • binary
    ./admin_templates/img/list_arrow_no_big.gif

Spelling error corrected in Application object name.

Invalid Dima's merge result fixed. When I say remove changes, then you can just copy over file version prior to your changes.

Fix for "EditorPick" (added EditorsPick priority sorting to Forced if settings Item specific setting is enabled)

    • -0
    • +17
    ./units/general/cat_event_handler.php

Removed EditorPick from DB_eh

pass_through parameter was not included in last_template session variable, but it should be included.