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
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
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
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
68597ca925
Issue #103 : Added safe parameter to url functions
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
0c7fafe07c
Fixed tests for urlencoding content_url and media_url, Issue #88
13 years ago
Lakshmi Vyasarajan
a43583b1fa
Issue #51 : Fixed site.full_url for media paths
13 years ago
Lakshmi Vyasarajan
739bc3b48a
Issue #51 : Added failing test for full_url method for media files
13 years ago
Lakshmi Vyasarajan
71d78d8ce1
Issue #51 : Added failing test for full_url method for media files
13 years ago
Lakshmi Vyasarajan
cf7091c52d
Addded test for config ignore option
14 years ago
Lakshmi Vyasarajan
f469a134a3
Fixed code and tests to make sure the content_url and media_url functions delegate to the site object
14 years ago
Lakshmi Vyasarajan
ed92dc3925
Added flattener plugin
14 years ago
Lakshmi Vyasarajan
dfe5fbbd75
Minor fixes to server and sorter
14 years ago
Lakshmi Vyasarajan
27bb87d233
added sorter plugin
14 years ago
Lakshmi Vyasarajan
b8398571b7
Bug fixes to allow for listing and sorting
14 years ago
Lakshmi Vyasarajan
c526f4fab4
Added support getting resources by their deploy path
14 years ago
Lakshmi Vyasarajan
47fb28de27
Added url and full url properties
14 years ago
Lakshmi Vyasarajan
3ff724f2ae
Added less support.
14 years ago
Lakshmi Vyasarajan
713a00d909
Added hierarchical metadata plugin
14 years ago
Lakshmi Vyasarajan
db2879035e
Added plugin lifecycle hooks and tests. Moved media into the content folder
14 years ago
Lakshmi Vyasarajan
1ebfa7ba09
Plugin protocol added
14 years ago
Lakshmi Vyasarajan
d7c9e772a0
Refactored generator
14 years ago
Lakshmi Vyasarajan
9cdd3b7a1b
Generation first pass complete
14 years ago
Lakshmi Vyasarajan
98bbdc694f
Added configuration support to hyde
14 years ago
Lakshmi Vyasarajan
eac4f1c0d2
Site building is functional
14 years ago