Skip to content

Commit

Permalink
update changelog and description
Browse files Browse the repository at this point in the history
  • Loading branch information
roojs committed Apr 15, 2003
1 parent 0482ee6 commit 0017469
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
- {variable} to echo $object->variable
- {method()} to echo $object->method();
- {foreach:var,key,value} to PHP foreach loops
- tag attributes FLEXY:FOREACH, FLEXY:IF for looping and conditional HTML inclusion
- {if:variable} to PHP If statement
- {if:method()} to PHP If statement
- {else:} and {end:} to close or alternate If statements
- FORM to HTML_QuickForms mapping
- replacement of INPUT, TEXTAREA and SELECT tags with HTML_QuickForm code
use FLEXYIGNORE to prevent replacements
- FLEXYSTART/FLEXYSTARTCHILDREN tags to define where output starts/finishes
- support for urlencoded braces {} in HTML attributes.

use FLEXY:IGNORE to prevent replacements
- FLEXY:START/FLEXY:STARTCHILDREN tags to define where output starts/finishes
- support for urlencoded braces {} in HTML attributes.
- docs temporarily at http://devel.akbkhome.com/peardoc2/package.html.html-template-flexy.html


Expand All @@ -49,12 +49,16 @@
<notes>
Bug fixes
- fixed #literal# support for method calls.
- fixed #literal# chopping bug (Yuri Dyakonov)
- fixed XML support
- fixed Fatal Error messages - with more details
- fixed whitespace in doctype tags. (wierd lexer stuff)



Features
- quickforms integration added.
- quickforms with multiple forms $flexyobj->quickforms[0.....]
- gettext/multilanguage support
- support variable[12] as a valid variable name.
- does syntax checking on form element names
Expand All @@ -68,6 +72,9 @@
to off (eg. no PHP allowed) -
- added support for &lt;TAG IF=&quot;somevar.xxxx&quot; and
&lt;TAG IF=&quot;somevar.method()&quot; maps to if (the test) &lt;TAG .....

While may thanks are owed to the many beta testers, special mention to Xavier
for spotting some really annoying little bugs.
</notes>
<state>beta</state>
</release>
Expand Down

0 comments on commit 0017469

Please sign in to comment.