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
Lakshmi Vyasarajan
4d5a7b3bc5
Issue #97 : Fixed the class name
13 years ago
Lakshmi Vyasarajan
0c7fafe07c
Fixed tests for urlencoding content_url and media_url, Issue #88
13 years ago
Lakshmi Vyasarajan
97a1b01203
Issue #102 : Added urlencode and urldecode filter.
13 years ago
Lakshmi Vyasarajan
f0fdab3b42
Added group sort test
13 years ago
Steve Frécinaux
d31b4393cb
Update tests to use $PATH.
13 years ago
Grygoriy Fuchedzhy
dd5b25d1f2
all regular strings replaced with unicode ones
13 years ago
Lakshmi Vyasarajan
3bbcc351c3
Added ssp test files
13 years ago
Lakshmi Vyasarajan
15675d531f
Issue #78 , Issue #79 : Added ability to import plugins from site path
13 years ago
Lakshmi Vyasarajan
ce414ee8ea
Issue #76:Fixed failing Asciidoc test
13 years ago
Lakshmi Vyas
8f9876cb9e
Fixed uglifyjs tests
13 years ago
Tony Cheneau
5be1be7620
Add support for Asciidoc blocks
13 years ago
Gareth Redman
80fd3adeaa
Fix dependant resources.
Attach all post resources to all page resources. Now `hyde gen' works. Also
fix up a couple of the unit tests.
13 years ago
Gareth Redman
716dc64fa5
Paginator plugin.
Configured in a resource's metadata, creates copies of that resource, each of
which will receive its own `page' containing a distinct list of `posts'.
13 years ago
Benoit Allard
1acf11b05c
Jinja: Add basic support for restructuredText formatting
13 years ago
Ryan Kelly
43e36de336
SphinxPlugin: run sphinx-build directly against content dir
13 years ago
Lakshmi Vyasarajan
7bf887c5bc
Added template test for tag metadata. (Issue #53 )
13 years ago
Lakshmi Vyasarajan
85dcef7e09
Added metadata support for tags (Issue: #53 )
13 years ago
Lakshmi Vyasarajan
73302caafc
Added failing test for adding metadata to tags. (Issue #53 )
13 years ago
Lakshmi Vyasarajan
dd8fae1cbc
Ensured providers work in the same way as context data and metadata (Issue #29 )
13 years ago
Lakshmi Vyasarajan
65828484a4
`hyde serve` now picks up changes in config data automatically. (Issue #24 )
13 years ago
Lakshmi Vyasarajan
c01da9d0a4
* Bug Fix: `hyde create` only fails when `content`, `layout` or `site.yaml`
is present in the target directory. (Issue #21 )
* Bug Fix: Exceptions are now handled with `ArgumentParser.error`.
(Issue #21 )
13 years ago
Lakshmi Vyasarajan
2db79bb55c
Issue 18: Sorter now excludes items that do not have sorting attributes
13 years ago
Lakshmi Vyasarajan
0e6fc93a27
Issue #18 : Added failing test
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
5fa1ded595
Issue #55 : Added tests to reproduce the raw tag issue in vain
13 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
3171a53676
Fixed combine test. Fixed stylus so that the include option is recognized
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