📄 html_template_flexy.reg
字号:
#---- - Plugins now show correct warning when loading fails. #---- - Plugins as modifiers work correctly (fixed previous bug if they started with h/r/t etc. they got ignored.) #3129 - add note that setRequired/setError/freeze are depreciated (they should really be examples, that end user can modify, rather than a method) #3145 - fixed missing ; in an error message. ";}i:3;a:4:{s:7:"version";s:5:"1.1.2";s:12:"release_date";s:10:"2004-12-28";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:100:"Minor BugFix Release Features / Fixes #3041 - Removed Warning raised during compilation. ";}i:4;a:4:{s:7:"version";s:5:"1.1.1";s:12:"release_date";s:10:"2004-12-22";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:853:"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. ";}i:5;a:4:{s:7:"version";s:5:"1.1.0";s:12:"release_date";s:10:"2004-12-18";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:1372:"Minor Feature Release Changes Note: This release may include some changes which may break BC, (in which case they _are_ bugs and will be fixed.). Features #------ Forms without names, now are not generated as HTML_Elements, rather than given a default name. #------ support for -ve numbers in {arrays[-1]} #------ support for variable replacements in commented out blocks of styles #2074 - allow literal numbers in methods, eg. {somemethod(3,#astring#,avar)} Features #------ Limited support for Xul in Elements #2097 Support for mixing flexy vars within dynamic elements. (If this causes problems, please file a bug report.) #------ Forms without names render as plain HTML, rather than generating dynamic elements. #------ createToken code is simplified and supports writing the position of a token (generally for usage in the Tree.php file for parsing html only.) #------ Fixed tree builder so it is more tolerant of malformed HTML (eg. form tags with closures in the wrong part of the html tree) #------ Style element now works with flexy tags (rather than ignoring them within comments) #------ Support for translation of alt tags of IMG ";}i:6;a:4:{s:7:"version";s:5:"1.0.1";s:12:"release_date";s:10:"2004-08-09";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:150:"Minor Bug Fix Release Bugs #------ Fix Missing include of Token.php ";}i:7;a:4:{s:7:"version";s:5:"1.0.0";s:12:"release_date";s:10:"2004-08-07";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:1001:"The Long Awaited Gold Release. Bug Fixes: #1675 - CRLF fixes on windows #------ Elements with matching key = value where incorrectly rendered. Tweaks: * minor changes to simple Smarty Template Converter/Processor * Default Compiler is now called Flexy * Added Translator tool to package (see Translator.php source for usage) * Translator Tool includes clearTemplateCache - removes all files. * Some error message improvements * Added Tree.php - A HTML to Tree par ser, which can be used to process HTML, or will eventually replace the Tree parsing code in the compiler. tests/treeTest.php shows example usage * HTML_Template_Flexy_Element used with <FORM> tags, now honours override property * Minor reduction in size of parser Nodes ";}i:8;a:4:{s:7:"version";s:5:"0.9.2";s:12:"release_date";s:10:"2004-06-24";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:309:"Feature addition releasesupport for id blocks $flexy->compile('sometemplate.html#mytag');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -