2007-11-05 Gregory Remington * Initial release... 2008-01-26 Gregory Remington * Renamed Typoscript template Zen Microsite 1.0 Zen Wireframe Business 1.0 * Added to Constants in Zen Wireframe Business 1.0 to validate print page feature as XHTML 1.0 Strict * Changed ###BLOG_POST_TITLE### to ###NEWS_TITLE### in zwire/ext/timtab_template.html * Changed displayList { title_stdWrap.wrap =

|

} to { title_stdWrap.wrap = } to remove second

wrap to validate as XHTML 1.0 Strict in TypoScript Template +Blog ext. * Changed title_stdWrap.wrap =

|

" to "title_stdWrap.wrap =" in +News ext. * Removed tables in Modern Guestbook / Commenting system template in zwire/ext/timtab_ve_guestbook.html and validated XHTML 1.0 Strict * Changed ID #content-navigation, #content-navigation img, #content-navigation to classes .content-navigation, .content-navigation img, .content-navigation in zwire/css/layout.css and 1column.html,2column.html,3column.html, blog2column.html to validated XHTML 1.0 Strict when used more than once per template. * Removed border="0" in TypoScript template from images paths zwire/images/printer.gif, email.gif amd pdf.gif to validate as XHTML 1.0 Strict. See Cris Jezard's post for details at http://www.mediatech.net/typo3_forum/view/single_thread/chc-forum/4/10/919.html * Fixed CSS errors in zwire/css/ext/timtab.css for #blog-archives and #sidebar h3 * Added clear:both; to class .news-post in zwire/css/ext/tt_news_v2_styles.css to prevent floated images from overlapping the div-containers they are wrapped in. * Added better positioning for #footer2 { clear:both;position:relative;padding:10px;width:760px;margin:0 auto;margin-top:0px;border:0px solid red; /* use 1px to turn on as a visual spacing aid or style * / } in layout.css. * Removed margin-top:-20px; in zwire/css/ext/ab_downloads_styles.css to correct content positioning in catalogView of subcategories. * Removed
on line 362 in zwire/css/ext/ab_downloads_styles.css to reduce space between catalog categories and content elements above it. * Added TypoScript support for changing tt_news LIST image size in basis template "+ News" (See displayList) image { file.maxW = 180 file.maxH = 180 imageLinkWrap = 1 stdWrap.spaceAfter = 5 } * Removed oudated TypoScript reference files zwire/scripts/TSconfig.txt, TSconstants.txt, TSsetup-ADxMenu.noext.txt, TSsetup-ADxMenu.txt, TSsetup-TwoLevel.noext.txt, TSsetup-TwoLevel.txt * Added new TypoScript reference files to make tracking upgrade changes to .t3d files easier in zwire/scripts/typoscript_templates * Added new Copyright notice and links TS to basis template "+ Template TS Markers" contribution by Finees Mendez. See http://www.mediatech.net/typo3_forum/view/single_thread/chc-forum/4/11/885.html 2008-05-29 Gregory Remington * Added template support for TYPO3 Calendar Base (cal) * Added template support for News Calendar (newscalendar) * Added template support for BZD Staff Directory (bzd_staff_directory) * Added template support for Branchenbuch Yellow Pages (mh_branchenbuch) * Added template support for News Calendar (newscalendar) * Added template support for Ratings (ratings) * Replaced template support for CHC Forum (chc__forum) with mm_forum (mm_forum) * Replaced template support for MailformPlus (th_mailformplus) with powermail (powermail) * Replaced template support for Modern Guestbook / Commenting system (ve_guestbook) with Commenting system (comments) * Replaced template support for New front end login box (newloginbox) with native Frontend Login for Website Users (felogin) * Replaced template support for Advanced Page Stylesheet Selection (af_css_select) with Page StyleSheet Selector (css_select ) * Removed template support for TIMTAB Weblog until next release. * Removed template support for fdfx_2cols and fdfx_3cols * Added template support for RSS feeds in tt_news * Externalized Thumbnails for SmoothGallery * Removed duplicate instances of ###VERTNAV_TITLE### and ###VERTNAV### in zwire/3column.html * Removed TS marker from HTML templates and + Template TS Markers TypoScript template * Removed masthead.jpg as background image and placed as . See + Template TS Markers subparts.MASTHEAD. * TWeaked, trimmed, reorganized and added new comments to layout.css for easier manipulation and customizing. * Renamed 2 column CSS IDs and core HTML files for easier reference (2column-style1, 2column-style2, 2column-style3) * Added additional comments in HTML templates with for visual reference. * Updated demo FAQ section,README.tx and zwire-extensions.txt.