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
|
4a9a5bce69
|
Removing template code.
|
2009-05-13 23:37:21 -04:00 |
|
mark_story
|
3c08369e3a
|
Adding bake model template.
Adding tests for bake model.
|
2009-05-13 23:36:13 -04:00 |
|
mark_story
|
a7f0071c61
|
Forcing templatePaths to exist.
|
2009-05-13 23:35:41 -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
|
dff90e892e
|
Adding Template Task, removing CodeGenerator.
|
2009-05-12 21:19:15 -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
|
a6d16500a9
|
Adding CodeGenerator in a temporary place.
|
2009-05-10 13:33:52 -04:00 |
|
mark_story
|
328756f686
|
Adding fixture template
|
2009-05-10 13:33:05 -04:00 |
|
mark_story
|
4b75c6b78e
|
minor cleanup
|
2009-05-10 12:43: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
|
d066a4a0d6
|
Extracting method out.
|
2009-05-10 01:35:59 -04:00 |
|
mark_story
|
ec443c4371
|
Moving method and adding tests.
|
2009-05-10 01:04:40 -04:00 |
|
mark_story
|
5c48603bd0
|
Refactoring methods, adding self join association detection.
Test cases updated.
|
2009-05-09 23:32:22 -04:00 |
|
mark_story
|
4b4875e0a9
|
Renaming methods, fixing issue with habtm bleed through.
Added test cases for all relation generation.
|
2009-05-09 21:28:51 -04:00 |
|
mark_story
|
cd90f8c74b
|
Fixing persistent option being forced to false when new database connections are baked. Fixes #6350
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8171 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-09 14:24:44 +00:00 |
|
mark_story
|
0467641469
|
minor cleanup
|
2009-05-09 02:22:29 -04:00 |
|
mark_story
|
31a266fc4c
|
Refactoring association generation.
|
2009-05-09 02:20:46 -04:00 |
|
mark_story
|
11e2912945
|
Making output fit nicely on 80col display.
|
2009-05-09 01:00:14 -04:00 |
|
mark_story
|
8775f15375
|
Updating multiple validation generation.
Adding test coverage for interactive validations.
|
2009-05-09 00:35:03 -04:00 |
|
mark_story
|
8b24d976f2
|
Placing uninflected check before irregular rules. Refs [8169] and #6351
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8170 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-08 13:25:19 +00:00 |
|
mark_story
|
103b97493a
|
Adding test cases for validation generation
Updating validation generation functions.
|
2009-05-08 01:09:19 -04:00 |
|
mark_story
|
fae7ed5584
|
Refactoring model task. Starting to refactor
validation generation to enable multiple validation.
|
2009-05-08 00:49:26 -04:00 |
|
mark_story
|
fd5b422357
|
Fixing error when no connection is specified and
bake fixture Foo is used.
|
2009-05-07 23:59:43 -04:00 |
|
mark_story
|
109bda97b8
|
Correcting order of inflection rules in pluralize(). Places uninflected rules before irregular rules. Fixes compatibility with non-english languages. Fixes #6351
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8169 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-08 03:17:26 +00:00 |
|
mark_story
|
029f422953
|
Adding patch from 'CSdread_' Adds test coverage to Model::getAssociated()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8168 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-08 02:39:00 +00:00 |
|
jperras
|
2e2aa0cd3a
|
Cleaning up HttpSocket public/protected api; all protected methods are now prefixed with an underscore. Refactored associated tests.
|
2009-05-07 14:49:21 -04:00 |
|
mark_story
|
bf7e257e02
|
Updating coding standards in bake templates and scaffolds. Fixes #6346
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8167 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-07 00:53:44 +00:00 |
|
mark_story
|
37d81cb92d
|
Adding __()
Refactoring duplicate code, and pulling out separate methods.
|
2009-05-05 00:43:29 -04:00 |
|
mark_story
|
bb2f6b2ef5
|
Consolidating $useDbConfig to $this->connection.
Updating test cases.
|
2009-05-05 00:10:24 -04:00 |
|
mark_story
|
f4dc4bc1ed
|
Adding test cases to FixtureTask.
Removing useless param.
|
2009-05-04 23:08:15 -04:00 |
|
gwoo
|
d2667c0e6f
|
merging master into 1.3
|
2009-05-04 16:06:08 -07:00 |
|
gwoo
|
6535e6225c
|
merging 1.2
|
2009-05-04 15:57:10 -07:00 |
|
gwoo
|
c4878cf95d
|
Merging fixes to trunk
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8166 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-04 21:17:19 +00:00 |
|
nate
|
8369a8f2d8
|
Sanitizing path in Dispatcher::baseUrl(), fixes #6336, misc. whitespace fixes.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8165 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-04 20:36:22 +00:00 |
|
gwoo
|
be7ade3a4c
|
Support for non-valid cookie values, fixes #6327
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8164 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-04 20:13:10 +00:00 |
|
the_undefined
|
94c01ac7b4
|
Support for non-valid cookie values, fixes #6327
|
2009-05-04 21:53:39 +02:00 |
|
mark_story
|
e21cc3db72
|
Adding test cases for bake()
Adding support for -connection param
Adding partial support for -plugin param
Separating file writing and code generation functions.
Updating help()
|
2009-05-03 21:43:22 -04:00 |
|
mark_story
|
6180ca80c9
|
Adding common parameter handling for connection
and plugin params.
|
2009-05-03 20:48:13 -04:00 |
|
gwoo
|
15518b8c9a
|
merging 1.3-misc into master
|
2009-05-01 14:05:46 -07:00 |
|
gwoo
|
f0879f96ed
|
Merge branch 'master' into 1.2
|
2009-05-01 11:33:47 -07:00 |
|
gwoo
|
1f7eb18107
|
fixing up versions numbers in 1.3
|
2009-05-01 11:17:53 -07:00 |
|
gwoo
|
d4003c17c4
|
Merge branch '1.3' into 1.3-inflector
|
2009-05-01 11:09:34 -07:00 |
|