Commit Graph

639 Commits

Author SHA1 Message Date
Simon Conseil
d61df1d435 Add python 3.5 in travis 2015-09-20 21:27:54 +02:00
Simon Conseil
138d4c99fe Update AUTHORS. 2015-09-07 23:25:53 +02:00
Simon Conseil
aa3a00b105 Prepare next version 2015-09-07 22:51:08 +02:00
Simon Conseil
6952f2198a Release 1.0.0 2015-09-07 22:38:55 +02:00
Simon Conseil
072614c808 Add photoswipe in the readme. 2015-09-07 22:38:55 +02:00
Simon Conseil
26a28ba070 Add fullscreen icon for the galleria theme. 2015-09-01 23:58:11 +02:00
Simon Conseil
f97eb2b87a Enhance doc for themes. 2015-09-01 23:25:56 +02:00
Simon Conseil
6c1edee101 Update changelog. 2015-09-01 23:25:56 +02:00
Simon Conseil
ccea99ed36 Enhance detection of a theme directory. 2015-09-01 23:25:56 +02:00
Simon Conseil
9f0cf68b7b Fix tests - forgot to revert the config file. 2015-09-01 23:09:01 +02:00
Simon Conseil
ca75a612ca Merge branch 'pr/45' 2015-09-01 22:56:17 +02:00
Simon Conseil
0590aedc87 Remove redundant css rule + unix file format. 2015-09-01 16:13:36 +02:00
Simon Conseil
df00f85a88 Fix syntax error + avoid implicit global variables. 2015-09-01 16:06:16 +02:00
Cédric Bosdonnat
8e4a08ae18 Map view for albums in galleria theme
This feature hacks galleria to show an openlayers map instead of the
picture. The pictures are represented by dots on the maps and clicking
them or the galleria thumbnails update the other (and the selected
picture).

By default, the map isn't shown: it needs to be enabled by the show_map
options.
2015-09-01 13:11:05 +02:00
Simon Conseil
2d27aabca9 Add more tests for the video processing functions. 2015-08-31 00:26:20 +02:00
Simon Conseil
aab6ffcda7 Merge branch 'swipe-colorbox' (ref #116). 2015-08-29 00:22:00 +01:00
t.animal
dc0e4fdb1c add swipe to colorbox theme 2015-08-29 00:17:12 +01:00
Simon Conseil
f941eb0847 Merge pull request #168 from saimn/google-fonts
Add a setting to disable google fonts and jquery cdn.
2015-08-29 00:11:54 +01:00
Simon Conseil
50223798a2 Add a setting to disable google fonts and jquery cdn. 2015-08-28 23:18:41 +01:00
Simon Conseil
24763d46fc Cleanup. 2015-08-07 00:35:07 +02:00
Simon Conseil
be105078cd Update changelog. 2015-08-07 00:17:50 +02:00
Simon Conseil
6cd6e00e15 Merge branch 'pr/163' 2015-08-06 12:25:39 +02:00
Simon Conseil
1639154801 Fix images path. 2015-08-06 12:24:19 +02:00
franek
02ac6cb9e1 Merge branch 'lukecyca-implement-photoswipe' into implement-photoswipe 2015-07-30 21:36:14 +02:00
franek
0a2688904e align menu image as gallery__img--secondary 2015-07-30 21:35:01 +02:00
Luke Cyca
1f64ac2d04 Improved thumbnail alignment and responsiveness 2015-07-28 12:28:35 -07:00
franek
4bff11dbe5 update photoswipe theme :
* add piwik configuration
 * minify and concatenate CSS files
 * use minify version for echo.js
2015-07-25 14:27:26 +02:00
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