Juntagrico

Latest version: v1.6.0

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 9

1.2.1

Not secure
* Fix in subscription change view bug from version 1.2.0

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.2.0...1.2.1

1.2.0

Not secure
What's Changed
* Mailer code refactored, new permissions to be notified when a member, subscription or share is created or canceled by motu55 in https://github.com/juntagrico/juntagrico/pull/128
* Jobs are visible if they are on the same day even if they have already started by zesinho in https://github.com/juntagrico/juntagrico/pull/120
* Job time changed bugfix
* Removed google maps and corresponding setting by motu55 in https://github.com/juntagrico/juntagrico/pull/126
* Members can leave subscription by motu55 in https://github.com/juntagrico/juntagrico/pull/130
* Main member can be changed by Members themselves by motu55 in https://github.com/juntagrico/juntagrico/pull/129
* Non share holders are deactivated when subscription is deactivated by motu55 in https://github.com/juntagrico/juntagrico/pull/134
* Better gender texts by pascalfree in https://github.com/juntagrico/juntagrico/pull/135
* Billing stubs are moved to addon
* Fix in upcoming jobs widget by wknds in https://github.com/juntagrico/juntagrico/pull/137
* Fix in cancellation date calculation by wknds in https://github.com/juntagrico/juntagrico/pull/140
* Fix in Co Member adding by motu55 in https://github.com/juntagrico/juntagrico/pull/149
* Fix: set primary member after saving recipients by pascalfree in https://github.com/juntagrico/juntagrico/pull/143
* Fixed advanced test data generation by nixnuex in https://github.com/juntagrico/juntagrico/pull/123
* Various minor fixes and typos by PaulKC in https://github.com/juntagrico/juntagrico/pull/127 and flurin-conradin in https://github.com/juntagrico/juntagrico/pull/145 and motu55 in https://github.com/juntagrico/juntagrico/pull/138 and PaulKC in https://github.com/juntagrico/juntagrico/pull/118

Development

* Decorator for notifyable models by motu55 in https://github.com/juntagrico/juntagrico/pull/119
* Add hook for subscription admin submenu by PaulKC in https://github.com/juntagrico/juntagrico/pull/147
* Pack subscription change rows into snippets by PaulKC in https://github.com/juntagrico/juntagrico/pull/146

New Contributors
* wknds made their first contribution in https://github.com/juntagrico/juntagrico/pull/137

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.1.9...1.2.0

1.1.9

Not secure
What's Changed
* Added Cookie consent by motu55 in https://github.com/juntagrico/juntagrico/pull/105 and in https://github.com/juntagrico/juntagrico/pull/109
* Design a bit more responsive by motu55 in https://github.com/juntagrico/juntagrico/pull/100
* Job display name used where possible
* Updated share management by motu55 in https://github.com/juntagrico/juntagrico/pull/113
* Added user management to deactivate canceled users by motu55 in https://github.com/juntagrico/juntagrico/pull/112
* Fix in welcome mail by nixnuex in https://github.com/juntagrico/juntagrico/pull/115
* Fix in Subscription deactivation
* Links in emails work now also for internal links
* Old subscriptions are now visible in Member admin
* Fixed small bug in the size change

Development

* Tests by motu55 in https://github.com/juntagrico/juntagrico/pull/82 and in https://github.com/juntagrico/juntagrico/pull/102 and in https://github.com/juntagrico/juntagrico/pull/108
* Add hooks for subscription screens by PaulKC in https://github.com/juntagrico/juntagrico/pull/107
* Update .travis.yml by motu55 in https://github.com/juntagrico/juntagrico/pull/110
* no menu where no menu is required by motu55 in https://github.com/juntagrico/juntagrico/pull/111


**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.1.8...1.1.9

1.1.8

Not secure
Upgrade instructions
* personal template loader removed adapt your settings accordingly
* Added crispy-forms
* Add CRISPY_TEMPLATE_PACK = 'bootstrap4' to settings
* Add 'crispy_forms' to INSTALLED_APPS
* CSS class 'juntagrico_logo' is deprecated. Use 'juntagrico-logo' instead

Changes
* make sure users are logged out at sign up
* fix false message in job cancellation message
* added time to job search field in admin area
* fix broken deliveries by lynked in https://github.com/juntagrico/juntagrico/pull/70
* fix text in subscription cancellation email by pascalfree in https://github.com/juntagrico/juntagrico/pull/67
* fix for member add in admin area
* improvement of area overview 75 by motu55 in https://github.com/juntagrico/juntagrico/pull/76
* descriptions allow now newlines and urls by pascalfree in https://github.com/juntagrico/juntagrico/pull/77
* direct link from job overview to job entity in admin area
* job not directly deleted if members assigned
* fix for test data generation by PaulKC in https://github.com/juntagrico/juntagrico/pull/84
* fix false date comparison in size change by PaulKC in https://github.com/juntagrico/juntagrico/pull/95
* users can now have multiple subscriptions 38 by pascalfree in https://github.com/juntagrico/juntagrico/pull/85
* fix reply to error in mailing
* new right to edit past jobs
* reworked addons hooks, so that caching is obsolete (settings can be removed) by motu55 in https://github.com/juntagrico/juntagrico/pull/91
* fix cancelling inactive subscription fails if it has extra subs
* user menu rewrite 88 by motu55 in https://github.com/juntagrico/juntagrico/pull/94
* lifecycle and consistency check code rewritten by motu55 in https://github.com/juntagrico/juntagrico/pull/97
* rewrote urls to use path and names by motu55 in https://github.com/juntagrico/juntagrico/pull/98
* depot list support now emojis
* major template rewrites. Check custom css besides custom logos by pascalfree in https://github.com/juntagrico/juntagrico/pull/83

