admin_templates

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

#27080 - Admin: Modal Windows (Improvements)

1. #27332 - Admin: Add Item button is Missing on "Showing All" Grid

2. Fixed priority problem, when adding category from advanced view screen.

  1. … 1 more file in changeset.

#27370 - Admin: Catalog-> White Space on Categories and Links tabs.

1. Fixed by using $(...).html() instead of ...innerHTML = ;

2. Fixed problem, when clicking on symlinked category in tree, then content of original (but not symlinked) category was shown in catalog.

#27329 - Admin: Adding Relations to Category Item (ie. Product)

Fixed both places with relation adding and order item adding

  1. … 4 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. … 4 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.

    • -0
    • +18
    ./themes/codepress/languages/html.css
    • -0
    • +60
    ./themes/codepress/languages/html.js
    • -0
    • +0
    ./themes/codepress/engines/khtml.js
    • -0
    • +152
    ./themes/codepress/codepress.js
    • -0
    • +0
    ./themes/codepress/engines/older.js
    • -0
    • +52
    ./themes/file_edit.tpl
    • -0
    • +56
    ./themes/template_edit.tpl
    • -0
    • +21
    ./themes/codepress/codepress.css
  1. … 45 more files in changeset.

Minor fixes for Admin Login

Fallback image for Logo

Updated Login button to be ROUND in FF

Redone Admin Login

    • binary
    ./img/login/login-bottom.jpg
    • binary
    ./img/login/login-top.jpg
  1. … 3 more files in changeset.

#27333 - Admin: Field with Primary Category on "Showing All"

  1. … 4 more files in changeset.

1. #27328 - Admin: FCK Editor doesn't Load for Textarea in FF3

2. New parameter "force_admin" for m_TemplatesBase tag gives ability to create link to admin from Front-End

3. Last template, when browsing through site in frame was not saved when visiting admin next time.

  1. … 4 more files in changeset.

#27330 - Admin: Messed up Page Title

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. … 7 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
    • +1
    ./logs/change_logs/change_log_list.tpl
    • -0
    • +644
    ./incs/style_template.css
    • binary
    ./img/bgr_input_line.gif
    • -1
    • +1
    ./custom_fields/custom_fields_list.tpl
  1. … 161 more files in changeset.

#27263 - Admin: Left Menu

    • binary
    ./img/icons/icon46_list_settings_output.gif
    • binary
    ./img/icons/icon24_settings_general.gif
    • binary
    ./img/icons/icon46_list_settings_general.gif
    • binary
    ./img/icons/icon24_settings_output.gif
  1. … 27 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.

    • binary
    ./img/toolbar/tool_new_form_f2.gif
    • -0
    • +117
    ./submissions/submission_view.tpl
    • binary
    ./img/toolbar/tool_new_form_f3.gif
    • binary
    ./img/icons/icon46_form_submission.gif
    • binary
    ./img/icons/icon24_form.gif
    • binary
    ./img/icons/icon46_list_form_submission.gif
    • binary
    ./img/icons/icon24_structure.gif
    • -0
    • +59
    ./forms/form_field_edit.tpl
    • binary
    ./img/icons/icon46_list_form.gif
    • -0
    • +68
    ./forms/forms_edit.tpl
    • binary
    ./img/toolbar/tool_new_form.gif
    • -0
    • +61
    ./forms/forms_list.tpl
    • binary
    ./img/itemicons/icon16_form_submission.gif
  1. … 66 more files in changeset.

Added Required option for Custom Fields

    • -0
    • +1
    ./custom_fields/custom_fields_edit.tpl
  1. … 4 more files in changeset.

1. missing phrases

2. unique index for Phrase table

  1. … 7 more files in changeset.

colors for edit page, edit cms block buttons

  1. … 1 more file in changeset.

1. Show All/Show Structure links remembered last visited category.

2. Empty line between grid and toolbar in IE.

3. New replacement #section_label#, that will be replaced with label, from given section.

4. Unused old tab design styles removed from css file.

5. Completely rewrited "Loading ..." overlay logic during ajax requests in catalog and other ajax-related places.

