Commit Graph

1727 Commits

Author SHA1 Message Date
Qiang Xue
a421f9f1ab refactored component event. 2013-04-05 19:29:10 -04:00
Qiang Xue
597082a11a Automatic table and column name quoting. 2013-03-30 18:28:54 -04:00
Alexander Makarov
9da81894be moved helper test from util namespace to helpers namespace, added tests for StringHelper 2013-03-29 18:23:50 +04:00
Carsten Brandt
4d59587320 fixed constructor overriding in test classes
now use setUp() instead
2013-03-29 01:10:03 +01:00
Carsten Brandt
f4ebd91cfb Merge branch 'master' into redis
* master: (117 commits)
  More Model tests
  Better validation rules validity check
  Some tests for Model
  A bit more friendly behavior for unsetting a model attribute
  User WIP.
  Fixed Model::getFirstErrors()
  Finished AccessControl.
  Finished HttpCache.
  User WIP
  line ending fix.
  refactoring cache and db references.
  Fixed session bug.
  Finishes flash feature.
  refactored url creation shortcut method.
  HttpCache WIP.
  Finished AccessControl and HttpCache.
  Finished PageCache.
  finished fragment caching.
  fragment cache WIP
  bug fixes.
  ...
2013-03-29 01:03:56 +01:00
Carsten Brandt
0d2f5028ef Finished Redis Connection class 2013-03-29 01:02:35 +01:00
Alexander Makarov
9923888637 More Model tests 2013-03-29 03:22:50 +04:00
Alexander Makarov
a72d2f536a Some tests for Model 2013-03-29 02:50:36 +04:00
Qiang Xue
1fbf81be57 User WIP. 2013-03-28 17:43:27 -04:00
Carsten Brandt
8e74add1e7 Redis connection implementation 2013-03-28 15:57:05 +01:00
Qiang Xue
74d4e04d95 line ending fix. 2013-03-27 17:37:45 -04:00
Qiang Xue
e1acc64b2b refactoring cache and db references. 2013-03-27 17:09:18 -04:00
Qiang Xue
c03a3ff858 Finishes flash feature. 2013-03-27 11:39:05 -04:00
Qiang Xue
884977a724 renamed util to helpers. 2013-03-23 15:32:26 -04:00
Qiang Xue
9a4f4f85d2 wip 2013-03-18 08:42:12 -04:00
Qiang Xue
3b610926f4 Added web test folders. 2013-03-16 10:21:15 -04:00
Qiang Xue
5227d2db7d refactoring. 2013-03-13 16:46:52 -04:00
Qiang Xue
2422a134f0 Refactored Html. 2013-03-13 16:21:13 -04:00
Qiang Xue
a5ababe4c6 Finished HtmlTest. 2013-03-11 15:03:00 -04:00
Qiang Xue
03e212bcf6 Added HtmlTest. 2013-03-11 11:41:46 -04:00
Qiang Xue
06feccff8b refactored query builder.
finished Sort.
2013-03-06 10:51:33 -05:00
Qiang Xue
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
Qiang Xue
f68bed0ccb fixed exception. 2013-03-03 10:19:22 -05:00
Qiang Xue
a095d383e2 refactored url management. 2013-02-27 11:19:24 -05:00
Alexander Makarov
3bb73e54f9 more tests 2013-02-25 03:20:55 +04:00
Alexander Makarov
aa3d92f715 more tests for Vector 2013-02-25 02:54:31 +04:00
Alexander Makarov
79859238b4 more tests for Dictionary 2013-02-25 02:44:40 +04:00
Alexander Makarov
411a1b84d5 more tests for Object 2013-02-25 02:40:40 +04:00
Alexander Makarov
4c7bd953a1 added test for calling unknown method of Component 2013-02-25 02:32:59 +04:00
Alexander Makarov
695fd37e23 Merge remote-tracking branch 'refs/remotes/origin/master' 2013-02-25 02:18:04 +04:00
Alexander Makarov
f0676a8038 more tests for Behavior and Component 2013-02-25 02:16:50 +04:00
Qiang Xue
1eb1809aa4 finished URL testing. 2013-02-24 16:19:35 -05:00
Alexander Makarov
3f6704b8d7 Added contructor test for Object, adjusted test itself 2013-02-25 00:51:48 +04:00
Qiang Xue
a5fe4a6af2 Fixed URLManager bugs. 2013-02-20 08:25:06 -05:00
Qiang Xue
448fa79bb3 added url manager test 2013-02-19 22:06:45 -05:00
Alexander Makarov
989b95a95b used imports 2013-02-19 23:27:28 +04:00
Qiang Xue
12fbb0f71d url WIP 2013-02-11 19:51:18 -05:00
Qiang Xue
e25ad4bc88 URL wip. 2013-02-11 13:29:53 -05:00
Qiang Xue
f31369e7c1 url wip 2013-02-10 21:55:15 -05:00
Qiang Xue
712f4dae0d url wip 2013-02-10 14:53:35 -05:00
Alexander Makarov
64fb2a815c added tests for cache 2013-02-07 23:48:55 +04:00
Qiang Xue
7aa80d86f5 refactored execute() and query() methods in db/Command. 2013-02-01 17:18:49 -05:00
Qiang Xue
6fcac32410 error handling cleanup. 2013-01-31 23:50:53 -05:00
Qiang Xue
abd3d827a2 refactoring. 2013-01-18 10:37:22 -05:00
Qiang Xue
ed8b795295 renamed exception classes. 2013-01-17 19:55:10 -05:00
Qiang Xue
b51d347465 Added count, average, sum, min, max, scalar methods to ActiveQuery.
Added support for scopes defined in AR classes.
2013-01-17 19:26:20 -05:00
Qiang Xue
9958a5802e DB cleanup 2013-01-17 12:54:13 -05:00
Qiang Xue
39254a806b added test for "on .." and "as .." for Component. 2013-01-15 19:22:31 -05:00
Qiang Xue
736d30684e refactored the active property of Connection and Transaction.
refactored Transaction.
2013-01-15 19:13:39 -05:00
Qiang Xue
e0cd52fb65 moved Connection::getPdoType() to Command. 2013-01-15 18:32:08 -05:00