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

#27081 - Admin: Editor in Site Views

  1. … 12 more files in changeset.

1. Final ajustments to categories_edit template to work with site config field hiding engine.

2. Custom field options list made smaller.

3. no_special parameter added to inp_label block.

4. Some debug code removed from kApplication class.

5. Added tags FieldVisible and FieldsVisible to show/hide fields based on data from site configs.

6. Global template compiler (from system tools section) now works only with enabled themes.

7. Fixed some warning on import/export screen.

8. #27460 - Admin: Hide Fields & Sections marked in Site Configs

  1. … 15 more files in changeset.

1. [[EventHandler:OnSynchronizeLanguages|]] event added + button on language toolbar in admin. Functionality copies missing phrases across the languages.

  1. … 2 more files in changeset.

1. Fixed design for "save warning" message during category editing.

2. #13454 - Admin: Remove Option to Simple Search for NON-text Fields

3. #27369 - Admin: Grids + Catalog -> Remove Double Sorting

4. Double sorting arrow was shown event with UseDoubleSorting option disabled

5. When defined in unit config, then double sorting is applied, but no dobule sorting icon is shown in admin

6. Fixed permission checking during category relation edit template popup size query

7. Fixed missing closing DefineElement tag

  1. … 5 more files in changeset.

1. Tag adm_TemplateMatches removed, because equals_to parameter does the same as equals_to parameter for m_if tag.

2. Simultanious edit message functionality.

3. New title_render_as parameter for combined_header block.

  1. … 59 more files in changeset.

Redone Admin Login

  1. … 6 more files in changeset.

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

  1. … 4 more files in changeset.

#27334 - Admin: Configuration-> Advanced Settings

1. New js hook "m:OnUploadersReady" added. Hook event is called, when all flash uploaders done initializing (flash completely loaded and can be manipulated on).

2. Fixed various incosistent with database structure unit configs.

3. Currency rates are updated using object, not just direct sql query, as before.

4. Checkout step box in default2009 theme was broken (fixed).

5. USPS integration fixes (like no error from usps were shown on Front-End, incorrect style used in both admin and front-end usps messages).

  1. … 6 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. … 166 more files in changeset.

#27263 - Admin: Left Menu

  1. … 30 more files in changeset.

1. check for non-existing tab (when prefix is given) added in catalog

2. now theme default2007, then theme default2009 will be preselected during install (when available)

3. added new constant DBG_IGNORE_FATAL_ERRORS, that should be used in methods, that define their own error handlers and don't want kApplication to interfear (like sending 500 HTTP Responce code on fatal errors).

4. new edit button design for template editor on Front-End.

5. new method CategoriesTagProcessor::_transformContentBlockData added for applying custom processing to st_ContentBlock tag

6. new tag st_EditingScripts with all admin javascript includes from admin added. In case, when it's now used all such javascript are still added in st_EditPage tag.

  1. … 74 more files in changeset.

Added Required option for Custom Fields

  1. … 3 more files in changeset.

1. missing phrases

2. unique index for Phrase table

  1. … 5 more files in changeset.

Fixed incorrect upgrades.sql by Dima

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

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

  1. … 4 more files in changeset.

#26605 - Admin: Permissions in In-Edit

  1. … 1 more file in changeset.

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

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

  1. … 38 more files in changeset.

Changed default value for "FilenameSpecialCharReplacement" to - (hyphen) from _ (underscore)

1. More upgrade scripts (move all categories from Home to Content, rename /in-edit/desings/general to /platform/designs/default_design.des for all categories)

2. CMS page load sql fixed to add theme filter (forgot to implement this, but described in specs)

3. Onlinestore category index and product detail template names replaced with new ones for all categories

4. Spelling error in template from include on my favorites template resulted in empty template (no favories were always shown)

  1. … 3 more files in changeset.

1. CachedMenu tag now uses MenuTitle field instead of page name

2. Iheritance of Template field for categories

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

1. ThickBox - fixed to work with jQuery 1.3+

2. Incorrect placement of m:OnAfterFormInit JS hook in upload_manager.js

3. "Browse" button position adjustement (in uploader) even with slow i-net connection

4. Upgrade script for skin (from 4.3.9 to 5.0.0)

  1. … 3 more files in changeset.

Missing login_pending_disabled template copied & adapted from onlinestore theme. Phrases moved from In-Commerce to Core module.

#26671 - Admin: Standardized Grids & Catalog

  1. … 19 more files in changeset.

#26809 - Admin: Functionality in HEAD frame

  1. … 2 more files in changeset.

#26805 - Admin: Menu + Main frames Resizable

  1. … 1 more file in changeset.