Miles Steele
|
4afde4dd79
|
add proxied analytics graphs, refactor analytics
|
2013-08-08 13:16:48 -04:00 |
|
Miles Steele
|
fb8c84a516
|
add analytics proxy endpoint
|
2013-08-08 13:16:47 -04:00 |
|
Vik Paruchuri
|
bd9097596c
|
Remove annoying rubric parsing error, redo how notifications work
|
2013-08-08 13:16:32 -04:00 |
|
Jay Zoldak
|
006b90af9f
|
Modify cms acceptance tests to use auto_auth workflow.
|
2013-08-08 12:08:25 -04:00 |
|
Vik Paruchuri
|
17c77dd157
|
Merge pull request #392 from edx/fix/vik/answer-unknown
Simplify save_grade and pass through answer_unknown
|
2013-08-08 07:28:03 -07:00 |
|
Vik Paruchuri
|
306649f6ad
|
Fix test
|
2013-08-08 08:34:39 -04:00 |
|
Vasyl Nakvasiuk
|
ae8b2c883c
|
add Word Cloud acceptance tests
|
2013-08-07 15:46:27 +03:00 |
|
Kristin
|
16b5b95128
|
Merge pull request #506 from edx/ksteph/bugfix_offline_gradecalc
Fix offline_gradecalc
|
2013-08-06 14:53:30 -07:00 |
|
David Baumgold
|
b69be70f65
|
Merge pull request #575 from edx/db/integrate-jsonresponse
Integrate JsonResponse into lms/djangoapps/instructor/views/api.py
|
2013-08-06 11:55:49 -07:00 |
|
David Baumgold
|
714d3b9662
|
pylint fixes
|
2013-08-06 14:36:13 -04:00 |
|
Peter Fogg
|
ae517fee01
|
Merge pull request #455 from edx/peter-fogg/remove-videoalpha-xml
Peter fogg/remove videoalpha xml
|
2013-08-06 11:06:46 -07:00 |
|
chrisndodge
|
c4d6102af6
|
Merge pull request #584 from edx/fix/cdodge/allow-courseware-links-in-capa-module
tie in the normal courseware link url rewriting in capa module since tha...
|
2013-08-06 10:55:46 -07:00 |
|
Peter Fogg
|
9c84440501
|
PR comment cleanup.
|
2013-08-06 13:23:33 -04:00 |
|
Peter Fogg
|
08c5f955aa
|
Unstyled prototype for new list editor design.
|
2013-08-06 13:23:33 -04:00 |
|
Peter Fogg
|
f317244ac4
|
Convert Video Alpha to metadata-only.
|
2013-08-06 13:23:33 -04:00 |
|
Vik Paruchuri
|
cb54081d2e
|
Fix notification problem
|
2013-08-06 09:55:49 -04:00 |
|
Adam Palay
|
5d0328aa3e
|
creates "edge" case
|
2013-08-05 18:08:32 -04:00 |
|
Adam Palay
|
cac6a3195d
|
add university_profile/edge.html for edge landing page
|
2013-08-05 17:26:47 -04:00 |
|
David Baumgold
|
ef4220ee43
|
Add unit tests to exercise common_exceptions_400 decorator
|
2013-08-05 16:54:56 -04:00 |
|
Adam Palay
|
f85cfc11fa
|
redirects lms landing page to student.views.index if there is no marketing site
resets the cms edge redirect to '/'
|
2013-08-05 16:05:12 -04:00 |
|
Chris Dodge
|
9e96b9525b
|
tie in the normal courseware link url rewriting in capa module since that presents HTML via an Ajax callbacks and not via module_render.py
|
2013-08-05 15:24:19 -04:00 |
|
David Baumgold
|
7b01147c1a
|
Translate messages early
|
2013-08-05 13:51:47 -04:00 |
|
David Baumgold
|
8807d9fe51
|
Integrate JsonResponse into lms/djangoapps/instructor/views/api.py
|
2013-08-05 13:00:30 -04:00 |
|
chrisndodge
|
85267e6a73
|
Merge pull request #535 from edx/feature/cdodge/add-display-org-and-coursenum
add display_coursenumber and display_organization fields on the CourseModule
|
2013-08-04 18:00:29 -07:00 |
|
Diana Huang
|
4005b3bd79
|
Merge pull request #554 from edx/diana/django-ratelimit
Limit the rate of logins
|
2013-08-02 11:02:04 -07:00 |
|
Diana Huang
|
c867be7961
|
Limit the rate of logins.
|
2013-08-02 11:23:59 -04:00 |
|
Chris Dodge
|
e41554b24c
|
be sure to encode the display strings
|
2013-08-02 09:56:19 -04:00 |
|
Miles Steele
|
4b671d1195
|
fix pylint violations
|
2013-08-02 09:53:21 -04:00 |
|
Miles Steele
|
2760938e15
|
fix analytics distribution with no data, add unit test, cleanup
|
2013-08-02 09:53:21 -04:00 |
|
Miles Steele
|
f7989cb2ab
|
move to instructor template directory
|
2013-08-02 09:53:21 -04:00 |
|
Miles Steele
|
02b7757d1b
|
add catch for tasks AlreadyRunning
|
2013-08-02 09:53:21 -04:00 |
|
Miles Steele
|
8e923deca0
|
fix unicode comparisons, fix 404 access exception, fix initial link handling, fix forum access modification permissions
|
2013-08-02 09:53:20 -04:00 |
|
Miles Steele
|
b44e8fe8b8
|
add regrade & rescore & task api tests, clean api
|
2013-08-02 09:53:20 -04:00 |
|
Miles Steele
|
7905e7d289
|
add csv & enrollment & access api tests, disallow instructors from un-instructoring themselves, rename mode to action for access
|
2013-08-02 09:53:20 -04:00 |
|
Miles Steele
|
0f09abe233
|
factor out urls to instructor.views.api_urls
|
2013-08-02 09:53:20 -04:00 |
|
Miles Steele
|
7392a888ce
|
cleanup, fix permissions, rename functions, add more api tests
|
2013-08-02 09:53:20 -04:00 |
|
Miles Steele
|
e05d0f97d8
|
fix permissions, fix ENABLE_INSTRUCTOR_BACKGROUND_TASKS usage, fix csv download
|
2013-08-02 09:53:19 -04:00 |
|
Miles Steele
|
c6d6698abb
|
change MockEnrollmentState to SettableFakeEnrollmentState
|
2013-08-02 09:52:18 -04:00 |
|
Miles Steele
|
f488aa059b
|
rewrite test_access, add stricter argument to access
|
2013-08-02 09:52:18 -04:00 |
|
Miles Steele
|
cc9371d14e
|
fix formatting, address comments from PR #322
|
2013-08-02 09:52:18 -04:00 |
|
Miles Steele
|
91bd3d7231
|
change arguments to format_dictlist
|
2013-08-02 09:52:17 -04:00 |
|
Miles Steele
|
63d07b7e47
|
rename enrolled_students_profiles -> enrolled_students_features
|
2013-08-02 09:52:17 -04:00 |
|
Miles Steele
|
94ac02e8b4
|
refactor enrollment action reporting
|
2013-08-02 09:52:17 -04:00 |
|
Miles Steele
|
096f7dcd23
|
add docstrings, cleanup (minor)
|
2013-08-02 09:52:17 -04:00 |
|
Miles Steele
|
9b44d9d4f9
|
add format_instances method (unused)
|
2013-08-02 09:52:17 -04:00 |
|
Miles Steele
|
522cdd217c
|
refactor distributions (minor)
|
2013-08-02 09:52:17 -04:00 |
|
Miles Steele
|
0d6a12fda6
|
cleanup (fix typos, remove TODO, formatting)
|
2013-08-02 09:52:17 -04:00 |
|
Miles Steele
|
f25b414d40
|
fix pep8 violations, fix pylint violations
|
2013-08-02 09:52:15 -04:00 |
|
Miles Steele
|
a727959d18
|
add feature switch for beta dashboard
|
2013-08-02 09:52:15 -04:00 |
|
Miles Steele
|
a4608df866
|
make year_of_birth graph bigger, add display names to analytics, remove extra context, fix typos & formatting
|
2013-08-02 09:52:15 -04:00 |
|