gwoo
|
fdd63d4e8e
|
Merge branch 'master' into 1.3
|
2009-06-02 10:12:14 -07:00 |
|
jperras
|
d2b4995e43
|
Updating Model::deconstruct to handle db expressions correctly. Fixes #6372; thanks to mattcurry for the patch.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8185 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-02 03:23:15 +00:00 |
|
mark_story
|
a9bbae31ee
|
Fixing primary key column length in DboSqlite. UUID primary keys now return defined length.
Test cases added for describe()
Fixes #6412
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8184 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-02 03:03:51 +00:00 |
|
gwoo
|
2842fe7021
|
fixes #6401, Session path on IIS
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8183 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-01 16:52:05 +00:00 |
|
mark_story
|
9aa64ef564
|
Ensuring that 'ext' param added by RequestHandler does not end up as a queryString parameter in Auth.redirect.
Adding test case.
Fixes #6211
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8182 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-01 00:01:58 +00:00 |
|
mark_story
|
50f4d91873
|
Adding test case to disprove #6411
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8181 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-30 19:12:15 +00:00 |
|
mark_story
|
f1821f5631
|
Adding test case for ViewTask
|
2009-05-30 00:28:18 -04:00 |
|
mark_story
|
b301654b96
|
Adding test cases for execute()
|
2009-05-30 00:14:57 -04:00 |
|
jperras
|
a6017e6f6a
|
Updating code coverage manager to work with application-level datasources.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8179 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-28 17:44:41 +00:00 |
|
mark_story
|
f0752feeec
|
Adding patch from 'burzum'. Fixes ambiguous field sql error when joining two trees with a defined scope.
Test cases and fixtures added.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8178 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-26 17:17:57 +00:00 |
|
mark_story
|
2b6ea8748c
|
Adding flush so models in registry are always fresh
fixes issues baking model + test
|
2009-05-26 00:36:25 -04:00 |
|
mark_story
|
79568cc742
|
Fixing controller test file generation
|
2009-05-25 23:57:15 -04:00 |
|
mark_story
|
518c318887
|
Adding tests and code for controller stub generation.
|
2009-05-25 23:48:41 -04:00 |
|
mark_story
|
66b36ba3b8
|
Adding tests for other object types.
|
2009-05-25 01:02:59 -04:00 |
|
mark_story
|
975aab8009
|
Fixing plugin imports
Adding contstructor generation.
and test case for controller construction.
|
2009-05-25 00:54:23 -04:00 |
|
mark_story
|
587b0ca07d
|
Test generation for models is partially complete.
fixtures and introspected methods work.
|
2009-05-24 23:50:21 -04:00 |
|
mark_story
|
eb9f40c6f4
|
extracting out object type interaction.
test case added.
|
2009-05-24 20:12:17 -04:00 |
|
mark_story
|
2cc00ac3e1
|
Adding test case for acl shell.
Fixing display of nodes with no alias when using 'cake acl view aro'
Fixes #6393
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8177 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-24 16:37:54 +00:00 |
|
mark_story
|
1d6ceffb92
|
Adding test case and function for generating
fixture lists from controller objects.
|
2009-05-24 01:30:04 -04:00 |
|
mark_story
|
61191d88cd
|
Adding test cases and ability to pull all
fixtures for a model.
|
2009-05-24 01:15:31 -04:00 |
|
mark_story
|
f20a7e4f61
|
Adding method extraction and test case.
|
2009-05-23 23:48:25 -04:00 |
|
mark_story
|
838af5862e
|
Making test bail if any of the required models exist.
|
2009-05-23 22:56:54 -04:00 |
|
mark_story
|
a44e69e47f
|
Adding test case to disprove #6387
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8176 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-22 02:00:21 +00:00 |
|
mark_story
|
5843d5e40a
|
Adding test case for DbConfig task
making DbConfigTask testable.
|
2009-05-20 23:15:31 -04:00 |
|
mark_story
|
e8eaf97dcf
|
Additional tests for execute
|
2009-05-20 00:31:59 -04:00 |
|
mark_story
|
2cae04308c
|
Adding tests for interactive mode.
Fixing notice error.
|
2009-05-19 00:18:59 -04:00 |
|
mark_story
|
8bcd8ff890
|
Adding skipIf's
Fixing typo, adding assertions.
|
2009-05-18 23:49:44 -04:00 |
|
mark_story
|
4f6d3219ef
|
Adding test cases for bakeActions
|
2009-05-18 23:46:20 -04:00 |
|
mark_story
|
0d7b86fc8b
|
Removing $uses as part of bake.
|
2009-05-18 22:26:16 -04:00 |
|
mark_story
|
c0f06be65e
|
Adding test case for bake output.
|
2009-05-17 00:04:33 -04:00 |
|
mark_story
|
08394629c9
|
Creating confirmController and test case.
|
2009-05-16 23:17:40 -04:00 |
|
mark_story
|
9eb27f14d7
|
Adding tests and starting clean up of __interactive.
|
2009-05-15 00:04:57 -04:00 |
|
mark_story
|
68a858b39a
|
Adding test case for getName
|
2009-05-14 23:28:27 -04:00 |
|
mark_story
|
9b9b1fbf21
|
Updating doc block
|
2009-05-14 23:25:52 -04:00 |
|
mark_story
|
03e231c05d
|
Adding test case for controller task.
Refactoring listAll() to use Model task which has
the necessary code.
|
2009-05-14 23:17:42 -04:00 |
|
mark_story
|
305104140c
|
Adding tests for __interactive
|
2009-05-14 22:36:04 -04:00 |
|
mark_story
|
8a5d6cae77
|
Removing junk
|
2009-05-14 22:19:43 -04:00 |
|
mark_story
|
3f7821c258
|
Adding test cases for bake model all
Adding test cases for bake model MyModel
Fixing all()
Starting refactor into Test task
|
2009-05-14 21:42:07 -04:00 |
|
mark_story
|
a85bf16560
|
Cleaning up model template.
|
2009-05-13 23:50:46 -04:00 |
|
mark_story
|
3c08369e3a
|
Adding bake model template.
Adding tests for bake model.
|
2009-05-13 23:36:13 -04:00 |
|
jperras
|
4f2d65943f
|
Fixing form helper checkbox hidden input generation for disabled fields. Thanks to 'trevorsg' for the patch & test case.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8173 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-14 03:26:53 +00:00 |
|
mark_story
|
333713e978
|
removing whitespace.
|
2009-05-12 22:01:27 -04:00 |
|
mark_story
|
15fb1a711a
|
Updating TemplateTask adding test case and test object file.
|
2009-05-12 22:00:30 -04:00 |
|
mark_story
|
3a36979a21
|
fixing doc block
|
2009-05-12 21:35:06 -04:00 |
|
mark_story
|
a38233e75d
|
Updating FixtureTask and FixtureTask test to use TemplateTask
|
2009-05-12 21:26:37 -04:00 |
|
mark_story
|
8c243ee731
|
Applying patch from 'mete0r', adding tests for Scaffold variable setting. Fixes #6361
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8172 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-13 01:00:38 +00:00 |
|
mark_story
|
3ea2b5a87d
|
Moving CodeGenerator class into bake shell.
Updating FixtureTask and test cases.
Updating template for fixtures.
|
2009-05-10 22:16:38 -04:00 |
|
mark_story
|
ef519621b4
|
Adding tests for doAssociations
|
2009-05-10 12:11:20 -04:00 |
|
mark_story
|
6be70c3cfa
|
Adding test coverage for inOptions.
|
2009-05-10 11:01:15 -04:00 |
|
mark_story
|
ec443c4371
|
Moving method and adding tests.
|
2009-05-10 01:04:40 -04:00 |
|