Commit Graph

1062 Commits

Author SHA1 Message Date
Simon Conseil
b785dcd58e Update copyright 2020-03-15 21:56:43 -03:00
Simon Conseil
55bb5b13e2 Merge pull request #384 from t-animal/master
Improve error message when template is not found
2020-02-29 13:08:32 -03:00
Tilman Adler
6bac94dfad Improve error message when template is not found
The previous error message did not include the path that was
searched in. By including the path the debugging of the config
becomes way easiert (e.g. in my case I had added the '/templates'
folder which was added again by sigal).
2020-02-29 13:04:41 +01:00
Simon Conseil
1b27cc3258 Add testing for Python 3.8 and remove 3.5 2020-01-04 00:57:08 -03:00
Simon Conseil
42b362ace0 Remove test code for old Pillow version 2020-01-04 00:54:12 -03:00
Simon Conseil
538f535b5e Fix tests with Pillow 7.0 2020-01-04 00:51:44 -03:00
Simon Conseil
c6b427d882 Make sure __version__ is defined (fix #380) 2020-01-04 00:42:57 -03:00
Simon Conseil
376fb46dc6 Improve a bit API docs (ref #379) 2020-01-04 00:41:29 -03:00
Simon Conseil
b518ffb774 Follow up to 745761f, make quiet really quiet (ref #376) 2019-10-04 23:22:27 -03:00
Simon Conseil
146216309b Update changelog [skip ci] 2019-10-04 00:12:07 -03:00
Simon Conseil
45de6e7b6d Make sure that read-only files can be copied (fix #375) 2019-10-04 00:01:41 -03:00
Simon Conseil
745761ff9a Add a quiet flag (ref #376) 2019-10-03 23:48:47 -03:00
Simon Conseil
1b75bd8b7b Merge pull request #374 from zacchiro/patch-1
getting started doc: add "album." qualifier where needed
2019-09-01 23:42:00 +02:00
Stefano Zacchiroli
5dde6e486b getting started doc: add "album." qualifier where needed
without this, "meta" is not accessible
2019-09-01 22:24:26 +02:00
Simon Conseil
ee2b5cc5be Fix typo in tests settings 2019-08-29 00:08:20 +02:00
Simon Conseil
dcefc35ab1 Merge pull request #368 from riton/feature/nozip_file
Add new plugin to allow one to disable ZIP generation on a per album basis
2019-08-26 12:23:39 +02:00
Simon Conseil
a3bf898c4d Improve docs 2019-08-26 01:14:15 +02:00
Simon Conseil
1d79e3f7a5 Forgot to add file for the test 2019-08-26 01:14:01 +02:00
Simon Conseil
2677cba655 Add test for .nozip_gallery 2019-08-26 01:05:27 +02:00
Simon Conseil
bcf4b82d05 Activate the zip_gallery plugin for tests 2019-08-26 00:54:29 +02:00
Simon Conseil
98e1018b17 Fix typo and use the module logger 2019-08-26 00:54:01 +02:00
Simon Conseil
cd1d5e9d2a Fix api link 2019-08-26 00:53:34 +02:00
Simon Conseil
795658dba3 Merge pull request #369 from saimn/travis
Update travis conf for xenial
2019-06-16 00:30:06 +02:00
Simon Conseil
46f4389f91 Use manual install 2019-06-16 00:26:57 +02:00
Simon Conseil
1fbb384258 Use ppa 2019-06-16 00:23:26 +02:00
Simon Conseil
05f1733c46 Add libavcodec-extra 2019-06-16 00:19:45 +02:00
Simon Conseil
ec15493c14 Update travis conf for xenial 2019-06-16 00:12:55 +02:00
Rémi Ferrand
fd51aedec9 Adapt docstring for the zip_gallery plugin as suggested by @saimn 2019-06-05 09:04:25 +02:00
Rémi Ferrand
7952cb0e70 Adapt zip_gallery plugin to @saimn recommendations
* One single entry point for the 'zip' property
2019-06-05 09:01:12 +02:00
Rémi Ferrand
fc14de3872 Adapt zip_gallery logic to a dedicated plugin like suggested by @saimn
* ZIP generation logic is now self contained in a plugin
* '.nozip_gallery' file logic is now contained in the same plugin that
  managed the zip generation
2019-06-03 22:26:32 +02:00
Rémi Ferrand
43f07a767d Add new plugin to allow one to disable ZIP generation on a per album basis
* Heavily inspired by the '.nomedia' file
2019-05-14 18:18:18 +02:00
Simon Conseil
912ca39991 Update rtd config 2019-02-24 23:38:10 +01:00
Simon Conseil
86397a26ba Fix links in feeds, ref #361 2019-02-11 21:44:07 +01:00
Simon Conseil
af67de6ee5 Feeds: fix links to gallery and image, ref #361 2019-02-08 23:38:37 +01:00
Simon Conseil
982ea5447d Fix missing variable, following #359 2019-02-05 23:35:04 +01:00
Simon Conseil
9193856e68 travis: remove sudo 2019-02-02 00:07:32 +01:00
Simon Conseil
3808bcfabf Merge pull request #359 from maauer/master
Option for relative symbolic links.
2019-02-01 22:42:07 +01:00
max (maauer)
f2f6fbe594 Fix test for relative links 2019-02-01 13:42:56 -05:00
max (maauer)
4ec2a25a2e Add test for relative links 2019-02-01 12:43:52 -05:00
max (maauer)
997a9138cd Add rel_link setting to example config file. 2019-01-31 09:42:29 -05:00
max (maauer)
031f9768de A configuration setting to use relative symbolic links
Edit the copy function in utils.py to take the parameter rellink and if
it is true, create links relative to the source directory. Modify
gallery.py and __init__.py to pass along this parameter. Add rel_link
flag to setting.py
2019-01-31 09:31:47 -05:00
Simon Conseil
2e9ffd9ec0 Use setuptools_scm 2019-01-27 01:23:06 +01:00
Simon Conseil
05a28f3fa6 Move setup to setup.cfg 2019-01-27 01:10:11 +01:00
Simon Conseil
28f7addd27 Update Changelog and version 2019-01-26 23:35:45 +01:00
Simon Conseil
2d574217a4 Update AUTHORS 2019-01-26 23:27:43 +01:00
Simon Conseil
3b599d3ca4 Add script to create a detailed changelog 2019-01-26 23:22:51 +01:00
Simon Conseil
b1aeca81cf Remove Makefile and use tox instead 2019-01-26 23:05:51 +01:00
Simon Conseil
3068ab855b Print message at the end of album collection 2019-01-21 22:14:10 +01:00
Simon Conseil
818ec7292f Avoid iptc encoding errors (ref #358) 2018-12-29 00:01:17 +01:00
Simon Conseil
a7c0625a65 Merge pull request #357 from tudacs/add_tests
Add tests for headline / logging SyntaxError in getiptcinfo()
2018-12-29 00:00:55 +01:00