Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

7158 by hidrarg on 21 August 2008, 17:58:02 +0400 (9 hours ago) -- some change

syncman/trunk/src/controller/ProjectsController.class.php 7158 history download (+3 -3) diffs

syncman/trunk/src/model/Project.class.php 7158 history download (+3 -0) diffs

7157 by hidrarg on 21 August 2008, 17:18:35 +0400 (10 hours ago) -- added changes to work from a folder

syncman/trunk/settings/wact.conf.override.php 7157 history deleted

syncman/trunk/template/page.phtml 7157 history download (+5 -4) diffs

syncman/trunk/template/projects/detail.phtml 7157 history download (+8 -9) diffs

syncman/trunk/template/projects/diff.phtml 7157 history download (+4 -3) diffs

syncman/trunk/template/projects/display.phtml 7157 history download (+5 -13) diffs

… 7 more files in changeset.
7156 by korchasa on 21 August 2008, 16:41:55 +0400 (10 hours ago) -- add test for lmbMysqliConnection::escape()
-- fix bug in lmbMysqliConnection::escape()

3.x/trunk/limb/dbal/src/drivers/mysqli/lmbMysqliConnection.class.php 7156 history download (+1 -1) diffs

3.x/trunk/limb/dbal/tests/cases/driver/mysqli/lmbMysqliConnectionTest.class.php 7156 history download (+28 -1) diffs

7155 by pachanga on 21 August 2008, 10:42:44 +0400 (16 hours ago) -- making runtests.php more convenient to use

3.x/trunk/limb/runtests.php 7155 history download (+1 -0) diffs

7154 by pachanga on 21 August 2008, 10:42:12 +0400 (16 hours ago) -- adding more tests

3.x/trunk/limb/active_record/tests/cases/lmbARAttributesLazyLoadingTest.class.php 7154 history download (+159 -124) diffs

7153 by pachanga on 21 August 2008, 10:36:14 +0400 (16 hours ago) -- adding experimental support for setting lazy fields on the fly using 'fields' attribute in find methods

3.x/trunk/limb/active_record/src/lmbARQuery.class.php 7153 history download (+12 -6) diffs

3.x/trunk/limb/active_record/src/lmbARRecordSetDecorator.class.php 7153 history download (+8 -4) diffs

3.x/trunk/limb/active_record/src/lmbActiveRecord.class.php 7153 history download (+35 -7) diffs

3.x/trunk/limb/active_record/tests/cases/lmbARAttributesLazyLoadingTest.class.php 7153 history download (+135 -118) diffs

7152 by korchasa on 20 August 2008, 21:57:15 +0400 (29 hours ago) -- add test for check proper iterator initialization when next() called

3.x/trunk/limb/core/src/lmbCollection.class.php 7152 history download (+3 -1) diffs

3.x/trunk/limb/core/tests/cases/lmbCollectionTest.class.php 7152 history download (+8 -0) diffs

7151 by korchasa on 20 August 2008, 21:54:44 +0400 (29 hours ago) -- remove useless assigning

3.x/trunk/limb/validation/src/lmbErrorList.class.php 7151 history download (+3 -6) diffs

7150 by conf on 20 August 2008, 14:41:55 +0400 (36 hours ago) -- lmbUrlRule is completely rewritten using regexps.
-- fixed tests.

3.x/trunk/limb/validation/src/rule/lmbUrlRule.class.php 7150 history download (+9 -35) diffs

3.x/trunk/limb/validation/tests/cases/rule/lmbUrlRuleTest.class.php 7150 history download (+26 -59) diffs

7149 by vasiatka on 20 August 2008, 11:04:39 +0400 (40 hours ago) -- small correction

3.x/trunk/limb/validation/src/rule/lmbEmailRule.class.php 7149 history download (+5 -1) diffs

7148 by conf on 20 August 2008, 11:03:49 +0400 (40 hours ago) -- added parsing urlencoded params in lmbRoutes::dispatch()
-- added tests

3.x/trunk/limb/web_app/src/request/lmbRoutes.class.php 7148 history download (+1 -1) diffs

3.x/trunk/limb/web_app/tests/cases/plain/request/lmbRoutesDispatchTest.class.php 7148 history download (+19 -1) diffs

7147 by vasiatka on 20 August 2008, 10:32:33 +0400 (40 hours ago) -- Email rule return one error in custom error case

3.x/trunk/limb/validation/src/rule/lmbEmailRule.class.php 7147 history download (+6 -0) diffs

3.x/trunk/limb/validation/tests/cases/rule/lmbEmailRuleTest.class.php 7147 history download (+15 -0) diffs

7146 by conf on 20 August 2008, 09:40:44 +0400 (41 hours ago) -- added toolkit.inc.php inclusion

3.x/trunk/limb/log/common.inc.php 7146 history download (+1 -1) diffs

7145 by svk on 17 August 2008, 11:49:43 +0400 (4 days ago) -- lmbToolkit :: __call() definition changed.

3.x/trunk/limb/toolkit/src/lmbToolkit.class.php 7145 history download (+1 -1) diffs

7144 by korchasa on 15 August 2008, 17:11:45 +0400 (6 days ago) -- fix for iterator inittialization for support add to position method

