Files
Grav/system
Keith Bentrup 8678f22f6b do NOT ignore "." dirs OR ignore "." dirs and all children (#2581)
If you ignore any "files" beginning with "." including directories, then the all() method will exclude .somedir, but not .somedir/somefile. Subsequently, when trying to copy all files returned from all(), it will fail when the method tries to copy a file into a directory that has not yet been created because .somedir was omitted from the return array of all().
I found this bug when trying to install the admin plugin and ./tmp was a mount and thus rename() failed and self:copy() was invoked instead (line 365).
2019-10-23 15:39:05 -06:00
..
2019-04-11 15:04:00 -06:00
2019-07-02 22:01:38 +03:00
2019-05-08 14:22:47 -06:00
2017-12-01 00:01:23 -07:00
2019-09-19 16:42:21 -06:00
2019-02-04 22:34:46 +02:00
2019-08-18 09:51:10 -06:00