silverstripe-tagfield/src
Simon Gow 3797049a31
Resolve Performance issues with TagField
TagField hydrates the entire result set because a parent class calls `toArray()` on the $source. 
This fix changes the source to an empty array, so no such manipulation can be made.
2018-09-06 18:16:06 +12:00
..
ReadonlyTagField.php readonly field namespaces are corrected and updated the unit tests with cases covering performReadonlyTrasnformation 2018-01-19 13:07:55 +05:30
StringTagField.php fixed php lint issues 2018-01-23 11:06:09 +05:30
TagField.php Resolve Performance issues with TagField 2018-09-06 18:16:06 +12:00