This website requires JavaScript.
Explore
Help
Register
Sign in
bic
/
GetTogether
Watch
1
Star
0
Fork
You've already forked GetTogether
0
Code
Issues
Pull requests
Releases
Wiki
Activity
e4046f3e65
GetTogether
/
get_together
/
views
History
Michael Hall
e4046f3e65
Allow adding recurrence data to an existing event to create a new event series.
Fixes
#68
2018-05-06 22:43:07 -04:00
..
__init__.py
Add user management of their speaker bios and talks
2018-04-25 10:43:25 -04:00
events.py
Allow adding recurrence data to an existing event to create a new event series.
Fixes
#68
2018-05-06 22:43:07 -04:00
new_team.py
Rework the new team creation workflow to make it simpler and include a little more instruction. If a user doesn't have a team near them, prompt them to create one instead of showing them an empty homepage. Also impoves some of the instructions around creating a new event.
Fixes
#55
2018-04-16 21:52:24 -04:00
new_user.py
Add a placeholder local avatar image for users who don't set one. Fix screens where a missing avatar caused errors.
Fixes
#53
,
Fixes
#50
2018-03-18 12:26:32 -04:00
places.py
Use get_object_or_404 to throw 404 errors when a page's primary object isn't found, rather than a 500 error
2018-04-15 17:53:22 -04:00
speakers.py
Add LinkedIn sharing, add user help for creating a new talk, fix some permissions around approving presentations
2018-04-30 23:53:54 -04:00
teams.py
Use get_object_or_404 to throw 404 errors when a page's primary object isn't found, rather than a 500 error
2018-04-15 17:53:22 -04:00
user.py
Refactor login page to allow local account signup and login
2018-04-28 16:33:37 -04:00
utils.py
Add new user setup workflow to walk the user through confirming their profile information, choosing categories, finding teams and attending events.
Fixes
#23
2018-03-04 14:10:37 -05:00