6. search_keydown function fixed and don't raise php fatal error when enter is pressed in simple search input near search buttons in toolbar.

7. Categories tab removed from reviews section (was accidentally added during new catalog implementation).

8. Priority dropdown in categories list in admin is now filled with positive values.

9. Fixed proj-cms templates (because they will be moved to core later).

  1. … 5 more files in changeset.

#27082 - Admin: Catalog Item Selector

1. problem during product coping with options prevented product without options (were deleted by user) beeing added to order (from admin).

2. original prefix, that opened catalog item selector was lost when moved to advanced view selector (from catalog selector).

1. export button added to visits list template copy, when in-commerce is installed

2. fixed grid name for export button on visits list

3. change log edit preset renamed in unit config too (Dima renamed only in template)

  1. … 1 more file in changeset.

Added Export button

Minor change/fix in TitlePreset

    • -1
    • +1
    ./logs/change_logs/change_log_edit.tpl

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
    • +1
    ./stylesheets/stylesheets_edit_block.tpl
    • -1
    • +1
    ./custom_fields/custom_fields_list.tpl
    • -27
    • +15
    ./categories/categories_edit_permissions.tpl
    • -15
    • +13
    ./categories/permissions_tab.tpl
    • -1
    • +1
    ./stylesheets/stylesheets_edit_base.tpl
  1. … 24 more files in changeset.

1. jQuery selector escaper fixed (now it escapes dots too).

2. getFrame was not able to find "head" frame when used from pseudo-popup (2nd subitem editing), that's why all 2nd level windows opened with default size no matter what adm_SetPopupSize tag told.

3. new catalog/advanced_view/item_selector tab style.

1. export in new catalog fixed

2. openSelector fixed, now it really uses given url as form.action during submit

3. added ability to specify onAfterOpenPopup callback for open_popup function

4. new unit config option: PassPriority, used to sort prefixes in "env" variable in links

5. new tag abstract tag ModifyUnitConfig, used as addition to OnAfterConfigRead, but is called only when combined_header is used

6. fixed problem, when events from GET were not passed, when empty event names were presetnt in POST

7. SelectParam helper method changed, now it can be used as tag: selects 1st parameter, that has value from given parameter names

8. category sorting by priority is only applied in admin (now it's not forced) and in CachedMenu tag

9. tag c_HomeCategory added to return home category, because not it's Content (id > 0), not 0, as before.

10. fixed "SaveWarning" tag for categories. now it is displayed during category editing.

11. Virtual fields shown in grid are now skipped from search, when they doesn't have corresponding calculated fields

12. Missing email events (found in language pack, but not found in db) are now skipped without rising sql error.

13. new parameters perm_prefix and perm_event added to combined_header block. They as used during permission checking.

14. new parameter pagination_prefix added to combined_header block. It's used (when passed) as prefix for drawing upper pagination bar (usually in subitem lists).

    • -11
    • +4
    ./logs/change_logs/change_log_list.tpl
    • -6
    • +3
    ./custom_fields/custom_fields_list.tpl
    • -40
    • +37
    ./stylesheets/base_style_edit.tpl
    • -5
    • +5
    ./spelling_dictionary/spelling_dictionary_edit.tpl
    • -26
    • +0
    ./regional/languages_import_step2.tpl
    • -1
    • +0
    ./logs/search_logs/search_log_list.tpl
  1. … 167 more files in changeset.

Js calendar always used lowercased am/pm and hours without leading zeros instead of requested. This resulted in invalid format every time, when date/time was selected using calendar.

1. "Home" toolbar button in Catalog & in Catalog Item Selector now goes to Proj-CMS root category, not category with 0 id.

2. Fixed problem in new catalog selectors, where Categories tab was always visible in advanced view.

3. Theme selector added to catalog item selector too.

4. Path to primary category in advanced view was incorrect, because of ParentId field in Category table now has options formatter.

5. js function openSelector now also passes category

6. Firebug's console object is now also availible in iframes

7. proj-base/login.tpl now closes new-style opened pseudo-popups on session expiration

8. no_permission template in admin now also redirects to login template in case, when user is not logged in

  1. … 3 more files in changeset.