renan.saddam
|
06109a2eed
|
Merge branch '1.2' of github.com:cakephp/cakephp1x into 1.2
|
2010-02-12 01:57:38 -02:00 |
|
renan.saddam
|
d5ea6b7c2a
|
Flushing the CR after a model is baked, tests added. Refs #310.
|
2010-02-12 01:57:04 -02:00 |
|
Mark Story
|
66a8910810
|
Fixing cakephp domain name.
|
2010-01-26 17:15:15 -05:00 |
|
Mark Story
|
527eec1a54
|
Fixing doc tags to make merge easier.
|
2010-01-26 16:51:53 -05:00 |
|
Mark Story
|
8f2a4a1e0e
|
Merge branch '1.2' of github.com:cakephp/cakephp1x into 1.2
|
2010-01-14 20:28:00 -05:00 |
|
Mark Story
|
5c47d8dd7a
|
Trimming trailing whitespace from files. Refs #201
|
2010-01-14 20:15:54 -05:00 |
|
Joël Perras
|
15b8a3ec71
|
Updating copyright date on all files.
|
2010-01-13 23:47:14 -05:00 |
|
Juan Basso
|
5149d65c7e
|
Adding redirect to baked controllers so when no delete could be done an
error page is not displayed.
Fixes #188
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-01-11 18:07:29 -05:00 |
|
mark_story
|
d758dbc343
|
Updating cake.generic.css to let .altrow class to apply to dd and dt elements. Fixes #361
|
2009-11-24 19:57:20 -05:00 |
|
Juan Basso
|
1c0c1bc9c7
|
Replace function split by explode when possible.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:45:04 -05:00 |
|
Juan Basso
|
df9e1e0bd1
|
Replace function join (alias) by implode.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:43:11 -05:00 |
|
Juan Basso
|
1acc60b04c
|
Replace function die (alias) by exit.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:38:11 -05:00 |
|
mark_story
|
ea6e3dd076
|
Fixing issue with bake model <name>
|
2009-11-15 16:47:58 -05:00 |
|
mark_story
|
38f578199d
|
Changing new Model() for ClassRegistry::init(). Fixes issues when baking admin and non-admin methods for a controller that uses bound translations + TranslateBehavior. Fixes #245
|
2009-11-12 09:32:45 -05:00 |
|
mark_story
|
b4f6dd9c6e
|
Adding tests and support for binary columns in model task. Fixes #241
|
2009-11-04 22:57:43 -05:00 |
|
mark_story
|
133299c653
|
Removing duplicate constructor from ShellDispatcher.
Fixes warnings under PHP5.3.
Fixes #132
|
2009-11-03 09:02:17 -05:00 |
|
Gordon Pettey
|
2e3bbe363d
|
Array coding convention and extraneous punctuation
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-30 16:38:27 -04:00 |
|
mark_story
|
72830cb125
|
Adding test case for model task
Fixing missing case for float datatypes when generating fixtures.
Fixes #204
|
2009-10-24 11:26:06 -04:00 |
|
mark_story
|
1ee9771efb
|
Removing ife() from AclShell. Refs #6562
|
2009-10-21 13:12:03 -04:00 |
|
mark_story
|
0657afcf30
|
Removing use of low() from core classes. Refs #6525
|
2009-10-21 13:03:24 -04:00 |
|
mark_story
|
0cc1d84737
|
Removing use of e() from core and test suite.
|
2009-10-21 12:57:03 -04:00 |
|
mark_story
|
9b7a10a4bc
|
Applying patch from 'michaelc' to optimize to Shell::out()
|
2009-09-19 00:20:40 -04:00 |
|
mark_story
|
c08153e1bd
|
Fixing deprecation notices for php5.3
|
2009-09-08 23:17:29 -04:00 |
|
mark_story
|
f078517002
|
Adding new error_reporting setting to ShellDispatcher.
|
2009-09-07 16:17:41 -04:00 |
|
mark_story
|
036bb620fa
|
Removing error flags from test.php.
|
2009-09-07 16:13:25 -04:00 |
|
nate
|
b2d13fce40
|
Moving error flags to core bootstrap to avoid extra changes in user files, fixing error in previous commit.
|
2009-09-07 15:12:39 -04:00 |
|
mark_story
|
12e0652943
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-09-07 14:47:53 -04:00 |
|
mark_story
|
5bfda28d39
|
Adding E_DEPRECATED to console environment.
|
2009-09-07 14:28:03 -04:00 |
|
nate
|
a5c00de3bd
|
Applying PHP 5.3 compatibility patch from. Please update your config/core.php, webroot/index.php and webroot/test.php accordingly.
|
2009-09-07 14:25:22 -04:00 |
|
jperras
|
24351b5a21
|
Backporting bugfix for #22 from 1.3-console to 1.2. Adds schema shell test cases, fixes for schema object references, i18n of schema schell output strings.
|
2009-09-07 12:24:38 -04:00 |
|
mark_story
|
98ad480bf2
|
Fixing error string passing in SchemaShell::__run() Fixes #45
|
2009-08-21 22:33:33 -04:00 |
|
jperras
|
9363a61c32
|
Unifying case for single-letter interactive shell input, most notably SchemaShell, which previously failed on uppercase interactive input.
|
2009-08-10 19:47:41 -04:00 |
|
DarkAngelBGE
|
f88cc56cfe
|
Coding standards fixes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8260 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-28 20:01:42 +00:00 |
|
gwoo
|
f53181bc96
|
fixes #6467, cake bake on windows drive. thanks burzum
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8257 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-27 16:57:58 +00:00 |
|
DarkAngelBGE
|
9eaad7528f
|
Removing usage of up() and low() from core
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8253 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-23 21:04:40 +00:00 |
|
DarkAngelBGE
|
8f61c666c2
|
Removing usage of r() from core
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8252 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-23 20:51:24 +00:00 |
|
mark_story
|
f712d84d33
|
Applying patch from 'slywalker'. Updating datetime generation in baked files.
Fixed #6505
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8229 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-14 02:30:51 +00:00 |
|
mariano.iglesias
|
bc5de16b6c
|
Fixing bug introduced in r5219 that was preventing model save operations from working in Console shell
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8222 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-06 07:38:03 +00:00 |
|
mark_story
|
285fdc22c6
|
Adding test case for api console.
Fixing issue where methods with no parameters were omitted from api method lists.
Fixes #6474
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8203 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-25 13:34:28 +00:00 |
|
mark_story
|
a2a7727c00
|
Fixing plugin prefix handling when using plugin task to bake plugin controllers. Plugin Models are correctly found, allowing bake to work.
Fixes #5069
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8199 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-17 02:17:18 +00: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
|
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
|
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
|
cf3f92c402
|
Updating testsuite console to search $pluginPaths for plugins.
Fixing readability of help in 80 col displays.
Fixes #6329.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8163 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-30 23:38:14 +00:00 |
|
mark_story
|
fcb8ef25d6
|
Renaming setUp() to startTest() in Controller task. Fixes issues with fixtures and baked controller tests.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8142 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-14 23:13:43 +00:00 |
|
renan.saddam
|
78daa13900
|
Defining the default answer as the current path. Fixes #6204
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8115 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-18 00:43:21 +00:00 |
|
renan.saddam
|
76e0f17dbc
|
Updating documentation to improve code completion
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8114 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-17 21:10:28 +00:00 |
|
gwoo
|
7f853532d9
|
updating ShellDispatcher to pass tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8112 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-16 23:08:39 +00:00 |
|
mark_story
|
1497fddf80
|
Applying patch from 'rafaelbandeira3' fixing formatting of generated code to better follow cake coding standards. Fixes #5754
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8082 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-08 18:05:18 +00:00 |
|
mark_story
|
1654c3f339
|
Updating links to SimpleTest in Shell. Fixes #6162
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8073 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-04 01:17:44 +00:00 |
|