silverstripe-framework/tests/php
Sam Minnee 77c7552c3f
NEW: ORM’ Query is a generator-based IteratorAggregate
API: Query no longer has iterator methods current(), first(), rewind(), next()

Using generators reduces the amount of boilerplate needed for this
code.

Turning it into an IteratorAggregate means that the iterator can be
re-created for each subsequent foreach call. This means that the
rewind() and seek() functionality can be discarded.
2022-09-15 13:28:56 +12:00
..
Control ENH Add samesite attribute to cookies. 2022-06-02 12:01:03 +12:00
Core API Update caching to use symfony 6 2022-09-07 16:08:54 +12:00
Dev Merge branch '4.11' into 4 2022-07-26 16:34:37 +12:00
Forms MNT Fix broken unit test 2022-08-03 15:47:14 +12:00
i18n Fix i18nTextCollector produces corrupt output / namespaces when running under PHP8.0 (#10228) 2022-05-30 15:04:51 +12:00
Logging MNT Adjust a couple of unit tests to run from recipe-kitchen-sink 2021-11-16 12:55:00 +13:00
ORM NEW: ORM’ Query is a generator-based IteratorAggregate 2022-09-15 13:28:56 +12:00
Security MNT Add test for programatically adding blank Group title. 2022-06-13 16:32:10 +12:00
View API Update caching to use symfony 6 2022-09-07 16:08:54 +12:00