Skip to content

Releases: basxsoftwareassociation/bread

v0.4.44

24 Dec 08:12
Compare
Choose a tag to compare

Bug Fixes

  • try calling integer #109 (Sam)
  • typo #109 (Sam)
  • missing pip package name (Sam)
  • missing pip package name (Sam)
  • missing pip package name (Sam)
  • missing pip package name (Sam)
  • remove unused app (Sam)
  • missing pip package name (Sam)
  • tests (Sam)
  • tests (Sam)
  • lots of small errors from refactoring #109 (Sam)
  • search select #109 (Sam)
  • queryfield (not finished) #109 (Sam)
  • bunch of small incompatabilities with new form field/widget API #109 (Sam)
  • issues with report editing #109 (Sam)
  • one last renaming ;) #109 (Sam)
  • problem with checkbox input keeping "value" and "checked" attribute #109 (Sam)
  • missing import #109 (Sam)
  • hidden input not consider when manually specifiying bread widget #109 (Sam)
  • hidden input not handled correctly #109 (Sam)
  • due to API change #109 (Sam)

Commits

  • reasoning for multipart encoding #109 (Sam)
  • first cleanup of forms package #109 (Sam)
  • unnecessary lazy evaluation #109 (Sam)
  • merge very small files, make use of new htmlgenerator lazy attribute accessor #109 (Sam)
  • merge things exclusive to date_picker namespace #109 (Sam)
  • light mode (never used #109 (Sam)
  • tons of renaming to make things more clear (and remove some old names) #109 (Sam)
  • first use of new API (stub implementation) #109 (Sam)
  • TextField, login form #109 (Sam)
  • implementation of widgets, some light API changes #109 (Sam)
  • full width form field grids inside grid column #109 (Sam)
  • correct class when containing form #109 (Sam)
  • more widgets #109 (Sam)
  • some improvments for helpers & mutlicheckbox widget #109 (Sam)
  • file input widget #109 (Sam)
  • remove unused dependency (Sam)
  • specific django versions for testing (Sam)
  • d9eb99f: Merge branch 'main' into refactor/forms-api (Sam) #109
  • test CI (Sam)
  • 1a773b9: Merge branch 'main' into refactor/forms-api (Sam) #109
  • clearable fileinput, some celanup #109 (Sam)
  • widget preview #109 (Sam)
  • refactor for better names and order of code #109 (Sam)
  • implementation of radio select #109 (Sam)
  • unused code; did: some refactoring #109 (Sam)
  • old widgets/fields; fix: use of old widgets #109 (Sam)
  • cleanup up file structure #109 (Sam)
  • more comments #109 (Sam)
  • comment, fix: tests #109 (Sam)
  • better definition of django releases, require security to pass for success #109 (Sam)
  • differnt status to test widgets, fix: few problems coming up when testing status #109 (Sam)
  • 2781bd0: Update bread/layout/components/forms/fields.py (Sam) [#109](https://github.com/ba...
Read more

v0.4.43

11 Dec 14:59
Compare
Choose a tag to compare

Bug Fixes

  • ordering not working due to session-saved table state (Sam)

Commits

v0.4.42

11 Dec 04:17
Compare
Choose a tag to compare

Bug Fixes

  • regenerate script, del: Private use languages (Sam)
  • incorrect custom field implementation (Sam)
  • wrong translation import (Sam)

Commits

v0.4.41

11 Dec 03:53
Compare
Choose a tag to compare

Bug Fixes

  • language-regenerate script, did: update languages (Sam)
  • testing dependencies for Github CI (Sam)

Commits

  • ccd5c71: make sure that a hiddeninput stays a hiddeninput (Pascal Wiesmann) #106
  • bc4d1c5: make SearchSelect useable as a normal form element (Pascal Wiesmann) #106
  • some logic for extended views testing (Sam)
  • missing dependency (Sam)
  • language field module as contrib module as it seems unmaintained on Github (Sam)
  • ac7028f: Merge branch 'main' of github.com:basxsoftwareassociation/bread (Sam)
  • 48730a8: bump version (Sam)

v0.4.40

08 Dec 03:43
Compare
Choose a tag to compare

Bug Fixes

  • newlines not converted correctly (Sam)

Commits

  • bf6ea79: Merge branch 'main' of github.com:basxsoftwareassociation/bread (Sam)
  • 3685593: bump version (Sam)

v0.4.39

07 Dec 11:37
Compare
Choose a tag to compare

Bug Fixes

Commits

  • 5b10adf: convert \n into
    in ObjectFieldValue (Pascal Wiesmann) #103
  • 38dd842: remove autoescape=False (Pascal Wiesmann) #103
  • 736340c: support Lazy attributes in Row (Pascal Wiesmann) #103
  • 4b95312: fix typo in translation (Pascal Wiesmann)
  • allow links to not have an icon #104 (Pascal Wiesmann)
  • b73b6c3: bump version (Pascal Wiesmann)

v0.4.38

29 Nov 03:43
Compare
Choose a tag to compare

Bug Fixes

Commits

  • outdated API (Sam)
  • c02c1bd: Merge branch 'main' of github.com:basxsoftwareassociation/bread (Sam)
  • b6add94: bump version (Sam)

v0.4.37

27 Nov 09:30
Compare
Choose a tag to compare

Bug Fixes

  • non-form input elements cannot be created (Sam)
  • isort (Sam)
  • incorrect class for generic inlines (Sam)

Commits

  • small test refactoring (Sam)
  • better default readview (Sam)
  • some more automated tests (Sam)
  • corret page titles, allow easier setting of platformname via settings (Sam)
  • missing href for button (Sam)
  • 7ada72e: bump version (Sam)

v0.4.36

24 Nov 08:45
Compare
Choose a tag to compare

Bug Fixes

  • configure test-runner properly #98 (Sam)

Commits

  • 0d0fd0f: Added Administration/Background Jobs, TaskResult BrowseView (Saksinkarn Petchkuljinda) #98
  • 9297469: Make a new file bread/tests/test_public_visible.py (Saksinkarn Petchkuljinda) #98
  • 9f014d5: (not finished) added test_public_visible.py (Saksinkarn Petchkuljinda) #98
  • deb7a56: Merge branch 'main' into feature/administrationmenu (Saksinkarn Petchkuljinda) #98
  • aca34a8: (not finished) update test_public_visible.py (Saksinkarn Petchkuljinda) #98
  • 36bc08a: Finished the visibility test (Saksinkarn Petchkuljinda) #98
  • 00a2b45: Merge with main (Saksinkarn Petchkuljinda) #98
  • f8d82a3: Remove Django's auth from bread's urls (Saksinkarn Petchkuljinda) #98
  • 948ce53: Change the expected url_patterns to use reverse instead of standard relative path (Saksinkarn Petchkuljinda) #98
  • 4cde471: Merge branch 'main' into feature/administrationmenu (Saksinkarn Petchkuljinda) #98
  • 4afedfc: Make testing URLs with arguments works better, and check the response using ResolveMatch instead of directly check the header. (Saksinkarn Petchkuljinda) #98
  • 2fa4c5b: Added #nosec to the line containing 'random.randint(1, 100)' (Saksinkarn Petchkuljinda) #98
  • 151e10a: added argument pattern for type UUID (Saksinkarn Petchkuljinda) #98
  • f43e6ad: added argument pattern for type UUID (Saksinkarn Petchkuljinda) #98
  • f9544af: Merge branch 'main' into feature/administrationmenu (Saksinkarn Petchkuljinda) #98
  • 78c1dbf: Make ALPHANUMERIC_STR less hardcoded (Saksinkarn Petchkuljinda) #98
  • 7355b67: Finished making all URLs depend on the Django urlnames instead of static urlpatterns. (Saksinkarn Petchkuljinda) #98
  • cf43a34: bump version (Sam)

v0.4.35

23 Nov 08:39
Compare
Choose a tag to compare

Commits

  • generic task class for repeated celery tasks (Sam)
  • 21d0995: bump version (Sam)