Skip to content

Releases: basxsoftwareassociation/bread

v0.4.67

08 Feb 07:26
Compare
Choose a tag to compare

Bug Fixes

  • undo bad labels (Sam)
  • formatting (Sam)
  • inconsistent name of static method (Sam)
  • remove use of old API (Sam)

Commits

  • ba74f9a: show order column header only if one can order (Pascal Wiesmann)
  • ac7c111: add a typehint (Pascal Wiesmann)
  • a6deb7e: ui improvements for file uploads in datatables and modals with overflow (Pascal Wiesmann)
  • small reformatting (Sam)
  • 9b9db7e: Merge branch 'main' of github.com:basxsoftwareassociation/bread (Sam)
  • f5960ba: bump version (Sam)

v0.4.66

04 Feb 03:09
Compare
Choose a tag to compare

Bug Fixes

  • haystack not yet ready for Django 4.0, limiting dependency (Sam)

Commits

  • 935eead: add typehints for as_datatable (Pascal Wiesmann)
  • e55b199: bump version (Sam)

v0.4.65

02 Feb 14:32
Compare
Choose a tag to compare

Bug Fixes

  • global preferences section names were not translated (Pascal Wiesmann)
  • date not converted correctly for datetime-input value (Sam)

Commits

  • self-hosted IBM fonts (Sam)
  • b1f69cd: Merge branch 'main' of github.com:basxsoftwareassociation/bread (Sam)
  • 18d3b6a: bump version (Sam)

v0.4.64

01 Feb 06:50
Compare
Choose a tag to compare

Commits

  • dependency for docxtpl (Sam)
  • 904d0c0: bump version (Sam)

v0.4.63

01 Feb 06:43
Compare
Choose a tag to compare

Bug Fixes

  • run is not called on concrete implementation #128 (Sam)
  • run is not called on concrete implementation #128 (Sam)
  • wrong period, make it configurable #128 (Sam)
  • remove unnecessary migrations #128 (Sam)
  • formatting #128 (Sam)
  • typo (also some black formatting) #128 (Sam)
  • type annotations #128 (Sam)
  • formatting #128 (Sam)
  • double escaping (Sam)
  • tests not working with signal handlers and contenttypes #128 (Sam)

Commits

  • module for user-defined triggers #128 (Sam)
  • de407bf: add:migration file (Sam) #128
  • auto-registering bread contrib urls #128 (Sam)
  • better icon for reports #128 (Sam)
  • unnecessary dependency, this is never used, we should implement something better #128 (Sam)
  • finish basic implementation, not tested yet though #128 (Sam)
  • 57ead5c: Merge branch 'main' into feature/triggers (Sam) #128
  • 871be3e: Merge branch 'main' into feature/triggers (Sam) #128
  • correct handling of date-based triggers #128 (Sam)
  • 4375c5f: Merge branch 'main' into feature/triggers (Sam) #128
  • fix a few issues with triggers #128 (Sam)
  • 7626b45: Merge branch 'main' into feature/triggers (Sam) #128
  • 511553b: Merge branch 'main' into feature/triggers (Sam) #128
  • typ hint #128 (Sam)
  • better feedback to action runs by splitting all actions into single celery tasks #128 (Sam)
  • support for django<3.2 (Sam)
  • bbde721: bump version (Sam)

v0.4.62

31 Jan 12:31
Compare
Choose a tag to compare

Bug Fixes

