Matias Griese
|
2777bedb51
|
Updated a lot of docblocks
|
2020-12-10 23:15:02 +02:00 |
|
Andy Miller
|
a6f7637134
|
Updated copyright dates to 2020
|
2020-01-02 16:54:14 -07:00 |
|
Matias Griese
|
411871f636
|
Fixed phpstan bugs in Framework
|
2019-10-10 18:15:27 +03:00 |
|
Keith Bentrup
|
e422eebd3c
|
fixed typos in comments / API docs
|
2019-06-26 11:46:08 +03:00 |
|
Matias Griese
|
4f80a1567d
|
Update PHP file headers and copyrights
|
2019-01-31 10:04:57 +02:00 |
|
Andy Miller
|
23098a6b02
|
Revert "Grav 1.6 copyright updates and cleanup (PHP files only) (#2351)"
This reverts commit 0566185c4f.
|
2019-01-30 17:54:37 -07:00 |
|
Matias Griese
|
0566185c4f
|
Grav 1.6 copyright updates and cleanup (PHP files only) (#2351)
* Framework: update copyrights to 2019
* Some code cleanup (Assets, Backup, Config, Session)
* Continue code cleanup, update copyrights
* Fixed exception issues in scheduler, code cleanup
* Remove apc and xcache support, make apc alias of apcu
* Fixed Getters::count() method not returning anything
* More code cleanup, copyright updates
* Copyright updates for Grav\Console
|
2019-01-30 13:44:19 -07:00 |
|
Matias Griese
|
02d48693dd
|
Added select() and unselect() methods to CollectionInterface and its base classes
Added `orderBy()` and `limit()` methods to `ObjectCollectionInterface` and its base classes
|
2018-11-15 10:01:09 +02:00 |
|
Matias Griese
|
9444b63f8b
|
Added Grav\Framework\Collection\AbstractIndexCollection, Grav\Framework\Object\ObjectIndex classes
|
2018-09-12 13:34:48 +03:00 |
|
Matias Griese
|
87b0d80de0
|
PHP 5.6.0 minimum, updated to Doctrine Collections 1.4
|
2018-04-14 12:28:00 +03:00 |
|
Andy Miller
|
7ec66b2bf2
|
Transferred copyright
|
2017-12-11 15:08:05 -07:00 |
|
Matias Griese
|
588c509194
|
Add ArrayCollection::chunk() function
|
2017-09-15 14:05:21 +03:00 |
|
Matias Griese
|
96ee41a3dd
|
Follow PSR-2 in Grav\Framework
|
2017-08-18 12:28:13 +03:00 |
|
Matias Griese
|
65c0c4438f
|
Use older version of doctrine/collections (PHP 5.5 support)
|
2017-05-10 11:02:51 +03:00 |
|
Matias Griese
|
5f00e1f8ee
|
Rename Collection class to ArrayCollection
|
2017-05-09 21:27:33 +03:00 |
|