ADmad
|
c193ce708a
Throw exception instead of logging in debug mode.
|
11 年 前 |
euromark
|
974ca851c2
Correct doc blocks according to cs guidelines.
|
11 年 前 |
ADmad
|
16df061d66
Fix api docblocks for View layer classes.
|
11 年 前 |
euromark
|
0ece694a75
microptimize options and default merge and other string key array merges
|
12 年 前 |
Marc Würth
|
7cfa0116f4
Removed "PHP 5" from file header DocBlocks
|
12 年 前 |
ADmad
|
a691e70065
Docblock and return type fixes
|
12 年 前 |
Mark Story
|
e454f2d2a3
Merge pull request #1334 from thegallagher/2.3-cache-fix
|
12 年 前 |
David Gallagher
|
0eead76d4b
Fix content-type header in cached views. Fixes issue #2358
|
12 年 前 |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 年 前 |
Adam Taylor
|
433dd09ec4
Fix typos
|
13 年 前 |
euromark
|
111366d5c8
== to === and != to !== where applicable
|
13 年 前 |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 年 前 |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 年 前 |
euromark
|
b811afbc44
double spaces to single ones
|
13 年 前 |
euromark
|
32f2426001
cache prefix for view cache to avoid collisions with domains/languages
|
13 年 前 |
dogmatic69
|
408e619c9f
Merge branch '2.3' into type-checks
|
13 年 前 |
euromark
|
b47e3a7d92
move charset/App.encoding into CakeResponse
|
13 年 前 |
dogmatic69
|
36314e6d37
converting if ($foo != "") to if ($foo)
|
13 年 前 |
dogmatic69
|
8dc4de5de8
converting if ($foo != false) to if ($foo)
|
13 年 前 |
dogmatic69
|
5cc03ca805
converting if($foo == true) to if($foo)
|
13 年 前 |
mark_story
|
9b94133f0d
Fix uncaught exceptions when generating view cache files
|
13 年 前 |
Jelle Henkens
|
97ebbc8e23
Fixing coding conventions
|
14 年 前 |
Jose Lorenzo Rodriguez
|
4f6f041730
Using same serialization strategy for request object in cached views, this prevents some failing tests in environments
|
14 年 前 |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 年 前 |
mark_story
|
acccdcde1f
Fix coding standard issues in View/
|
14 年 前 |
mark_story
|
a275555297
Merge branch '2.0' into 2.1
|
14 年 前 |
Tigran Gabrielyan
|
30d6341e7f
Fixed bug in CacheHelper where PluginAppController was not being loaded
|
14 年 前 |
ADmad
|
389072708a
Merge branch '2.0' into 2.1
|
14 年 前 |
Kyle Robinson Young
|
c34bf673d5
Remove extra space in HtmlHelper radio tag
|
14 年 前 |
mark_story
|
bcb8444ab1
Make CacheHelper able to handle nocache tags in elements.
|
14 年 前 |