3.x/trunk/limb/core/src/lmbCollection.class.php 7144 history download (+6 -4) diffs

3.x/trunk/limb/core/tests/cases/lmbCollectionTest.class.php 7144 history download (+20 -0) diffs

7143 by Forumsky on 14 August 2008, 15:04:45 +0400 (7 days ago) Test for 'group' magic parameter

3.x/trunk/limb/active_record/tests/cases/lmbARQueryTest.class.php 7143 history download (+21 -0) diffs

7142 by Forumsky on 14 August 2008, 15:03:49 +0400 (7 days ago) Added 'group' magic parameter to ActiveRecord

3.x/trunk/limb/active_record/src/lmbARQuery.class.php 7142 history download (+3 -0) diffs

7141 by korchasa on 14 August 2008, 11:08:38 +0400 (7 days ago) -- fix for compatibility with 5.2.X

3.x/trunk/limb/active_record/src/lmbARRelationCollection.class.php 7141 history download (+32 -16) diffs

7140 by korchasa on 12 August 2008, 18:41:58 +0400 (9 days ago) -- add manual settings (path, domain, secure) for cookies removing

3.x/trunk/limb/net/src/lmbHttpResponse.class.php 7140 history download (+7 -3) diffs

7139 by korchasa on 12 August 2008, 18:26:03 +0400 (9 days ago) -- fix removeCookie() mthod for proper remove cookie with not default path, domains and secure options

3.x/trunk/limb/net/src/lmbHttpResponse.class.php 7139 history download (+4 -1) diffs

7138 by conf on 04 August 2008, 11:31:09 +0400 (17 days ago) -- fixed bug with non-matching serial default parameters
-- added test case

3.x/trunk/limb/web_app/src/request/lmbRoutes.class.php 7138 history download (+9 -3) diffs

3.x/trunk/limb/web_app/tests/cases/plain/request/lmbRoutesToUrlTest.class.php 7138 history download (+1 -0) diffs

7137 by conf on 31 July 2008, 17:17:21 +0400 (21 days ago) -- fixed bug with simultaneous rule and resource inheritance
-- added logging in debug mode
-- added tests

3.x/trunk/limb/acl/src/lmbAcl.class.php 7137 history download (+22 -13) diffs

3.x/trunk/limb/acl/tests/cases/lmbAclAllowsTest.class.php 7137 history download (+37 -0) diffs

7136 by conf on 30 July 2008, 16:37:30 +0400 (22 days ago) -- added resource inherits functionality
-- in case role inherits and resource inherits conflict, role inherits has the priority
-- fixed some typos
-- added test cases

3.x/trunk/limb/acl/src/lmbAcl.class.php 7136 history download (+23 -10) diffs

3.x/trunk/limb/acl/tests/cases/lmbAclAllowsTest.class.php 7136 history download (+20 -4) diffs

7135 by korchasa on 30 July 2008, 14:24:47 +0400 (22 days ago) -- change draft test name to TODO_* pattern

3.x/trunk/limb/acl/tests/cases/lmbAclAllowsTest.class.php 7135 history download (+1 -1) diffs

7134 by wiliam on 29 July 2008, 18:30:40 +0400 (23 days ago) -- wrong inclusion  of file lmbAbstractImageContainer.class.php fixed

3.x/trunk/limb/imagekit/src/im/lmbImImageContainer.class.php 7134 history download (+2 -2) diffs

7133 by conf on 29 July 2008, 16:46:15 +0400 (23 days ago) -- fixed adding unneeded params to url in lmbRoutes::toUrl, urls become more clean
-- fixed tests

3.x/trunk/limb/web_app/src/request/lmbRoutes.class.php 7133 history download (+18 -1) diffs

3.x/trunk/limb/web_app/tests/cases/plain/request/lmbRoutesToUrlTest.class.php 7133 history download (+26 -1) diffs

7132 by korchasa on 29 July 2008, 13:57:06 +0400 (23 days ago) -- add todo test for resource inherits with privelegies level rules

3.x/trunk/limb/acl/tests/cases/lmbAclAllowsTest.class.php 7132 history download (+16 -0) diffs

7131 by serega on 25 July 2008, 12:05:35 +0400 (27 days ago) -- added a test for i18n_clip filter that checks if filter allows to use variables for filter params

3.x/trunk/limb/i18n/tests/cases/macro/lmbI18NClipMacroFilterTest.class.php 7131 history download (+12 -0) diffs

7130 by conf on 23 July 2008, 14:43:27 +0400 (29 days ago) -- added function lmbDBAL::fetchOneRow()

3.x/trunk/limb/dbal/src/lmbDBAL.class.php 7130 history download (+13 -0) diffs

7129 by conf on 22 July 2008, 19:23:24 +0400 (30 days ago) -- fixed lmbBundler errors on windows platform
-- fixed lmbBundlerTest

3.x/trunk/limb/bundle/src/lmbBundler.class.php 7129 history download (+9 -9) diffs

3.x/trunk/limb/bundle/tests/cases/lmbBundlerTest.class.php 7129 history download (+5 -5) diffs

earlier earlier | later later