﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Template Blocks - Support</title>
  <!-- Meta - Default Start -->
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  <meta name="description" content="Template Blocks - Visual Template System" />
  <meta name="keywords" content="template, blocks" />
  <meta name="verify-v1" content="3XeId5Q68ZFCQdsm6yEm69iu1UOGQ1Yea9hJuSK3W2M=" />
  
  <!-- Meta - Default End -->
  <link rel="stylesheet" type="text/css" href="/template/assets/css/styles.css" />
  <!-- Styles - IE Start -->
  <!--[if lt IE 7]>
  <style>
  #index-right{ 
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/assets/images/clipart-3d_blocks.png', sizingMethod='crop');
  }
  </style>
  <![endif]-->
  
  <!-- Styles - IE End -->
  <link rel="alternate" type="application/rss+xml" title="Template Blocks RSS Feed" href="/rss.xml" />
  <link rel="shortcut icon" href="/favicon.ico" />

</head>
<body>
<div id="container">
  <!-- Header Start -->

<div id="header">
  <h1><a href="/" id="logo"><span>Template Blocks</span></a></h1>
    <div id="top-banner">
      <script type="text/javascript"><!--
        google_ad_client = "pub-3434925172954132";
        /* Template Blocks - 728x90 */
        google_ad_slot = "8039796504";
        google_ad_width = 728;
        google_ad_height = 90;
        //-->
      </script>
      <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
    </div>  <ul id="toplinks"><li><a href="/"><span>Home</span></a></li><li><a href="/features.html"><span>Features</span></a></li><li><a href="/demo.html"><span>Demo</span></a></li><li><a href="/download.html"><span>Download</span></a></li><li><a href="/support/"><span>Support</span></a></li><li><a href="/about.html"><span>About</span></a></li>  </ul></div>
  <!-- Header End -->
  <!-- Content Start -->
  <div id="content">
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Version 1.0</title>
	<atom:link href="http://www.templateblocks.com/support/changelog/version_1_0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.templateblocks.com/support/changelog/version_1_0/</link>
	<description>Another Template Blocks wrapped around Wordpress</description>
	<pubDate>Wed, 07 Jan 2009 01:08:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.templateblocks.com/support/changelog/version_1_0/#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 25 Apr 2008 16:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.templateblocks.com/support/?p=1#comment-4</guid>
		<description>This is my task list for future releases. Strikethrough text has already been dealt with and will be available for the next release: 

&lt;h4&gt;New Features:&lt;/h4&gt;
- Nested blocks in template layouts
- When creating a new section you can select the parent section
- An image repository interface (so the user can control the contents of "assets/images" through the cp)
- Ability to have more than one template assigned to each external script. 
- Ability to make a section private (until you have finalized the content)

&lt;h4&gt;Improvements&lt;/h4&gt;
- Better function for putting indent in blocks (especially after nested blocks are a reality)
- Section nesting doesn't work properly. Currently you cannot have two sections with the same slug and based on that the output of a section is the same whatever path you enter. 
- Better text editor for the content area. 
- In the blocks edit page: when changing the type, the content should be changed accordingly (for example insert &lt;?php...?&gt; brackets for a php block...)
- More than two levels on section nesting.
- Mark which blocks are not used by any template in the blocks list. 
- The file extension can be selected in the website settings (probably 3rd part) and not have all three (.html, .htm, .php) applied to every section. 
- Titles of the sections that use external scripts for content need to change according to the content presented.

&lt;h4&gt;Bugs&lt;/h4&gt;
&lt;span class="strike"&gt;- Javascript blocks are linked falsely (with a .javascript extension instead of a .js)&lt;/span&gt;
&lt;span class="strike"&gt;- A section with static content could not be converted to a section of an external script.&lt;/span&gt;
&lt;span class="strike"&gt;- Setup process doesn't stop when you enter the wrong database information.&lt;/span&gt;
&lt;span class="strike"&gt;- In IE, blocks loose their coloring after some moving in the template editing.&lt;/span&gt;
&lt;span class="strike"&gt;- Version number is erased after you edit the website settings manually.&lt;/span&gt;
&lt;span class="strike"&gt;- The htmlspecialchars applied to the text of a block before loading it for editing removes all the "\" characters (especially used in PHP blocks).&lt;/span&gt;

...
Let me know if I'm missing anything...</description>
		<content:encoded><![CDATA[<p>This is my task list for future releases. Strikethrough text has already been dealt with and will be available for the next release: </p>
<h4>New Features:</h4>
<p>- Nested blocks in template layouts<br />
- When creating a new section you can select the parent section<br />
- An image repository interface (so the user can control the contents of &#8220;assets/images&#8221; through the cp)<br />
- Ability to have more than one template assigned to each external script.<br />
- Ability to make a section private (until you have finalized the content)</p>
<h4>Improvements</h4>
<p>- Better function for putting indent in blocks (especially after nested blocks are a reality)<br />
- Section nesting doesn&#8217;t work properly. Currently you cannot have two sections with the same slug and based on that the output of a section is the same whatever path you enter.<br />
- Better text editor for the content area.<br />
- In the blocks edit page: when changing the type, the content should be changed accordingly (for example insert < ?php...?> brackets for a php block&#8230;)<br />
- More than two levels on section nesting.<br />
- Mark which blocks are not used by any template in the blocks list.<br />
- The file extension can be selected in the website settings (probably 3rd part) and not have all three (.html, .htm, .php) applied to every section.<br />
- Titles of the sections that use external scripts for content need to change according to the content presented.</p>
<h4>Bugs</h4>
<p><span class="strike">- Javascript blocks are linked falsely (with a .javascript extension instead of a .js)</span><br />
<span class="strike">- A section with static content could not be converted to a section of an external script.</span><br />
<span class="strike">- Setup process doesn&#8217;t stop when you enter the wrong database information.</span><br />
<span class="strike">- In IE, blocks loose their coloring after some moving in the template editing.</span><br />
<span class="strike">- Version number is erased after you edit the website settings manually.</span><br />
<span class="strike">- The htmlspecialchars applied to the text of a block before loading it for editing removes all the &#8220;\&#8221; characters (especially used in PHP blocks).</span></p>
<p>&#8230;<br />
Let me know if I&#8217;m missing anything&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

  </div>
  <!-- Content End -->

  <!-- Footer Start -->
  <div id="footer">
    <ul>
      <li><a href="/features.html">Features</a></li>
      <li><a href="/demo.html">Demo</a></li>
      <li><a href="/support/">Support</a></li>
      <li><a href="/about.html">About</a></li>
    </ul>
    <p>Distributed under the <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU v2 license</a> - Yet another <a href="http://www.makesites.cc/">Make Sites</a> production</p>
    <p>Powered by Template Blocks, the visual template engine</p>
  </div>  
  
  
  <!-- Footer End -->
  <!-- Google Analytics Start -->
  <script type="text/javascript">
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  </script>
  <script type="text/javascript">
  var pageTracker = _gat._getTracker("UA-440009-11");
  pageTracker._initData();
  pageTracker._trackPageview();
  </script>
  
  <!-- Google Analytics End -->

</div>
</body>
</html>