mark_story
|
f8c6138ad7
|
Fix incorrect exception type when double slash paths are used.
Fixes #3838
|
2013-05-18 12:20:06 -04:00 |
|
euromark
|
fab5a6f4d9
|
spelling corrections
|
2013-04-30 14:11:50 +02:00 |
|
Mark Story
|
ac94d11e65
|
Merge pull request #1254 from dereuromark/master-spelling-corrections
spelling corrections (a url to an URL, unify URL)
|
2013-04-29 09:27:48 -07:00 |
|
euromark
|
09d9efe235
|
spelling corrections (a url to an URL, unify URL)
|
2013-04-29 11:05:17 +02:00 |
|
Saleh Souzanchi
|
a48149b4db
|
update doc of Router::redirect
|
2013-04-29 06:06:22 +04:30 |
|
Saleh Souzanchi
|
720dc5e8c0
|
fix currentRoute() when $_currentRoute is empty, return false
|
2013-04-26 09:09:40 +04:30 |
|
mark_story
|
63b392a26b
|
Improve error message.
One of the cases was not explained in the existing error message.
Fixes #3773
|
2013-04-19 12:13:58 -04:00 |
|
mark_story
|
8eb56960d8
|
Remove remaining reference operators.
These were left over from the days of 1.x and aren't needed anymore.
|
2013-04-15 21:23:48 -04:00 |
|
Adam Taylor
|
433dd09ec4
|
Fix typos
|
2013-03-05 00:05:14 -07:00 |
|
mark_story
|
d9fbe5e00a
|
Tidy up doc blocks.
These kind of changes make tidyier method summaries in apigen.
|
2013-02-26 21:43:53 -05:00 |
|
ADmad
|
484801ecf4
|
Prevent response object being set as response body
|
2013-02-16 02:07:02 +05:30 |
|
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 |
|
euromark
|
11a88042bd
|
fix doc block endings
|
2013-01-11 15:06:54 +01:00 |
|
Ceeram
|
3f4d24bfc0
|
remove unused local variables and a few improvements
|
2012-12-23 13:53:13 +01:00 |
|
euromark
|
b811afbc44
|
double spaces to single ones
|
2012-12-22 23:48:15 +01:00 |
|
Mark
|
8febb71b67
|
Merge pull request #1003 from dereuromark/2.3-cache-prefixes
cache prefix for view cache to avoid collisions with domains/languages
|
2012-12-17 00:46:08 -08:00 |
|
mark_story
|
6f5ff4d7dd
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/Model/CakeSchema.php
lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php
|
2012-12-13 20:20:42 -05:00 |
|
euromark
|
32f2426001
|
cache prefix for view cache to avoid collisions with domains/languages
|
2012-12-11 12:54:16 +01:00 |
|
mark_story
|
6292fc707d
|
Fix example & incorrect import.
|
2012-12-09 14:06:28 -05:00 |
|
mark_story
|
9c9cc7fba2
|
Expand doc block for Router::connect().
|
2012-12-09 13:57:50 -05:00 |
|
euromark
|
881127ef4d
|
unify new lines at the end of the file
|
2012-12-05 15:00:24 +01:00 |
|
Saleh Souzanchi
|
d5283af818
|
fixed utf-8 pattern in router option
|
2012-12-02 16:30:45 +03:30 |
|
ADmad
|
72d6ca636f
|
Docblock fixes
|
2012-11-29 04:36:29 +05:30 |
|
Schlaefer
|
94a17d40da
|
fix ticket 3400: url string with # in it is not routed
See: http://cakephp.lighthouseapp.com/projects/42648/tickets/3400-url-string-with-in-it-is-not-routed
|
2012-11-26 16:43:47 +01:00 |
|
Ceeram
|
5741ac1828
|
add type hinting to dispatch filters
|
2012-11-22 10:02:36 +01:00 |
|
Ceeram
|
eadc3a75e5
|
fix coding standards
|
2012-11-21 15:39:03 +01:00 |
|
dogmatic69
|
641ba9f3e6
|
Merge branch '2.3' into type-checks
Conflicts:
lib/Cake/Error/ExceptionRenderer.php
lib/Cake/Routing/Dispatcher.php
|
2012-10-24 19:03:44 +01: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 |
|
euromark
|
0197700e4f
|
simplify check
|
2012-10-09 12:24:10 +02:00 |
|
euromark
|
2cff67184f
|
avoid offset -1 error on tests etc
|
2012-10-09 11:49:44 +02:00 |
|
AD7six
|
fa6defea37
|
url encode nested named parameters in unmatched routes
reference: #2988
and 31033239bd
|
2012-10-05 11:40:58 +02:00 |
|
AD7six
|
5140baf83d
|
Load routes as late as possible.
As a concequence - routes will also work by default in the cli
|
2012-10-04 21:41:12 +02:00 |
|
mark_story
|
feda6e06a0
|
Reduce some code complexity.
|
2012-10-03 22:59:35 -04:00 |
|
dogmatic69
|
408e619c9f
|
Merge branch '2.3' into type-checks
Conflicts:
lib/Cake/Console/Command/Task/ModelTask.php
lib/Cake/Controller/Component/RequestHandlerComponent.php
lib/Cake/Model/Datasource/Database/Mysql.php
lib/Cake/Utility/CakeNumber.php
|
2012-10-01 02:08:00 +01:00 |
|
Jose Lorenzo Rodriguez
|
d5c9d97dc1
|
Merge remote-tracking branch 'origin/master' into 2.3
Conflicts:
lib/Cake/Model/Behavior/TranslateBehavior.php
lib/Cake/Model/CakeSchema.php
lib/Cake/Utility/CakeTime.php
lib/Cake/Utility/ClassRegistry.php
lib/Cake/View/MediaView.php
|
2012-09-25 16:36:03 +02:00 |
|
Ceeram
|
e4542827c8
|
avoid pass by reference error on 5.4
|
2012-09-24 18:26:25 +02:00 |
|
Ceeram
|
3665a95996
|
refactoring asset dispatcher filter
|
2012-09-24 10:06:45 +02:00 |
|
dogmatic69
|
b1f26b59a3
|
converting if ($foo != null) to if ($foo)
|
2012-09-21 23:30:43 +01:00 |
|
dogmatic69
|
aa87791432
|
replacing is_integer() with is_int()
|
2012-09-15 11:15:01 +01: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
|
5cc03ca805
|
converting if($foo == true) to if($foo)
|
2012-09-14 18:54:29 +01:00 |
|
dogmatic69
|
22a2e1b51e
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
|
Rachman Chavik
|
0cae19a14e
|
enable PluginDot for routeClass parameter
|
2012-09-12 21:24:56 +07:00 |
|
mark_story
|
a934f700f1
|
Fix parsing '0' as a url.
Fixes #3198
|
2012-09-09 20:56:40 -04:00 |
|
mark_story
|
e59555a66f
|
Merge branch 'master' into 2.3
|
2012-08-03 22:45:56 -04:00 |
|
euromark
|
57bf15a415
|
multiple strpos to preg_match
|
2012-08-01 20:42:27 +02:00 |
|
euromark
|
b6fe8af701
|
adding sms as protocol
|
2012-08-01 12:38:06 +02:00 |
|
euromark
|
b73be3139f
|
allowing tel protocol for mobile devices
|
2012-08-01 12:02:50 +02:00 |
|