]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
File class improved debugging and filename generation
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 25 Jan 2015 01:27:37 +0000 (02:27 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 25 Jan 2015 01:30:43 +0000 (02:30 +0100)
commit97bf470895ae4c57b23357a690cdd214a3afc838
tree4917ff06d0bff3bd00fb06caf1944cb442e21e9d
parenta9135080c331929f962a885b2210a3edc85ca058
File class improved debugging and filename generation

In some development code I noticed that when handling File objects without
filename values, there would be problems calling getPath and such.

The width and height value testing will be validated later anyway, and by
removing such a narrow test we can use events to generate thumbnails of
media formats supported by recently added plugins on demand.
classes/File.php