Commit Graph

559 Commits

Author SHA1 Message Date
Simon Conseil
debd703451 Merge pull request #143 from jdn06/thumb-videos
Avoid black thumbnails with fade-in videos
2015-02-24 13:28:59 +01:00
jdn06
99dc1a2865 Include thumb_video_delay in tests 2015-02-23 23:40:19 +01:00
jdn06
2d25a07047 Complete integration of the new thumb_video_delay parameter. 2015-02-23 23:20:25 +01:00
jdn06
5e9307cd39 Adds a thumb_video_delay parameter for the creation of thumbnails with fade-in videos 2015-02-21 17:22:21 +01:00
Simon Conseil
975a9093f7 Use the media title if available (fix #145). 2015-02-17 23:14:11 +01:00
Simon Conseil
0a78ce4b18 Add python > 3.3 support in the README. 2015-02-17 10:07:36 +01:00
Simon Conseil
81dabddf54 Prepare next version. 2015-02-16 23:39:17 +01:00
jdn06
65fccf2c4f Avoid black thumbnails with fade-in videos 2015-02-09 12:47:45 +01:00
Simon Conseil
d0f23ff634 Release 0.9.2 2015-01-25 22:47:51 +01:00
Simon Conseil
e5e6f985ba Update changelog. 2015-01-25 22:45:46 +01:00
Simon Conseil
1c62453f8e Add some doc about the author setting (closes #139). 2015-01-25 22:43:22 +01:00
Simon Conseil
ff2c79ca6d Allow to specify the author of an album (ref #139).
The author can be set in the album's index.md or in the settings.
2015-01-19 23:42:47 +01:00
Simon Conseil
972e8fdc98 Fix encoding issue with the progress bar on py3 (fix #137). 2015-01-12 23:34:31 +01:00
Simon Conseil
2e9f16fc41 Remove failed files also when not using the process pool. 2015-01-11 23:36:17 +01:00
Simon Conseil
506ad36ad4 Avoid failure when an image can't be read (fix #134).
When use_orig=True and orig_link=True, the image is not read in generate_image,
so with a bad image it will later in generate_thumbnail.
2015-01-11 23:35:38 +01:00
Simon Conseil
d07dadcaa2 Release 0.9.1 2014-12-08 00:07:07 +01:00
Simon Conseil
20924cb4e3 Fix images path for the galleria theme (fix #130). 2014-12-08 00:05:34 +01:00
Simon Conseil
e1e1cc8471 Release 0.9.0 2014-12-07 00:26:16 +01:00
Simon Conseil
a15c60ff34 Update changelog. 2014-12-07 00:12:57 +01:00
Simon Conseil
33f7d331d0 Add the media_page plugin to the docs. 2014-12-06 23:11:06 +01:00
Simon Conseil
bfbf07a4b2 Cleanup. 2014-12-06 22:46:44 +01:00
Simon Conseil
40a81bf79e Decrease logs level for the parsing of exif tags (ref #127). 2014-12-06 22:20:11 +01:00
Simon Conseil
ab9860b3f3 Merge pull request #126 from jrstarke/f_media_pages
Added the ability to generate media pages
2014-12-06 22:04:02 +01:00
Jamie Starke
3323a3bdea Merged the colorbox media page theme into colorbox 2014-11-24 22:17:59 -08:00
Simon Conseil
5158fd89d4 Enhance documentation for album information (fix #123). 2014-11-23 22:59:44 +01:00
Simon Conseil
889714cdc0 Minor simplification. 2014-11-23 22:32:12 +01:00
Simon Conseil
dbc92d136d Test if title is already unicode. 2014-11-23 16:02:23 +01:00
Simon Conseil
d42915a1ca Fix the title which was not unicode when using the settings file (fix #104). 2014-11-23 15:53:09 +01:00
Simon Conseil
dcb91cbf60 Add more info on how the report a bug or contribute (ref ##128). 2014-11-09 01:00:31 +01:00
Simon Conseil
9ed733be6c Add more commands to the Makefile. 2014-11-09 00:04:17 +01:00
Simon Conseil
e676d35a4d Add boto dependency for the S3 plugin. 2014-11-09 00:03:41 +01:00
Simon Conseil
e2cfbb08f1 Use a simpler version of the cached_property decorator.
From https://github.com/pydanny/cached-propertyi. This fixes an issue with
docstrings.
2014-11-09 00:01:22 +01:00
Simon Conseil
797e601775 Merge pull request #125 from jrstarke/s3_cache_control
Added Cache Control metadata to S3 upload
2014-10-29 14:05:58 +01:00
Jamie Starke
3ec6667e8c Added Cache Control metadata to S3 upload
Added two new properties for the S3 Upload plugin, allowing to
set the default S3 cache control header, and to set for media
types (jpg, png, webm).

These properties are then used to generate the max-age property
when uploading to S3, or when checking against existing files
2014-10-26 19:53:33 -07:00
Jamie Starke
cd8f4d02c4 Added the ability to generate media pages
- New optional parameter added to `Writer.__init__` to specify
the template file
- modified version of colorbox theme created that supports
generating media pages and linking to them (if javascript
is not supported)
- `media_page` plugin created that responds to the `gallery_build`
signal, and generates pages for each media element based on
the media.html template, including links to the next and
previous image (if applicable)
2014-10-26 14:29:27 -07:00
Simon Conseil
53b657d9ab Merge branch 'pr/120' (ref #120). 2014-10-15 23:45:35 +02:00
Simon Conseil
aaf3a7d13e read_markdown returns meta only if found, + add test. (Closes #120) 2014-10-15 23:43:53 +02:00
Simon Conseil
746bc25b7b Add coveragerc and badge. 2014-10-15 22:55:02 +02:00
Simon Conseil
0d0de4df12 Add coveralls.io 2014-10-15 22:38:16 +02:00
Simon Conseil
f4bd825ea1 Merge branch 'pr/114' (ref #114). 2014-10-15 22:08:40 +02:00
Jonas Kaufmann
8472126a07 Improvements for upload to s3 plugin
- All files in the sigal build directory are now uploaded instead of manually building file list. This makes the plugin more robust for future changes.
- Added progressbar to check upload progress
- Added option to set a S3 permission policy (for example public-read or private) on all uploaded files
- Added option to skip files that were already uploaded before
- Added plugin to documentation
- Added plugin settings to default configuration template
2014-10-15 08:53:44 +02:00
Jonas Kaufmann
b1ecbd2ff1 Added plugin to upload generated gallery to Amazon S3 2014-10-15 08:53:44 +02:00
Simon Conseil
119e16e57f Merge pull request #115 from j0nes2k/setting_output_filename
Added settings to give a different output filename than index.html
2014-10-15 00:45:08 +02:00
Kai Fricke
594ed8825d Handling of empty markdown or missing meta-data
Respect markdown files which do not contain any meta-data.
2014-10-13 16:14:55 +02:00
Jonas Kaufmann
29e1779264 Using output filename from settings directly instead of parameter 2014-10-11 20:51:29 +02:00
Simon Conseil
90876fbdc8 Include plugins in the distributed package (ref #117). 2014-10-08 00:05:30 +02:00
Simon Conseil
ca12226383 Merge pull request #119 from pitrou/passthrough
Fix #118: allow passthrough of original files
2014-10-07 23:34:48 +02:00
Antoine Pitrou
f0583172ab Add myself to AUTHORS 2014-10-05 16:51:46 +02:00
Antoine Pitrou
e5b7e53e51 Fix #118: allow passthrough of original files 2014-10-05 16:50:01 +02:00
Jonas Kaufmann
0285a0ebab Added settings to give a different output filename than index.html 2014-09-28 21:52:45 +02:00