Index: branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/readme_1_1_8.txt =================================================================== diff -u --- branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/readme_1_1_8.txt (revision 0) +++ branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/readme_1_1_8.txt (revision 4510) @@ -0,0 +1,15 @@ +Readme notes for In-Portal 1.1.8 +Intechnic Corporation, May 4, 2006 + +New features: + - Category Template and Item Template properties added to category edit allowing to eliminate 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 fields mechanism fully redone resulting an improved performance when quering, 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 strucutre is automatially 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 accidential data loss + - Logging of Advanced Search 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