[limb-svn] r4243 - in 3.x/packages/web_app/trunk: . cli examples/crud examples/crud/src/controller examples/crud/src/model examples/crud/www examples/empty_app examples/empty_app/www src src/command src/controller src/factory src/fetcher src/filter src/generator src/request src/template src/template/components src/template/components/form src/template/tags/core src/template/tags/fetch src/template/tags/form src/template/tags/i18n src/template/tags/iterator src/template/tags/pager src/template/tags/util src/toolkit src/util src/validation src/validation/rule src/view tests/cases tests/cases/command tests/cases/controller tests/cases/dataset tests/cases/factory tests/cases/fetcher tests/cases/filter tests/cases/generator tests/cases/request tests/cases/template tests/cases/template/components tests/cases/template/tags tests/cases/template/tags/core tests/cases/template/tags/fetch tests/cases/template/tags/form tests/cases/template/tags/i18n tests/cases/template/tags/iterator test s/cases/template/tags/route tests/cases/toolkit tests/cases/util tests/cases/validation tests/cases/validation/rule tests/cases/view
svn at limb-project.com
svn at limb-project.com
Wed Oct 18 19:26:18 MSD 2006
Author: pachanga
Date: 2006-10-18 19:26:17 +0400 (Wed, 18 Oct 2006)
New Revision: 4243
Added:
3.x/packages/web_app/trunk/toolkit.inc.php
Removed:
3.x/packages/web_app/trunk/package.php
Modified:
3.x/packages/web_app/trunk/cli/collect_packages.php
3.x/packages/web_app/trunk/examples/crud/setup.php
3.x/packages/web_app/trunk/examples/crud/src/controller/NewsController.class.php
3.x/packages/web_app/trunk/examples/crud/src/model/News.class.php
3.x/packages/web_app/trunk/examples/crud/www/index.php
3.x/packages/web_app/trunk/examples/crud/www/last-news-feed.php
3.x/packages/web_app/trunk/examples/empty_app/setup.php
3.x/packages/web_app/trunk/examples/empty_app/www/index.php
3.x/packages/web_app/trunk/http_setup.php
3.x/packages/web_app/trunk/src/command/lmbActionCommand.class.php
3.x/packages/web_app/trunk/src/command/lmbBaseCommand.class.php
3.x/packages/web_app/trunk/src/command/lmbClosePopupDialogCommand.class.php
3.x/packages/web_app/trunk/src/command/lmbFormCommand.class.php
3.x/packages/web_app/trunk/src/command/lmbPrefixedFormCommand.class.php
3.x/packages/web_app/trunk/src/command/lmbSet404ErrorViewCommand.class.php
3.x/packages/web_app/trunk/src/controller/lmbController.class.php
3.x/packages/web_app/trunk/src/controller/lmbDynamicCommandController.class.php
3.x/packages/web_app/trunk/src/controller/lmbStaticCommandController.class.php
3.x/packages/web_app/trunk/src/factory/lmbConfFactory.class.php
3.x/packages/web_app/trunk/src/factory/lmbIniFactory.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbActiveRecordFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbMessageBoxErrorsFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbMessageBoxMessagesFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbQueryBasedFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbSessionMessageBoxErrorsFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbSessionMessageBoxFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbSessionMessageBoxMessagesFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbSimpleFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbTableRecordsFetcher.class.php
3.x/packages/web_app/trunk/src/fetcher/lmbTableRowFetcher.class.php
3.x/packages/web_app/trunk/src/filter/lmbActionPerformingFilter.class.php
3.x/packages/web_app/trunk/src/filter/lmbRequestDispatchingFilter.class.php
3.x/packages/web_app/trunk/src/filter/lmbResponseTransactionFilter.class.php
3.x/packages/web_app/trunk/src/filter/lmbSessionStartupFilter.class.php
3.x/packages/web_app/trunk/src/filter/lmbTimingFilter.class.php
3.x/packages/web_app/trunk/src/filter/lmbTranslationDictionaryLoadingFilter.class.php
3.x/packages/web_app/trunk/src/filter/lmbUncaughtExceptionHandlingFilter.class.php
3.x/packages/web_app/trunk/src/filter/lmbViewRenderingFilter.class.php
3.x/packages/web_app/trunk/src/generator/lmbFileReplicator.class.php
3.x/packages/web_app/trunk/src/lmbWebApplication.class.php
3.x/packages/web_app/trunk/src/request/lmbCompositeRequestDispatcher.class.php
3.x/packages/web_app/trunk/src/request/lmbRoutesRequestDispatcher.class.php
3.x/packages/web_app/trunk/src/template/components/form/lmbGroupedOptionsSelectComponent.class.php
3.x/packages/web_app/trunk/src/template/components/form/lmbSelectOptionsSourceComponent.class.php
3.x/packages/web_app/trunk/src/template/components/lmbBaseIteratorComponent.class.php
3.x/packages/web_app/trunk/src/template/components/lmbFetchComponent.class.php
3.x/packages/web_app/trunk/src/template/components/lmbFetchTransferComponent.class.php
3.x/packages/web_app/trunk/src/template/components/lmbIteratorTransferComponent.class.php
3.x/packages/web_app/trunk/src/template/components/lmbPagerComponent.class.php
3.x/packages/web_app/trunk/src/template/lmbWactConfig.class.php
3.x/packages/web_app/trunk/src/template/lmbWactTemplate.class.php
3.x/packages/web_app/trunk/src/template/tags/core/request_transfer.tag.php
3.x/packages/web_app/trunk/src/template/tags/fetch/active_record_fetch.tag.php
3.x/packages/web_app/trunk/src/template/tags/fetch/fetch.tag.php
3.x/packages/web_app/trunk/src/template/tags/fetch/fetch_transfer.tag.php
3.x/packages/web_app/trunk/src/template/tags/form/form.tag.php
3.x/packages/web_app/trunk/src/template/tags/form/grouped_options_select.tag.php
3.x/packages/web_app/trunk/src/template/tags/form/js_checkbox.tag.php
3.x/packages/web_app/trunk/src/template/tags/form/select_options_source.tag.php
3.x/packages/web_app/trunk/src/template/tags/i18n/date.filter.php
3.x/packages/web_app/trunk/src/template/tags/i18n/string.filter.php
3.x/packages/web_app/trunk/src/template/tags/iterator/iterator_transfer.tag.php
3.x/packages/web_app/trunk/src/template/tags/pager/navigator.tag.php
3.x/packages/web_app/trunk/src/template/tags/util/ip.filter.php
3.x/packages/web_app/trunk/src/toolkit/lmbWebAppTools.class.php
3.x/packages/web_app/trunk/src/util/lmbIniDbDSN.class.php
3.x/packages/web_app/trunk/src/util/popup.inc.php
3.x/packages/web_app/trunk/src/validation/lmbWebAppErrorList.class.php
3.x/packages/web_app/trunk/src/validation/rule/lmbUniqueTableFieldRule.class.php
3.x/packages/web_app/trunk/src/view/lmbWACTView.class.php
3.x/packages/web_app/trunk/tests/cases/.setup.php
3.x/packages/web_app/trunk/tests/cases/command/lmbActionCommandTest.class.php
3.x/packages/web_app/trunk/tests/cases/command/lmbFormCommandTest.class.php
3.x/packages/web_app/trunk/tests/cases/command/lmbPrefixedFormCommandTest.class.php
3.x/packages/web_app/trunk/tests/cases/controller/lmbControllerTest.class.php
3.x/packages/web_app/trunk/tests/cases/controller/lmbDynamicCommandControllerTest.class.php
3.x/packages/web_app/trunk/tests/cases/controller/lmbStaticCommandControllerTest.class.php
3.x/packages/web_app/trunk/tests/cases/dataset/lmbRequestUriPathElementsDataSetTest.class.php
3.x/packages/web_app/trunk/tests/cases/factory/lmbConfFactoryTest.class.php
3.x/packages/web_app/trunk/tests/cases/factory/lmbControllerFactoryTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbActiveRecordFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbMessageBoxErrorsFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbMessageBoxMessagesFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbQueryBasedFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbSessionMessageBoxErrorsFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbSessionMessageBoxFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbSessionMessageBoxMessagesFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbTableRecordsFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/fetcher/lmbTableRowFetcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/filter/lmbActionPerformingFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/filter/lmbRequestDispatchingFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/filter/lmbTranslationDictionaryLoadingFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/filter/lmbViewRenderingFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/generator/lmbFileReplicatorTest.class.php
3.x/packages/web_app/trunk/tests/cases/generator/lmbPHPTemplateTest.class.php
3.x/packages/web_app/trunk/tests/cases/lmbWebAppTestCase.class.php
3.x/packages/web_app/trunk/tests/cases/request/lmbCompositeRequestDispatcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/request/lmbInputFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/request/lmbRoutesDispatchTest.class.php
3.x/packages/web_app/trunk/tests/cases/request/lmbRoutesRequestDispatcherTest.class.php
3.x/packages/web_app/trunk/tests/cases/request/lmbRoutesToUrlTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/components/lmbPagerComponentTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/lmbWactTestCase.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/core/lmbConstantFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/core/lmbDefaultTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/core/lmbOptionalTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/core/lmbRepeatTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/core/lmbSiteBranchTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/core/lmbTrimFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/fetch/lmbActiveRecordFetchTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/fetch/lmbFetchTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/fetch/lmbFetchTransferTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/form/lmbFormErrorsTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/form/lmbFormRefererTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/form/lmbFormTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/form/lmbGroupedOptionsSelectTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/form/lmbPreserveStateTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/form/lmbRequestTransferTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/form/lmbSelectOptionsSourceTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/i18n/lmbCurrentLocaleTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/i18n/lmbI18NCapitalizeFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/i18n/lmbI18NClipFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/i18n/lmbI18NDateFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/i18n/lmbI18NLowercaseFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/i18n/lmbI18NNumberFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/i18n/lmbI18NStringFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/i18n/lmbI18NTrimFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/i18n/lmbI18NUppercaseFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/iterator/lmbIteratorDecorateTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/iterator/lmbIteratorTransferTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/lmbIpFilterTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/lmbListTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/lmbPagerTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/lmbRequestTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/route/lmbRouteUrlSetTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/template/tags/route/lmbRouteUrlTagTest.class.php
3.x/packages/web_app/trunk/tests/cases/toolkit/lmbWebAppToolsTest.class.php
3.x/packages/web_app/trunk/tests/cases/util/lmbIniDbDSNTest.class.php
3.x/packages/web_app/trunk/tests/cases/validation/lmbWebAppErrorListTest.class.php
3.x/packages/web_app/trunk/tests/cases/validation/rule/lmbUniqueTableFieldRuleTest.class.php
3.x/packages/web_app/trunk/tests/cases/view/lmbWACTViewTest.class.php
3.x/packages/web_app/trunk/wact_setup.php
Log:
-- changes due to CRE-1(removing packages support from Limb 3.x)
More information about the limb-svn
mailing list