Calen Pennington
|
54e8819fb1
|
Merge pull request #615 from MITx/feature/ichuang/instructor-dashboard-upgrade
Upgrade to instructor dashboard
|
2012-09-05 08:03:55 -07:00 |
|
Calen Pennington
|
4d2983cb99
|
Merge pull request #587 from MITx/feature/victor/forum-anon-user-500
Add some rudimentary error checking to forum views
|
2012-09-05 06:21:46 -07:00 |
|
David Ormsbee
|
44722e86e1
|
Quick fix for prod issue -- making view courseware link from course about page always work.
|
2012-09-05 08:20:06 -04:00 |
|
ichuang
|
d56d235fc9
|
minor change to create_user command, don't fail on kerberos lookup failure
|
2012-09-04 23:02:51 -04:00 |
|
David Ormsbee
|
319e6260d0
|
Upped the number of threads per discussion page to 8, per Tony's request.
|
2012-09-04 21:11:34 -04:00 |
|
Carlos Andrés Rocha
|
0f1db7969d
|
[#35491529] Small corrections to OpenID provider login page
|
2012-09-04 20:53:51 -04:00 |
|
ichuang
|
566b9694c4
|
revert inadvertent change to course.html
|
2012-09-04 19:47:37 -04:00 |
|
ichuang
|
98eb764525
|
cleaned up instructor dashboard CSV unit test code, per https://github.com/MITx/mitx/pull/615
|
2012-09-04 18:56:49 -04:00 |
|
ichuang
|
0c3d054253
|
fix: university domain should not be determined by HTTP_HOST for dev or behind proxy
|
2012-09-04 18:36:26 -04:00 |
|
ichuang
|
4cbdf90d5e
|
cleaned up access.py - now has _has_instructor_access_to_loation
|
2012-09-04 18:26:22 -04:00 |
|
ichuang
|
d643057052
|
count all types of modules, not just childless ones
|
2012-09-04 11:21:18 -04:00 |
|
ichuang
|
258274f2a7
|
add string to model class unicode
|
2012-09-04 10:25:28 -04:00 |
|
ichuang
|
02d58a7ca2
|
display course load error messages on modulestore reload by instructor
|
2012-09-03 16:49:34 -04:00 |
|
David Ormsbee
|
999343d641
|
Merge pull request #618 from MITx/feature/victor/hide-progress-tab
Feature/victor/hide progress tab
|
2012-09-03 11:40:35 -07:00 |
|
Victor Shnayder
|
f926925ca6
|
Add a hide_progress_tab course policy flag
- for internal cs50 until we have grade integration set up (only really needed for external version)
|
2012-09-03 14:12:43 -04:00 |
|
David Ormsbee
|
bce4e0f1bc
|
Merge pull request #595 from MITx/feature/ibrahim/discussion_sort_preferences
Feature/ibrahim/discussion sort preferences
|
2012-09-03 10:25:04 -07:00 |
|
ichuang
|
b0397ab0b5
|
fix to be compatible with jenkins test
|
2012-09-03 12:43:48 -04:00 |
|
ichuang
|
4e2ddd578a
|
unit tests for instructor dashboard (grades CSV download)
|
2012-09-03 12:32:41 -04:00 |
|
David Ormsbee
|
df85ac5762
|
Merge pull request #616 from MITx/feature/dave/external_forum
Add support for external forum link. Reviewed by Victor.
|
2012-09-03 07:54:38 -07:00 |
|
ichuang
|
9b056b284d
|
add tracking logging of instructor dashboard actions
|
2012-09-02 23:17:45 -04:00 |
|
ichuang
|
91dcef7fd0
|
add gitreload to instructor dashboard
|
2012-09-02 22:41:27 -04:00 |
|
David Ormsbee
|
5194dc3177
|
Add support for discussion_link attribute in course policy files as a kludge to support CS50's external forums
|
2012-09-02 22:22:01 -04:00 |
|
ichuang
|
9e8ec09b4d
|
pep8 fixes
|
2012-09-02 20:15:57 -04:00 |
|
ichuang
|
2efe481237
|
move instructor dashboard into its own lms djangoapp; add new
functionality - grade dump and download as csv, manage staff list,
force reload of course from xml
|
2012-09-02 19:05:34 -04:00 |
|
ichuang
|
7664f910b1
|
add is_released
|
2012-09-02 19:04:55 -04:00 |
|
David Ormsbee
|
1a1c5edab4
|
Completely cosmetic fix to make the indentation clearer.
|
2012-09-02 16:56:17 -04:00 |
|
kimth
|
3de7c3a322
|
Merge branch 'master' into kimth/mark-graded
|
2012-09-01 08:05:29 -04:00 |
|
David Ormsbee
|
877ae91b7f
|
Don't show View Courseware buttons if they don't have access to load the courseware
|
2012-08-31 21:50:33 -04:00 |
|
kimth
|
de9c981aea
|
Merge branch 'master' into kimth/mark-graded
|
2012-08-31 21:25:53 -04:00 |
|
Arjun Singh
|
9eecd43a4a
|
Fix jump to courseware test to expect a redirect
|
2012-08-31 17:49:15 -07:00 |
|
kimth
|
ae022b662a
|
Merge branch 'kimth/mark-graded' of https://github.com/MITx/mitx into kimth/mark-graded
|
2012-08-31 20:46:34 -04:00 |
|
kimth
|
56cc237eef
|
Merge branch 'master' into kimth/mark-graded
|
2012-08-31 20:41:39 -04:00 |
|
Ibrahim Awwal
|
e600004b1f
|
Make the comment client not explode if it doesn't get a sort preference from the comment service.
|
2012-08-31 15:19:17 -07:00 |
|
Arjun Singh
|
26ca1f5f5b
|
Merge master
|
2012-08-31 15:13:50 -07:00 |
|
Arjun Singh
|
3a9542ebb1
|
Move function; stop shadowing map; add todo about caching for _DISCUSSIONINFO
|
2012-08-31 15:11:29 -07:00 |
|
kimth
|
8c0780bcdc
|
Adjust comments
|
2012-08-31 18:05:54 -04:00 |
|
kimth
|
e482a32d27
|
Accordion distinguishes items to be graded
|
2012-08-31 18:05:54 -04:00 |
|
Kyle Fiedler
|
e7a7c71324
|
Added icon to mark it as having a due date
|
2012-08-31 17:58:08 -04:00 |
|
kimth
|
648d54b027
|
Adjust comments
|
2012-08-31 17:05:48 -04:00 |
|
kimth
|
e8c4bc0c25
|
Accordion distinguishes items to be graded
|
2012-08-31 17:05:48 -04:00 |
|
David Ormsbee
|
69ea7aa873
|
Merge pull request #597 from MITx/feature/victor/nested-links
Feature/victor/nested links
|
2012-08-31 13:48:05 -07:00 |
|
Tom Giannattasio
|
3889388abf
|
Merge pull request #596 from MITx/features/kfiedler/multicourse-buttons
Make the two buttons that lead to the courseware more actionable
|
2012-08-31 13:19:03 -07:00 |
|
Kyle Fiedler
|
3edf1a6a84
|
Added buttons for both pages to make it even more clear to start class
|
2012-08-31 15:58:44 -04:00 |
|
Kyle Fiedler
|
7c1cc4ed21
|
Added hover on course about and more actionable text
|
2012-08-31 15:58:44 -04:00 |
|
Kyle Fiedler
|
0ff70472c9
|
Added styles for dashboard to have link around whole class
|
2012-08-31 15:58:44 -04:00 |
|
David Ormsbee
|
04439a3217
|
add comments explaining prefetch need
|
2012-08-31 15:20:13 -04:00 |
|
David Ormsbee
|
29be6f8209
|
Prefetch user groups to speed up auth checks required to render Progress page view for students
|
2012-08-31 15:16:31 -04:00 |
|
kimth
|
05da125aed
|
Merge pull request #600 from MITx/feature/kfiedler/hints
Added styles for problems
|
2012-08-31 10:30:50 -07:00 |
|
Kyle Fiedler
|
e6f9f8d9b0
|
Add js to the problem and move around that css and js to accomodate Tonys new HTML Structure
|
2012-08-31 11:15:06 -04:00 |
|
Carlos Andrés Rocha
|
20e48e6615
|
Merge pull request #475 from MITx/tmac/openid-provider
OpenID provider implementation
|
2012-08-31 06:23:03 -07:00 |
|