236 Commits (fc952a117acdeb2c01d77e2ea9d1df1a361c011f)
 

Author SHA1 Message Date
Simon fc952a117a 0.3.2 13 years ago
Simon 75c6742698 Group package meta in a module to have version/author/url in only one file. 13 years ago
Simon c5c4518476 Fix images path in the colorbox theme. 13 years ago
Simon 87b2696a4e typo 13 years ago
Simon 56b4159f36 Merge branch 'pytest' 13 years ago
Simon d7e169095b Update travis config for pytest. 13 years ago
Simon e33761ae15 Test the settings and gallery modules with pytest. 13 years ago
Simon a7adf57249 Fix a bug when swapping the width and height in settings. 13 years ago
Simon 4720001d82 Bugfix for PNG files which don't have exif metadata (closes #11). 13 years ago
Simon 269fc94f1d Version 0.3.1 13 years ago
Simon 2160cb5689 Change the path of the sample config file in MANIFEST.in (ref #10). 13 years ago
Simon 0adf635d6a Update requirements. 13 years ago
Simon a12a7d5960 Version 0.3 13 years ago
Simon 57eb9cf456 Remove the copy exif feature. 13 years ago
Simon b75fa9b9ae Improve docs and change the default thumb size. 13 years ago
Simon 976472c795 Put back the quiet context manager, with a fix for the file descriptors leak. 13 years ago
Simon 099f6e15e3 Remove the quiet context manager which was causing the file descriptors leak. 13 years ago
Simon 193892285b Update normalize and the compiled css 13 years ago
Simon 7d3e13d4b5 Update ColorBox 1.4.3 13 years ago
Simon 7e028bed93 Update Galleria 1.29 13 years ago
Simon 8cbe4b507f Update the docs. 13 years ago
Simon 9378f30b6c Use multiprocessing for parallel processing. 13 years ago
Simon 87d72abc68 Update the docs and changelog. 13 years ago
Simon 479f71dce2 By default, search for the settings file in the current directory. 13 years ago
Simon fe4daee706 Cleanup the tests config file as it is no more used as an example in the docs. 13 years ago
Simon eebce98142 Add an init subcommand, to copy a sample config file in the current directory. 13 years ago
Simon 94f4052f9a Add a sigal serve subcommand to launch a basic web server. 13 years ago
Simon 4906dcf2c9 Move the current cli options to a 'build' subcommand. Use argh ! 13 years ago
Simon f646a212f9 Forget to add a test directory in the previous commit ... 13 years ago
Simon 16ac982efe Bugfix for the removal of empty sub-directories. 13 years ago
Simon 9d80827f74 Catch the 'Too many open files' error and print an informative message. 13 years ago
Simon e8c2732e4a Fix index url in the templates. 13 years ago
Simon e6c3de5999 Find the thumbnail in all the sub-directories. 13 years ago
Simon 4118bdd141 Improve test_thumb 13 years ago
Simon 655f46a102 Add a test for the get_thumb function. 13 years ago
Simon 2679abefed Fix an issue to find the thumbnail of a directory with only sub-categories, and 13 years ago
Simon 5c2a7f9887 Add a sub-directory to the tests and refactor test_gallery. 13 years ago
Simon f893af7a39 Fix PIL issues, thanks to django-imagekit. 13 years ago
Simon 025b868a91 Change "representative" to "thumbnail". 13 years ago
Simon facf30e0d9 Manage directories with only sub-directories. 13 years ago
Simon 165ab19500 Move the paths dict to a dedicated class. 13 years ago
Simon 2c88a3e6c0 Use Pillow if PIL is not found. 13 years ago
Simon 8ddf2e8e05 Travis fails to install PIL dependencies, try to fix that. 13 years ago
Simon d19b17804b Refactor the writer. 13 years ago
Simon cbdd4fe69b Use new style classes. 13 years ago
Simon 4ab124fceb Don't process directories that do not contain images. 13 years ago
Simon 57f63de4dc Check that the output directory is not inside the input directory. 13 years ago
Simon 2994096b5b Update changelog and fix a typo. 13 years ago
Simon 8390d02cf1 Include only the sample config file, not the test images. 13 years ago
Simon 7b099b766a Replace the jpg_quality setting with a dict of options. 13 years ago