Lakshmi Narasimhan
|
2448c5aea1
|
Fix imports to reflect `tests` folder not being a python package.
|
9 years ago |
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
|
10 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.
|
12 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
|
f0fdab3b42
|
Added group sort test
|
13 years ago |
Lakshmi Vyasarajan
|
899228add7
|
Added a failing test
|
14 years ago |
Lakshmi Vyasarajan
|
5598285c8d
|
Added failing test for plugin chaining
|
14 years ago |
Lakshmi Vyasarajan
|
d529e7e2b5
|
Fixed begin test resource test
|
14 years ago |
Lakshmi Vyasarajan
|
ab854e91de
|
Performance and logging fixes
|
14 years ago |
Lakshmi Vyasarajan
|
5d5c72fddf
|
Reset the plugin lifecycle to always generate everything during the first run
|
14 years ago |
Lakshmi Vyasarajan
|
dc6b0e6bb3
|
Added auto extend plugin
|
14 years ago |
Lakshmi Vyasarajan
|
0535ccc060
|
Added blockdown plugin
|
14 years ago |
Lakshmi Vyasarajan
|
db2879035e
|
Added plugin lifecycle hooks and tests. Moved media into the content folder
|
14 years ago |