Jon Banafato
0a9f3a7c68
Hoist tests out of the core package
Tests are not part of the core logic of Hyde, and they should not be
packaged as such.
9 years ago
Jordi Llonch
089cf7af9d
pep8
9 years ago
Lakshmi Vyasarajan
6472c74928
Add support for using pillow instead of PIL.
11 years ago
Brian Mattern
64fe56df89
remove unused imports
12 years ago
Brian Mattern
6bbcf48f61
note that cropping isn't tested yet
12 years ago
Brian Mattern
6558af0381
simplify preserve_orientation code
remove unneeded parameter
12 years ago
Brian Mattern
174559ee9e
tests for thumbnailer plugin + larger/smaller options
remove debug statements
rename thumb_size -> thumb_scale_size
12 years ago
Lakshmi Vyasarajan
bcc1346854
Reuse `fswrap` and `commando.util` modules.
* Remove `hyde.fs` use `fswrap` package instead.
* Remove logging functions from `hyde.util`. Use `commando.util`
instead.
* Remove `hyde.loader`. Use `commando.util.load_python_object`
instead.
11 years ago
Lakshmi Vyasarajan
581a789121
Made sure the equals type args are supported for short forms as well
13 years ago
Vincent Bernat
a8f8b57fe4
Handle complex media URL in image resizer plugin.
This allow to handle media_url to external site (like
http://media.example.com ).
13 years ago
Lakshmi Vyasarajan
4077ed0350
Adding trailing whitespace to the multiline test
13 years ago
Lakshmi Vyasarajan
7bca6edadf
PIL requirement added
13 years ago
Vincent Bernat
0b9a848e96
Rework ImageSizerPlugin to not use beautiful soup but an adhoc parser.
BeautifulSoup is not compatible with HTML 5 and may mangle your
document. We provide a simple parser that should work in most cases.
13 years ago
Vincent Bernat
fb968685a9
Image sizer plugin: add image dimensions in HTML code
This plugin adds `width` and `height` tags to `img` when they are not
present. It also adds them when only one of them is present
(respecting proportions).
13 years ago