AD7six
|
967526540a
|
app/Console/cake is not pwd sensitive
the app dir does not need to be guessed based on the pwd - derive
from the path to the executable
|
2013-01-06 22:09:07 +01:00 |
|
Graham Weldon
|
a9293aa385
|
Merge remote-tracking branch 'origin/master' into 2.3
Conflicts:
lib/Cake/Console/Templates/skel/Config/core.php
|
2012-12-27 22:42:18 +09:00 |
|
Ceeram
|
f792136c26
|
adding a note about custom error handler classes
|
2012-12-27 13:18:52 +01:00 |
|
Jose Lorenzo Rodriguez
|
bcda684ad7
|
Copying changes doe to cake executable to skel files
|
2012-12-23 00:23:01 +01:00 |
|
euromark
|
b811afbc44
|
double spaces to single ones
|
2012-12-22 23:48:15 +01:00 |
|
ADmad
|
5aa9c26fdf
|
Update doctypes to html5
|
2012-12-23 02:57:30 +05:30 |
|
euromark
|
32f2426001
|
cache prefix for view cache to avoid collisions with domains/languages
|
2012-12-11 12:54:16 +01:00 |
|
mark_story
|
e0aab77dab
|
Merge branch 'master' into 2.3
Conflicts:
app/Config/Schema/i18n.php
lib/Cake/I18n/Multibyte.php
lib/Cake/Test/Case/Log/CakeLogTest.php
lib/Cake/Test/Case/Routing/DispatcherTest.php
|
2012-11-10 21:33:26 -05:00 |
|
Ceeram
|
aaf2d2ef71
|
fix remaining cs errors
|
2012-11-04 13:56:13 +01:00 |
|
Jose Lorenzo Rodriguez
|
6c1bed3d26
|
Adding warning to home.ctp when DebugKit is not installed
Adding a list of official plugins to home.ctp
Removing old link to live.cakephp.org and replacing it with
plugins.cakephp.org
|
2012-11-03 15:57:22 +09:00 |
|
euromark
|
5324a8ca9c
|
cleanup
|
2012-10-27 00:26:54 +02:00 |
|
Renan Gonçalves
|
02cfacec41
|
Make app/Console/cake pwd insensitive on Mac OS X.
Follow up of [36e15a065b ].
|
2012-10-26 01:14:09 +02:00 |
|
mark_story
|
1aea9ac0c9
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/Event/CakeEventManager.php
lib/Cake/VERSION.txt
lib/Cake/View/ViewBlock.php
|
2012-10-15 21:46:49 -04:00 |
|
Adam Taylor
|
4090c2e932
|
Remove trailing whitespace from comments
See http://groups.google.com/d/topic/cakephp-core/fuHTYMKVJno/discussion
|
2012-10-15 18:19:37 -06:00 |
|
mark_story
|
513851d1c1
|
Update skel directory logging configuration.
|
2012-10-13 02:29:25 -04:00 |
|
mark_story
|
a3ae58da09
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/View/View.php
|
2012-10-01 21:20:25 -04:00 |
|
Andras Kende
|
fa5d2c1941
|
removed 2 empty lines
|
2012-10-01 04:19:36 -07:00 |
|
Andras Kende
|
f5be83d452
|
formatting changes..
|
2012-10-01 02:58:30 -07:00 |
|
mark_story
|
739b3b70f7
|
Update text in routes.php to clarify when to remove core routes.
|
2012-09-30 20:17:50 -04:00 |
|
ADmad
|
035f727686
|
Replace Model::read() with Model::find('first') in baked controller
Removed references to Ajax and Javascript helpers
|
2012-09-30 14:41:37 +05:30 |
|
euromark
|
b47e3a7d92
|
move charset/App.encoding into CakeResponse
|
2012-09-27 20:28:19 +02:00 |
|
euromark
|
213d4caa85
|
coding standards
|
2012-09-20 01:50:15 +02:00 |
|
dogmatic69
|
d0bb8a94b4
|
die() to exit()
|
2012-09-15 11:20:51 +01:00 |
|
Ceeram
|
abe74adf8a
|
partial remove onlyAllow from baked code, only keep in delete to be rfc compliant
|
2012-08-26 15:00:49 +02:00 |
|
Ceeram
|
27d83eedfe
|
use new onlyAllow() method in baked code, to ensure 405 responses have required Allow header included
|
2012-08-25 09:38:40 +02:00 |
|
mark_story
|
f963e378b5
|
Fix coding standards errors.
|
2012-07-26 21:22:50 -04:00 |
|
José Lorenzo Rodríguez
|
255705a81e
|
Merge pull request #714 from shin1x1/pr_server_shell_2.3
Added ServerShell for PHP Built-in Server into 2.3 branch.
|
2012-07-25 14:10:28 -07:00 |
|
euromark
|
2a553dcfd1
|
unified doctype for browser related layout templates
|
2012-07-24 18:06:39 +02:00 |
|
euromark
|
4fe1ab1bf6
|
missing app uses statements
|
2012-07-21 13:34:33 +02:00 |
|
euromark
|
3945c0e6a8
|
rtim files
|
2012-07-18 03:55:29 +02:00 |
|
euromark
|
e1357ca8aa
|
indentation in templates
|
2012-07-18 03:24:55 +02:00 |
|
mark_story
|
2f7f5e1322
|
Use file cache as the default cache engine.
Too many people had issues using APC by default as its often configured
in strange ways, and works poorly on inexpensive hosting.
Fixes #2995
|
2012-07-15 09:11:27 -04:00 |
|
shin1x1
|
dd524c96e1
|
Added ServerShell for PHP Built-in Server.
|
2012-07-13 02:29:42 +09:00 |
|
AD7six
|
a5fabcc1dc
|
No startup and teardown for controller tests
and.. no startup/teardown functions unless they are actually going to do more
than just call parent
|
2012-06-06 21:06:37 +02:00 |
|
Jelle Henkens
|
f7ce5262b7
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
|
Jelle Henkens
|
97ebbc8e23
|
Fixing coding conventions
|
2012-05-19 16:08:40 +01:00 |
|
Rachman Chavik
|
8e8763d69d
|
change to match syslog levels & customizable levels
|
2012-05-13 18:51:57 +07:00 |
|
Mark Story
|
5d3291ba19
|
Merge pull request #645 from huoxito/2.2
Make controller test template extends ControllerTestCase instead of CakeTestCase
|
2012-05-11 17:35:34 -07:00 |
|
Washington
|
287c7b432a
|
fix broken tests for TestTask class
|
2012-05-11 15:30:47 -03:00 |
|
Washington
|
c651bf25d3
|
remove stub class from controller tests template and mock condition to
make it extends ControllerTestCase
|
2012-05-11 14:51:56 -03:00 |
|
Rachman Chavik
|
e5b33627d5
|
minor updates to the logging changeset
- change usage of Set to Hash
- updating bootstrap.php
- adding docblocks
- avoid silencing unlink errors in tests
|
2012-05-11 21:19:45 +07:00 |
|
Rachman Chavik
|
5c4f741529
|
add default logging config in Config/bootstrap.php
|
2012-05-11 12:37:00 +07:00 |
|
Washington
|
a238116734
|
make controller test template extends ControllerTestCase
|
2012-05-10 20:34:30 -03:00 |
|
AD7six
|
6aca8036f4
|
baked tests match code standard by default
|
2012-05-10 23:51:22 +02:00 |
|
AD7six
|
39a53fe0e2
|
updating model bake tempalte to meet code standards
|
2012-05-10 00:44:03 +02:00 |
|
AD7six
|
5b507636c7
|
baked controller code generates no errors
|
2012-05-10 00:37:51 +02:00 |
|
AD7six
|
5ef2a0100b
|
code standard fix
the baked test must have a blank line inbetwen the last function and the
end of the class
|
2012-05-09 23:38:29 +02:00 |
|
AD7six
|
d1f522e53a
|
attempt to get baked code output closer to phpcs standard
|
2012-05-09 23:38:29 +02: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 |
|
Jose Lorenzo Rodriguez
|
bf0f5ab118
|
Merge remote-tracking branch 'origin/2.1' into 2.2
|
2012-04-29 20:05:39 -04:30 |
|