Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.xtemplate: Use same argument order in filters even without 'args' | Kim Alvefur | 2024-10-16 | 1 | -5/+1 |
| | | | | | | | | | This removes the different argument order used between '{x|foo}' and '{x|foo(y)}' because the differing order was awkward and confusing. This util does not seem to be widely used so should not be problematic to change this part. The only known use is in mod_pubsub, which does not use the filter function feature. | ||||
* | util.xtemplate: Fix error on applying each() to zero stanzas | Kim Alvefur | 2024-07-11 | 1 | -1/+2 |
| | |||||
* | util.xtemplate: Adopt {-path-} syntax to strip preceding and/or trailing ↵ | Kim Alvefur | 2023-12-09 | 1 | -4/+12 |
| | | | | | | whitespace Seen in some other template languages | ||||
* | util: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 1 | -1/+1 |
| | |||||
* | util.xtemplate: Yet another string template library | Kim Alvefur | 2022-01-24 | 1 | -0/+86 |
This one takes a stanza as input Roughly based on util.interpolation |