Commit Graph

493 Commits

Author SHA1 Message Date
Simon Conseil
fa7f9d9528 Check that the file exists before removing. (fix #110) 2014-09-07 23:09:53 +02:00
Simon Conseil
3f340573ce Merge pull request #107 (from branch 'pr/107') 2014-09-05 00:15:19 +02:00
Vikram Shirgur
d90091071b Truncate long lines to < 80 chars. 2014-09-05 00:13:11 +02:00
Vikram Shirgur
9e92415a50 Allow destination to be read from option sepcified in config file.
Write error to log when destination doesn't exist and config is not available.

Add self to AUTHORS.

Remove logging from serve command due to issues with running test_cli.
Add test-case for 'serve' command.

Add docs for the serve command.
2014-09-05 00:13:02 +02:00
Simon Conseil
2d1be134e7 cPickle no more exists on py3. 2014-09-04 23:15:45 +02:00
Simon Conseil
52ff2b947d Add warnings about imports in the settings file, to avoid breaking the
multiprocessing feature.
2014-09-04 22:49:01 +02:00
Simon Conseil
15091deeb5 Catch cPickle error and add a message about serialization error with the settings file. 2014-09-04 22:33:19 +02:00
Simon Conseil
ba3306a787 Prepare next version. 2014-08-30 15:50:10 +02:00
Simon Conseil
278c972183 Bump version 0.8.0 2014-08-30 15:38:58 +02:00
Simon Conseil
1fe827eb23 Add a setting and a cli option to specify the gallery title (ref #91). 2014-08-27 00:22:49 +02:00
Simon Conseil
32e6ba2e12 Update docs and changelog. 2014-08-26 23:55:24 +02:00
Simon Conseil
63a261c012 Add mailing list at Librelist. 2014-08-25 22:02:04 +02:00
Simon Conseil
60f0323ce6 Add an option to specify the port to use. 2014-08-25 00:48:57 +02:00
Simon Conseil
e7f9f91636 Replace argh with click. 2014-08-25 00:41:58 +02:00
Simon Conseil
4724a3295f Refactor the way to set the theme from the cli. 2014-08-25 00:11:14 +02:00
Simon Conseil
f361e7592a Don't overwrite existing config file. 2014-08-24 23:14:19 +02:00
Simon Conseil
8577353ec2 Don't fail if there are no pictures. 2014-08-24 23:08:27 +02:00
Simon Conseil
3e439df417 Add cssmin to the requirements. 2014-08-24 22:42:31 +02:00
Simon Conseil
4e1f5c8765 Merge branch 'themes' 2014-08-24 22:33:22 +02:00
Simon Conseil
257ee4707e Use plain css to simplify theme customizing.
Remove the dependency on ruby/sass, only cssmin is required to minify css files
(and it can be installed with pip).
2014-08-24 22:32:39 +02:00
Simon Conseil
687bcfd8cb Upgrade colorbox 1.5.13 2014-08-24 00:25:29 +02:00
Simon Conseil
3dee6fabaf Upgrade galleria 1.4.2 2014-08-24 00:18:58 +02:00
Simon Conseil
2edb8c9253 Don't break if the image can't be open. 2014-08-24 00:04:41 +02:00
Simon Conseil
b57499cb00 Use HTML5 output for Markdown. 2014-08-23 18:06:43 +02:00
Simon Conseil
e1d607ded8 This was not a good idea for Travis ... 2014-07-22 23:37:44 +02:00
Simon Conseil
054d1e2c00 Refactor subprocess calls for videos. 2014-07-22 23:00:24 +02:00
Simon Conseil
979e04a16c More tests. 2014-07-20 23:47:12 +02:00
Simon Conseil
0e202d7adb Merge pull request #70 (from branch 'pr/70'). 2014-07-17 00:42:24 +02:00
Simon Conseil
71afbf5355 Adapt code to work with the latest changes on master. 2014-07-17 00:41:40 +02:00
Andreas Sieferlinger
b8733c68ec adding tests
easier accessible variables in templates
ticket #3 pull reequest #70
2014-07-16 23:03:15 +02:00
Andreas Sieferlinger
c070ad693b fixing some smaller issues for pull request #3 2014-07-16 23:03:15 +02:00
Andreas Sieferlinger
1017c703a9 adding function to read additional data for images from markdown files 2014-07-16 23:03:15 +02:00
Simon Conseil
99077dee30 Use case insensitive check for file extensions (fix #99). 2014-06-18 22:45:43 +02:00
Simon Conseil
ea23f16e39 Merge pull request #97 from saimn/plugins
Add plugins
2014-06-07 22:53:08 +02:00
Simon Conseil
3f7e268523 Add blinker to the dependencies. 2014-06-07 22:33:39 +02:00
Simon Conseil
65f6eadc59 Update conf template. 2014-06-07 22:33:18 +02:00
Simon Conseil
05f71e86e3 Add plugins in the test config file. 2014-06-07 22:32:45 +02:00
Simon Conseil
32050a4c50 Add more docs and signals. 2014-06-07 22:20:43 +02:00
Simon Conseil
e3f34db5dc Add a plugin system with blinker, and make plugins for copyright and adjust. 2014-06-07 22:20:43 +02:00
Simon Conseil
4f5a63968b Mention the irc channel on freenode and add travis notifications. 2014-06-02 10:55:06 +02:00
Simon Conseil
6f0bcb2893 Small refactor of _get_exif_data (use a dict comprehension). 2014-05-31 23:07:12 +02:00
Simon Conseil
f41f7c9842 Avoid failure if GPS tags contain zero values (fix #96). 2014-05-31 22:46:18 +02:00
Simon Conseil
8b11b49ac1 Remove output file when the ffmpeg process has been interrupted (ref #90). 2014-05-31 22:17:41 +02:00
Simon Conseil
4d6fb5ab47 Merge pull request #95 from narnaud/master
Fix thumbnail urls to always use slashes (ref #81).
2014-05-22 23:07:10 +02:00
Nicolas Arnaud-Cormos
848530ae7b Fix thumbnail urls to always use slashes (ref #81). 2014-05-15 21:48:21 +02:00
Simon Conseil
9b0a8d6c37 Prepare next version. 2014-05-10 23:06:16 +02:00
Simon Conseil
8210495e59 Bump 0.7.0 2014-05-10 23:02:49 +02:00
Simon Conseil
9ac6fb5670 Update changelog and add links to reference issues. 2014-05-10 22:50:29 +02:00
Simon Conseil
cf63f916c4 Skip image instead of failing when the image is corrupted (fix #69). 2014-05-08 00:35:52 +02:00
Simon Conseil
85a1e7b65a Update galleria to 1.3.5 and add the history plugin (ref #93). 2014-05-05 22:25:17 +02:00