Releases: DemocracyLab/CivicTechExchange
Release 1/9/2023
What's Changed
- Fixed: Cannot delete a second project/group due to broken confirmation modal by @schaferyan in #931
- Filter out private projects when computing tag counts - issue#924 by @extreme-coder in #929
- Home: Show full date on next hackathon card by @marlonkeating in #935
- exclude hidden roles from project filter - issue #925 by @extreme-coder in #930
- Add Multi-location support for Events by @marlonkeating in #933
Full Changelog: v0.22.11.1...v0.23.1.1
Release 11/14/2022
What's Changed
- Pre-commit Setup by @naqeeb in #908
- Sponsor footer spacing fix by @PeterBreen in #906
- fixed issue #643 - edit event page now renders properly in safari by @extreme-coder in #907
- Issue 909: Remove hidden positions from search results by @naqeeb in #910
- GH-915 Heroku deployment fix by @naqeeb in #916
- fixed issue #468; find projects filters now work properly by @extreme-coder in #918
- Homepage Revision 2022 by @PeterBreen in #903
New Contributors
- @naqeeb made their first contribution in #908
- @extreme-coder made their first contribution in #907
Full Changelog: v0.22.9.2...v0.22.11.1
Release 9/27/2022
What's Changed
- Volunteer Dismiss/Reject notices put project owners on blind carbon copy by @marlonkeating in #904
Full Changelog: v0.22.9.1...v0.22.9.2
Release 9/8/2022
Event Experience
Event Project Profile
- Project owner can contact all rsvp-ed volunteers for Event Project
- Project co-owner can edit
Bug Fixes
- resolves #876
- Volunteer for Project: Don't show hidden roles in role selector dropdown
Misc
Creative Commons
- Removed copyright
Additional New Roles
- SME: Government
- SME: Nonprofits
What's Changed
- Companies section reordering and content updates by @schaferyan in #894
- Support markdown in project, event project, and group description fields by @marlonkeating in #893
- deleted copyright from footer by @schaferyan in #900
- Profile link regexes #652 by @schaferyan in #898
Full Changelog: v0.22.8.1...v0.22.9.1
Release 8/2/2022
Markdown Support
- Project, Group, and Project RSVP for event description fields now support markdown
- Do not support headers, in order to preserve page header hierarchy
Admin Interface
Create Project
- Admins can set custom slug for project url
- Admins can mark project as private.
Create Group
- Admins can set custom slug for group url
- Admins can mark group as private.
Project Profile
- Admins can contact volunteers, similar to project owners
Bug Fixes
Event Profile
- New project RSVP's weren't showing
v0.22.7.1
Footer
Updated site footer with new links and format.
Privacy Policy / Terms of Use
Added separate page for both Privacy Policy and Terms of Use
Search
Refactored front-end search code, and fixed issue where navigating to Find Projects page with Organization Type filter in the url, would fail to apply the filter.
Full Changelog: v0.22.6.2...v0.22.7.1
Release 6/21/2022
Top Menu
Changes the desktop site navigation so that, when space allows, the nav will switch to a single row layout rather than two-row and otherwise operate unchanged.
Release 6/7/2022
Release 5/13/2022
Site UI
Buttons
Revamped and standardized buttons across the site to adhere to our design system.
Event Management
After Event
It is no longer possible to join or leave event after the event has concluded
Deactivating Event Meetings
The event's meeting rooms can be deactivated by the following command:
python manage.py deactivate_event <event_id>
Project Management
Deleted Projects
Admins can use the Approve Project link in the original email sent when the project was created, to restore a deleted project.
Code Quality
Refactoring
Search code has been moved out of the main views.py file, reducing bloat in that file in anticipation of future search additions.
Release 1/28/2022
Companies Page
The Companies page has been visually refreshed, with updated verbiage.
Find Projects
Updated Role Taxonomy
Added new roles, and renamed several old roles.
Bug Fixes
- Navigating to url with more than one filter in the same category no longer fails