[limb-svn] r4760 - in 3.x/limb/wact: src/compiler/property src/compiler/tag_node src/components src/components/form src/components/pager src/tags src/tags/core src/tags/form src/tags/list src/tags/pager tests/cases/tags tests/cases/tags/core tests/cases/tags/form tests/cases/tags/list tests/cases/tags/pager

svn at limb-project.com svn at limb-project.com
Thu Jan 25 15:46:53 MSK 2007


Author: serega
Date: 2007-01-25 15:46:53 +0300 (Thu, 25 Jan 2007)
New Revision: 4760
URL: http://fisheye.limb-project.com/changelog/limb/?cs=4760

Added:
   3.x/limb/wact/src/components/form/WactGroupedOptionsSelectComponent.class.php
   3.x/limb/wact/src/components/form/WactJSCheckboxComponent.class.php
   3.x/limb/wact/src/components/form/WactMultipleFormComponent.class.php
   3.x/limb/wact/src/components/form/WactSelectOptionsSourceComponent.class.php
   3.x/limb/wact/src/components/pager/
   3.x/limb/wact/src/components/pager/WactPagerComponent.class.php
   3.x/limb/wact/src/tags/core/constant.filter.php
   3.x/limb/wact/src/tags/core/safejstext.filter.php
   3.x/limb/wact/src/tags/form/form_errors.tag.php
   3.x/limb/wact/src/tags/form/form_multiple.tag.php
   3.x/limb/wact/src/tags/form/form_referer.tag.php
   3.x/limb/wact/src/tags/form/js_checkbox.tag.php
   3.x/limb/wact/src/tags/form/select_options_source.tag.php
   3.x/limb/wact/src/tags/form/select_with_grouped_options.tag.php
   3.x/limb/wact/src/tags/pager/
   3.x/limb/wact/src/tags/pager/begin_item_number.prop.php
   3.x/limb/wact/src/tags/pager/current.tag.php
   3.x/limb/wact/src/tags/pager/elipses.tag.php
   3.x/limb/wact/src/tags/pager/end_item_number.prop.php
   3.x/limb/wact/src/tags/pager/first.tag.php
   3.x/limb/wact/src/tags/pager/first_disabled.tag.php
   3.x/limb/wact/src/tags/pager/last.tag.php
   3.x/limb/wact/src/tags/pager/last_disabled.tag.php
   3.x/limb/wact/src/tags/pager/list.tag.php
   3.x/limb/wact/src/tags/pager/more_than_one_page.prop.php
   3.x/limb/wact/src/tags/pager/navigator.tag.php
   3.x/limb/wact/src/tags/pager/next.tag.php
   3.x/limb/wact/src/tags/pager/next_disabled.tag.php
   3.x/limb/wact/src/tags/pager/number.tag.php
   3.x/limb/wact/src/tags/pager/prev.tag.php
   3.x/limb/wact/src/tags/pager/prev_disabled.tag.php
   3.x/limb/wact/src/tags/pager/section.tag.php
   3.x/limb/wact/src/tags/pager/separator.tag.php
   3.x/limb/wact/src/tags/pager/total_items.prop.php
   3.x/limb/wact/src/tags/pager/total_pages.prop.php
   3.x/limb/wact/tests/cases/tags/core/WactConstantFilterTest.class.php
   3.x/limb/wact/tests/cases/tags/form/WactFormErrorsTagTest.class.php
   3.x/limb/wact/tests/cases/tags/form/WactFormMultipleTagTest.class.php
   3.x/limb/wact/tests/cases/tags/form/WactFormRefererTagTest.class.php
   3.x/limb/wact/tests/cases/tags/form/WactSelectOptionsSourceTagTest.class.php
   3.x/limb/wact/tests/cases/tags/form/lmbGroupedOptionsSelectTagTest.class.php
   3.x/limb/wact/tests/cases/tags/pager/
   3.x/limb/wact/tests/cases/tags/pager/WactPagerTest.class.php
Removed:
   3.x/limb/wact/src/components/page/
   3.x/limb/wact/src/tags/page/
Modified:
   3.x/limb/wact/src/compiler/property/WactCompilerProperty.class.php
   3.x/limb/wact/src/compiler/property/WactConstantProperty.class.php
   3.x/limb/wact/src/compiler/tag_node/WactRuntimeDatasourceComponentTag.class.php
   3.x/limb/wact/src/components/WactArrayObject.class.php
   3.x/limb/wact/src/components/form/error.inc.php
   3.x/limb/wact/src/tags/list/rownumber.prop.php
   3.x/limb/wact/src/tags/list/separator.tag.php
   3.x/limb/wact/tests/cases/tags/list/WactListTagsTest.class.php
Log:
-- WACT package commit. We managed to moved many tags, filters and properties from WEB_APP package to WACT package:
  * src/tags/page folder removed with all old pager tag.
  * new pager tags moved from WEB_APP package. All dependencies from other Limb packages removed.
  * functionality of lmbListRowNumber property copied to ListRowNumber property
  * functionality of <limb:list:separator> tag copied to <list:separator> tag
  * WactArrayObject :: getOffset() added (mostly to support new functionality of ListRowNumber)
  * moved constant.filter.php
  * moved safejstext.filter.php. The filter resplaces all \r\n with <br/> unlike nl2br that added <br/> near \r\n
  * moved <form:errors> tag 
  * moved <form_multiple> tag (was <limb:form>)
  * moved <js_checkbox> tag 
  * moved <form:referer> tag
  * moved <select:options_source>
  * moved <select_with_grouped_options>





More information about the limb-svn mailing list