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

1. Added submenu item in "Catalog -> Tools" menu for rebuilding priorities cache in current category

2. "View in Browse Mode" link is now hidden from catalog item selector.

3. Added missing js_escape parameter to phrases used in javascript in combined_header block.

4. Fixed bad automatic thickbox window positioning, when firebug or bookmark panel was opened (iframe was moving outside it's window).

5. New parameter $onAfterOpenPopup added for js functions: std_precreate_item, std_new_item, std_edit_temp_item.

6. inp_edit_box_ml block was used on non-multilanguage field (for prefix "skin", "test").

7. Improvements in installator & unit config reader for windows (DIRECTORY_SEPARATOR was used insead of "/" that was hardcoded). Iproved file scanning operation performance.

8. Installation on linux failed on 2nd step, when config.php file was missing and attempt was made to check it's write permissions.

9. kDBConnection::doInsert method iproved, so it now can perform multiple record insert into same table using only one INSERT statement no matter what actual records will be inserted.

10. Removed unused code from kDBTagProcessor::PredefinedSearchOptions tag

11. Now grid filters are not affected by DefaultSettingUsedId configuration variable.

12. Fixed Debugger::netMatch method. Now it doesn't raise warnings every time, when compare 2 given ip addresses (not subnet masks as earlier).

13. Improved config file search engine, now it takes 1 second to scan all config file for all in-portal modules.

14. preg_match in kUnitConfigReader::configAllowed replaced with substr, that improved config file checking speed.

15. Fixed bug in "Content" removal in each category path (was not removed, when only Content was present in category path).

16. Fixed bug in ExportHelper, that asked item for ExportColumns field even, when such field was not available.

17. When installed on local domain (tested on windows), then paid modules were not available at all, but they should be available for installing.

  1. … 33 more files in changeset.

1. #27081 - Admin: Editor in Site Views fix

2. kDateFormatter doesn't create *_formatted virtual fields anymore.

  1. … 8 more files in changeset.

1.Some changes in email sending helper:

a) added SetTo method (no need to use SetEncodedEmailHeader directly anymore)

b) DBG_EMAIL wasn't working, when AddCc and AddBcc methods were used.

2. both popups from "System Tools/Service" screen now have working "close window" links.

  1. … 3 more files in changeset.

1. Proj-base module discontinued. Some stuff moved to Core.

2. Temp handler now can check, that record is being edited by someone else based on given ids (not only based on ids from current user's temp tables)

3. Fixed problem, when adding new language and there are errors on form, then all data from form is lost.

  1. … 175 more files in changeset.

1. Path field was not used and was removed from Category table

2. TemplateExists now lowercases template name before checking on disk

3. System pages (in structure) now has same path creation logic, like virtual pages (based on their location in structure, not on disk)

4. Fixed admin section highlighting when browsing on Front-End through frame and st:EditPage tag is present on page

5. Correct category is passed in st:PageBrowseLink, not parent category id as before

6. Config cache was not rebuild, when changing module root category (e.g. for In-Link)

7. "Content" category removed from tag CategoryPath results

8. Misspelled category path (with "/" instead of "||") in template description.

  1. … 15 more files in changeset.

Merging "st" and "c" prefixes. Theme selector.

1. Theme selector for catalog/advanced_view

2. Catalog is now derived from "Content" category as Proj-CMS

3. Search box for category permission editor

4. yellow/red folder (small/super small) icons moved to core (from proj-cms)

5. getFrame hang up fix in all getFrame copies

6. Fixed 2 popups from System Tools section

7. added QuickCategoryPermissionRebuild configuration variable

8. missing OnResetSorting event permission mapping added

9. kDBBase::PrepareFieldOptions is now called only once per field

10. usage of undefined configuration variable "UseFileCache" in "cache.php"

11. cache variable cms_menu is now deleted together with StructureTree (in adm:OnResetCMSMenuCache event)

12. Fixed spelling error on $add_collation variable in kPermCacheUpdater::initData method (bug by Dima)

13. "menu" type added for category lists (<inp2:c_InitList types="menu" except="menu"/>) for showing/excluding menu items from category lists

14. During theme file rebuild files from disabled theme are not added to ThemeFiles table

15. Templates with .des.tpl and .elm.tpl extensions are skipped on structure creation step; also ".svn" directory is skipped

16. New parameter "additional_blue_bar_render_as" for block "combined_header" allows to specify block to render at right corner of blue bar.

  1. … 35 more files in changeset.

#25354 - In-portal CMS: Advanced Site Configurator

  1. … 1 more file in changeset.

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

=== ++++ ===

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

=== *** ===

  • В кеше секций теперь присудствует путь к шаблону, который ранее по ошибке стирался при его построении.
  • Метод Validate в классах kCatDBItem и CategoriesItem вызывался 2 раза, причём при первом его вызове изменения в OnBeforeItemCreate и OnBeforeItemUpdate событиях игнорировались.
  1. … 45 more files in changeset.
  • При загрузке файла через SWFUpload в "/system/tmp" директорию также проверять, что фактическая директория, куда потом будет перемещён этот файл также доступна для записи.
  • Решена проблема с тем, что если динамически (напр. из [[EventHandler:OnBeforeItemCreate|OnBeforeItemCreate]] события) менять статус "обязательно к заполнению" у полей, для загрузки файлов, то в случае, когда файл не загружен не будет показываться сообщение об ошибке (но форма не будет закрываться как буд-то ошибка есть).
  • Исправлена ошибка при проверке прав на загрузку файлов через SWFUpload. Теперь можно загружать файлы даже к подчинённым префиксам и к префиксу "st", что небыло возможно ранее.
  1. … 2 more files in changeset.

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

#25407 - NParser Improvements for CMS Views

  1. … 8 more files in changeset.

#25727 - Mailing Manager

  1. … 25 more files in changeset.

Debugger support jquery ajax requestes, highlight of large strings

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

  1. … 1 more file in changeset.

Automatically add ajax=yes (in kHTTPQuery), when ajax request is made from jQuery (rather, then changing jquery.js)

1. debugger works with jquery

2. support for fatal errors inside select elements

fix for case, when m_lang = default and kMultilanguage::LangFieldName is called

Improved Zend Debugger detection.

last_cache_rebuld cache variable added. It shows, who was last cache rebuilder

SQL are formatted even, when DBG_USE_HIGHLIGHT is turned off.

syntax fix (in comment)

      • empty log message ***
  1. … 12 more files in changeset.

FIX for not scanning .foldes for configs, checked by Kostia

new install engine for in-portal

  1. … 70 more files in changeset.

ml fix request

    • -12
    • +29
    ./formatters/multilang_formatter.php
  1. … 1 more file in changeset.

fixed debugger + gzip problem