Commit Graph

7 Commits

Author SHA1 Message Date
Théophile Bastian 02479196c6 Handle absolute paths for images and data dirs
Bizou now handles correctly data and images directories. One can now
configure

* `MEDIA_BASE_DIR`: base directory for `images` and `data` and
* `{IMAGES,DATA}_URL`: the base url that should be used to point to a
  file in `IMAGES_DIR` (resp. `DATA_DIR`).

Assuming the web server itself can correctly serve those files at the
given URL and Bizou has the correct permissions for those locations,
Bizou should be able to work as well as using relative paths.
2017-11-28 18:59:23 +01:00
Marc MAURICE 61e81e087e honor jpeg orientation
fixed bad thumb generation in case of wrong permission
added jpeg quality config
2015-04-03 20:28:14 +02:00
Marc MAURICE 26887007f8 An error message for permissions problems 2013-08-17 19:14:48 +02:00
Marc MAURICE 1ff8c2ce1e A new hook to include head parts. A new hook to overload thumb function 2013-08-17 16:23:34 +02:00
dooble M e5061f2316 Hide dot-hidden files 2012-08-19 15:06:33 +02:00
dooble M f4524fe07b added the DATA_UMASK config option 2012-08-19 10:22:37 +02:00
Marc MAURICE b497c8ebca functions put in a separate file, so that they can be used by plugins
put the getPathInfo code in a function
2011-07-27 22:59:36 +02:00