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

Creating "In-Portal" module for versions before 5.0.0.

  1. … 5841 more files in changeset.

1. Fixes #0000015: Saving "Movable Blocks" in Layout Mode.

2. Movable block tolerance changed to "pointer" - makes easier to drop when dragging between left and right columns.

INP-8

  1. … 1 more file in changeset.

1. Fixes #0000015: Saving "Movable Blocks" in Layout Mode.

2. JavaScript error (on left frame width save attempt) fixed, when F5 was pressed in administrative console.

INP-8

  1. … 7 more files in changeset.

Fixes #0000125: Javascript cycle "for (index in array)" is used for arrays - replace with normal "for (index = 0; i < array.length; i++)"

INP-105

Fixes #0000096: Modal Windows and Pop-ups Editing Interfaces (still beta, needs to be tested)

INP-81

  1. … 6 more files in changeset.

Fixes #0000128: Add event, that is called when grid page is changed

INP-108

  1. … 1 more file in changeset.

Fixes #0000127: Add jQuery-style "each" function Grid and Array classes

INP-107

Fixes #0000126: Add ability to hook to all events of given prefix in javascript

INP-106

Fixes #0000122: JavaScript warning related to "related.parentNode", when selecting data in date picker

INP-102

Fixes #0000051: Improvements to Duplicate Submit checks

INP-41

Fixes #0000112: Ability to remove swfuploader object

INP-93

Fixes #0000113: FCKEditor behavior, when ENTER is pressed

INP-94

Fixes #0000042: Vertical scrollbar, when content block edit window is opened on Front-End

INP-32

1. Fixes #0000089: Session expiration doesn't happen in admin.

2. Width of overlay div shown during ajax requests is now also updated, when window is resized.

3. Function maximizeElement (javascript) now also updates maximized control size on window resize.

4. "Tools -> Query Database" section now uses correct class for column header (class was missing before this fix).

5. Fixed warning about missing 'login_template' parameter for m_RequireLogin tag (in kPermissionHelper::getPermissionTemplate method).

INP-75

  1. … 6 more files in changeset.

1. Fixes #0000083: Ability to enter sql queries and phrases as custom field options.

2. htmlspecialchars function (in javascript) wasn't applied on options added in MInput control (inp_edit_minput block).

3. Commented-out code removed from kModRewriteHelper class, because was proven, that code if uncommented doesn't provide any upgrade to current url parsing functionality. In other words - all works without it in all cases.

INP-71

  1. … 4 more files in changeset.

1. Fixes #0000070: FCKEditor integration fixes

2. Optimized "inp_fckconfig.js" - it now only contains changed lines, not a copy of "fckconfig.js" as before.

3. FCKEditor upgraded from 2.6.3 to 2.6.4

INP-58

  1. … 143 more files in changeset.

Fixes #0000036: Duplicate category shown at the bottom in tree frame.

Problem was in exact place I've supposed. It was related to concurrent attempts of reloading contents of same tree folder.

INP-26

bug #0000007 fixed - Switching between Catalog / Show All grids

INP-3

  1. … 8 more files in changeset.

1. When item ID was 0 (new main item creation) method "kDBEventHandler::getPassedID" wasn't returning it. Though such ID was returned by "kDBEventHandler::StoreSelectedIDs", that was called later from "kDBEventHandler::getPassedID" method.

2. Foreign key value for subitem WITH SPECIAL wasn't set in kDBEventHandler::OnNew event and 2 warnings were shown.

3. Temp mode mark (<prefix_special>_mode variable) in method "kDBEventHandler::setTempWindowID" was not passed to item editing/creation window, when in both grid and item edit template special was used.

4. Fixed bug in "kDBTagProcessor::FieldVisible" resulting 2 warnings where VerifyPassword field visibility was checked. This is only virtual field, that doesn't exist in unit config and is created on the fly by kPasswordFormatter class.

5. Specials used in "events" request variable were stripped, before adding to "passed" request variable in method "kEventManager::ProcessRequest". Because of such behavior data associated with stripped specials (like temp mode mark and item's ID) were not available in "m_Link" tag used with 'pass="all"' parameter. Fixed by removing such stripping in administrative console only.

6. Prefix data passed in POST wasn't able to overwrite prefix data passed in GET in case, when special was used. This caused problems during item editing when special was used in grid and item edit template.

7. Missing "noimage.gif" image added.

  1. … 9 more files in changeset.

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. … 34 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. Fixed category edit template layout in IE -> hidden fields moved outside table to look normal.

2. Fixed ajax overlay zIndex, so new windows will open over it, not under it as before.

3. Content category stripped from exported data.

4. Use is redirected exactly to import target category (not just in home category as before) after import is made.

5. #27456 - Admin: Import -> Multiple Fixes

  1. … 15 more files in changeset.

#27081 - Admin: Editor in Site Views

  1. … 11 more files in changeset.

1. Parameter title_render_as removed from combined_header block, because it only makes harder to use block.

2. During window scroll thickbox window stays on screen center.

3. "no_editing" parameter now works even if used in block declaration.

4. Fixed incorrect element naming for block RenderElement tags resulting in incorrect "Edit" button template when dealing with nested block level RenderElement tags.

  1. … 10 more files in changeset.

Calendar icon will be disabled for read-only fields too. Before it was disabled for disabled fields only.

#27080 - Admin: Modal Windows (Improvements)

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

  1. … 1 more file 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
    • +82
    ./template_manager.js
  1. … 58 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.

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