Shish
977c3db1e3
PHP7 type annotations
2017-09-21 05:21:42 +01:00
jgen
f492c6c2c3
Ensure that the Image object tag_array and the metadata array tags are always arrays.
2017-05-12 00:57:50 -07:00
John Brooks
f934baa207
bulk_add_csv: Run Tag::explode() on the tags before passing them to handlers
...
Fixes #575
2017-04-23 02:21:39 +00:00
Shish
6febdec7b5
more explicit variable types
2016-06-19 23:05:57 +01:00
Shish
cdcd762a52
more comments
2015-09-27 02:17:44 +01:00
Shish
35a4f385b3
phpstorm tidying
2015-09-12 11:43:28 +01:00
jgen
1ca3865a1c
Removing the closing PHP "?>" tag as per style guidelines. (Also see: https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag )
2014-04-25 22:54:51 -04:00
Shish
f72bfbb050
fix indentation
2014-04-06 20:47:01 +01:00
Shish
c8aa3327a1
A bunch of small changes from scrutinizer-ci; some tidying, some actual bug fixes
2014-03-30 13:26:48 +01:00
velocity37
1a55d997e3
Bulk_add_csv: add note about custom thumbnails
2012-10-16 19:52:08 +01:00
velocity37
c42cc57977
Bulk_add_csv: add custom thumbnail support
2012-10-16 19:36:55 +01:00
velocity37
86402f681c
bulk_add_csv: bulk_add with metadata
...
Imports a CSV with:
path,tags,source,rating
It is basically bulk_add with an fgetcsv loop instead of a foreach glob.
I wanted an easy way to import tagged data from other sources.
2012-08-23 17:03:46 -07:00