Sven-Hendrik Haase
e9b47dae59
Remove implicit dependency on openssl-sys ( #1001 ) ( #1005 )
2020-04-27 09:49:05 +02:00
Vincent Prouillet
56e25132a9
Update deps + fix some misleading doc
2020-04-12 17:21:04 +02:00
Vincent Prouillet
457996046c
Update deps and changelog
2020-03-12 18:44:31 +01:00
Vincent Prouillet
15a3ab1a51
One last deps update
2020-02-16 19:17:41 +01:00
Sam Ford
d7bad732f1
Update reqwest to v0.10 ( #892 )
2020-02-02 17:48:43 -08:00
Sam Ford
11f7a6d114
Mock HTTP requests in tests ( #898 )
...
Certain tests involving HTTP requests were sometimes hanging
indefinitely, so this uses Mockito for HTTP mocking. This seemingly
resolves the issue and makes these tests more reliable.
The existing can_fail_404_links test has been renamed to
can_fail_unresolved_links, to represent what actually occurs in the
test. The can_fail_404_links test now deals with a proper 404
response.
Just to be clear, the check_site test in the site component will
still create outgoing HTTP requests (due to the URLs used in the
test_site), so this commit only uses HTTP mocking where possible.
2020-02-02 17:48:43 -08:00
Sam Ford
e804f907b2
Use Rust 2018 edition ( #885 )
2020-02-02 17:48:43 -08:00
Vincent Prouillet
8e3f1f59f6
Update Tera
2020-02-02 17:48:43 -08:00
Vincent Prouillet
d624f7ec8b
Update base64
2020-02-02 17:45:16 -08:00
Vincent Prouillet
243702e2c2
Update tera
2020-02-02 17:45:16 -08:00
Marcus Klaas de Vries
4fd5d3f348
Bump pulldown_cmark to version 0.6.0 ( #797 )
...
* Bump pulldown_cmark to version 0.6.0
* Rename headers to headings
2019-09-06 23:36:30 +02:00
Vincent Prouillet
e74dab535d
Update deps & re-render on anchor-link.html changes
...
Closes #719
2019-08-08 00:37:38 +02:00
Vincent Prouillet
df720a5baf
Update deps
2019-06-21 09:24:14 +02:00
Vincent Prouillet
debb1529ce
Merge branch 'next' of github.com:getzola/zola into next
2019-05-30 20:08:51 +02:00
Stuart Small
12d2576fba
Fix for #632 - add ability to get asset image dimensions ( #670 )
2019-05-30 20:06:24 +02:00
Vincent Prouillet
fae644cffe
Update pulldown_cmark
...
Close #693
2019-05-29 20:33:36 +02:00
Vincent Prouillet
1e2dd9ce03
Update tera to v1 alpha
2019-01-23 19:20:43 +01:00
Vincent Prouillet
5caf24f06c
Remove error-chain
...
Closes #576
2019-01-17 14:31:47 +01:00
Vincent Prouillet
56af4ca7f9
Add page_template to sections
...
To override all child pages
Closes #397
Tests from PR #434
2018-11-07 19:42:23 +01:00
Vincent Prouillet
d524482ac1
Cargo update & some doc tweak
2018-10-30 15:07:23 +01:00
Jake Howard
aad12d829f
Remote data ( #494 )
2018-10-29 20:13:09 +01:00
Luke Frisken
1baa7750f3
CSV and TOML loading global functions ( #379 )
...
Local CSV/TOML/JSON loading Tera function
2018-10-18 17:32:30 +02:00
Vincent Prouillet
cdcebaea26
Cleanup of slotmap impl
...
Fix #205
2018-10-05 19:46:04 +02:00
Vincent Prouillet
396d237673
Use Tera render_with_borrowed
2018-10-05 15:03:22 +02:00
Vincent Prouillet
10aba20fe5
Slotmap refactor
2018-10-03 16:29:29 +02:00
Vojtech Kral
6662014e55
Add image resizing support #225
2018-06-25 18:05:04 +02:00
Vincent Prouillet
bcf42a0c10
The wonders of serde default, take 2
2018-03-20 18:42:42 +01:00
Vincent Prouillet
45fc1ee761
Release 0.3.1
2018-02-15 10:41:49 +01:00
Vincent Prouillet
11bfd7b2be
Tera 0.11 has been released
2018-01-22 15:10:03 +01:00
Vincent Prouillet
bfdc93f948
Cargo update
2017-12-29 19:51:22 +01:00
Vincent Prouillet
129e693521
Add default templates
2017-11-27 18:09:09 +01:00
Vincent Prouillet
cfefb45913
Update to Tera 0.11 beta
2017-11-26 10:07:34 +01:00
Vincent Prouillet
322d2f30fb
Add get_taxonomy_url global_fn
...
And fix bug with taxonomies urls
2017-11-26 10:07:34 +01:00
Vincent Prouillet
97d5561569
Next version will be 0.2.0
2017-10-03 20:50:34 +09:00
Vincent Prouillet
fc63765ee1
Add a get_static_url global fn
...
Fix #108
2017-08-07 20:38:14 +09:00
Vincent Prouillet
c3b525745e
Convert project to a workspace
2017-07-01 16:47:41 +09:00