In-Portal

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

1. missing phrases

2. unique index for Phrase table

    • -2
    • +3
    /branches/RC/core/install/install_schema.sql
    • -1
    • +4
    /branches/RC/core/install/upgrades.sql
    • -0
    • +8
    /branches/RC/core/install/english.lang
    • -0
    • +1
    /branches/RC/core/install/upgrades.php

Fixed incorrect upgrades.sql by Dima

    • -4
    • +8
    /branches/RC/core/install/upgrades.sql

Fix for LogoBottom + Added LogoLogin field (image will be added separately).

    • -0
    • +1
    /branches/RC/core/install/install_schema.sql
    • -1
    • +3
    /branches/RC/core/install/upgrades.sql
    • -1
    • +1
    /branches/RC/core/install/install_data.sql

colors for edit page, edit cms block buttons

SMSIGNORE + META DATA for Templates (.TPL)

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

#27228 - Admin: Save DESC from .TPL in Template Description in ThemeFiles

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

1. Show All/Show Structure links remembered last visited category.

2. Empty line between grid and toolbar in IE.

3. New replacement #section_label#, that will be replaced with label, from given section.

4. Unused old tab design styles removed from css file.

5. Completely rewrited "Loading ..." overlay logic during ajax requests in catalog and other ajax-related places.

6. search_keydown function fixed and don't raise php fatal error when enter is pressed in simple search input near search buttons in toolbar.

7. Categories tab removed from reviews section (was accidentally added during new catalog implementation).

8. Priority dropdown in categories list in admin is now filled with positive values.

9. Fixed proj-cms templates (because they will be moved to core later).

    • -1
    • +11
    /branches/RC/core/kernel/db/db_tag_processor.php

Exclude DES.TPL from Templates Drop-down

Advanced Site Configs

Moving "inbulletin" to "in-bulletin"

#26605 - Admin: Permissions in In-Edit

    • -18
    • +2
    /branches/RC/themes/default2009/index.tpl
    • -1
    • +7
    /branches/RC/core/install/upgrades.sql
    • -0
    • +6
    /branches/RC/core/install/install_data.sql
    • -0
    • +35
    /branches/RC/core/install/upgrades.php

fixes related to "-" adding in main 3 module names

    • -25
    • +18
    /branches/RC/core/units/fck/fck_eh.php

#27082 - Admin: Catalog Item Selector

1. problem during product coping with options prevented product without options (were deleted by user) beeing added to order (from admin).

2. original prefix, that opened catalog item selector was lost when moved to advanced view selector (from catalog selector).

#27120 - Front: Move in CVS module themes to have "in-" format

    • -1
    • +2
    /branches/RC/core/install/upgrades.sql

site config files renamed to match naming standarts

1. changed site config reader to allow such case, when you can defined only needed variables in site config, not all of them as empty arrays.

2. change log config was missing toolbar_buttons section for each title preset

1. export button added to visits list template copy, when in-commerce is installed

2. fixed grid name for export button on visits list

3. change log edit preset renamed in unit config too (Dima renamed only in template)

META DATA for Templates (.TPL)

    • -0
    • +6
    /branches/RC/themes/default2009/phrases_edit.tpl

Added Export button

Minor change/fix in TitlePreset

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