Jim Abramson
1edf616110
Merge pull request #518 from edx/feature/jsa/us_username
...
user_api: get username into user object
2013-07-29 13:51:27 -07:00
cahrens
f347bd446b
Change in signature for add_user_with_status_unrequested.
2013-07-29 16:48:59 -04:00
Brian Talbot
6980e9f175
Studio: bulletproofs actions on course team view
2013-07-29 16:36:45 -04:00
Peter Fogg
ee90ab68a9
Merge pull request #514 from edx/peter-fogg/test-metadata-save
...
Add (currently failing) test case around saving metadata.
2013-07-29 13:32:41 -07:00
Your Name
4afa5481dd
set and get settings and fix discussion.css post-variable-apocalypse
2013-07-29 16:11:59 -04:00
JonahStanley
ee46b3ef24
One click categories do not have animations
2013-07-29 15:58:23 -04:00
Peter Fogg
0c9732024a
Add (currently failing) test case around saving metadata.
2013-07-29 15:39:18 -04:00
jsa
6463bcae6c
user_api: get username into user object
...
so it can be used to generate unsubscribe tokens
2013-07-29 15:20:08 -04:00
Jim Abramson
8ccaf623f1
add EDX_API_KEY to aws.py
2013-07-29 15:16:37 -04:00
David Baumgold
f9387506b4
Merge pull request #495 from dangtrinh/vi_branch
...
Change git clone protocal to https
2013-07-29 12:00:17 -07:00
JonahStanley
419207ac3d
Fixed issues with problem-editor.feature
2013-07-29 14:49:50 -04:00
Calen Pennington
f0d0da37f1
Merge pull request #454 from edx/cale/default-branch-info-for-release-email-script
...
Default branch info for release email script
2013-07-29 11:47:28 -07:00
Calen Pennington
8ed33b3dd5
Merge pull request #478 from edx/cale/xmodule-descriptor-studio-view
...
Cale/xmodule descriptor studio view
2013-07-29 11:43:29 -07:00
David Baumgold
372992244c
Removed course_info_handouts AJAX load
2013-07-29 14:30:16 -04:00
David Baumgold
5b9e283552
Load course info update template on page instead of via AJAX
2013-07-29 14:29:04 -04:00
David Baumgold
97fb08ab08
Make mitxmako.render_to_response not require a dictionary argument
2013-07-29 14:28:55 -04:00
David Baumgold
eac14615cd
Load advanced_entry template on page, rather than via AJAX
2013-07-29 14:28:40 -04:00
Diana Huang
d1b503d53a
Only redirect when redirect url is an internal page.
2013-07-29 14:18:04 -04:00
David Ormsbee
e6039c0270
Merge remote-tracking branch 'origin/release' into rc/2013-07-30
2013-07-29 14:05:26 -04:00
Your Name
7507921929
merge with Marcos new design
2013-07-29 13:58:08 -04:00
JonahStanley
3bc34d71a9
Changed version requirement in testing.md
2013-07-29 13:52:02 -04:00
JonahStanley
20ce33dcdb
Fixed broken tests from chrome versioning
2013-07-29 13:38:27 -04:00
Your Name
13ca61ba7f
fix merge conflict with _variables.scss
2013-07-29 13:32:54 -04:00
Adam
50ef0d1c09
Merge pull request #503 from edx/fix/back-button
...
fixes back nav button
2013-07-29 10:29:40 -07:00
Your Name
6276997180
update checkbox with get settings
2013-07-29 13:26:31 -04:00
David Baumgold
64566c14e6
Fix unit tests
2013-07-29 13:12:07 -04:00
David Baumgold
e4bd8622d9
Updated changelog for course team admin story
2013-07-29 13:12:06 -04:00
David Baumgold
0bd25c05e2
Fix up lettuce tests for course team page redesign
2013-07-29 13:12:06 -04:00
David Baumgold
36a10876c0
Fix variable scoping issue in Mako template
2013-07-29 13:12:06 -04:00
Brian Talbot
deced24b32
Studio: refactored form-based Sass and revised markup/copy for course team admin mgmt
2013-07-29 13:12:06 -04:00
David Baumgold
e5ef5ef1a0
Show disabled trash icon instead of not showing it at all
2013-07-29 13:12:06 -04:00
David Baumgold
41832744d7
Correct course team admin badging logic
2013-07-29 13:12:06 -04:00
David Baumgold
ecf855eba7
Fixup translations
2013-07-29 13:12:05 -04:00
David Baumgold
5738e4f79d
Pull correct URL when changing user permissions for course team
2013-07-29 13:12:05 -04:00
David Baumgold
91f192f6b5
Added error prompts for the course team page
2013-07-29 13:12:05 -04:00
Brian Talbot
4a2b5519ba
Studio: styles new user role controls and revamps course team UI
2013-07-29 13:12:05 -04:00
David Baumgold
8a10695d7e
Extend runone script to accept pdb flags
2013-07-29 13:12:05 -04:00
David Baumgold
a1b44afda3
Only instructors may make other instructors on a course
2013-07-29 13:12:05 -04:00
David Baumgold
42331464ed
Can't remove last instructor of a course
2013-07-29 13:12:05 -04:00
David Baumgold
79c554ba5b
course admin team: handle is_staff users
...
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.
2013-07-29 13:12:05 -04:00
David Baumgold
b6c69547de
Check for instructor role before removing it
2013-07-29 13:12:04 -04:00
David Baumgold
c70bd5c908
Remove whitespace from email addresses on the course team page
2013-07-29 13:12:04 -04:00
David Baumgold
0682157477
Test manage_users view for user that is a member of the course team
2013-07-29 13:12:04 -04:00
David Baumgold
f438552b3b
Added unit tests for new course team API
2013-07-29 13:12:04 -04:00
David Baumgold
97a02d415f
Make assertion failure message more understandable
2013-07-29 13:12:04 -04:00
David Baumgold
724ef2e1e5
Fixing test failures
2013-07-29 13:12:04 -04:00
David Baumgold
b835f7c3a3
Update a manage_user reverse call
2013-07-29 13:11:48 -04:00
David Baumgold
6a9074e185
Removed get_url_reverse function
...
It was causing unit tests to fail, and it's a needless bit of abstraction that
never should have existed in the first place.
2013-07-29 13:11:48 -04:00
David Baumgold
5c356bd379
Add button to add/remove instructor priviledges on course team page
2013-07-29 13:11:48 -04:00
David Baumgold
21a32370df
Reorganize URLs and views around course team
...
Match other views better, saner URLs, more RESTful style, extensible for other roles
2013-07-29 13:11:48 -04:00