Simon
|
900da9d42f
|
add a make_thumbs setting to allow not generating thumbnails as they are not
needed for the galleria theme.
+ always generate thumbnail for the representative image
+ bugfixes for the boolean settings
|
2012-08-26 00:30:05 +02:00 |
|
Simon
|
e9c9cd1637
|
convert the sample description files to markdown
|
2012-08-26 00:30:04 +02:00 |
|
Simon
|
6fe0f3d331
|
keep the original ratio for the resized image
|
2012-08-26 00:29:51 +02:00 |
|
Simon
|
88175f02c7
|
use ImageOps.fit to create the thumbnails cropped to thumb_size, if the
thumb_fit params is True (replace the square_thumb param).
|
2012-08-07 00:15:17 +02:00 |
|
Simon
|
8306351e6d
|
use assertItemsEqual as the order of the list of files returned by os.walk is
not always the same.
|
2012-08-06 00:14:54 +02:00 |
|
Simon
|
34510f0050
|
test_image - rename the class
|
2012-07-15 22:45:33 +02:00 |
|
Simon
|
b1e704169f
|
increase thumbnail size for the sample gallery
|
2012-07-02 00:08:33 +02:00 |
|
Simon
|
7cbb1b6c36
|
gallery: add tests for the filelist method, + correct import of PIL
|
2012-05-22 23:48:15 +02:00 |
|
Simon
|
17093a4371
|
add some tests for settings
|
2012-05-15 00:54:30 +02:00 |
|
Simon
|
756e023c9e
|
settings:
* add tests
* arg for read_settings is the file, not the dir
|
2012-05-15 00:49:13 +02:00 |
|
Simon
|
c043047d01
|
move sample gallery in the tests dir
|
2012-05-15 00:38:06 +02:00 |
|