euromark
|
361980fade
|
remove code, class names and paths from translation strings.
|
2013-08-21 00:05:53 +02:00 |
|
mark_story
|
c597855fe4
|
Merge branch 'master' into 2.4
Conflicts:
lib/Cake/Test/Case/Network/CakeRequestTest.php
|
2013-07-03 14:21:09 -04:00 |
|
euromark
|
7cb19b97db
|
coding standards and simplification of else cases as well as some minor fixes
|
2013-07-03 00:52:48 +02:00 |
|
Mischa ter Smitten
|
dad1f16eaf
|
Made _stop() usage in Consoles / Tasks more consistent
|
2013-07-01 14:15:54 +02:00 |
|
ADmad
|
3303a2cda1
|
Merge branch 'master' into 2.4
Conflicts:
lib/Cake/Console/Templates/skel/Config/Schema/db_acl.php
lib/Cake/Console/Templates/skel/Config/Schema/i18n.php
lib/Cake/Console/Templates/skel/Config/Schema/sessions.php
lib/Cake/Console/Templates/skel/Config/acl.ini.php
lib/Cake/Console/Templates/skel/Config/acl.php
lib/Cake/Console/Templates/skel/Config/bootstrap.php
lib/Cake/Console/Templates/skel/Config/core.php
lib/Cake/Console/Templates/skel/Config/database.php.default
lib/Cake/Console/Templates/skel/Config/email.php.default
lib/Cake/Console/Templates/skel/Config/routes.php
lib/Cake/Console/Templates/skel/Console/Command/AppShell.php
lib/Cake/Console/Templates/skel/Console/cake.bat
lib/Cake/Console/Templates/skel/Console/cake.php
lib/Cake/Console/Templates/skel/Controller/AppController.php
lib/Cake/Console/Templates/skel/Controller/PagesController.php
lib/Cake/Console/Templates/skel/Model/AppModel.php
lib/Cake/Console/Templates/skel/View/Errors/error400.ctp
lib/Cake/Console/Templates/skel/View/Errors/error500.ctp
lib/Cake/Console/Templates/skel/View/Helper/AppHelper.php
lib/Cake/Console/Templates/skel/View/Layouts/Emails/html/default.ctp
lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp
lib/Cake/Console/Templates/skel/View/Layouts/default.ctp
lib/Cake/Console/Templates/skel/View/Layouts/error.ctp
lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp
lib/Cake/Console/Templates/skel/View/Pages/home.ctp
lib/Cake/Console/Templates/skel/index.php
lib/Cake/Console/Templates/skel/webroot/index.php
lib/Cake/Console/Templates/skel/webroot/test.php
|
2013-06-02 18:03:59 +05:30 |
|
Marc Würth
|
4c9f0414cb
|
Improved the DocBlocks and other code cleanup
Fixed @license tag, url comes first
Whitespace and other minor code cleanup
Added some docblocks
|
2013-05-31 00:11:19 +02:00 |
|
Christian Winther
|
5aac41ed43
|
Fix indentation and add short option 't' for template
|
2013-05-29 13:49:12 +00:00 |
|
Christian Winther
|
2fca41c35d
|
Enable the user to provide a CLI theme through the --theme option for all bake tasks
|
2013-05-29 13:41:57 +00:00 |
|
euromark
|
e3e11a48e6
|
fix some domain translations and remove leftover true param from 1.x
|
2013-05-22 11:15:01 +02:00 |
|
euromark
|
e1d6bb2120
|
code is not translatable and should not be part of the translation strings
|
2013-05-17 15:54:55 +02:00 |
|
euromark
|
97c2cb367d
|
CS fixes
|
2013-05-17 10:36:17 +02:00 |
|
Adam Taylor
|
433dd09ec4
|
Fix typos
|
2013-03-05 00:05:14 -07:00 |
|
Graham Weldon
|
66d856d883
|
Added extra line for referencing license file for copyright
|
2013-02-08 21:22:51 +09:00 |
|
Graham Weldon
|
7b860debe4
|
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
I just wanted to ruin his evening, because this change needs to be merged into CakePHP 3.0.
|
2013-02-08 20:59:49 +09:00 |
|
dogmatic69
|
cfadc4dbb0
|
strict type checks and removing some duplicate count() calls by setting a variable
|
2012-09-14 19:26:00 +01:00 |
|
dogmatic69
|
22a2e1b51e
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
|
dogmatic69
|
cf8fccae96
|
converting $foo == null / $foo == false to !$foo
|
2012-09-14 18:26:30 +01:00 |
|
mark_story
|
17ba713651
|
Simplify code.
|
2012-08-24 22:52:02 -04:00 |
|
Tigran Gabrielyan
|
8e818c89b6
|
Added $prefix generation in core.php for cake bake shell
|
2012-08-24 22:52:02 -04:00 |
|
Jelle Henkens
|
0e34bd4b1d
|
Suggest current path in bake project if dir is empty
|
2012-06-03 14:01:03 +01:00 |
|
mark_story
|
b57489f3f1
|
Remove duplicate template.
Also remove double creating the home.ctp file.
Fixes #2842
|
2012-05-02 20:54:50 -04:00 |
|
Juan Basso
|
c754fb2dcb
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
|
mark_story
|
664b0538b8
|
Fix more coding standards problems.
|
2012-03-04 22:49:38 -05:00 |
|
mark_story
|
db8c6b5c78
|
Fix most of the coding standards issues in Console/
|
2012-03-03 18:55:29 -05:00 |
|
Majna
|
1dbafe1d4f
|
Fix docblocks.
|
2012-02-17 13:51:20 +01:00 |
|
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 |
|
Kyle Robinson Young
|
51f9837db4
|
Code standards formatting
|
2011-12-15 22:52:07 -08:00 |
|
mark_story
|
e7a7e57ba6
|
Fix bare require() to use App::uses()
Fixes #2346
|
2011-12-06 20:09:05 -05:00 |
|
Kyle Robinson Young
|
94e119fe67
|
Adhere to code formatting standard
|
2011-11-30 23:21:31 -08: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 |
|
Juan Basso
|
40654df5ab
|
Fixing more documentations.
|
2011-08-18 22:31:00 -04:00 |
|
Juan Basso
|
16ef234180
|
Removing trailing spaces.
|
2011-08-15 23:55:08 -04:00 |
|
Juan Basso
|
620a65b2fc
|
Merge branch '2.0' into 2.0-api-doc
Conflicts:
lib/Cake/Test/Case/View/Helper/CacheHelperTest.php
lib/Cake/Utility/Debugger.php
|
2011-08-14 21:12:05 -04:00 |
|
mark_story
|
c1b0eb8f21
|
Updating output of project task to better reflect what
happened.
|
2011-08-03 21:56:24 -04:00 |
|
Mark Story
|
cdcabc79b6
|
Doing some refactoring in the project task.
Adding tests for constants staying commented out when CakePHP is on the include_path.
|
2011-08-03 20:06:47 -04:00 |
|
Mark Story
|
6e2870c706
|
Removing APP_PATH it is always the same as APP.
Fixing a typo in index.php.
|
2011-08-03 20:06:47 -04:00 |
|
Mark Story
|
20e9015f80
|
Making skel files generate hard coded paths, when CakePHP
is not on the include_path, and exclude hard coded paths when it is.
|
2011-08-03 20:06:47 -04:00 |
|
Juan Basso
|
a0ee8b49fe
|
Fixed some API doc in console.
|
2011-07-28 22:05:29 -04:00 |
|
Jose Lorenzo Rodriguez
|
cfd2d9e00b
|
Updating all @package annotations in doc blocks
|
2011-07-26 01:46:14 -04:30 |
|
Mark Story
|
74e2cb1507
|
Updating doc blocks and @package strings for Console
classes.
|
2011-07-25 21:46:52 -04:00 |
|
Ceeram
|
a025cb2e01
|
Adding option to ProjectTask, for setting CAKE_CORE_INCLUDE_PATH. Tests added.
|
2011-07-13 23:54:24 +02:00 |
|
Ceeram
|
e3dfec98c7
|
fixing regex for setting constant in test.php
|
2011-07-13 18:23:07 +02:00 |
|
Juan Basso
|
1c7d54eacc
|
Updated the paths from comments.
|
2011-06-19 20:28:40 -04:00 |
|
Juan Basso
|
21348169fa
|
Camelized templates folder.
|
2011-05-30 23:02:39 -04:00 |
|
Juan Basso
|
192812ee7f
|
Updating the copyright to 2011.
|
2011-05-30 22:32:43 -04:00 |
|
Renan Gonçalves
|
438050dcaa
|
Adding 'public' visibility to all public methods.
|
2011-05-30 22:02:32 +02:00 |
|
Ceeram
|
661a0cca23
|
removing DS, App::core('Console') already ends with DS
|
2011-05-22 23:29:17 +02:00 |
|
mark_story
|
4d76840d44
|
Fixing 'no' option when baking projects. Replying no, will enter
iteractive mode now. Fixes #1721
|
2011-05-22 08:56:19 -04:00 |
|
mark_story
|
2b20eb8999
|
Fixing issues with ProjectTask and absolute paths.
Fixes #1720
|
2011-05-22 08:49:51 -04:00 |
|
Heath Nail
|
930ef89f8c
|
Pages directory should be capitalized.
|
2011-05-17 18:37:12 -04:00 |
|