silverstripe-reports/code
Niklas Forsdahl d42c0041d2 BUG: Fixed pagination functionality on root assets folder
Moving to another page in the GridField for the root assets folder in AssetAdmin
caused all files to be displayed. This was caused by the functionality that tries
to fix some edge cases for detail view kicked in and didn't filter the list properly.

Fixed by making the edge case detection a little more specific (i.e. checking if
a numeric ID was sent as a request variable).
2012-12-13 16:31:19 +02:00
..
batchactions Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
controllers BUG: Fixed pagination functionality on root assets folder 2012-12-13 16:31:19 +02:00
forms BUGFIX Ensure required lang and css are loaded when using SiteTreeURLSegmentField 2012-11-08 12:53:43 +10:00
model BUG Remove handwritten SQL and use the ORM. 2012-12-05 10:27:12 +13:00
reports BUGFIX: Fixed SideReport for use with Postgres (using v8.4) which requires table/column-names to be quoted. MySQL seems OK with either/both 2012-10-19 16:04:32 +13:00
search Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
staticpublisher Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00