Index: branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/readme_1_1_8.txt =================================================================== diff -u -r4518 -r4534 --- branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/readme_1_1_8.txt (.../readme_1_1_8.txt) (revision 4518) +++ branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/readme_1_1_8.txt (.../readme_1_1_8.txt) (revision 4534) @@ -2,14 +2,14 @@ Intechnic Corporation, May 4, 2006 New features: - - Category Template and Item Template properties added to category edit allowing eliminating template filename in the URL when using mod_rewrite and use different template for displaying different sub-categories and items in different sub-categories - - Custom field mechanism fully redone, resulting an improved performance when querying, displaying and searching through custom fields. All custom fields data is now stored as a single record in a table rather then a record for each custom field. The table structure is automatically altered when custom fields are being added or removed. - - Extended quick search syntax in number of sections (Languages, all In-commerce sections) allowing usage of exact match (by enclosing keywords into double quotes, i.e. "exact match"), include or exclude single keywords or exact match keywords (by using +/- operators before keywords, i.e. +keyword +"exact match" -keyword1 -"exact match2") - - Save warning in the administrative console when trying to switch between sections in the tree without saving an item currently being edited lowers the possibility of accidental data loss - - Logging of Advanced Search on the front end + - Category Template and Item Template properties added to the Category Edit form, allowing to eliminate template filename in the URL when using mod_rewrite and to use a different template for displaying different sub-categories and items in different sub-categories + - Custom field mechanism fully reengineered, resulting in an improved performance when querying, displaying and searching through custom fields. All custom field data is now stored as a single record in a table rather then in a record for each custom field. The table structure is automatically altered when custom fields are being added or removed. + - Extended quick search syntax added in a number of sections (Languages, all In-commerce sections) allowing usage of exact match (by enclosing keywords into double quotes, i.e. "exact match"), allowing to include or exclude single keywords or exact match keywords (by using +/- operators before keywords, i.e. +keyword +"exact match" -keyword1 -"exact match2") + - 'Save' warning in the administrative console when trying to switch between sections in the tree without saving the current form. This lowers the possibility of accidental data loss. + - Logging of Advanced Search queries on the front end Bug fixes: - Automatic password assignment - Possibility of selecting two languages as primary - Searching and sorting of user list when editing a group - - Editing of Home category may have resulted a blank screen + - Editing of the Home category in some situations resulted in a blank screen