Lakshmi
ecf510b139
Merge pull request #287 from jonafato/use-setuptools
Use setuptools directly
9 years ago
Jon Banafato
fd9ac1f9e6
Update commando and fswrap dependencies
The current versions of commando and fswrap have been updated to use
setuptools. This change updates these dependencies to remove the usage
of distribute all the way down.
9 years ago
Jon Banafato
b050f51374
Use setuptools directly
Distribute is deprecated; setuptools is now the recommended
packaging library.
Fixes #253 , fixes #286
9 years ago
Jordi Llonch
cba683f403
Merge pull request #284 from hyde/revert-280-dedupe-deps
Revert "Dedupe deps"
9 years ago
Jordi Llonch
cc3e39b090
Revert "Dedupe deps"
9 years ago
Jordi Llonch
2a10f0ce42
Merge pull request #280 from moggers87/dedupe-deps
Dedupe deps
9 years ago
Matt Molyneaux
5c0151cf11
Update `requirements.txt` and `dev-req.txt`
We probably don't want an editable install normally, but we will for
development.
9 years ago
Matt Molyneaux
0d9a763ebb
Don't duplicate requires in both `requirements.txt` and `setup.py`
9 years ago
Jordi Llonch
44eff0ff8a
Merge pull request #283 from hyde/feature/flake-integration
flake8 in integration
9 years ago
Jordi Llonch
ac1646815c
fixed flake executable
9 years ago
Jordi Llonch
2f4bef5970
Added flake into integration test
9 years ago
Jordi Llonch
e4cb7505da
Added flake8 as development dependency
9 years ago
Jordi Llonch
089cf7af9d
pep8
9 years ago
Jordi Llonch
8b8581d6e0
Merge pull request #274 from hyde/feature/update-tests
updated unittests
9 years ago
Jordi Llonch
70bf2a076f
fixed test_depends on linux
9 years ago
Jordi Llonch
d53cf4d996
resource compare implementation
9 years ago
Jordi Llonch
39ba170ff7
Added travis-ci badge
9 years ago
Jordi Llonch
a3e9ee83ff
Removed AUTHORS.rst in favor of github contributors page
9 years ago
Jordi Llonch
b84bcf10b1
merged .gitignore with github defaults
9 years ago
Jordi Llonch
8f5ca8c2df
Added deprecation warning for h
9 years ago
Jordi Llonch
b53b768bc8
Merge branch 'feature/update-tests' of github.com:hyde/hyde into feature/update-tests
9 years ago
Jordi Llonch
4951f5e5db
Reverted lessc to JS version
9 years ago
Jordi Llonch
5ff20b352c
updated unittests
9 years ago
Jordi Llonch
881e2b7994
travis.yml to work with ubuntu precise worker
9 years ago
Jordi Llonch
6d9d9306f8
fix travis issue downloading uglify-js@2.4.23
9 years ago
Jordi Llonch
5a9893c562
set ubuntu 12 dependencies for Pillow
9 years ago
Jordi Llonch
cccb891f7c
removed nodejs-legacy
9 years ago
Jordi Llonch
ef93ed7e8a
fix .travis.yml to update pkg list and moved lessc from ruby to js
9 years ago
Jordi Llonch
2ca06e4672
Reverted lessc to JS version
9 years ago
Jordi Llonch
fc759e2ec4
Merge pull request #273 from hyde/feature/update-dependencies
update dependencies
9 years ago
Lakshmi
3eec230c28
Merge pull request #275 from hyde/feature/travis-ci-integration
Initial support for Travis-CI
9 years ago
Jordi Llonch
f4baf7b1a9
Initial support for Travis-CI
9 years ago
Jordi Llonch
d0c67f92c0
updated unittests
9 years ago
Jordi Llonch
69bff59e3a
update dependencies
9 years ago
Jordi Llonch
0e84087103
Merge pull request #263 from ftao/sphinx-improve
fix sphinx plugin typo bug
9 years ago
Tao Fei
6f88a6f322
fix sphinx plugin bug
10 years ago
Lakshmi Vyasarajan
b29ba60b2b
Version 0.8.8
11 years ago
Samuel Hym
8fb22827e1
Correct examples in comment
The correct field name is attr not atts
11 years ago
Samuel Hym
aebeef9a83
Correct a few typos in comments
11 years ago
Samuel Hym
bb9f39d8e6
Correct help message for gen -r
11 years ago
Guillaume Subiron
3c357a3994
Make username optionnal in ssh publisher configuration.
11 years ago
Merlin
5b4c14b7f7
Refresh the starter template.
* Conform to changes from the newest Hyde version.
* Clean up Markdown and add explanations.
* Increase font sizes.
* Remove HTML5 shiv and hgroup element (deprecated).
* Other minor improvements.
11 years ago
Simon Warta
c72583a2cf
Add proper HTML white-space between attributes when menu entry is selected.
11 years ago
Lakshmi Vyasarajan
a35daf4477
Upgrade dependencies (fswrap, jinja2, smartypants).
* Bugfix: Fix smartypants to 1.7.x to avoid the breaking
changes in 1.8. (Issue #229 )
* Bugfix: Upgrade Jinja to 2.7.1 - this fixes
mitsuhiko/jinja2#243 .
11 years ago
Lakshmi Vyasarajan
696adac061
Version 0.8.7
11 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
6e5276c99c
Fix subfolders for root paths on windows. (Issue #167 ).
- Ensure that subfolders for `layout_root`, `content_root`,
`media_root` and `deploy_root` works reliably
on windows. Use `fully_expanded_path` for all path components.
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
979ad3af8b
Provide more informative exceptions. (Issue #204 ).
* Better exception handling. (Issue #204 )
- Hyde now propagates exceptions
- Hyde does not raise exceptions by default. `-x` flag is required
for raising exceptions on error.
- Traceback is available in the `verbose` mode
* Upgraded to commando 0.3.4
* Upgraded to Jinja 2.7
11 years ago
Lakshmi Vyasarajan
18f2e1d521
Make sorter's prev/next links circular. (Issue #208 )
11 years ago