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
|
18f2e1d521
|
Make sorter's prev/next links circular. (Issue #208)
|
11 years ago |
Lakshmi Vyasarajan
|
0019e1821e
|
Retrofit merged plugins.
Merge the huge plugin structural refactoring and retrofit changes
from the past.
|
12 years ago |
Elliott Sales de Andrade
|
d3a19b4817
|
Move the sorter plugin into the meta module.
|
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.
|
12 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
|
9a7da0e8fa
|
Made sorting tests predictable without changing the behavior of sorter plugin
|
14 years ago |
Vincent Bernat
|
cc09d99a4e
|
Make sorting more predictable.
Always first sort by name then by any attributes you want. Otherwise,
tests may fail.
|
14 years ago |
Lakshmi Vyasarajan
|
0a9d66377c
|
Splitting grouping and linking into their own plugins
|
14 years ago |
Lakshmi Vyasarajan
|
849b816de5
|
Adding grouping prototype
|
14 years ago |
Lakshmi Vyasarajan
|
005da79c4e
|
Added text links
|
14 years ago |
Lakshmi Vyasarajan
|
dfe5fbbd75
|
Minor fixes to server and sorter
|
14 years ago |
Lakshmi Vyasarajan
|
f54f0bfe8d
|
Added support for sorting with multiple attributes
|
14 years ago |
Lakshmi Vyasarajan
|
0abeaf7763
|
Added tests for prev / next reversed
|
14 years ago |
Lakshmi Vyasarajan
|
f70b1b3495
|
Ensured the is_processable is always accounted for when sorting
|
14 years ago |
Lakshmi Vyasarajan
|
f33754169f
|
Added next prev support to sorter
|
14 years ago |
Lakshmi Vyasarajan
|
27bb87d233
|
added sorter plugin
|
14 years ago |