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 |
|
Lawrence Barsanti
|
a60a730e7e
|
XmlView: configure top level element name
Allow the top level element name to be configured by setting
XmlView.RootNodeName.
|
2012-11-04 21:21:35 -05:00 |
|
mark_story
|
fceb028499
|
Fix code style errors.
|
2012-06-03 21:11:34 -04:00 |
|
mark_story
|
55c4ad3c1c
|
Fix coding standards errors.
Also remove count() calls in TreeBehavior.
|
2012-05-31 21:20:11 -04:00 |
|
mark_story
|
9a8ceaeba6
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/Test/Case/View/XmlViewTest.php
|
2012-05-30 21:20:56 -04:00 |
|
Ceeram
|
25c7a27495
|
fixing XmlView, XmlException: Invalid input was raised when _serialize is string and data is numerically indexed.
|
2012-05-29 09:46:00 +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 |
|
euromark
|
bc2cd00123
|
cake 2.2 test case fixes (assert corrections, correct class names)
|
2012-04-21 15:02:35 +02:00 |
|
mark_story
|
f5804cb4ca
|
Fix most coding standards in Test/Case/View
|
2012-03-15 22:50:05 -04:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
14228fa469
|
Fix more tests to use assertTextEquals()
Refs #2148
|
2012-02-16 21:51:56 -05:00 |
|
mark_story
|
6e1b1df2b2
|
Change serialize to _serialize
Its possible that a developer would use 'serialize' as a legitimate
view variable. Prefix with an _ to minimize that.
|
2011-11-27 23:51:49 -05:00 |
|
mark_story
|
04463c4ee5
|
Fix errors found in review.
|
2011-11-27 23:51:49 -05:00 |
|
mark_story
|
50ec08f9bd
|
Adding support for array serialize values.
Using an array for 'serialize' gives a set of view vars
to convert into the view output.
|
2011-11-27 23:51:49 -05:00 |
|
mark_story
|
c1f5dc1e40
|
Make XmlView consistent with JsonView.
Both allow a view script or a serialize key with the name
of the variable to be serialized.
|
2011-11-27 23:51:48 -05:00 |
|
Juan Basso
|
a6c1aafcc4
|
Added XmlView.
|
2011-11-27 23:51:47 -05:00 |
|