Skip to content

Releases: basxsoftwareassociation/bread

v0.4.54

15 Jan 11:25
Compare
Choose a tag to compare

Bug Fixes

  • session language is no longer stored inside session data but with a separate cookie, deprecated in django 4.0 (Sam)

Commits

  • improve styling of modals for certain cases (Sam)
  • b3de03c: bump version (Sam)

v0.4.53

13 Jan 11:32
Compare
Choose a tag to compare

Bug Fixes

  • problem if list and tuple are mixed (Sam)

Commits

  • update project template to include better error views in root URL conf (Sam)
  • cb4e79d: bump version (Sam)

v0.4.52

13 Jan 05:52
Compare
Choose a tag to compare

Bug Fixes

  • error if no search parameter is given in the URL #118 (Sam)
  • query parameters with multiple values not working #110 (Sam)

Commits

  • e96147e: added charfield and textfield query support for any models in browseview (Saksinkarn Petchkuljinda) #110
  • 28b97ab: Merge branch 'main' into feature/defaultsearchforbrowseviews (Saksinkarn Petchkuljinda) #110
  • 8b740a1: added foreignkey support to recursively generate querysets. (Saksinkarn Petchkuljinda) #110
  • 1c3b123: [unfinished] fixed some bugs related to recursive foreignkey browsing (Saksinkarn Petchkuljinda) #110
  • d47cc6c: added querying support to search within the manytomanyfield (Saksinkarn Petchkuljinda) #110
  • 8e0f052: added default generic search bar to the BrowseView (Saksinkarn Petchkuljinda) #110
  • fa06931: Temporary removed search view and make another one instead. (Saksinkarn Petchkuljinda) #110
  • a54addb: finished adding search box as a default for BrowseView (Saksinkarn Petchkuljinda) #110
  • 20389ed: added more result to search box (Saksinkarn Petchkuljinda) #110
  • 40d0cc3: flake8 (Saksinkarn Petchkuljinda) #110
  • c2e6f0e: remove the enter key event as it is not working yet (Saksinkarn Petchkuljinda) #110
  • 8986fa8: removed SearchModel as it is no longer necessary (Saksinkarn Petchkuljinda) #110
  • f4928e9: Merge branch 'main' into feature/defaultsearchforbrowseviews (Saksinkarn Petchkuljinda) #110
  • cc26828: added class definitions (Saksinkarn Petchkuljinda) #116
  • f6d3bfc: (not finished) implement a new general search bar for browseview (Saksinkarn Petchkuljinda) #110
  • be3544d: Merge branch 'main' into feature/defaultsearchforbrowseviews (Saksinkarn Petchkuljinda) #110
  • fcb450f: input box can enter to search in general browseview (Saksinkarn Petchkuljinda) #110
  • d369007: Merge branch 'main' into feature/defaultsearchforbrowseviews (Saksinkarn Petchkuljinda) #110
  • 5eccc6d: make input box's default value correspond to the url q parameter & add a query formatter (Saksinkarn Petchkuljinda) #110
  • 95699ea: Merge branch 'main' into feature/newtooltipcomponents (Saksinkarn Petchkuljinda) #116
  • 593e309: Added basic features for InteractiveTooltip (Saksinkarn Petchkuljinda) #116
  • e3e1407: Merge branch 'main' into feature/newtooltipcomponents (Saksinkarn Petchkuljinda) #116
  • 8664aba: add type checking to pipeline (Pascal Wiesmann) #115
  • 5e84e24: fix type hints (Pascal Wiesmann) #115
  • 688186f: fix type hints and add some where mypy needs them (Pascal Wiesmann) #115
  • a543bdc: fix typo in main.yml (Pascal Wiesmann) #115
  • 6aee687: remove (for the moment) unnecessary and incorrect typehint (Pascal Wiesmann) #115
  • c1fe5e3: Finished Tooltip components (Saksinkarn Petchkuljinda) #116
  • b1bea3f: Merge branch 'main' into feature/defaultsearchforbrowseviews (Saksinkarn Petchkuljinda) #110
  • aad63cc: Make the generic search primarily implemented only within Bread's BrowseView (Saksinkarn Petchkuljinda) #110
  • bb05dfd: Restore the datatable.py and search.py to be the same as ones in the main branch (Saksinkarn Petchkuljinda) #110
  • c29328d: remove tooltip from layout/admin.py (Saksinkarn Petchkuljinda) #116
  • abe0bdd: replaced the new html attribute merging function with existing one from htmlgenerator (Saksinkarn Petchkuljinda) #116
  • 0b50c38: flake8 (Saksinkarn Petchkuljinda) #116
  • dd4a13e: flake8 (Saksinkarn Petchkuljinda) #110
  • 4879931: Remove class attribute for Icon (Saksinkarn Petchkuljinda) #116
  • a008058: Merge branch 'main' into feature/defaultsearchforbrowseviews (Sam) #110
  • a restructuring to remove some of the dependencies #118 (Sam)
  • unused code #118 (Sam)
  • unnecessary settings #118 (Sam)
  • 5afc25e: modified based on the given feedback (Saksinkarn Petchkuljinda) #116
  • type hints #118 (Sam)
  • improve readability #118 (Sam)
  • 9a5d571: update typehings (implement PR feedback) (Pascal Wiesmann) #115
  • replace Tuple with Iterable at places #115 (Pascal Wiesmann)
  • 4007138: Merge branch 'main' into feature/add_mypy_to_pipeline (Pascal Wiesmann) #115
  • b85998b: fix flake8 (Pascal Wiesmann) #115
  • c7e1e4f: fix typehing (Pascal Wiesmann) #115
  • 409075c: Merge branch 'feature/defaultsearchforbrowseviews_restructured' into feature/defaultsearchforbrowseviews (Sam) #110
  • af7a59c: Merge branch 'main' into feature/defaultsearchforbrowseviews (Sam) #110
  • ddc0686: bump version (Sam)

