Index: branches/RC/admin/install/upgrades/readme_4_2_1.txt =================================================================== diff -u --- branches/RC/admin/install/upgrades/readme_4_2_1.txt (revision 0) +++ branches/RC/admin/install/upgrades/readme_4_2_1.txt (revision 9797) @@ -0,0 +1,32 @@ +Readme notes for In-Portal v4.2.1 +Intechnic Corporation, January 3, 2008 + +Summary: + +Platform and all modules upgraded to v4.2.1 +Both front and back-end improvements and bug fixes system-wide. + +Module specific changes available in [module]/admin/install/upgrades/changelog_4_2_1.txt files. + + +Platform: +------------------------- +New Features & Improvements + +- User and admin File uploads for all item types. Uploading interfaces are implemented for In-link (links) module only +- Watermarks for images. Currently used in In-commerce (Products) module in Default2007 theme +- Improved mechanism for image auto-resizing +- Option to enable/disable multi-lingual support for Custom Fields of all types +- Symbolic links for Categories. Ability to point any catalog category to other catalog category +- Option to set primary country in drop-down on User Registration form +- Auto-select for Item tabs in Admin Catalog + +Bugs + +- Per page setting for Categories on the Front End with mod_rewrite enabled +- Alt tag for images wasn't showing +- Remote images in IE7 didn't show due to missing default with attribute +- Theme fixes +------------------------- + +Strongly recommended to upgrade! \ No newline at end of file Index: branches/RC/admin/install/upgrades/changelog_4_2_1.txt =================================================================== diff -u -r9777 -r9797 --- branches/RC/admin/install/upgrades/changelog_4_2_1.txt (.../changelog_4_2_1.txt) (revision 9777) +++ branches/RC/admin/install/upgrades/changelog_4_2_1.txt (.../changelog_4_2_1.txt) (revision 9797) @@ -17,9 +17,10 @@ File in-portal/admin/install/install_lib.php changed File in-portal/admin/install/upgrade_errors.php changed File in-portal/admin/install/langpacks/english.lang changed -File in-portal/admin/install/upgrades/changelog_4_2_1.txt is new; release_4_2_1 revision 1.1.2.4 +File in-portal/admin/install/upgrades/changelog_4_2_1.txt is new; release_4_2_1 revision 1.1.2.5 File in-portal/admin/install/upgrades/inportal_upgrade_v4.2.1.php is new; release_4_2_1 revision 1.1.2.1 File in-portal/admin/install/upgrades/inportal_upgrade_v4.2.1.sql is new; release_4_2_1 revision 1.1.2.14 +File in-portal/admin/install/upgrades/readme_4_2_1.txt is new; release_4_2_1 revision 1.1.2.1 File in-portal/admin/listview/listview.php changed File in-portal/admin/logs/email_log.php changed File in-portal/admin/modules/upgrade_lic.php changed @@ -198,7 +199,7 @@ File theme_portal2007/platform/elements/header.tpl changed File theme_portal2007/platform/elements/menu.tpl changed File theme_portal2007/platform/elements/menu.xml.tpl changed -File theme_portal2007/platform/elements/title_bar.tpl is new; release_4_2_1 revision 1.1.2.1 +File theme_portal2007/platform/elements/title_bar.tpl is new; release_4_2_1 revision 1.1.2.2 File theme_portal2007/platform/elements/banners/banner_right.tpl is new; release_4_2_1 revision 1.1.2.1 File theme_portal2007/platform/elements/banners/banner_top.tpl is new; release_4_2_1 revision 1.1.2.2 File theme_portal2007/platform/elements/content_boxes/related_items.tpl is new; release_4_2_1 revision 1.1.2.3 Index: branches/RC/themes/default2007/platform/elements/content_boxes/sub_categories.tpl =================================================================== diff -u -r9646 -r9797 --- branches/RC/themes/default2007/platform/elements/content_boxes/sub_categories.tpl (.../sub_categories.tpl) (revision 9646) +++ branches/RC/themes/default2007/platform/elements/content_boxes/sub_categories.tpl (.../sub_categories.tpl) (revision 9797) @@ -9,7 +9,7 @@ - " class="image_border" align="right" hspace="5" vspace="0"/> + " class="image_border" align="right" hspace="5" vspace="0" alt=""/> Index: branches/RC/admin/install/langpacks/english.lang =================================================================== diff -u -r9752 -r9797 --- branches/RC/admin/install/langpacks/english.lang (.../english.lang) (revision 9752) +++ branches/RC/admin/install/langpacks/english.lang (.../english.lang) (revision 9797) @@ -80,6 +80,7 @@ VmFsaWRhdGVkIE9u VmFsdWU= Vmlld3M= + Q29sb24= QWNjZXNz QWRkaXRpb25hbA== QWRtaW4gSW50ZXJmYWNl @@ -145,6 +146,7 @@ RmllbGQgVmFsdWU= VmVyc2lvbg== VmlzaXQgRGF0ZQ== + Q29tbWE= QXNjZW5kaW5n RGF0ZQ== RGVzY2VuZGluZw== @@ -1279,6 +1281,7 @@ U2VsZWN0IENvbHVtbnM= U2VsZWN0aW5nIENhdGVnb3JpZXM= RW1wdHkgc2VsZWN0aW9u + U2VtaWNvbG9u T25lIGZpZWxkIGZvciBlYWNoIGNhdGVnb3J5IGxldmVs Q2xvbmU= RWRpdA== @@ -1295,6 +1298,7 @@ U2hvdyBFbWFpbCBMb2c= U2hvd2luZyBMb2dz QW5kIHRoZW4gYnk= + U3BhY2U= QWxiZXJ0YQ== QWxhc2th QWxhYmFtYQ== @@ -1364,6 +1368,7 @@ RGVmaW5pdGlvbg== UHJldmlldw== U3VuZGF5 + VGFi QWRtaW5pc3RyYXRpb24gUGFuZWwgVUk= QWR2YW5jZWQgVmlldw== QmFja3Vw Index: branches/RC/themes/default2007/platform/elements/title_bar.tpl =================================================================== diff -u -r9687 -r9797 --- branches/RC/themes/default2007/platform/elements/title_bar.tpl (.../title_bar.tpl) (revision 9687) +++ branches/RC/themes/default2007/platform/elements/title_bar.tpl (.../title_bar.tpl) (revision 9797) @@ -1,6 +1,8 @@ - + + + Index: branches/RC/themes/default2007/platform/designs/categories.tpl =================================================================== diff -u -r9404 -r9797 --- branches/RC/themes/default2007/platform/designs/categories.tpl (.../categories.tpl) (revision 9404) +++ branches/RC/themes/default2007/platform/designs/categories.tpl (.../categories.tpl) (revision 9797) @@ -12,10 +12,10 @@ (: ) - - " class="text-title"> @ (: ) + + " class="text-title"> @ ( / ) - " class="text-title"> (: ) + " class="text-title"> ( / ) @@ -45,7 +45,7 @@
  • - + " class="text-title"> @ " class="text-title">