[limb-svn] r4251 - in 3.x/packages/wact/trunk: . examples src src/compiler src/compiler/expression src/compiler/tag_node src/components src/locator src/tags/core src/tags/list tests/cases tests/cases/compiler tests/cases/compiler/expression tests/cases/compiler/tag_node tests/cases/components/form tests/cases/components/html
svn at limb-project.com
svn at limb-project.com
Thu Oct 19 15:01:43 MSD 2006
Author: serega
Date: 2006-10-19 15:01:43 +0400 (Thu, 19 Oct 2006)
New Revision: 4251
Added:
3.x/packages/wact/trunk/examples/
3.x/packages/wact/trunk/examples/tags/
3.x/packages/wact/trunk/src/WactDefaultConfig.class.php
3.x/packages/wact/trunk/src/WactTemplate.class.php
3.x/packages/wact/trunk/src/components/components.inc.php
3.x/packages/wact/trunk/src/locator/
3.x/packages/wact/trunk/src/locator/WactDefaultLocator.class.php
3.x/packages/wact/trunk/src/locator/WactLocator.interface.php
3.x/packages/wact/trunk/tests/cases/WactTestConfig.class.php
3.x/packages/wact/trunk/tests/cases/compiler/WactDictionaryHolderTest.class.php
Removed:
3.x/packages/wact/trunk/src/fileschemes/
3.x/packages/wact/trunk/src/locator/WactDefaultLocator.class.php
3.x/packages/wact/trunk/src/locator/WactLocator.interface.php
3.x/packages/wact/trunk/src/template.inc.php
3.x/packages/wact/trunk/tests/cases/WactDefaultConfig.class.php
3.x/packages/wact/trunk/tests/cases/compiler/tag_node/WactDictionaryHolderTest.class.php
Modified:
3.x/packages/wact/trunk/src/compiler/WactDictionaryHolder.class.php
3.x/packages/wact/trunk/src/compiler/expression/DataBindingExpression.class.php
3.x/packages/wact/trunk/src/compiler/tag_node/RuntimeDatasourceComponentHTMLTag.class.php
3.x/packages/wact/trunk/src/compiler/tag_node/RuntimeDatasourceComponentTag.class.php
3.x/packages/wact/trunk/src/compiler/templatecompiler.inc.php
3.x/packages/wact/trunk/src/tags/core/include.tag.php
3.x/packages/wact/trunk/src/tags/core/wrap.tag.php
3.x/packages/wact/trunk/src/tags/list/list.tag.php
3.x/packages/wact/trunk/tests/cases/BadHtmlTest.class.php
3.x/packages/wact/trunk/tests/cases/WactTemplateTestCase.class.php
3.x/packages/wact/trunk/tests/cases/WactTestLocator.class.php
3.x/packages/wact/trunk/tests/cases/compiler/CodeWriterTest.class.php
3.x/packages/wact/trunk/tests/cases/compiler/expression/ExpressionTest.class.php
3.x/packages/wact/trunk/tests/cases/compiler/tag_node/WactTagInfoExtractorTest.class.php
3.x/packages/wact/trunk/tests/cases/components.test.php
3.x/packages/wact/trunk/tests/cases/components/form/form.test.php
3.x/packages/wact/trunk/tests/cases/components/form/formelement.test.php
3.x/packages/wact/trunk/tests/cases/components/form/inputcheckbox.test.php
3.x/packages/wact/trunk/tests/cases/components/form/inputelement.test.php
3.x/packages/wact/trunk/tests/cases/components/form/inputpassword.test.php
3.x/packages/wact/trunk/tests/cases/components/form/inputradio.test.php
3.x/packages/wact/trunk/tests/cases/components/form/inputtext.test.php
3.x/packages/wact/trunk/tests/cases/components/form/label.test.php
3.x/packages/wact/trunk/tests/cases/components/form/optionrenderer.test.php
3.x/packages/wact/trunk/tests/cases/components/form/selectmultiple.test.php
3.x/packages/wact/trunk/tests/cases/components/form/selectsingle.test.php
3.x/packages/wact/trunk/tests/cases/components/form/textarea.test.php
3.x/packages/wact/trunk/tests/cases/components/html/bbcode.test.php
Log:
-- WACT package changes:
* Template -> WactTemplate`
* template.inc.php ->WactTemplate.class.php
* components.inc.php extracted from WactTemplate.class.php
* WactDefaultConfig -> WactTestConfig
* WactDefaultConfig added.
* WactTemplate can use WactDefaultConfig and WactDefaultLocator by default is none of config and location is passed to WactTemplate constructor ( WACT-8 )
More information about the limb-svn
mailing list