index
:
pgeu-system.git
master
PostgreSQL Europe Conference and Membership management system.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
deploystatic
/
deploystatic.py
Age
Commit message (
Expand
)
Author
2024-12-13
Use markupsafe.Markup instead of jinja2.Markup
Magnus Hagander
2024-11-12
Handle jinja2 renamed context decorators
Magnus Hagander
2024-06-06
Accept paypal code T0700 as a payment
Magnus Hagander
2023-11-14
Add a social_links filter to deploystatic
Magnus Hagander
2023-10-18
Handle non-existant yaml module nicer in deploystatic
Magnus Hagander
2023-08-25
Support YAML as well as JSON for context files
Magnus Hagander
2023-01-15
Inform user that destpath content will be erased in help message
Georgios Kokolatos
2023-01-15
Improve help message of deploystatic
Georgios Kokolatos
2023-01-15
Protect against erasing a version controlled directory
Georgios Kokolatos
2022-07-15
Rename instances of variables "l"
Magnus Hagander
2021-01-21
Don't crash deploystatic when there is no identifiable git revision
Magnus Hagander
2020-07-10
Fix .deploystaticmap
Vik Fearing
2020-02-09
Look for context.override.d in the source not the current dir
Magnus Hagander
2020-02-09
Replace context.override.json with a directory context.override.d
Magnus Hagander
2020-01-08
Style and minor fixes pointed out by newer version of pep8
Magnus Hagander
2019-10-31
Extend jinja sandbox modifications into deploystatic.py
Magnus Hagander
2019-10-24
Hard-code utf8 as template output encoding
Magnus Hagander
2019-10-23
Nicer error message when jinja syntax goes wrong in deploystatic
Magnus Hagander
2019-10-23
Fix a number of py3 issues in deploystatic
Magnus Hagander
2019-10-23
Convert deploystatic to python 3
Magnus Hagander
2019-10-23
Don't remove multi-level empty directories in deploystatic
Magnus Hagander
2019-08-07
Default groupby_sort order to 0 instead of None
Magnus Hagander
2018-12-15
Replace usage of has_key()
Magnus Hagander
2018-12-14
not x in y --> x not in y
Magnus Hagander
2018-12-14
Avoid multi-statement rows
Magnus Hagander
2018-12-14
Fix blankline related warnings
Magnus Hagander
2018-12-14
Fix spaces before/after comma and colon
Magnus Hagander
2018-12-14
Fix spacing around operators
Magnus Hagander
2018-12-14
Replace tabs with spaces
Magnus Hagander
2018-09-23
Implement better way to handle deploystatic branch tips
Magnus Hagander
2018-09-23
Add deploystatic commandline argument to provide githash
Magnus Hagander
2017-12-30
Exclude pages in subdirectories for non-page templates
Magnus Hagander
2017-12-30
Fix recursive removal for non-page templates
Magnus Hagander
2017-12-30
Add support for filename mapping to deploystatic
Magnus Hagander
2017-12-30
Add support for subdirectories in deploystatic
Magnus Hagander
2017-12-30
Teach deploystatic to remove directories in the destination
Magnus Hagander
2017-12-29
Fix githash setting for deploystatic:ed templates
Magnus Hagander
2017-10-16
Deploystatic needs to include static in template deploy mode
Magnus Hagander
2017-08-15
Don't strip the templates/ prefix of target directory
Magnus Hagander
2017-08-15
Add function for deploystatic to just deploy jinja templates
Magnus Hagander
2017-04-27
Fix typos
Daniel Gustafsson
2017-02-18
Add markdown support to deploystatic.py
Magnus Hagander
2017-01-23
Add datetimeformat and slugify filters
Magnus Hagander
2017-01-23
Add support for static deployment directly from a git branch
Magnus Hagander
2017-01-21
Fix tyops
Daniel Gustafsson
2017-01-20
Implement jinja2 based templating for confreg
Magnus Hagander