[limb-svn] r5203 - in 3.x/limb/wact: . src/compiler/parser src/compiler/tag_node src/components/form src/tags/form tests/cases/compiler/parser tests/cases/functional tests/cases/tags/core

svn at limb-project.com svn at limb-project.com
Wed Mar 7 11:58:21 MSK 2007


Author: serega
Date: 2007-03-07 11:58:21 +0300 (Wed, 07 Mar 2007)
New Revision: 5203
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5203

Modified:
   3.x/limb/wact/common.inc.php
   3.x/limb/wact/src/compiler/parser/WactComponentParsingState.class.php
   3.x/limb/wact/src/compiler/parser/WactNodeBuilder.class.php
   3.x/limb/wact/src/compiler/parser/WactTreeBuilder.class.php
   3.x/limb/wact/src/compiler/tag_node/WactCompilerTag.class.php
   3.x/limb/wact/src/components/form/select.inc.php
   3.x/limb/wact/src/tags/form/select.tag.php
   3.x/limb/wact/tests/cases/compiler/parser/WactComponentParsingStateTest.class.php
   3.x/limb/wact/tests/cases/compiler/parser/WactNodeBuilderTest.class.php
   3.x/limb/wact/tests/cases/functional/WactTagAttributesTest.class.php
   3.x/limb/wact/tests/cases/tags/core/WactCoreBlockTagTest.class.php
   3.x/limb/wact/tests/cases/tags/core/WactCoreIncludeTagTest.class.php
Log:
-- more strict WACT compiler. By default now it demands all tags to be closed and all attributes to have value. <select multiple> and <core:include> no longer allowes.
-- new WACT_STRICT_MODE constant that allows to switch off WACT compiler strictness. Just define WACT_STRINT_MODE as FALSE value before limb/wact/common.inc.php in included.



More information about the limb-svn mailing list