Simon Conseil
c36cb35a43
Restore deleted file for the galleria theme, needed for video display.
2015-03-30 23:16:46 +02:00
Simon Conseil
5446eaa050
Merge pull request #155 from tiramiseb/patch-1
...
Tables support in markdown
2015-03-22 21:56:41 +01:00
Sébastien Maccagnoni-Munch
8903761f58
Tables support in markdown
2015-03-22 11:48:09 +01:00
Simon Conseil
63c8c9ec67
Merge pull request #150 from abdul/update_copyright_plugin
...
Update to allow more settings for font, color, position
2015-03-10 13:15:07 +01:00
Abdul Qabiz
e487761b9e
Update to allow more settings for font, color, position
...
- copyright_text_font: a system or user font name, or absolute path to
.ttf file
- copyright_text_font_size: font size used when
copyright_text_font is set
- copyright_text_color: text color
- copyright_text_position: a 2 tuple (x,y) specifying coordinates of top-left corner of
text
2015-03-10 10:57:02 +05:30
Simon Conseil
d4dedead2d
Merge pull request #148 from abdul/watermark_plugin
...
Watermark Plugin
2015-03-06 15:16:31 +01:00
Abdul Qabiz
8986f58454
Update code
...
- Make watermark path relative to settings file
- Document possible options for watermark_postion
- Simplify code to use settings.get(<setting>, <default>)
2015-03-06 19:25:26 +05:30
Abdul Qabiz
24d7873880
Fix conditionals
2015-03-06 19:25:26 +05:30
Abdul Qabiz
cf9866f9c1
Add watermark plugin
2015-03-06 19:25:26 +05:30
Simon Conseil
bc42a1dca9
Update minified css for galleria.
2015-03-05 00:03:51 +01:00
Simon Conseil
4698b0e777
Merge pull request #149 from muggenhor/galleria-fullscreen
...
Add fullscreen display support to Galleria theme
2015-03-04 23:57:23 +01:00
Simon Conseil
24565c1081
Make sure that css are compiled before releasing + update requirements.
2015-03-04 23:40:32 +01:00
Giel van Schijndel
58f5127b35
Add fullscreen display support to Galleria theme
...
It adds a link just below the gallery-display to enter fullscreen.
Additionally a keybind on the 'f' key is added to make toggling
fullscreen easier.
2015-03-04 19:10:05 +01:00
Simon Conseil
22b9b8131c
Update markdown extension name.
...
With Python-Markdown 2.6, “shortened” extension names are deprecated.
2015-03-03 23:26:19 +01:00
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