franek
488a21bd6b
Update documentation for photoswipe theme
2015-07-25 14:21:21 +02:00
franek
506d8983cb
remove console.log
2015-07-25 14:07:27 +02:00
franek
0aba466e51
add a theme using photoswipe ( http://photoswipe.com/ ) :
...
* images are lazy loaded thanks to https://github.com/toddmotto/echo
* currently does not support video display
2015-07-25 14:07:27 +02:00
Simon Conseil
0593ea6b49
Merge pull request #165 from franek/add-piwik
...
add support for piwik
2015-07-25 00:12:52 +02:00
franek
7cb9b4d792
add support for piwik
2015-07-23 16:23:15 +02:00
Simon Conseil
e8e6598b6d
Strip spaces for some exif tags ( fix #154 ).
2015-07-18 00:43:25 +02:00
Simon Conseil
b4ad227eb7
Make sure that bad exif data does not crash sigal.
2015-07-17 00:48:51 +02:00
Simon Conseil
df2652d0e7
Merge branch 'pr/164'
2015-06-22 23:53:39 +02:00
Simon Conseil
07ac771881
Use the new size attribute + pep8 cleanup.
2015-06-22 23:52:28 +02:00
franek
c84a621984
refactor exceptions in get_size method
2015-06-15 11:12:22 +02:00
franek
78b23090fe
add test on get_size method when missing image
2015-06-15 11:10:50 +02:00
franek
a7e9c17489
Refactor get_size method and add 2 properties to Image (size and thumb_size).
...
Add tests for get_size method
2015-06-14 12:54:19 +02:00
Simon Conseil
b3ef364d79
Pass mp4_options to the tests using generate_video.
...
Otherwise ffmpeg might fail if it doesn't get the -strict -2 option for the aac
encoder.
2015-06-14 00:38:45 +02:00
franek
20daa3916c
add size property into Image object containing width and height of each image (thumbnail, big).
...
Can be useful for some themes to disinguish orientation of the image.
2015-06-12 22:24:27 +02:00
Simon Conseil
5050ef0bdb
Merge pull request #159 from MPavleski/mp4_support
...
added support for mp4, manually tested, mp4 files transcoded and link…
2015-06-12 12:44:27 +02:00
Simon Conseil
06e1304ef3
Merge pull request #162 from franek/patch-1
...
contributing guide : fix path for activate
2015-06-11 16:18:56 +02:00
François D.
fadf8138c7
fix path for activate
2015-06-11 16:06:40 +02:00
Miroslav Pavleski
114d8e1f8c
Added strict option for forcing built-in experimental aac encoder while encoding mp4 (needed with some ffmpeg / avconv configurations)
2015-05-31 23:16:06 +02:00
Simon Conseil
35b8b6dcd5
Merge pull request #160 from MPavleski/windows_relative_path_fix
...
Fix for the relative check in Windows which fails due invoking relati…
2015-05-28 22:48:16 +02:00
Miroslav Pavleski
8028de38ef
Updated Travis config to install ubuntu-restricted-extras to enable mp4 / mp3 encoding
2015-05-26 23:56:38 +02:00
Miroslav Pavleski
3a614759cb
Added the video_format and mp4_settings settings in the settings template (sigal/templates/sigal.conf.py), added myself to the AUTHORS file. Parametrized the tests/test_video.py tests to run both for webm & mp4.
2015-05-26 23:05:40 +02:00
Miroslav Pavleski
95b9f1dee1
Windows fix added comments and specified the concrete exception (ValueError)
2015-05-26 22:28:29 +02:00
Miroslav Pavleski
beaa3921c6
Fix for the relative check in Windows which fails due invoking relative path checking for directories on different drives
2015-05-24 16:34:06 +02:00
Miroslav Pavleski
01d442d3ef
added support for mp4, manually tested, mp4 files transcoded and links correctly populated in html
2015-05-24 15:50:30 +02:00
Simon Conseil
b901d681fe
Update AUTHORS
2015-04-28 00:23:40 +02:00
Simon Conseil
2f90da5713
Merge branch 'pr/153'
2015-04-28 00:19:00 +02:00
Simon Conseil
1a783ddec9
Small cleanup.
2015-04-28 00:18:29 +02:00
Juan A. Suarez Romero
ca61eed13d
Fix video tests
2015-04-27 16:41:13 +02:00
Juan A. Suarez Romero
0a3198b478
Add myself to AUTHORS
2015-04-27 15:42:17 +02:00
Juan A. Suarez Romero
14570c245a
Set HTML5 video type correctly
...
As we can use the videos as they are, without conversion, we need to set
the video type correctly.
2015-04-27 15:41:33 +02:00
Juan A. Suarez Romero
fb9eb3552d
Honor 'use_orig' for videos
...
When 'use_orig' is True, copy the original video files (or symlink them,
depending if 'orig_link' is True) to the destination, and use them as they are,
without processing.
This setting is ignored for all files not supported in HTML5; those are
converted anyway, because otherwise we could not reproduce them.
2015-04-27 15:41:19 +02:00
Simon Conseil
cd301b5029
Add tox commands
2015-04-22 23:25:48 +02:00
Simon Conseil
42df221415
Update MANIFEST to include missing files.
2015-04-22 23:25:24 +02:00
Simon Conseil
016317b479
Use twine for future versions.
2015-04-22 00:16:26 +02:00
Simon Conseil
6ba3e8aef3
Switch docs to alabaster theme.
2015-04-21 23:59:25 +02:00
Simon Conseil
b88d10a15e
Refactor common templates for colorbox.
2015-04-20 00:11:00 +02:00
Simon Conseil
94c98588b8
Don't share the settings fixture between tests.
2015-04-20 00:10:30 +02:00
Simon Conseil
143813761a
Merge pull request #156 from johnjohndoe/patch-1
...
Fix typos.
2015-04-01 16:08:49 +02:00
Tobias Preuss
e3f56920f9
Fix typos.
2015-04-01 15:07:55 +02:00
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