mark_story
|
27d7e2865e
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/Console/Command/ConsoleShell.php
lib/Cake/Network/CakeSocket.php
lib/Cake/Network/Http/HttpResponse.php
lib/Cake/Utility/Folder.php
lib/Cake/View/MediaView.php
lib/Cake/basics.php
|
2012-11-20 23:02:33 -05:00 |
|
Ceeram
|
e02eab05d5
|
Remove all todo from core, create tickets for them
|
2012-11-14 14:59:51 +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 |
|
mark_story
|
c24bec679b
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/View/Helper/FormHelper.php
|
2012-10-27 21:13:53 -04:00 |
|
Ber Clausen
|
a7d9422c09
|
Test all empty array with assertSame() because assertEquals() does not check the type.
|
2012-10-26 19:21:51 -03:00 |
|
mark_story
|
57681ff115
|
Fix code style errors.
|
2012-10-09 13:20:53 -04: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 |
|
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 |
|
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 |
|
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 |
|
mark_story
|
31033239bd
|
Add missing urlencoding to nested named parameters.
Fixes #2988
|
2012-07-02 23:34:53 -04:00 |
|
Ceeram
|
acbb2bebc9
|
adding setExtensions() to allow adding more extensions as parseExtensions would override existing valid extensions
|
2012-05-30 21:29:05 +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 |
|
Jelle Henkens
|
c2920aa3bf
|
Fixing small variable typo
|
2012-05-12 18:43:39 +01:00 |
|
Jelle Henkens
|
484c3ec688
|
Adding support for a trailing & or & in the existing queryString
|
2012-05-10 20:55:46 -04:30 |
|
Jelle Henkens
|
e53074dab9
|
Fixing order inconsistency in queryString and bug with string based existing querystring
|
2012-05-10 20:55:46 -04:30 |
|
Ceeram
|
3a18384929
|
fix failing testcase
|
2012-05-03 10:13:18 +02:00 |
|
Jose Lorenzo Rodriguez
|
bf0f5ab118
|
Merge remote-tracking branch 'origin/2.1' into 2.2
|
2012-04-29 20:05:39 -04:30 |
|
Kyle Robinson Young
|
b8488b8dfe
|
Update 1.x @link in docblocks
|
2012-04-26 19:49:18 -07:00 |
|
mark_story
|
46bce1a00f
|
Merge branch '2.1' into 2.2
|
2012-04-26 22:27:44 -04:00 |
|
mark_story
|
eefb2e81fa
|
Fix issue where prefixes mid action would be truncated.
If a prefix occured mid action name it would be removed,
corrupting the action name.
Fixes #2831
|
2012-04-24 20:48:23 -04:00 |
|
mark_story
|
7240286adc
|
Fix coding standards errors.
|
2012-04-23 22:01:45 -04:00 |
|
Jose Lorenzo Rodriguez
|
4b2804bb42
|
Fixing broken test and coding standard
|
2012-04-22 17:39:45 -04:30 |
|
Jose Lorenzo Rodriguez
|
8465538800
|
Merge branch '2.2-middleware' into 2.2
|
2012-04-22 17:17:36 -04:30 |
|
euromark
|
bc2cd00123
|
cake 2.2 test case fixes (assert corrections, correct class names)
|
2012-04-21 15:02:35 +02:00 |
|
Jose Lorenzo Rodriguez
|
fd8971ba06
|
Adding smart header checking to return 304 response in AssetDispatcher filter
|
2012-04-19 00:00:32 -04:30 |
|
mark_story
|
21ba5bf04a
|
Merge branch '2.1' into 2.2
|
2012-04-17 21:47:24 -04:00 |
|
Jose Lorenzo Rodriguez
|
826699a670
|
Extracting asset dispatcher and cache dispatcher into separate classes to provide examples on how to use Dispatcher
Filters
|
2012-04-17 00:42:18 -04:30 |
|
Jose Lorenzo Rodriguez
|
70f3cc579c
|
Renaming a few things in dispatcher filters to maccht general naming style in CakePHP
|
2012-04-16 23:41:32 -04:30 |
|
Jose Lorenzo Rodriguez
|
565a58f784
|
Introducing dispatcher filters and adding tests for them
|
2012-04-16 00:36:08 -04:30 |
|
Jose Lorenzo Rodriguez
|
d17a471451
|
Initial middelware implementation
|
2012-04-15 11:39:08 -04:30 |
|
Renan Gonçalves
|
b0b36e8fba
|
Defining default values for CakeRequest, those params are present anywhere except when there isn't a Route match.
|
2012-04-13 15:58:45 +02:00 |
|
mark_story
|
4eea72205b
|
Merge branch '2.1' into 2.2
|
2012-04-06 21:34:11 -04:00 |
|
mark_story
|
fe1a6d7d7e
|
Fragments should not be urlencoded()
encoding them breaks fragments for client side
applications like backbone.js
Fixes #2755
|
2012-04-06 21:32:37 -04:00 |
|
Jose Lorenzo Rodriguez
|
4f6f041730
|
Using same serialization strategy for request object in cached views, this prevents some failing tests in environments
with different charsets
|
2012-03-27 00:57:15 -04:30 |
|
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
|
907596b2f5
|
Fix coding standards in Case/Routing
|
2012-03-12 21:36:27 -04:00 |
|
Saleh Souzanchi
|
683607de5e
|
fix test Parse Trailing UTF8
|
2012-03-07 21:51:09 +03:30 |
|
Saleh Souzanchi
|
5e9af65486
|
testParseTrailingUTF8
|
2012-03-07 08:50:11 +03:30 |
|
mark_story
|
7665f369fa
|
Merge branch '2.1-type-hinting-corrections' into 2.1
|
2012-02-25 20:07:18 -05:00 |
|
euromark
|
e94d307ee1
|
code conventions
|
2012-02-25 19:46:05 -05:00 |
|
Kyle Robinson Young
|
4176e59e52
|
Typo fixes in tests
|
2012-02-23 15:29:53 -08: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 |
|