Releases: basxsoftwareassociation/basxconnect
Releases · basxsoftwareassociation/basxconnect
v0.3.74
Commits
- 4ee78b2: move bulk_tag_operation to new tag_views.py file (Pascal Wiesmann) #227
- f434441: add _view to name of view (Pascal Wiesmann) #227
- 0e3ad34: isort (Pascal Wiesmann) #227
- 51bde39: add AddTagView (Pascal Wiesmann) #227
- be97cda: use newly created tag as initial value (Pascal Wiesmann) #227
- 1731bc5: use Form to parse persons (Pascal Wiesmann) #227
- 497a356: prevent accessing None (Pascal Wiesmann) #227
- 93bf446: bump version (Pascal Wiesmann)
v0.3.73
Bug Fixes
- mailchimp synchronization would result in error because of invalid filter (Pascal Wiesmann)
Commits
- 853d9a6: bump version (Pascal Wiesmann)
v0.3.72
v0.3.71
Bug Fixes
- allow for other column configurations (Sam)
Commits
- 5a93b51: enable adding tags in bulk (Pascal Wiesmann) #225
- 75cbe07: generalize bulk tag operations (Pascal Wiesmann) #225
- bbf0b2d: delete unused import (Pascal Wiesmann) #225
- c164e0e: enable creation of new tags when bulk-adding tags (Pascal Wiesmann) #225
- 353ad5a: put add-tag-button right next to tag select and add translation (Pascal Wiesmann) #225
- 3988a25: fix translations (Pascal Wiesmann) #226
- e8fb9a7: add soft-delete field to subscriptions (Pascal Wiesmann) #226
- 770341c: use mailer from settings instead of directly instantiating it (Pascal Wiesmann) #226
- 1d42fe5: add DeleteSubscriptionView (Pascal Wiesmann) #226
- 75cac3d: remove unused import (Pascal Wiesmann) #225
- 4625551: fix import (Pascal Wiesmann) #225
- 364eeaf: let django encode the person list instead of doing it ourselves (Pascal Wiesmann) #225
- 81309f8: add possibility to soft-delete subscriptions to UI (Pascal Wiesmann) #226
- 3e3a542: change whole idea: subscriptions are now autimatically set active or inactive (Pascal Wiesmann) #226
- 60c5dbe: rename variable (Pascal Wiesmann) #226
- 191c9a8: if subscription is active in mailchimp, it should also show as active in BC (Pascal Wiesmann) #226
- b6124de: delete unused view (Pascal Wiesmann) #226
- 2076aea: remove unused imports and parameter (Pascal Wiesmann) #226
- 1a0606f: move subscription logic to handler (Pascal Wiesmann) #226
- a8ec283: delete unused import (Pascal Wiesmann) #226
- 4ca5e08: use aslayout (Pascal Wiesmann) #225
- bd2a4cb: delete unused imports (Pascal Wiesmann) #225
- 2f2c19f: Merge branch 'main' of github.com:basxsoftwareassociation/basxconnect (Sam)
- 525f2b9: bump version (Sam)
v0.3.70
v0.3.69
v0.3.68
v0.3.67
v0.3.66
Bug Fixes
- naming of form package (replace outdated name) #219 (Sam)
- moved phonenumber into core #219 (Sam)
- module renaming #219 (Sam)
- module path #219 (Sam)
- unnecessary overriding of super method #219 (Sam)
- remove use of copy #219 (Sam)
- use of old API #219 (Sam)
Commits
- form in context (creates indent, creates big diff) #219 (Sam)
- fbd76ca: Merge branch 'main' into refactor/forms-api (Sam) #219
- update according to small API change #219 (Sam)
- 831af86: Merge branch 'main' into refactor/forms-api (Sam) #219
- Django versions in matrix for CI runs #219 (Sam)
- 1d7b675: Merge branch 'main' into refactor/forms-api (Sam) #219
- 05e19ad: Merge branch 'main' into refactor/forms-api (Sam) #219
- d6a4624: make Person.personnumber, Person.default_sorting_name, Person.deleted uneditable (Saksinkarn Petchkuljinda) #222
- update search select to use new-style API #219 (Sam)
- unnecessary context #219 (Sam)
- better definition of django releases, require security to pass for success #219 (Sam)
- 46072f3: added editable=False to some places that necessary and remove from personnumber (Saksinkarn Petchkuljinda) #222
- 017ea03: Merge branch 'main' into bugfix/make_somefields_in_persons_noneditable (Saksinkarn Petchkuljinda) #222
- 227ab19: Added a migration file for fields containing 'editable=False' (Saksinkarn Petchkuljinda) #222
- ff3e685: Reformat the new migration file, according to black (Saksinkarn Petchkuljinda) #222
- f7edf62: bump version (Sam)