[limb-svn] r4755 - in 3.x/limb/wact: examples/tags examples/tags/core examples/tags/core/templates examples/tags/list examples/tags/list/templates src/compiler/parser src/tags/list tests tests/cases/compiler/parser tests/cases/tags/list
svn at limb-project.com
svn at limb-project.com
Wed Jan 24 12:18:58 MSK 2007
Author: serega
Date: 2007-01-24 12:18:57 +0300 (Wed, 24 Jan 2007)
New Revision: 4755
URL: http://fisheye.limb-project.com/changelog/limb/?cs=4755
Added:
3.x/limb/wact/examples/tags/core/templates/page.html
3.x/limb/wact/examples/tags/core/templates/wrap.html
3.x/limb/wact/examples/tags/core/wrap.php
3.x/limb/wact/examples/tags/list/
3.x/limb/wact/examples/tags/list/list.php
3.x/limb/wact/examples/tags/list/templates/
3.x/limb/wact/examples/tags/list/templates/list.html
Modified:
3.x/limb/wact/src/compiler/parser/WactComponentParsingState.class.php
3.x/limb/wact/src/tags/list/separator.tag.php
3.x/limb/wact/tests/cases/compiler/parser/WactComponentParsingStateTest.class.php
3.x/limb/wact/tests/cases/tags/list/WactListTagsTest.class.php
3.x/limb/wact/tests/run.php
Log:
-- new constant added WACT_PARSER_FORBID_PARSING that allows tags to forbid parsing their contents if needed. Aactually this constant was removed during our past refactoring.
-- <list:serapator> tag now supports "literal" attribute that allows to restrict parsing of the tag contents.
-- fixed run.php script. Now it works in CLI mode only.
More information about the limb-svn
mailing list