silverstripe-reports/code
Andrew Short b7476f2a46 BUG: Fix add new button not passing the correct parent ID.
The `%s` parent ID placeholder was being URL encoded, so it was not being
replaced properly when adding a new page. This fix separately adds
placeholder parameters to the URL to avoid this issue.

The fix is not ideal, but there is no easy way to indicate that some
URL parameters should be URL encoded and others should not while still
correctly constructing the URL.
2013-10-10 13:09:24 +11:00
..
batchactions Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
controllers BUG: Fix add new button not passing the correct parent ID. 2013-10-10 13:09:24 +11:00
forms Better error message when attempting to enter a blank URL Segment (fixes silverstripe/silverstripe-cms#1570) 2013-04-05 14:06:32 +01:00
model Merge remote-tracking branch 'origin/3.0' into 3.1 2013-09-27 18:50:52 +02:00
reports Merge remote-tracking branch 'origin/3.0' into 3.1 2013-10-02 12:21:50 +02:00
search FIX: Rename search locale variable to avoid conflicts with locale switcher. 2013-05-11 19:31:02 +12:00