Mark Scherer
|
4f3602ad5f
|
Adjust bake, docblocks and tests for notBlank.
|
2015-05-17 22:27:16 +02:00 |
|
mark_story
|
396d501d1e
|
Fix / being handled incorrect by referer()
Backport changes in #4987 to 2.x. This solves issues with duplicate base
directories when redirecting back to '/'
Fixes #4812
|
2015-01-15 21:26:34 -05:00 |
|
euromark
|
974ca851c2
|
Correct doc blocks according to cs guidelines.
Remove superfluous empty lines.
|
2014-07-03 15:36:42 +02:00 |
|
euromark
|
eb98770304
|
Remove leftover of pageTitle.
|
2013-10-04 00:35:56 +02:00 |
|
Bryan Crowe
|
9a1170cd2b
|
Replaced true asserations with instanceOf asserations in test cases
|
2013-09-24 22:10:36 -04:00 |
|
Bryan Crowe
|
7d7954ce18
|
Replaced all is_a() calls with instanceof operator
|
2013-09-24 21:08:06 -04:00 |
|
euromark
|
17bd465cae
|
simplify tests
|
2013-09-19 00:17:21 +02:00 |
|
euromark
|
036954b52d
|
remove duplicate newlines according to CS
|
2013-08-20 20:27:06 +02:00 |
|
Rik van der Heijden
|
e7d2892e81
|
Fixed unit-test locales
|
2013-06-11 20:18:40 +02:00 |
|
euromark
|
394bf1054d
|
remove name attribute where not necessary, clean up doc blocks
|
2013-06-08 04:29:08 +02:00 |
|
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 |
|
euromark
|
9fd2af96a8
|
add test case
|
2013-05-14 10:38:10 +02:00 |
|
mark_story
|
efd86a498a
|
Do type checks when looking for models in Controller::$uses.
This solves issues with models not being added when $uses = true.
Fixes #3774
|
2013-04-19 12:20:46 -04:00 |
|
euromark
|
111366d5c8
|
== to === and != to !== where applicable
|
2013-02-12 03:38:08 +01: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 |
|
Majna
|
6d75d90c25
|
Code cleanup
Remove unneeded sprintf.
Fix doc blocks.
Remove duplicated keys in tests assertions.
Use boolean value for CakeRequest $parseEnvironment param.
|
2012-12-28 23:37:58 +01:00 |
|
ADmad
|
fce07bd5b8
|
Fix failing test
|
2012-12-23 03:32:25 +05:30 |
|
ADmad
|
1de8ed18de
|
Avoiding specifying 'maxLimit' too when setting 'limit' greater than default 'maxLimit' in code.
|
2012-11-30 11:26:10 +05:30 |
|
mark_story
|
3e28326d9c
|
Fix Controller::beforeRedirect() and array return.
Array return values from Controller::beforeRedirect() would be
incorrectly handled causing wrong URL's to be generated.
Fixes #2973
|
2012-06-24 12:03:31 -04:00 |
|
AD7six
|
d5cf2765dd
|
remove referencers to fixtures that don't exist
|
2012-06-18 16:40:37 +02:00 |
|
Jelle Henkens
|
f7ce5262b7
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
|
Frank de Graaf
|
2be9ac8888
|
Fixed HTTP status codes for non-redirects which were breaking AuthComponent.
|
2012-05-10 20:55:45 -04:30 |
|
mark_story
|
72c3059d94
|
Add missing parent calls.
Fixes piles of failing tests.
|
2012-04-15 22:20:34 -04:00 |
|
mark_story
|
9f9feec222
|
Merge branch '2.2-hash' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
lib/Cake/View/Helper/FormHelper.php
|
2012-04-10 21:32:37 -04:00 |
|
mark_story
|
c718a18218
|
Fix coding standards errors.
|
2012-04-08 21:01:25 -04:00 |
|
mark_story
|
19e0d8d946
|
Switch usage to Hash where possible.
|
2012-03-26 22:32:53 -04:00 |
|
Kyle Robinson Young
|
90e7afbdc7
|
Correct parameter order of assertEquals and assertNotEquals
|
2012-03-22 23:37:12 -07:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
edb582944c
|
Fix coding standards in Test/Case/Controller
|
2012-03-11 22:20:25 -04:00 |
|
mark_story
|
1ddcde7c86
|
Fix how $uses is handled.
$uses now defaults to true. All falsey values turn some features
off, and most truthy values enable them.
Fixes #2590
|
2012-02-28 19:35:06 -05:00 |
|
euromark
|
22452f61f8
|
type hinting controllers and views
|
2012-02-25 19:46:06 -05:00 |
|
Kyle Robinson Young
|
22582aee63
|
Upgrade legacy uses of App::build() types
|
2012-02-18 04:31:29 -08:00 |
|
Kyle Robinson Young
|
c4829dc3b8
|
Use App::RESET instead of true with App::build()
|
2012-02-18 04:04:54 -08:00 |
|
Majna
|
d41e5621b7
|
Fix missing and invalid assertions in tests.
Remove unused variables and dead code.
|
2012-02-16 19:28:21 +01:00 |
|
Jose Lorenzo Rodriguez
|
a1daaf5960
|
Merge branch '2.1-http' into 2.1
|
2012-01-21 15:51:34 -04:30 |
|
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 |
|
Jose Lorenzo Rodriguez
|
28ee27e2dd
|
Making it possible to cancel the render() process from any beforeRender listener
|
2012-01-19 01:08:45 -04:30 |
|
Jose Diaz-Gonzalez
|
adde2a9af5
|
Fixed broken Controller::setAction() testcase
|
2012-01-15 15:16:49 -05:00 |
|
Jose Diaz-Gonzalez
|
ad2472aab0
|
Testcase for Controller::setAction()
|
2012-01-15 15:00:30 -05:00 |
|
Jose Lorenzo Rodriguez
|
35ecbfebde
|
Making the CakeEvent -> ObjectCollection bridge more intelligent, adding tests
|
2011-12-25 23:17:08 -04:30 |
|
Jose Lorenzo Rodriguez
|
7fdc1cc8d4
|
Migrating the beforeRedirect callback to the CakeEventManager, reorganizing how events are triggered in controller
|
2011-12-25 22:48:27 -04:30 |
|
Jose Lorenzo Rodriguez
|
ffa12f4d47
|
Fixing test and implementing return values for events
|
2011-12-25 21:52:12 -04:30 |
|
Jose Lorenzo Rodriguez
|
5d67195bf7
|
Migrating Controller events to use the CakeEventManager
|
2011-12-25 14:44:34 -04:30 |
|
Kyle Robinson Young
|
1e1c7a036d
|
Code consistency formatting tweaks
|
2011-12-06 12:52:48 -08:00 |
|
Kyle Robinson Young
|
5388237099
|
Consistently setting setUp() and tearDown() on test cases
|
2011-12-04 13:27:51 -08:00 |
|
Kyle Robinson Young
|
94e119fe67
|
Adhere to code formatting standard
|
2011-11-30 23:21:31 -08:00 |
|
Kyle Robinson Young
|
98f03dc6df
|
Replacing test case compatibility functions
|
2011-11-16 21:07:08 -05:00 |
|
mark_story
|
0a0a09920b
|
Updating for PHP5.4
- Fixing strict errors.
- Fixing call time pass by reference as its been removed in PHP5.4
- Fix assign new as a reference, which has been removed.
|
2011-11-12 21:42:19 -05:00 |
|
mark_story
|
a929951038
|
Fix issue with Controller::setAction()
Calling setAction did not modify which view file was
rendered. This was a regression with 1.3
Fixes #2212
|
2011-11-03 20:13:41 -04:00 |
|