v0.4.51

10 Jan 07:46
Compare
Choose a tag to compare

Bug Fixes

  • empty columns parameter leads to exception (Sam)

Commits

  • 300fe9b: (not finished) added custom error page in production mode (Saksinkarn Petchkuljinda) #117
  • d669bf2: Finished the default error views (Saksinkarn Petchkuljinda) #117
  • 10c7322: flake8 (Saksinkarn Petchkuljinda) #117
  • 05aa65a: remove 404 view out of URLConf as it is no longer needed (Saksinkarn Petchkuljinda) #117
  • 2243a38: Merge branch 'main' of github.com:basxsoftwareassociation/bread (Sam)
  • c4ea538: simplify the code (Saksinkarn Petchkuljinda) #117
  • 7e6e9d5: Changed wording of messages a bit (Sam) #117
  • a4ffad9: move the code from bread/layout/error.py to bread/views/error.py and change the href to homepage to be the more appropriate one. (Saksinkarn Petchkuljinda) #117
  • 41d500d: Merge branch 'feature/errorviews' of github.com:basxsoftwareassociation/bread into feature/errorviews (Saksinkarn Petchkuljinda) #117
  • 280634d: flake8 (Saksinkarn Petchkuljinda) #117
  • 6f73d83: Remove URLs which need to be in project urls-file (Sam) #117
  • 672b765: Update urls.py (Sam) #117
  • 923649f: Update urls.py (Sam) #117
  • b5ce6bd: Merge branch 'main' of github.com:basxsoftwareassociation/bread (Sam)
  • 7955b1c: bump version (Sam)

v0.4.50

06 Jan 13:10
Compare
Choose a tag to compare

Commits

  • 141e65b: doseq=True (Pascal Wiesmann) #114
  • allow aslayout decorator to pass non-layout reponses (Sam)
  • 3feac99: bump version (Pascal Wiesmann)

v0.4.49

04 Jan 06:52
Compare
Choose a tag to compare

Commits

  • support for modelhref kwargs in gen_rowclickaction (Sam)
  • 6e5fb20: bump version (Sam)

v0.4.48

30 Dec 06:04
Compare
Choose a tag to compare

Bug Fixes

  • error when no errrors-object has been passed (Sam)

Commits

v0.4.47

28 Dec 16:47
Compare
Choose a tag to compare

Bug Fixes

  • empty field attribute (Sam)

Commits

v0.4.46

28 Dec 09:02
Compare
Choose a tag to compare

Bug Fixes

  • incorrect behaviour for one-to-one inline formsets (Sam)
  • wrong check (Sam)
  • cannot clear one-to-one inline formset (Sam)
  • error on empty one-to-one attribute access (Sam)
  • wrong error message in file upload field; allow empty one-to-one fields (Sam)

Commits

  • few small fixes and API improvments for formset API (Sam)
  • 982616d: bump version (Sam)

v0.4.45

24 Dec 09:29
Compare
Choose a tag to compare

Commits

  • cb9fe04: Added the search reindex button to admin>maintenance menu (Saksinkarn Petchkuljinda) #112
  • ebf24cf: Update admin.py (Sam) #112
  • 79f0d99: Change wording a bit (Sam) #112
  • 9cd9b3b: Merge branch 'main' into feature/adminsearchreindexing (Sam) #112
  • german translation updates (Sam)
  • update locale; add: translation for languages (Sam)
  • 4a7e5ff: bump version (Sam)