ADmad
|
16df061d66
Fix api docblocks for View layer classes.
|
12 years ago |
Bryan Crowe
|
24a522f972
Updated doc block for JsonView's subDir property
|
12 years ago |
Bryan Crowe
|
878e599976
Corrected some grammar in the JsonView class doc blocks
|
12 years ago |
Ber Clausen
|
c3ee9a2058
JsonView should return null if no data is set, regardless of the type of '_serialize'.
|
12 years ago |
mark_story
|
c03edd9d1a
Don't load Helpers in dataviews when _serialize is set.
|
12 years ago |
Andy Dawson
|
f34388c53a
Merge pull request #1471 from cakephp/feature/2.4-pretty-print
|
12 years ago |
AD7six
|
1643e10c74
pretty print json and xml responses in debug mode
|
12 years ago |
Christian Winther
|
cbb4f7db90
allow serialize in json and xml alias
|
12 years ago |
ADmad
|
3303a2cda1
Merge branch 'master' into 2.4
|
13 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
ADmad
|
13029cc2bc
Merge branch 'master' into 2.4
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
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 years ago |
ADmad
|
afb62959ef
Added JSONP support for JsonView
|
13 years ago |
Ceeram
|
3f4d24bfc0
remove unused local variables and a few improvements
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
Ceeram
|
e7dc23b920
Ensure callbacks are triggered when using Xml/Json view with view templates.
|
13 years ago |
Ceeram
|
e2e42ee185
move serialization to separate method, for easier overriding in subclasses
|
13 years ago |
euromark
|
3945c0e6a8
rtim files
|
13 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |
euromark
|
22452f61f8
type hinting controllers and views
|
14 years ago |
mark_story
|
0f8e1500de
Ensure helpers are loaded in data views.
|
14 years ago |
mark_story
|
0607437abd
Fix various failing tests.
|
14 years ago |
mark_story
|
168c6f14c2
Checking types before calling methods.
|
14 years ago |
mark_story
|
cff980b45d
Call parent::__construct so helpers are available.
|
14 years ago |
mark_story
|
6e1b1df2b2
Change serialize to _serialize
|
14 years ago |
mark_story
|
50ec08f9bd
Adding support for array serialize values.
|
14 years ago |
mark_story
|
5e9b1583e5
Making JsonView work more like the XmlView.
|
14 years ago |
mark_story
|
011fd51539
starting to refactor views.
|
14 years ago |
Juan Basso
|
e737845e95
Removing unnecessary code.
|
14 years ago |