summaryrefslogtreecommitdiff
path: root/tools/deploystatic/deploystatic.py
AgeCommit message (Expand)Author
2024-12-13Use markupsafe.Markup instead of jinja2.MarkupMagnus Hagander
2024-11-12Handle jinja2 renamed context decoratorsMagnus Hagander
2024-06-06Accept paypal code T0700 as a paymentMagnus Hagander
2023-11-14Add a social_links filter to deploystaticMagnus Hagander
2023-10-18Handle non-existant yaml module nicer in deploystaticMagnus Hagander
2023-08-25Support YAML as well as JSON for context filesMagnus Hagander
2023-01-15Inform user that destpath content will be erased in help messageGeorgios Kokolatos
2023-01-15Improve help message of deploystaticGeorgios Kokolatos
2023-01-15Protect against erasing a version controlled directoryGeorgios Kokolatos
2022-07-15Rename instances of variables "l"Magnus Hagander
2021-01-21Don't crash deploystatic when there is no identifiable git revisionMagnus Hagander
2020-07-10Fix .deploystaticmapVik Fearing
2020-02-09Look for context.override.d in the source not the current dirMagnus Hagander
2020-02-09Replace context.override.json with a directory context.override.dMagnus Hagander
2020-01-08Style and minor fixes pointed out by newer version of pep8Magnus Hagander
2019-10-31Extend jinja sandbox modifications into deploystatic.pyMagnus Hagander
2019-10-24Hard-code utf8 as template output encodingMagnus Hagander
2019-10-23Nicer error message when jinja syntax goes wrong in deploystaticMagnus Hagander
2019-10-23Fix a number of py3 issues in deploystaticMagnus Hagander
2019-10-23Convert deploystatic to python 3Magnus Hagander
2019-10-23Don't remove multi-level empty directories in deploystaticMagnus Hagander
2019-08-07Default groupby_sort order to 0 instead of NoneMagnus Hagander
2018-12-15Replace usage of has_key()Magnus Hagander
2018-12-14not x in y --> x not in yMagnus Hagander
2018-12-14Avoid multi-statement rowsMagnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spaces before/after comma and colonMagnus Hagander
2018-12-14Fix spacing around operatorsMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2018-09-23Implement better way to handle deploystatic branch tipsMagnus Hagander
2018-09-23Add deploystatic commandline argument to provide githashMagnus Hagander
2017-12-30Exclude pages in subdirectories for non-page templatesMagnus Hagander
2017-12-30Fix recursive removal for non-page templatesMagnus Hagander
2017-12-30Add support for filename mapping to deploystaticMagnus Hagander
2017-12-30Add support for subdirectories in deploystaticMagnus Hagander
2017-12-30Teach deploystatic to remove directories in the destinationMagnus Hagander
2017-12-29Fix githash setting for deploystatic:ed templatesMagnus Hagander
2017-10-16Deploystatic needs to include static in template deploy modeMagnus Hagander
2017-08-15Don't strip the templates/ prefix of target directoryMagnus Hagander
2017-08-15Add function for deploystatic to just deploy jinja templatesMagnus Hagander
2017-04-27Fix typosDaniel Gustafsson
2017-02-18Add markdown support to deploystatic.pyMagnus Hagander
2017-01-23Add datetimeformat and slugify filtersMagnus Hagander
2017-01-23Add support for static deployment directly from a git branchMagnus Hagander
2017-01-21Fix tyopsDaniel Gustafsson
2017-01-20Implement jinja2 based templating for confregMagnus Hagander