- 29 Jul, 2013 31 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
A user with `is_staff=True` is treated as being in all groups. This is problematic when we care about the user's staff/instructor role for a course: you can't remove the instructor role. This commit changes the `is_user_in_course_group_role` function to allow the caller to specify that it should not check the `is_staff` attribute on the user.
David Baumgold committed -
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
It was causing unit tests to fail, and it's a needless bit of abstraction that never should have existed in the first place.
David Baumgold committed -
David Baumgold committed
-
Match other views better, saner URLs, more RESTful style, extensible for other roles
David Baumgold committed -
David Baumgold committed
-
Send e-mails when course creator status changes.
Christina Roberts committed -
cahrens committed
-
More xblock.save() calls to handle fields set during inits
Don Mitchell committed -
Don Mitchell committed
-
User API Tweaks
David Ormsbee committed -
edx.org Login, Register, and iframe-based button visual sync
Brian Talbot committed -
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
cahrens committed
-
cahrens committed
-
cahrens committed
-
Don Mitchell committed
-
- 26 Jul, 2013 1 commit
-
-
Studio: Authorship Rights Request UI + Dashboard Clean-up
Christina Roberts committed
-
- 25 Jul, 2013 8 commits
-
-
Brian Talbot committed
-
Fix failing acceptance test
Sarina Canelake committed -
Sarina Canelake committed
-
Misc improvements to make lettuce testing a bit saner
David Baumgold committed -
Greg Price committed
-
This is achieved by allowing access if settings.DEBUG is True and settings.EDX_API_KEY is not set or None (which is true for dev.py)
Greg Price committed -
David Baumgold committed
-
Make the service-variant flag on manage.py longform only
Calen Pennington committed
-