silverstripe-framework/tests/php
Sam Minnee 638e6ec281 FIX: Throw deprecation notice on limit=0
The SS4 behaviour of limit=0 is unlikely to be the SS5 behaviour.
To clear the limit limit=null is recommended.

In addition, there’s a bit tighter type maintenance in the internal
limit data (ensure things are int).

Fixes #2950.
2018-10-04 10:38:15 +13:00
..
Control FIX text/json is not a valid mimetype 2018-08-15 12:10:39 +01:00
Core Add upgrade rule for HTTPCacheControl 2018-06-14 11:55:05 +12:00
Dev FIX updateValidatePassword calls need to be masked from backtraces 2018-07-23 14:08:26 +01:00
Forms ADD New search component for GridFields (#1777) 2018-09-04 11:35:17 +12:00
i18n Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
Logging Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
ORM FIX: Throw deprecation notice on limit=0 2018-10-04 10:38:15 +13:00
Security Update deprecation PHPDocs to be PSR-5 compliant 2018-09-28 10:49:14 +02:00
View NEW Shift Embeddable and EmbedResource from asset-admin, lazy load Embed to allow injected dependencies (#8194) 2018-06-20 11:40:28 +12:00