mark_story
|
e2d69402e7
|
Remove dead view cache code.
Now that cache files contain the response headers, this is no longer
needed. Remove what is now duplicate code.
Refs #2358
|
2013-06-12 21:30:42 -04:00 |
|
Mark Story
|
e454f2d2a3
|
Merge pull request #1334 from thegallagher/2.3-cache-fix
Fix content-type header in cached views.
Fixes #2358
|
2013-06-12 18:27:42 -07:00 |
|
David Gallagher
|
e222b3b78e
|
Remove trailing space
|
2013-06-07 01:01:33 +10:00 |
|
David Gallagher
|
0ada093295
|
Set content-type to xml to replicate existing behaviour
|
2013-06-07 00:28:28 +10:00 |
|
David Gallagher
|
0eead76d4b
|
Fix content-type header in cached views. Fixes issue #2358
|
2013-06-06 23:33:51 +10: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 |
|
mark_story
|
ca10c49e21
|
Re-use existing string instead of making another one.
|
2013-03-18 21:27:00 -04:00 |
|
mark_story
|
1ebb2ed0a0
|
Fix coding style.
|
2013-03-18 21:17:24 -04:00 |
|
Adam Taylor
|
433dd09ec4
|
Fix typos
|
2013-03-05 00:05:14 -07: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 |
|
mark_story
|
d0d13acaf4
|
Merge branch 'master' into 2.3
|
2013-01-08 20:15:46 -05:00 |
|
mark_story
|
6d743971e9
|
Consistently inflect theme names.
Themes should be consistently converted into CamelCase, this
makes the camelization consitent with the treatment in App::themePath().
Fixes #3508
|
2013-01-03 21:06:46 -05:00 |
|
and-ers
|
c72c612625
|
Replaced simple and therefore pointless array_push function references with the ordinary way of adding an array element. This will increase the performance and the code looks much cleaner this way IMHO
|
2013-01-02 23:47:27 +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 |
|
euromark
|
c83b454946
|
pluginSplit for a more meaningful exception message
|
2012-12-15 03:32:01 +01:00 |
|
José Lorenzo Rodríguez
|
99e84b8a08
|
Merge pull request #930 from LiquidityC/2.3_3315_viewblock_startifempty
Added: View::startIfEmpty($name)
|
2012-12-01 14:06:55 -08:00 |
|
euromark
|
d4af674ccb
|
doc block correction
|
2012-12-01 10:34:02 +01:00 |
|
euromark
|
e1e4d93134
|
make View trigger notice by default if elements are missing
and add elementExists() method
|
2012-11-30 14:11:45 +01:00 |
|
ADmad
|
72d6ca636f
|
Docblock fixes
|
2012-11-29 04:36:29 +05:30 |
|
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 |
|
Ceeram
|
56225bcca3
|
fix all warnings except TODO warnings
|
2012-11-14 12:56:10 +01:00 |
|
mark_story
|
6378aab439
|
Call a few fewer methods.
|
2012-11-09 22:59:55 -05:00 |
|
Linus Probert
|
43d766f45c
|
Added View::startIfEmpty($name)
|
2012-11-02 21:29:28 +01:00 |
|
Mark Story
|
2841611c0f
|
Merge pull request #911 from dogmatic69/type-checks
Type checks
|
2012-10-24 17:26:30 -07:00 |
|
Ceeram
|
6fc019e74d
|
afterRender should not be triggered when callbacks is false
|
2012-10-25 01:16:16 +02: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
|
a3ae58da09
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/View/View.php
|
2012-10-01 21:20:25 -04:00 |
|
ADmad
|
47708c52cd
|
Allow content to be added before existing content in view block.
|
2012-10-02 00:11:54 +05:30 |
|
mark_story
|
affb3192ad
|
Fix issue where including elements + extending views fails.
If you include an element before calling extend(), the parent view
will be assumed to be an element instead of a view/layout.
Fixes #3248
|
2012-09-30 22:44:27 -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 |
|
ADmad
|
89ab0a2d06
|
Fix docblock
|
2012-09-30 23:44:32 +05:30 |
|
euromark
|
b47e3a7d92
|
move charset/App.encoding into CakeResponse
|
2012-09-27 20:28:19 +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 |
|
Tigran Gabrielyan
|
6d98069f13
|
Added ability to set default view block content
|
2012-09-18 00:41:30 -07:00 |
|
dogmatic69
|
cf8fccae96
|
converting $foo == null / $foo == false to !$foo
|
2012-09-14 18:26:30 +01:00 |
|
Kyle Robinson Young
|
bc40ac7d3f
|
Remove unused variables and code
|
2012-09-05 17:19:13 -07:00 |
|
mark_story
|
571c8bc08c
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/Console/Command/Task/TestTask.php
|
2012-09-01 13:51:40 +01:00 |
|
mark_story
|
728300786b
|
Merge branch 'master' into 2.3
|
2012-08-30 19:43:11 +01:00 |
|
Kyle Robinson Young
|
ee9a545c7d
|
Correct docblock see tags to ViewBlock
Fixes http://cakephp.lighthouseapp.com/projects/43067/tickets/97-about-api-description-of-viewassign
|
2012-08-29 21:53:29 -07:00 |
|
Paul Redmond
|
a993a7a50d
|
Fixing typo in view property during unset()
|
2012-08-24 23:11:25 -07:00 |
|
Florian Krämer
|
83903cd5b4
|
Changing the signature of View::_elementCache()
|
2012-07-06 02:13:34 +02:00 |
|
Florian Krämer
|
b2bb7bf2ae
|
Fixing a few issues within the new methods
|
2012-07-06 00:22:39 +02:00 |
|
Florian Krämer
|
ca9ff0283c
|
Refactoring View::element()
|
2012-07-04 11:48:10 +02:00 |
|
Jose Lorenzo Rodriguez
|
51635c2ca6
|
Merge remote-tracking branch 'origin/2.1' into 2.2
Conflicts:
lib/Cake/Model/Model.php
lib/Cake/Test/Case/Model/ModelValidationTest.php
|
2012-06-06 11:06:06 -04:30 |
|
Rachman Chavik
|
8966f1b324
|
create CakeRequest in View instead of in CakeEmail
|
2012-06-04 22:21:41 +07:00 |
|
Jelle Henkens
|
f7ce5262b7
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
|