diff options
author | ctrlaltca <> | 2013-01-19 10:17:39 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-19 10:17:39 +0000 |
commit | f2a2465a97591ad478ba6b99dc4bb55b09620452 (patch) | |
tree | 7c77d17a5ad5221d975944cad96457adc39691f4 /demos | |
parent | 4566740b98ebcc58d36ca095ee20ebacf5567a4e (diff) |
bumped year to 2013, integrated recent changes from branch/3.2
Diffstat (limited to 'demos')
5 files changed, 11 insertions, 4 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index 2faaf1b0..b9e36e40 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -50,7 +50,7 @@ </table>
<div id="footer">
-Copyright © 2005-2012 <a href="http://www.pradosoft.com">PradoSoft</a>.
+Copyright © 2005-2013 <a href="http://www.pradosoft.com">PradoSoft</a>.
<br/><br/>
<%= Prado::poweredByPrado() %>
<a href="http://validator.w3.org/check?uri=referer"><img border="0" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
diff --git a/demos/quickstart/protected/controls/SampleLayout.tpl b/demos/quickstart/protected/controls/SampleLayout.tpl index fc023add..5a5ca898 100644 --- a/demos/quickstart/protected/controls/SampleLayout.tpl +++ b/demos/quickstart/protected/controls/SampleLayout.tpl @@ -19,7 +19,7 @@ </div>
<div class="samplemenu">
<div class="copyright">
- Copyright © 2005-2011 <a href="http://www.pradosoft.com">PradoSoft</a>
+ Copyright © 2005-2013 <a href="http://www.pradosoft.com">PradoSoft</a>
</div>
</div>
diff --git a/demos/quickstart/protected/controls/es/SampleLayout.tpl b/demos/quickstart/protected/controls/es/SampleLayout.tpl index 906f6aaf..24f0575a 100644 --- a/demos/quickstart/protected/controls/es/SampleLayout.tpl +++ b/demos/quickstart/protected/controls/es/SampleLayout.tpl @@ -19,7 +19,7 @@ </div>
<div class="samplemenu">
<div class="copyright">
- Copyright © 2005-2011 <a href="http://www.pradosoft.com">PradoSoft</a>
+ Copyright © 2005-2013 <a href="http://www.pradosoft.com">PradoSoft</a>
</div>
</div>
diff --git a/demos/quickstart/protected/controls/fr/SampleLayout.tpl b/demos/quickstart/protected/controls/fr/SampleLayout.tpl index b9f6a4a2..e421604c 100644 --- a/demos/quickstart/protected/controls/fr/SampleLayout.tpl +++ b/demos/quickstart/protected/controls/fr/SampleLayout.tpl @@ -19,7 +19,7 @@ </div>
<div class="samplemenu">
<div class="copyright">
- Copyright © 2005-2011 <a href="http://www.pradosoft.com">PradoSoft</a>
+ Copyright © 2005-2013 <a href="http://www.pradosoft.com">PradoSoft</a>
</div>
</div>
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 25ce6427..98adc925 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -6,6 +6,13 @@ This page summarizes the main new features that are introduced in each PRADO release. </p> +<h2 id="8001">Version 3.2.1</h2> +<ul> +<li>TSecurityManager has been enhanced to support all the ciphers available in php</a></li> +<li>Added a new UrlFormat for TUrlManager: HiddenPath; works like the 'Path' format, but hides the entryscript.php name</a></li> +<li>Updated external packages</a></li> +</ul> + <h2 id="8001">Version 3.2.0</h2> <ul> <li>Added methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData & TDbConnection and added TDbConnection:getDbMetaData</li> |