Commits

  • 6f60c05: add new app bread.contrib.document_templates (Pascal Wiesmann) #126
  • 67e6ee2: first version of document templates (Pascal Wiesmann) #126
  • fa33308: fix strange import (Pascal Wiesmann) #126
  • 6c42ea4: delete unused import (Pascal Wiesmann) #126
  • 8b70738: use tertiary button for file upload (Pascal Wiesmann) #126
  • 3ee2981: create endpoint for generating one document (Pascal Wiesmann) #126
  • b7b6881: make url more understandable (Pascal Wiesmann) #126
  • 2dcf72c: remove automatic generation of documents for whole queryset (Pascal Wiesmann) #126
  • c9f78eb: don't save rendered document. return it directly (Pascal Wiesmann) #126
  • f0cfb01: use url of file directly (Pascal Wiesmann) #126
  • 48a1df4: remove DocumentTemplate.filter (Pascal Wiesmann) #126
  • 9a69025: fix content_type (Pascal Wiesmann) #126
  • 7aff58d: PyCharm is relentless in reformatting migrations (Pascal Wiesmann) #126
  • f0aa1e5: delete Document model as it is not necessary anymore (Pascal Wiesmann) #126
  • 4ad140f: remove single-use variables (Pascal Wiesmann) #126
  • get model from get request instead of defining it in DocumentTemplate #126 (Pascal Wiesmann)
  • 8ea1580: remove DocumentTemplate.model field from add and edit views (Pascal Wiesmann) #126
  • ddb1de1: Merge branch 'main' into feature/document_templates (Pascal Wiesmann) #126
  • 42d4201: add easy api for generating documents from template (Pascal Wiesmann) #126
  • 03663ce: black . (Pascal Wiesmann) #126
  • 4394092: fix a couple of typehints (Pascal Wiesmann) #126
  • 5b6dcae: bump version (Pascal Wiesmann)

v0.4.61

31 Jan 05:45
Compare
Choose a tag to compare

Bug Fixes

  • localize should run after custom formatter (Sam)

Commits

  • b3b2065: improve layout of PreferencesView (Pascal Wiesmann) #133
  • 00bb683: add new settings group to bread menu (Pascal Wiesmann) #133
  • 80ed22d: simplify PreferencesView by inheriting from BreadView (Pascal Wiesmann) #133
  • 365439b: small refactoring (Pascal Wiesmann) #133
  • 4512946: use typing.namedtuple for Tab (Pascal Wiesmann) #133
  • c078686: split global preferences into tabs (Pascal Wiesmann) #133
  • 353a2dd: change wording to global "preferences" (Pascal Wiesmann) #133
  • c5afe64: make locale (Pascal Wiesmann) #133
  • c1710ab: Merge branch 'main' into feature/global_preferences (Pascal Wiesmann) #133
  • 26ebcf9: bump version (Sam)

v0.4.60

28 Jan 05:22
Compare
Choose a tag to compare

Bug Fixes

  • lazy queryset not supported for datatables (Sam)

Commits

v0.4.59

28 Jan 04:58
Compare
Choose a tag to compare

Bug Fixes

  • setup requires setuptool_scm for correct list of files, adjust README (Sam)

Commits

v0.4.58

28 Jan 03:37
Compare
Choose a tag to compare

Bug Fixes

Commits

  • 3dfd64a: install types-requests package for type checking (Pascal Wiesmann) #119
  • 7359755: add remaining typehints (Pascal Wiesmann) #119
  • ebac7dd: fkake8 (Pascal Wiesmann) #119
  • 8bcdeb5: mypy all of bread in pipeline (Pascal Wiesmann) #119
  • b9668cc: improve typehints (Pascal Wiesmann) #119
  • 2d68928: try to fix zoneinfo mypy error (Pascal Wiesmann) #119
  • f886255: try to fix zoneinfo mypy error (Pascal Wiesmann) #119
  • 34fb432: move type ignore statement to see if python 3.7 now accepts it (Pascal Wiesmann) #119
  • 10e8aeb: added tiles implementation (Saksinkarn Petchkuljinda) #129
  • deef8fe: remove the tested tiles in administration.py (Saksinkarn Petchkuljinda) #129
  • 1d3e8fd: change the docstring related to above_attrs and below_attrs & minimized the initialization for above_attrs and below_attrs (Saksinkarn Petchkuljinda) #129
  • a0af4bc: little grammar fix in docstring (Saksinkarn Petchkuljinda) #129
  • 7aee0d0: changed words in docstring (Saksinkarn Petchkuljinda) #129
  • d99cbeb: rename a file, from tiles.py to tile.py (Saksinkarn Petchkuljinda) #129
  • 4ab52d6: Update util.py (Sam) #119
  • tautologic API (Sam)
  • unused requirements (Sam)
  • cf66c06: bump version (Sam)