Jordi Llonch
4951f5e5db
Reverted lessc to JS version
9 years ago
Jordi Llonch
5ff20b352c
updated unittests
9 years ago
Jordi Llonch
2ca06e4672
Reverted lessc to JS version
9 years ago
Jordi Llonch
d0c67f92c0
updated unittests
9 years ago
Lakshmi Vyasarajan
2480012b3d
Ensure external urls are encoded properly. (Issue #158 ).
- BREAKING: While this change will correct the weird encoding
behavior, this also changes the way `xxx_url` macros work.
- Do not encode the url bases (`base_url`, `media_url`). Only
the path component needs to be encoded.
11 years ago
Lakshmi Vyasarajan
73c0d75013
Context providers now accept all valid yaml data (Issue #189 ).
- Also, fixed `raise_exceptions` commandline parameter handling.
11 years ago
Lakshmi Vyasarajan
18f2e1d521
Make sorter's prev/next links circular. (Issue #208 )
11 years ago
Lakshmi Vyasarajan
2046f13ab3
Upgrade `UglifyPlugin` to use 2.3.5 version of uglify. (Issue #214 )
- Fix expected files in uglify tests
- Use proper configuration for copyright retention
11 years ago
Lakshmi Vyasarajan
3e1674cb92
Add support for draft blog posts. (Issue #213 )
`
11 years ago
Lakshmi Vyasarajan
92492bc006
Add Scss plugin. Base changes on Issue #179 .
Remove dependencies on forked version. This will cause dependencies
to be unaccounted.
11 years ago
Elliott Sales de Andrade
876febcf84
Add a test for the SassyCSS plugin.
12 years ago
Lakshmi Vyasarajan
0019e1821e
Retrofit merged plugins.
Merge the huge plugin structural refactoring and retrofit changes
from the past.
11 years ago
Elliott Sales de Andrade
b7ce44f305
Move the grouper plugin into meta module.
12 years ago
Elliott Sales de Andrade
d3a19b4817
Move the sorter plugin into the meta module.
12 years ago
Elliott Sales de Andrade
6396d44b29
Move the tagger plugin into the meta module.
12 years ago
Elliott Sales de Andrade
0e807a41da
Move paginator plugin into structure module.
12 years ago
Elliott Sales de Andrade
b173aea45b
Move combine plugin into the structure module.
12 years ago
Elliott Sales de Andrade
c0e912b9b5
Rename folders module to structure.
12 years ago
Elliott Sales de Andrade
3cc29f9fad
Move the AutoExtend plugin into the meta module.
12 years ago
Elliott Sales de Andrade
6ccff655b8
Combine text processing plugins into a text module.
* blockdown
* markings
* syntext
* textlinks
12 years ago
Elliott Sales de Andrade
0b5eef9ead
Move JPEGOptim and OptiPNG plugins into the images module.
12 years ago
Elliott Sales de Andrade
c089c12278
Stylus is also a CSS plugin.
12 years ago
Elliott Sales de Andrade
3f86282544
Change some plugin module names to be a bit more generic.
* less -> css
* git -> vcs
* uglify -> js
12 years ago
Lakshmi Vyasarajan
c665972728
Fix requirejs plugin to use the new deps
11 years ago
Ilker Cetinkaya
6c6a766415
adding requirejs plugin integration tests.
12 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
Paul Bonser
8a8bbbfe37
Just use _transform instead of transform
13 years ago
Paul Bonser
e6028a4c07
Break test to reveal bug, tag named transform explodes Expando
13 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
e68eaf3880
Upgrade dependencies and setup for 0.8.5.
- Upgrade and fix versions for dependencies
- Use the typogrify package on pypi
- Fix tests that break because of the upgrades
- Bump version
11 years ago
Lakshmi Vyasarajan
5e49e75c23
Issue #126 : (BREAKING)- Folderflattener now updates node url and deploy path properties
13 years ago
Lakshmi Vyasarajan
eec16a112e
Issue #121 : Added simple_copy feature for deploying unprocessable files
13 years ago
Lakshmi Vyasarajan
e9193445af
Added more tests for multiple and path based matches for simple copy
13 years ago
Lakshmi Vyasarajan
8ece64f818
Added simple copy basic feature
13 years ago
Lakshmi Vyasarajan
a69f1603b9
Issue #112 : Plugins now support inclusion filters.
- `include_file_patterns` property accepts globs to filter by file name.
- `include_paths` accepts paths relative to content.
- `begin_node` and `node_complete` honor `include_paths`
- `begin_text_resource`, `text_resource_complete`, `begin_binary_resource`
and `binary_resource_complete` honor both.
13 years ago
Lakshmi Vyasarajan
08bb122b5b
Issue #111 : Added an optional sorting parameter
13 years ago
Lakshmi Vyasarajan
2b9409543e
Issue 110: Modified combined plugin to process during begin_text_resource
13 years ago
Lakshmi Vyasarajan
45897f3095
Issue #108 : Modified combined plugin to support relative paths and recursion.
13 years ago
Lakshmi Vyasarajan
68597ca925
Issue #103 : Added safe parameter to url functions
13 years ago
Lakshmi Vyasarajan
421ba7c874
Issue #69 : Added styles for codebox
13 years ago
Lakshmi Vyasarajan
ec011bfda6
Issue #77 : Tagger now generates archives upfront in begin_site
* Archives are generated in begin_site to honour meta data
* Archives are first class resources
* Archive configuration now accepts an additional meta parameter
* The default nodemeta property now points to meta.yaml
13 years ago
Lakshmi Vyasarajan
2e866d0a37
Issue #82 : Added sourcecode directive to restructured text
13 years ago
Lakshmi Vyasarajan
82a521f45f
Issue #82 : Added test for markdown code highlight extension
13 years ago
Lakshmi Vyasarajan
e4963b1c78
Issue #80 : Added ability to ignore nodes as well
* Ignores .hg, .svn, .git by default
* Additional nodes can be ignored by adding to site.config.ignore
13 years ago
Lakshmi Vyasarajan
62da52adc6
Issue #86 : Bug Fix: Ensure that context providers can exist without context data
13 years ago
Lakshmi Vyasarajan
b39464ac63
Issue #100 : Minor fixes to the nice /Users/lakshmivyas/.environments/hyde/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin based exec discovery by @nud
13 years ago