]> git.ipfire.org Git - thirdparty/python-drafthorse.git/shortlog
thirdparty/python-drafthorse.git
2022-08-03  Raphael MichelRun black 2 5/head
2022-08-03  Raphael MichelAdd GitHub Actions
2022-08-03  Raphael MichelRun black and isort
2022-08-03  Raphael MichelIncorporate more data model changes
2022-08-03  Raphael MichelFix PDF embedding
2022-08-03  Raphael MichelAdd instructions on how to validate with Mustang
2022-08-03  Raphael MichelMake samples in README work
2022-08-03  Raphael MichelAdjust for new PyPDF version
2022-08-03  Raphael MichelDeclare internal attributes as internal and prevent...
2022-08-03  Raphael MichelFix imports
2022-08-03  Raphael MichelRemove unused imports
2022-08-03  Raphael MichelFix incorrect import in tests
2022-08-03  Raphael MichelFix usage of CurrencyField vs DecimalField
2022-07-19  Ben DangelmayrUpdated xmp files to zugferd2.2 requirements
2022-07-19  Ben DangelmayrField correction and updated pdf.py to zugferd2.2
2022-07-05  Ben DangelmayrCorrected field properties
2022-06-03  Ben DangelmayrAdded minimum and basic-wl schema,tests completing
2022-06-03  Ben DangelmayrAll tests passing for zugferd2.2, code style
2022-05-31  Raphael MichelKeep empty fields in parse/generate roundtrip
2022-05-31  Ben DangelmayrAdded new fields, added XRECHNUNG samples
2022-05-18  Raphael MichelAdd diff output to test_roundtip
2022-05-18  Raphael MichelAllow to disable validation
2022-05-18  Ben Dangelmayrzugferd v2.2 partial update
2020-11-30  Raphael MichelFix more tests
2020-11-30  Raphael Michelbasic passing
2020-11-30  Raphael MichelClose to first tests passing
2020-11-30  Raphael MichelValidate against new schema
2020-11-30  Raphael MichelCommit non working tests
2020-11-30  Raphael MichelFirst version 2 changes
2018-12-12  Raphael MichelMore linting issues
2018-12-12  Raphael MichelFix code style issues
2018-12-12  Raphael MichelBump version to 1.1.1 1.1.1
2018-12-12  Raphael MichelFix validation errors in for PDF/A-3
2018-11-06  Raphael MichelBump version 1.1.0
2018-11-05  Raphael MichelChange differences to other ZUGFerd files
2018-11-02  Raphael MichelAdd schema
2018-11-02  Raphael MichelBump version
2018-11-02  Raphael MichelReturn a proper bytestring
2018-10-30  Raphael MichelMerge pull request #1 from olf42/master
2018-10-30  olffix: url in setup.py 1/head
2018-10-30  Raphael MichelAdd credits
2018-10-30  Raphael Michelisort fixes
2018-10-28  Raphael MichelStyle fixes
2018-10-27  Raphael MichelBump version number 1.0.0
2018-10-27  Raphael MichelAdd PDF generation
2018-10-25  Raphael MichelFix missing UTF-8 header
2018-10-25  Raphael MichelFix bugs in generation
2018-10-25  Raphael MichelFix flake8 warning
2018-10-25  Raphael Michelsetup.py: include_package_data
2018-10-25  Raphael MichelFix missing setter
2018-10-16  Raphael MichelAdd Manifest
2018-10-16  Raphael MichelBuild lives on travis.com, not org
2018-10-16  Raphael MichelFix typos
2018-10-16  Raphael MichelAdd a README
2018-10-16  Raphael MichelFix name in setup.py
2018-10-16  Raphael MichelFix import in setup.py
2018-10-16  Raphael MichelInstall dependencies on Travis
2018-10-16  Raphael MichelCompat for Python 3.5
2018-10-16  Raphael MichelEnsure object order on Python 3.5
2018-10-16  Raphael MichelFix style errors
2018-10-15  Raphael MichelMake all official samples pass
2018-10-15  Raphael MichelFix style errors
2018-10-15  Raphael MichelSImple roundtrip test
2018-10-15  Raphael MichelAdd simple parser
2018-10-15  Raphael MichelMake demo.py pass validation
2018-10-15  Raphael MichelFix lint errors
2018-10-15  Raphael MichelFix wrong namespaces
2018-10-15  Raphael MichelResolve TODOs
2018-10-15  Raphael MichelAdd all models
2018-10-14  Raphael MichelConstruct schema by sample
2018-10-11  Raphael MichelInitial commit