aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move optional filter documentation into filters sectionLibravatar Dirkjan Ochtman2020-06-302-25/+26
|
* Add CI to build bookLibravatar Dirkjan Ochtman2020-06-301-0/+19
|
* Add myself as an authorLibravatar Dirkjan Ochtman2020-06-291-1/+1
|
* Initial Askama Book (#332)Libravatar cetra32020-06-2911-0/+1018
|
* Remove redundant cloneLibravatar Dirkjan Ochtman2020-06-241-1/+1
|
* Reorder parser type definitionsLibravatar Dirkjan Ochtman2020-06-031-46/+46
|
* Revert whitespace matching to old macro behaviorLibravatar Dirkjan Ochtman2020-06-031-6/+8
|
* Strip 0 or more instead of 1 whitespace character (fixes #337)Libravatar Dirkjan Ochtman2020-06-031-2/+2
|
* Allow block definitions in if/for/match blocks (fixes #335)Libravatar Dirkjan Ochtman2020-06-032-9/+14
|
* Refactor code for finding nested blocksLibravatar Dirkjan Ochtman2020-06-031-32/+27
|
* Tweak example in READMELibravatar Dirkjan Ochtman2020-05-271-3/+1
|
* Update `EscapeWriter` HTML implementation to not output empty stringsLibravatar Ciprian Dorin Craciun2020-05-241-1/+5
|
* Cast empty arrays to slice to get around clippyLibravatar Dirkjan Ochtman2020-05-211-3/+2
|
* Allow clippy reversed-empty-ranges for nowLibravatar Dirkjan Ochtman2020-05-211-0/+1
| | | | Pending https://github.com/rust-lang/rust-clippy/issues/5628.
* Fix warp CI job to use stable RustLibravatar Dirkjan Ochtman2020-05-211-1/+1
|
* Update example links for web framework integrationsLibravatar Nils2020-05-211-5/+5
|
* Remove now unused match armsLibravatar Dirkjan Ochtman2020-05-171-2/+0
|
* Properly annotate non-exhaustive enumLibravatar Dirkjan Ochtman2020-05-171-6/+1
|
* Add info about struct-like enum matches to main crate docsLibravatar Johannes Löthberg2020-05-171-0/+5
| | | | Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
* Fix wrong num_traits cfg feature in askama_sharedLibravatar Jerome Gravel-Niquet2020-04-251-8/+8
|
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2020-04-231-4/+1
|
* Fix clippy suggestionLibravatar Dirkjan Ochtman2020-04-231-1/+1
|
* Set publish = false on testing crateLibravatar Dirkjan Ochtman2020-04-231-0/+1
|
* Fix taking references of function arguments (fixes #311)Libravatar Dirkjan Ochtman2020-04-232-6/+30
|
* fix: make filesizeformat work with all types that implement ↵Libravatar Zachary Kohnen2020-03-311-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | humansize::FileSize (#307) * fix: make filesizeformat work with all types that implement humanzie::FileSize Enabled dynamic dispatch on the filesizeformat filter as to allow for numbers other than usize to work * fix: remove dynamic dispatch dynamic dyspatch would not work since file_size takes a generic. Instead we use a generic function with type B being any type that implements FileSize. * fix: add AsRef to allow for references to be passed as well as owned values * fix: move AsRef into a generic as to allow for owned values * fix: move to borrow from asref as it is implemented by primitives * format: fix import ordering * fix: remove borrow for it was useless * fix: add borrow to input value * refactor: remove unused imports
* fix urlencode bug, do not encode a fixed size of character exceptionsLibravatar João Oliveira2020-03-311-6/+35
|
* add urlencode filterLibravatar João Oliveira2020-03-303-4/+25
|
* Fixed clippy warningsLibravatar Nathan Lapel2020-03-181-0/+2
|
* Use _visit_args in var/path callsLibravatar Nathan Lapel2020-03-182-18/+11
|
* Support function callsLibravatar Nathan Lapel2020-03-183-9/+133
|
* Mention warp as an available integrationLibravatar Dirkjan Ochtman2020-02-241-1/+1
|
* Import warp with no default featuresLibravatar Paolo Barbolini2020-02-241-1/+1
|
* Fix askama_shared clippy warningLibravatar Paolo Barbolini2020-02-241-6/+7
|
* Adapt to new warnings and formattingLibravatar Dirkjan Ochtman2020-02-085-11/+4
|
* add 2 more testLibravatar D.Loh2020-02-071-0/+3
|
* add unit test, and do not truncate when len equalLibravatar D.Loh2020-02-071-1/+23
|
* eliminate panic on len not lie on boundaryLibravatar D.Loh2020-02-071-1/+5
| | | check boundary, add truncate len per 1 as needed till checking pass
* Generalize hashmap parameter as suggested by clippyLibravatar Dirkjan Ochtman2020-01-291-8/+8
|
* Move code generation into askama_sharedLibravatar Dirkjan Ochtman2020-01-296-156/+188
|
* Move input module into askama_sharedLibravatar Dirkjan Ochtman2020-01-295-4/+6
|
* Move parser into askama_sharedLibravatar Dirkjan Ochtman2020-01-296-16/+11
|
* Add support for warpLibravatar Bjørn Madsen2020-01-2911-1/+106
|
* Update gotham requirement from 0.3 to 0.4Libravatar dependabot-preview[bot]2020-01-291-1/+1
| | | | | | | Updates the requirements on [gotham](https://github.com/gotham-rs/gotham) to permit the latest version. - [Release notes](https://github.com/gotham-rs/gotham/releases) - [Commits](https://github.com/gotham-rs/gotham/compare/gotham-0.3.0...gotham-0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Capitalize test job namesLibravatar Dirkjan Ochtman2020-01-291-2/+2
|
* Error::description() will be deprecated soonLibravatar Dirkjan Ochtman2020-01-291-12/+2
|
* Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman2020-01-2911-28/+37
|
* Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman2020-01-2910-38/+65
|
* Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman2020-01-2910-31/+44
|
* Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman2020-01-2910-86/+111
|
* Disable Gotham's default featuresLibravatar Dirkjan Ochtman2020-01-272-2/+2
|