Majna
|
454f383951
|
Fix console option parser for --empty in ProjectTask.
Command 'cake bake project --empty myapp' ignores argument myapp.
|
2012-02-07 18:35:12 +01:00 |
|
Dean Sofer
|
ff91a7978e
|
Added missing AppShell.php file to core
|
2012-02-05 01:47:56 -08:00 |
|
mark_story
|
752711e963
|
Fix missing behavior constructor.
|
2012-01-27 21:10:57 -05:00 |
|
mark_story
|
9ff0739504
|
Improving test generation.
Class construction can be a bit more complicated now.
|
2012-01-27 20:59:03 -05:00 |
|
Ceeram
|
4f1be12046
|
Merge branch '2.1-appshell' into 2.1
|
2012-01-23 15:29:03 +01:00 |
|
mark_story
|
70bb839de9
|
Add validation guess for not null + text types.
Fixes #2493
|
2012-01-21 13:10:30 -05:00 |
|
mark_story
|
df5d9ac3d1
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/Model.php
lib/Cake/Test/Case/Routing/RouterTest.php
|
2012-01-20 20:28:15 -05:00 |
|
Mark Story
|
e080bb27b9
|
Merge pull request #411 from fitorec/2.0
Check the logic in the Shell::in($prompt, $options = null, $default = null)
|
2012-01-17 18:53:00 -08:00 |
|
Fitorec
|
ddbaa66997
|
Reviewing the logic in the Shell::in($prompt, $options = null, $default = null)
|
2012-01-15 21:16:45 -06:00 |
|
Mark Story
|
533feea2b1
|
Merge pull request #403 from rintaun/patch-2
$action in AclShell::_getParams() should default to '*', not NULL
|
2012-01-12 19:08:42 -08:00 |
|
mark_story
|
b6040aec5a
|
Update UpgradeShell for App classes.
Correctly move AppController and AppModel.
Fixes #2472
|
2012-01-12 21:37:34 -05:00 |
|
Ceeram
|
9f40e6de79
|
move AppShell to app/Console/Command directory
|
2012-01-12 11:55:10 +01:00 |
|
Matthew Lanigan
|
0e607bf880
|
$action in AclShell::_getParams() defaults to '*', not NULL
|
2012-01-11 21:59:58 -05:00 |
|
mark_story
|
15c7493e39
|
Merge branch '2.0' into 2.1
|
2012-01-06 23:02:16 -05:00 |
|
Simon Males
|
adc6846145
|
schema update fails with -f flag, although it's supported.
|
2012-01-05 16:54:02 +11:00 |
|
ADmad
|
389072708a
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Test/Case/Model/ModelReadTest.php
lib/Cake/Utility/Debugger.php
|
2011-12-22 03:15:04 +05:30 |
|
Kyle Robinson Young
|
51f9837db4
|
Code standards formatting
|
2011-12-15 22:52:07 -08:00 |
|
Graham Weldon
|
d83115927d
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-12-14 16:04:40 +11:00 |
|
mark_story
|
07a2a60468
|
Merge branch '2.0' into 2.1
|
2011-12-13 22:03:40 -05:00 |
|
mark_story
|
dd335cb183
|
Fix error in FixtureTask
The options are always set, use empty() instead.
Fixes #2373
|
2011-12-13 20:40:30 -05:00 |
|
mark_story
|
2e8498e166
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/Datasource/Database/Postgres.php
lib/Cake/Test/Case/Console/TaskCollectionTest.php
lib/Cake/Test/Case/Model/ModelIntegrationTest.php
lib/Cake/Test/Case/Utility/ClassRegistryTest.php
lib/Cake/Utility/ClassRegistry.php
|
2011-12-11 22:51:40 -05:00 |
|
Kyle Robinson Young
|
c836ba08a3
|
Add/move docblocks to make text available in the API docs
|
2011-12-08 07:35:02 -08:00 |
|
Kyle Robinson Young
|
1e1c7a036d
|
Code consistency formatting tweaks
|
2011-12-06 12:52:48 -08:00 |
|
mark_story
|
e7a7e57ba6
|
Fix bare require() to use App::uses()
Fixes #2346
|
2011-12-06 20:09:05 -05:00 |
|
Ceeram
|
e4e26a852b
|
Making non-interactive behave same as interactive with odd table names
|
2011-12-05 17:00:48 +01:00 |
|
mark_story
|
545f4d2811
|
Fix bad merge.
|
2011-12-03 13:56:55 -05:00 |
|
mark_story
|
6d269ce25d
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Config/config.php
lib/Cake/Console/Command/Task/ModelTask.php
lib/Cake/Console/Command/TestsuiteShell.php
lib/Cake/Model/CakeSchema.php
lib/Cake/Model/Datasource/Database/Sqlite.php
lib/Cake/Test/Case/Model/ModelTestBase.php
lib/Cake/Test/Case/Routing/DispatcherTest.php
lib/Cake/Test/Case/Utility/FileTest.php
lib/Cake/VERSION.txt
|
2011-12-03 13:45:28 -05:00 |
|
Mark Story
|
d4fd1b3743
|
Merge pull request #348 from petteyg/apptheme
Make TemplateTask prioritize App templates over Core templates
|
2011-12-02 17:28:01 -08:00 |
|
Kyle Robinson Young
|
8197f87dbc
|
Spelling and grammar fixes
|
2011-12-01 21:58:09 -08:00 |
|
Gordon Pettey (petteyg)
|
a800dcbbca
|
Merge branch 'master' into apptheme
|
2011-12-02 02:29:43 +00:00 |
|
mark_story
|
0f71254fe1
|
Fix double inflection in bake all <foo>
ViewTask re-pluralizes the model name. Sometimes this leads to
things like Menuses which is totally wrong.
Fixes #2318
|
2011-12-01 20:41:17 -05:00 |
|
Ceeram
|
faddfbe2d0
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-12-01 20:30:45 +01:00 |
|
Ceeram
|
0a1772c929
|
adding default name, for dbs that dont expose a PK
|
2011-12-01 20:30:36 +01:00 |
|
Kyle Robinson Young
|
94e119fe67
|
Adhere to code formatting standard
|
2011-11-30 23:21:31 -08:00 |
|
Kyle Robinson Young
|
5876744709
|
Adhering to coding standards
|
2011-11-30 07:44:11 -08:00 |
|
Graham Weldon
|
af2e7c1e9b
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-11-29 23:00:47 +11:00 |
|
Jose Lorenzo Rodriguez
|
76e334ca38
|
Merge branch '2.1' of github.com:cakephp/cakephp into 2.1
|
2011-11-28 22:30:36 -04:30 |
|
Ceeram
|
57a1a2814d
|
Fixing modeltask to use correct table
ModelTask will now bake correct primaryKey when not id
|
2011-11-29 00:00:00 +01:00 |
|
ADmad
|
73674c648c
|
Moving AppShell inside Console/Command for consistency with file location of other App classes. Also making all core shells and tasks extends AppShell instead of Shell. Closes #2278
|
2011-11-26 02:48:49 +05:30 |
|
Rachman Chavik
|
204851842b
|
In a multidb habtm, we cannot rely on 'joinTable'
Instead, we should use value from 'with' when it's available.
|
2011-11-25 22:29:23 +07:00 |
|
Rachman Chavik
|
fa80be50eb
|
Removing timestamp lines from generated files
This causes unnecessary diff chunks, and we should depend more on
the SCM instead of these values.
|
2011-11-25 08:45:33 +07:00 |
|
Rachman Chavik
|
211146fb7a
|
Enable short option for --plugin and --connection
This is done to make things more consistent with the bake shell
|
2011-11-24 19:29:27 +07:00 |
|
mark_story
|
4103fe14a2
|
Fix double / issue in ExtractTask
Also fix an issue where extracting pot files for plugins ended up creating
a Localedefault.pot file incorrectly.
Fixes #2284
|
2011-11-23 21:03:24 -05:00 |
|
Mark Story
|
340d112693
|
Merge pull request #327 from bigclick/patch-1
Fix for when trying to use "Console/cake schema generate snapshot"
|
2011-11-21 07:20:07 -08:00 |
|
mark_story
|
6d6ac10834
|
Fix failing tests caused by previous commit.
|
2011-11-20 23:00:58 -05:00 |
|
bigclick
|
037f2c016e
|
preg_quote'd $fileName to avoid issues when using a special character in their schema filename
|
2011-11-21 13:19:57 +11:00 |
|
bigclick
|
7a68f7fed1
|
Fix for when trying to use "Console/cake schema generate snapshot" command, line 67 was making the name param snapshot, also fixed auto numbering in the case where the filename wasn't "schema"
|
2011-11-21 11:43:51 +11:00 |
|
AD7six
|
adf73abb07
|
another bulletproofing for schemaless baking
|
2011-11-20 16:08:01 +01:00 |
|
AD7six
|
43ae7af17d
|
prevent missing-index notices
when baking with a schemaless db
|
2011-11-20 15:44:44 +01:00 |
|
AD7six
|
f0fa6c7875
|
code standards
|
2011-11-20 01:17:07 +01:00 |
|