silverstripe-reports/code
Mateusz Uzdowski 1f992c5e34 BUGFIX: unify the response method for record deletions (os7212)
sessionMessage is an old way of returning responses - the consistent way
of doing this is now X-Status header, which then gets distrubuted via JS
in the CMS frontend.
2012-05-10 14:03:17 +12:00
..
batchactions MINOR Add newline to end of files without one 2012-04-15 10:56:40 +12:00
controllers BUGFIX: unify the response method for record deletions (os7212) 2012-05-10 14:03:17 +12:00
forms MINOR Add newline to end of files without one 2012-04-15 10:56:40 +12:00
model Merge pull request #119 from chillu/urlsegment-multibyte-fix 2012-05-09 01:32:52 -07:00
reports MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:05:19 +02:00
search MINOR Add newline to end of files without one 2012-04-15 10:56:40 +12:00
staticpublisher BUGFIX Remove double URL/filename filtering in FilesystemPublisher to avoid breaking multibyte URLs (now possible through recently introduced URLSegmentFilter class). Multibyte safe url path processing in FilesystemPublisher. 2012-05-08 22:22:08 +02:00