[limb-svn] r4184 - in 3.x/packages/wact/trunk: . src src/compiler src/compiler/attribute src/compiler/expression src/compiler/filter src/compiler/parser src/compiler/property src/compiler/saxfilters src/compiler/tag_node src/components/data src/components/form src/fileschemes src/tags/core src/tags/data src/tags/form src/tags/list src/tags/page tests/cases tests/cases/annotation tests/cases/compiler tests/cases/compiler/attribute tests/cases/compiler/compile_tree_node tests/cases/compiler/expression tests/cases/compiler/filter tests/cases/compiler/parser tests/cases/compiler/property tests/cases/compiler/tag_node tests/cases/components tests/cases/components/components tests/cases/components/form tests/cases/components/html tests/cases/filters tests/cases/tags tests/cases/tags/core tests/cases/tags/form tests/cases/tags/list tests/cases/template

svn at limb-project.com svn at limb-project.com
Mon Oct 16 23:37:47 MSD 2006


Author: serega
Date: 2006-10-16 23:37:46 +0400 (Mon, 16 Oct 2006)
New Revision: 4184

Added:
   3.x/packages/wact/trunk/src/
   3.x/packages/wact/trunk/src/WactTemplateConfig.interface.php
   3.x/packages/wact/trunk/src/annotation/
   3.x/packages/wact/trunk/src/compiler/
   3.x/packages/wact/trunk/src/components/
   3.x/packages/wact/trunk/src/fileschemes/
   3.x/packages/wact/trunk/src/tags/
   3.x/packages/wact/trunk/src/template.inc.php
   3.x/packages/wact/trunk/src/widgets/
   3.x/packages/wact/trunk/tests/cases/WactDefaultConfig.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/WactTestLocator.test.php
   3.x/packages/wact/trunk/tests/cases/annotation/
   3.x/packages/wact/trunk/tests/cases/compiler/
   3.x/packages/wact/trunk/tests/cases/components.inc.php
   3.x/packages/wact/trunk/tests/cases/components.test.php
   3.x/packages/wact/trunk/tests/cases/components/
   3.x/packages/wact/trunk/tests/cases/components/components/
   3.x/packages/wact/trunk/tests/cases/filters/
   3.x/packages/wact/trunk/tests/cases/tags/
   3.x/packages/wact/trunk/tests/cases/template_attributes.test.php
   3.x/packages/wact/trunk/tests/cases/template_badhtml.test.php
   3.x/packages/wact/trunk/tests/cases/template_case.test.php
   3.x/packages/wact/trunk/tests/cases/template_expression.test.php
   3.x/packages/wact/trunk/tests/cases/template_filter.test.php
   3.x/packages/wact/trunk/tests/cases/template_goodhtml.test.php
   3.x/packages/wact/trunk/tests/cases/template_procinst.test.php
Removed:
   3.x/packages/wact/trunk/framework/
   3.x/packages/wact/trunk/tests/cases/components/components/form/
   3.x/packages/wact/trunk/tests/cases/components/components/html/
   3.x/packages/wact/trunk/tests/cases/template/WactDefaultConfig.class.php
   3.x/packages/wact/trunk/tests/cases/template/WactTemplateTestCase.class.php
   3.x/packages/wact/trunk/tests/cases/template/WactTestLocator.class.php
   3.x/packages/wact/trunk/tests/cases/template/WactTestLocator.test.php
   3.x/packages/wact/trunk/tests/cases/template/annotation/
   3.x/packages/wact/trunk/tests/cases/template/compiler/
   3.x/packages/wact/trunk/tests/cases/template/components.inc.php
   3.x/packages/wact/trunk/tests/cases/template/components.test.php
   3.x/packages/wact/trunk/tests/cases/template/components/
   3.x/packages/wact/trunk/tests/cases/template/filters/
   3.x/packages/wact/trunk/tests/cases/template/tags/
   3.x/packages/wact/trunk/tests/cases/template/template_attributes.test.php
   3.x/packages/wact/trunk/tests/cases/template/template_badhtml.test.php
   3.x/packages/wact/trunk/tests/cases/template/template_case.test.php
   3.x/packages/wact/trunk/tests/cases/template/template_expression.test.php
   3.x/packages/wact/trunk/tests/cases/template/template_filter.test.php
   3.x/packages/wact/trunk/tests/cases/template/template_goodhtml.test.php
   3.x/packages/wact/trunk/tests/cases/template/template_procinst.test.php
