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

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

New functionality to Edit eisting Language Labels

    • -1
    • +33
    ./phrases/phrases_event_handler.php
  1. … 1 more file in changeset.

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

  1. … 13 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
    ./images/image_tag_processor.php

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

#26671 - Admin: Standardized Grids & Catalog

    • -0
    • +52
    ./general/helpers/search_helper.php
  1. … 18 more files in changeset.

#26809 - Admin: Functionality in HEAD frame

  1. … 4 more files in changeset.

#26805 - Admin: Menu + Main frames Resizable

  1. … 3 more files in changeset.

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.

  1. … 1 more file in changeset.

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").

  1. … 1 more file in changeset.

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

Fix in percentage for CSV Export

#26625 - Admin "head" frame design

  1. … 15 more files in changeset.

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)

  1. … 12 more files in changeset.

Spelling error corrected in Application object name.

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

Correction for "Email Validation" - switched to using Constant REG Expr (defined core/kernel/constants.php) In-Portal-wide.

Correction in "Email Validation" reg. expression - "+" is ALLOWED in email addresses - http://www.remote.org/jochen/mail/info/chars.html

=== ++++ ===

  • Возможность передавать все параметры из блока в шаблон (через pass_params параметр).
  • К классу String (в JavaScript) добавлены методы toNumeric и trim.
  • Добавлен класс JSONHelper из проекта BegonijaASU.
  • Возможность убирания кнопок с панели инструментов шаблонов при помощи конфигурационного файла.

=== *** ===

  • В кеше секций теперь присудствует путь к шаблону, который ранее по ошибке стирался при его построении.
  • Метод Validate в классах kCatDBItem и CategoriesItem вызывался 2 раза, причём при первом его вызове изменения в OnBeforeItemCreate и OnBeforeItemUpdate событиях игнорировались.
    • -1
    • +64
    ./categories/categories_tag_processor.php
    • -0
    • +156
    ./general/helpers/json_helper.php
    • -10
    • +41
    ./categories/categories_config.php
  1. … 39 more files in changeset.

Fix for CSV Export when we have MANY records and we go through less THEN one step in 1%. Keep showing 99% until all Records are completed. Tested in Vic with 60,000 rows Export.

Fix for Custom CHARET and COLLATIONs to be used with Temporarily Table for Cache Rebuild

Fix - wrong Email Event was called on "Recommend to Friend" event.

When on section overwrites other by priority, then this is reported.

    • -2
    • +19
    ./general/helpers/sections_helper.php

#25407 - NParser Improvements for CMS Views

    • -0
    • +273
    ./general/helpers/template_helper.php
  1. … 5 more files in changeset.

New addions for "Users Online"

#25727 - Mailing Manager

    • -0
    • +311
    ./mailing_lists/mailing_list_eh.php
    • -5
    • +5
    ./general/helpers/permissions_helper.php
    • -0
    • +270
    ./general/helpers/mailing_list_helper.php
    • -12
    • +3
    ./logs/email_logs/email_logs_config.php
    • -34
    • +9
    ./email_events/email_events_event_handler.php
    • -1
    • +2
    ./email_messages/email_messages_event_handler.php
    • -28
    • +29
    ./general/helpers/helpers_config.php
    • -0
    • +67
    ./mailing_lists/mailing_list_tp.php
    • -0
    • +122
    ./mailing_lists/mailing_lists_config.php
  1. … 16 more files in changeset.

phpDocumentator comments added to all kXMLHelper methods and attributes

Reset all curl helper input parameters, not only postData as before.

New "img_size", "img_sizes" format for kUploadFormatter.

  1. … 1 more file in changeset.

1. Fixed swfupload (for 10 flash player) style problem under in-portal.

2. Prevent cases of using undefined sections in combined_header block (new error is trown)

3. misc

  1. … 3 more files in changeset.