branches

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

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

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

Removed EditorPick from DB_eh

    • -7
    • +0
    ./RC/core/kernel/db/db_event_handler.php

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.

    • -2
    • +12
    ./RC/core/kernel/db/db_event_handler.php

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

    • -1
    • +1
    ./RC/core/units/users/users_config.php
    • -3
    • +3
    ./RC/core/units/users/users_event_handler.php

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

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

    • -1
    • +1
    ./RC/core/units/users/users_config.php

Ability to hide buttons from toolbar (missing js part added).

    • -3
    • +23
    ./RC/core/admin_templates/js/toolbar.js

=== ++++ ===

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

=== *** ===

  • В кеше секций теперь присудствует путь к шаблону, который ранее по ошибке стирался при его построении.
  • Метод Validate в классах kCatDBItem и CategoriesItem вызывался 2 раза, причём при первом его вызове изменения в OnBeforeItemCreate и OnBeforeItemUpdate событиях игнорировались.
  1. ./RC/core/admin_templates/js/jquery/thickbox
    • -0
    • +164
    ./RC/core/admin_templates/js/jquery/thickbox/thickbox.css
    • -0
    • +5
    ./RC/core/admin_templates/js/toolbar.js
    • -0
    • +156
    ./RC/core/units/general/helpers/json_helper.php
  2. … 32 more files in changeset.

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

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

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

New option to get Convert KG to Pounds WITHOUT Ounces.

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

    • -1
    • +4
    ./RC/core/units/categories/cache_updater.php

Added INDEX to Keyword field in SearchLog table

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

    • -1
    • +1
    ./RC/core/units/users/users_event_handler.php

Added INDEX on "Event" field (Varchar 40)

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

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

    • -1
    • +2
    ./RC/core/kernel/db/db_event_handler.php

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 ***
    • -1
    • +0
    ./RC/core/kernel/utility/email_send.php

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

    • -0
    • +5
    ./RC/core/kernel/utility/email_send.php

DBG_EMAIL option for debugger

    • -0
    • +24
    ./RC/core/kernel/utility/email_send.php

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

Silent Log now works again

      • empty log message ***
    • -26
    • +30
    ./RC/themes/default2009/index.tpl

This commit was manufactured by cvs2svn to create branch 'RC'.

      • empty log message ***
    • -0
    • +90
    ./RC/themes/default2009/platform/login/register.tpl
    • -0
    • +153
    ./RC/themes/default2009/platform/inc/nlsmenuext_dyn.js
    • binary
    ./RC/themes/default2009/platform/img/logo.gif
    • -0
    • +35
    ./RC/themes/default2009/platform/designs/preferences.tpl
    • -0
    • +51
    ./RC/themes/default2009/platform/elements/side_boxes/search.tpl
    • binary
    ./RC/themes/default2009/platform/img/starrating.gif
    • binary
    ./RC/themes/default2009/platform/img/pixel_blue.gif
    • -0
    • +17
    ./RC/themes/default2009/platform/elements/title_bar.tpl
    • binary
    ./RC/themes/default2009/platform/img/icon_favorite.gif
    • binary
    ./RC/themes/default2009/platform/img/file_icons/mp3.gif
  1. ./RC/themes/default2009/platform/my_account
  2. … 173 more files in changeset.

#25407 - NParser Improvements for CMS Views

    • -0
    • +273
    ./RC/core/units/general/helpers/template_helper.php
    • -2
    • +20
    ./RC/core/units/admin/admin_events_handler.php
    • -74
    • +14
    ./RC/core/kernel/processors/main_processor.php
    • -6
    • +71
    ./RC/core/kernel/nparser/nparser.php
    • -0
    • +1
    ./RC/core/units/general/helpers/helpers_config.php
    • -34
    • +40
    ./RC/core/kernel/application.php