Modified:
   3.x/packages/wact/trunk/common.inc.php
   3.x/packages/wact/trunk/src/compiler/CompilerArtifactDictionary.class.php
   3.x/packages/wact/trunk/src/compiler/WactDictionaryHolder.class.php
   3.x/packages/wact/trunk/src/compiler/attribute/AttributeExpression.class.php
   3.x/packages/wact/trunk/src/compiler/attribute/AttributeNode.class.php
   3.x/packages/wact/trunk/src/compiler/attribute/CompoundAttribute.class.php
   3.x/packages/wact/trunk/src/compiler/expression/Expression.class.php
   3.x/packages/wact/trunk/src/compiler/filter/FilterDictionary.class.php
   3.x/packages/wact/trunk/src/compiler/parser/SourceFileParser.class.php
   3.x/packages/wact/trunk/src/compiler/parser/WactComponentParsingState.class.php
   3.x/packages/wact/trunk/src/compiler/parser/WactLiteralParsingState.class.php
   3.x/packages/wact/trunk/src/compiler/property/dictionary.inc.php
   3.x/packages/wact/trunk/src/compiler/saxfilters/tagstolowersaxfilter.inc.php
   3.x/packages/wact/trunk/src/compiler/saxfilters/whitespacesaxfilter.inc.php
   3.x/packages/wact/trunk/src/compiler/tag_node/RuntimeComponentTag.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/tag_node/TagDictionary.class.php
   3.x/packages/wact/trunk/src/compiler/tag_node/TagInfo.class.php
   3.x/packages/wact/trunk/src/compiler/templatecompiler.inc.php
   3.x/packages/wact/trunk/src/components/data/data_table.inc.php
   3.x/packages/wact/trunk/src/components/form/inputautocomplete.inc.php
   3.x/packages/wact/trunk/src/components/form/inputfile.inc.php
   3.x/packages/wact/trunk/src/components/form/select.inc.php
   3.x/packages/wact/trunk/src/components/form/select_date.inc.php
   3.x/packages/wact/trunk/src/components/form/select_time.inc.php
   3.x/packages/wact/trunk/src/fileschemes/WactDefaultLocator.class.php
   3.x/packages/wact/trunk/src/tags/core/block.tag.php
   3.x/packages/wact/trunk/src/tags/core/css.tag.php
   3.x/packages/wact/trunk/src/tags/core/date.filter.php
   3.x/packages/wact/trunk/src/tags/core/default.filter.php
   3.x/packages/wact/trunk/src/tags/core/script.tag.php
   3.x/packages/wact/trunk/src/tags/core/set.tag.php
   3.x/packages/wact/trunk/src/tags/data/math.filter.php
   3.x/packages/wact/trunk/src/tags/data/stats.filter.php
   3.x/packages/wact/trunk/src/tags/form/button.tag.php
   3.x/packages/wact/trunk/src/tags/form/errorsummary.tag.php
   3.x/packages/wact/trunk/src/tags/form/form.tag.php
   3.x/packages/wact/trunk/src/tags/form/input.tag.php
   3.x/packages/wact/trunk/src/tags/form/inputautocomplete.tag.php
   3.x/packages/wact/trunk/src/tags/form/label.tag.php
   3.x/packages/wact/trunk/src/tags/form/select.tag.php
   3.x/packages/wact/trunk/src/tags/form/select_date.tag.php
   3.x/packages/wact/trunk/src/tags/form/select_time.tag.php
   3.x/packages/wact/trunk/src/tags/form/textarea.tag.php
   3.x/packages/wact/trunk/src/tags/list/list.tag.php
   3.x/packages/wact/trunk/src/tags/page/navigator.tag.php
   3.x/packages/wact/trunk/tests/cases/annotation/acceptance.test.php
   3.x/packages/wact/trunk/tests/cases/annotation/parser.test.php
   3.x/packages/wact/trunk/tests/cases/compiler/CodeWriterTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/attribute/AttributeExpressionTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/attribute/AttributeNodeTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/attribute/CompoundAttributeTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/compile_tree_node/CompileTreeNodeTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/compile_tree_node/CompileTreeRootNodeTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/compile_tree_node/OutputExpressionTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/compile_tree_node/PHPNodeTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/compile_tree_node/TextNodeTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/expression/DataBindingExpressionTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/expression/ExpressionFilterFindingParserTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/expression/ExpressionFilterParserTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/expression/ExpressionTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/expression/ExpressionValueParserTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/expression/expressionlexer.test.php
   3.x/packages/wact/trunk/tests/cases/compiler/filter/FilterDictionaryTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/parser/HtmlParserMalformedTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/parser/HtmlParserTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/parser/HtmlParserTruncatedTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/parser/SourceFileParserTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/parser/WactBaseParsingStateTestCase.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/parser/WactComponentParsingStateTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/parser/WactLiteralParsingStateTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/parser/WactTreeBuilderTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/property/PropertyDictionaryTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/property/attribute.test.php
   3.x/packages/wact/trunk/tests/cases/compiler/property/constant.test.php
   3.x/packages/wact/trunk/tests/cases/compiler/tag_node/CompilerTagTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/tag_node/RuntimeComponentHTMLTagTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/tag_node/RuntimeComponentTagTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/tag_node/SilentCompilerTagTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/tag_node/TagDictionaryTest.class.php
   3.x/packages/wact/trunk/tests/cases/compiler/tag_node/WactDictionaryHolderTest.class.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
   3.x/packages/wact/trunk/tests/cases/filters/clip_filter.test.php
   3.x/packages/wact/trunk/tests/cases/filters/math_filter.test.php
   3.x/packages/wact/trunk/tests/cases/filters/stats_filter.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/block.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/capitalize.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/dataspace.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/date.filter.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/default.filter.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/default.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/html.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/include.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/literal.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/lowercase.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/notags.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/output.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/placeholder.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/set.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/text.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/trim.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/uppercase.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/wordwrap.test.php
   3.x/packages/wact/trunk/tests/cases/tags/core/wrap.test.php
   3.x/packages/wact/trunk/tests/cases/tags/form/button.test.php
   3.x/packages/wact/trunk/tests/cases/tags/form/form.test.php
   3.x/packages/wact/trunk/tests/cases/tags/form/input.test.php
   3.x/packages/wact/trunk/tests/cases/tags/form/label.test.php
   3.x/packages/wact/trunk/tests/cases/tags/form/select.test.php
   3.x/packages/wact/trunk/tests/cases/tags/form/textarea.test.php
   3.x/packages/wact/trunk/tests/cases/tags/generictag.test.php
   3.x/packages/wact/trunk/tests/cases/tags/list/list.test.php
Log:
-- WACT package clean up and refactorings



More information about the limb-svn mailing list