Matias Griese
|
c09a8fbbc4
|
Fixed phpstan level 3 errors in Grav\Framework
|
2019-03-14 13:20:29 +02:00 |
|
Matias Griese
|
578f8e4947
|
Grav\Framework\File\AbstractFile::save(): Fixed missing directory creation
|
2019-02-28 10:26:41 +02:00 |
|
Matias Griese
|
df226a1102
|
Improved File::save() to use a temporary file if file isn't locked
|
2019-02-26 23:00:43 +02:00 |
|
Matias Griese
|
8947f5ade9
|
Improved File::save() not to use file lock, but a temporary file, fixed Obtaining write lock failed on file...
|
2019-02-26 21:21:07 +02:00 |
|
Matias Griese
|
2fcaaea6ac
|
Fixed mkdir(...) race condition
|
2019-02-26 15:13:40 +02: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
|
48acad3e47
|
Improve Filesystem class
|
2018-12-03 13:54:40 +02:00 |
|
Matias Griese
|
cb4ea86310
|
Improved Grav\Framework\File classes to use better type hints and the new Filesystem class
|
2018-12-03 11:26:55 +02:00 |
|
Matias Griese
|
871333d3a0
|
Bug fixes for Flex
|
2018-09-13 15:21:47 +03:00 |
|
Matias Griese
|
a358f2953a
|
Update Framework classes to use PHP 7.1 syntax
|
2018-09-12 14:23:13 +03:00 |
|
Matias Griese
|
79df293fc4
|
Added Grav\Framework\File classes for handling YAML, Markdown, JSON, INI and PHP serialized files
|
2018-09-12 10:58:39 +03:00 |
|