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

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. … 35 more files in changeset.

New functionality to Edit eisting Language Labels

  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. … 14 more files in changeset.

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

#26671 - Admin: Standardized Grids & Catalog

  1. … 18 more files in changeset.

TemplatesBase fix for duplicate "/" tags

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.

  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.

#25354 - In-portal CMS: Advanced Site Configurator

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

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. #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. … 9 more files in changeset.

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

Removed EditorPick from DB_eh

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

Fix for applying EditorPick sorting based on ConfigValue (user's choise). Variable name and Sorting field + order moved to Units ConfigMaps.

Fix for data_exists param in RenderElement correctly understand data_exists="0"

1. #26585 - Problem with RenderElement in NParser - data_exists.

2. fatal error, when advanced permission selector is opened in popup

  1. … 1 more file in changeset.

=== ++++ ===

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

=== *** ===

  • В кеше секций теперь присудствует путь к шаблону, который ранее по ошибке стирался при его построении.
  • Метод Validate в классах kCatDBItem и CategoriesItem вызывался 2 раза, причём при первом его вызове изменения в OnBeforeItemCreate и OnBeforeItemUpdate событиях игнорировались.
  1. … 42 more files in changeset.

1. При проверке на уникальность не учитывались не отмеченные checkbox поля.

2. Проверять на уникальность только, если во всех требуемых для проверки полей есть значения.

  • При загрузке файла через SWFUpload в "/system/tmp" директорию также проверять, что фактическая директория, куда потом будет перемещён этот файл также доступна для записи.
  • Решена проблема с тем, что если динамически (напр. из [[EventHandler:OnBeforeItemCreate|OnBeforeItemCreate]] события) менять статус "обязательно к заполнению" у полей, для загрузки файлов, то в случае, когда файл не загружен не будет показываться сообщение об ошибке (но форма не будет закрываться как буд-то ошибка есть).
  • Исправлена ошибка при проверке прав на загрузку файлов через SWFUpload. Теперь можно загружать файлы даже к подчинённым префиксам и к префиксу "st", что небыло возможно ранее.
    • -13
    • +2
    ./utility/formatters/upload_formatter.php

New option to get Convert KG to Pounds WITHOUT Ounces.

Ability to set default per_page for lists via "default_per_page" tag/event parameter.

Limit large kDBConnection::GetOne usage results to be fully shown in debugger report (standart limit: when > 200, then show first 50 only).

      • empty log message ***

DBG_EMAIL has no effect, when SetEncodedHeader was used. Fixed.

DBG_EMAIL option for debugger

When fatal error occurs during AJAX request then HTTP responce status was still 200 OK, not 500 Server Error.