Top Level :: HTML

Package Information: HTML_Template_Flexy 1.1.1

Show All Changelogs
» Version » Information
1.3.4 2008-05-05     stable
1.3.3 2008-02-27     stable
1.3.2 2008-01-31     stable
1.3.1 2008-01-31     stable
1.3.0 2008-01-30     stable
1.2.5 2006-11-10     stable
1.2.4 2006-01-20     stable
1.2.3 2005-10-29     stable
1.2.2 2005-07-23     stable
1.2.1 2005-01-27     stable
1.2.0 2005-01-25     stable
1.1.2 2004-12-28     stable
1.1.1Download

Release date: 2004-12-24 05:31 UTC
Release state: stable

Changelog:

Minor Feature Release

Changes
Note: This release does break BC in templates using the Translation tools,
(which since they are undocumented should really be regarded as beta I guess.).

Support for Conversion of
<b>this is {atag} in a sentence</b>

to a translatable string:
"this is %s in a sentence"

Is now NOT supported, it will result in 2 strings
"this is"
"in a sentence"

To effect a similar result, the translation markers should
now be used:

<b>{_(this is {atag} in a sentence)_}</b>

will convert into a translatable string
"this is {atag} in a sentence"


Features / Fixes
#------ support for translatable markers in html attributes added:
eg. <a href="{_(http://www.example.com)_}">.....
#3003 {var} replaced with %s - fixed by removing all string merging code.

Dependencies:
1.1.0 2004-12-18     stable
1.0.1 2004-08-09     stable
1.0.0 2004-08-07     stable
0.9.2 2004-06-24     beta
0.9.1 2004-06-17     beta
0.8.2 2004-05-05     beta
0.8.1 2004-04-24     beta
0.8.0 2004-04-22     beta
0.7.1 2004-04-07     beta
0.7 2004-04-03     beta
0.6.3 2004-01-21     beta
0.6.2 2004-01-20     beta
0.6.1 2003-12-21     beta
0.6 2003-12-20     beta
0.5.1 2003-09-04     beta
0.5 2003-09-03     beta
0.4.2 2003-06-17     beta
0.4.1 2003-06-11     beta
0.4 2003-04-17     beta
0.3 2003-02-06     beta
0.2 2003-02-02     beta
0.1 2002-09-07     beta