Minor Fixes
* by motu55 in https://github.com/juntagrico/juntagrico/pull/66 , https://github.com/juntagrico/juntagrico/pull/68 , https://github.com/juntagrico/juntagrico/pull/69 , https://github.com/juntagrico/juntagrico/pull/71 , https://github.com/juntagrico/juntagrico/pull/72 and https://github.com/juntagrico/juntagrico/pull/73
* Remove whitespace in textareas by pascalfree in https://github.com/juntagrico/juntagrico/pull/74
* Bugfixes in subscription admin form by pascalfree in https://github.com/juntagrico/juntagrico/pull/86
* Fix: Crash when editing one time job by pascalfree in https://github.com/juntagrico/juntagrico/pull/93
* minor changes & release notes by pascalfree in https://github.com/juntagrico/juntagrico/pull/99

New Contributors
* lynked made their first contribution in https://github.com/juntagrico/juntagrico/pull/70

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.1.7...1.1.8

1.1.7

Not secure
What's Changed
* New setting GDPR_INFO to make it EU compliant
* Introduced Products in order to have multiple sizes for different Products. on existing Instances a default product called Product will be added
* Added gettext so that strings can be translated by motu55 in https://github.com/juntagrico/juntagrico/pull/57
* Texts where adapted
* Shares are controlled more thoroughly if enabled
* Possibility to easily pay back canceled shares by generating iso20022 pain001 xml file
* Only active subscriptions and members are shown in the filters
* Better sorting in the filters, also added textmarkers to be able to use better regex filtering
* Next jobs bug fixed so that all see there next jobs
* Subscription list bug with the duplicate subscription was fixed
* More information shown for Assignemnts on the admin overview page
* upgraded requirements
* added menu hooks for apps

Further fixes
* Fix new password layout by PaulKC in https://github.com/juntagrico/juntagrico/pull/62
* Fix 55 display of depot address by PaulKC in https://github.com/juntagrico/juntagrico/pull/63
* fix cancel link when adding cosubscriber by pascalfree in https://github.com/juntagrico/juntagrico/pull/65
* Fixed typo by pascalfree in https://github.com/juntagrico/juntagrico/pull/47
* typo by ismael-zattoo in https://github.com/juntagrico/juntagrico/pull/59
* some code fixes and typos by sammuell in https://github.com/juntagrico/juntagrico/pull/58

New Contributors
* ismael-zattoo made their first contribution in https://github.com/juntagrico/juntagrico/pull/59
* sammuell made their first contribution in https://github.com/juntagrico/juntagrico/pull/58

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.1.6...1.1.7

1.1.6

Not secure
Features & Improvements
* Ability to display messages at the bottom of depot lists. Added in the data administration.
* Area admins are now informed when a member leaves their activity area
* New setting ORGANISATION_NAME_CONFIG to enrich the organisation name
* made texts more neutral on context of the organisation type by motu55 in https://github.com/juntagrico/juntagrico/pull/29
* removed the MEMBER_STRING, MEMBERS_STRING, ASSIGNMENT_STRING and ASSIGNMENTS_STRING for the VOCABULARY setting
* added new setting ENABLE_SHARES to enable or disable all share related functions
* upgrade to bootstrap 4.1.3
* upgraded requirements
* added possibility to imitate special dates when activating and deactivating subscriptions and extrasubscriptions
* overhauled mail stuff. possibility to exchange mail sending code with the following setting DEFAULT_MAILER
* new setting ENABLE_REGISTRATION by motu55 in https://github.com/juntagrico/juntagrico/pull/31
* possibility to hide subscription sizes in subscription creation

Fixes
* Fix typo fix 34 by PaulKC in https://github.com/juntagrico/juntagrico/pull/36
* Disable add member link fixes 32 by PaulKC in https://github.com/juntagrico/juntagrico/pull/37
* Layout fix in participation template by samuel-iseli in https://github.com/juntagrico/juntagrico/pull/41

Development
* autopep8 by motu55 in https://github.com/juntagrico/juntagrico/pull/30
* django upgrade by motu55 in https://github.com/juntagrico/juntagrico/pull/35

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.1.5...1.1.6

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.