Nimisha Asthagiri
8855b12b76
Update tests to allow LMS tests to use published branch setting.
...
Conflicts:
cms/djangoapps/contentstore/views/tests/test_container_page.py
common/djangoapps/external_auth/tests/test_shib.py
common/djangoapps/student/tests/test_login.py
common/lib/xmodule/xmodule/modulestore/tests/django_utils.py
common/lib/xmodule/xmodule/modulestore/tests/factories.py
common/lib/xmodule/xmodule/modulestore/xml_importer.py
lms/djangoapps/branding/tests.py
lms/djangoapps/courseware/tests/test_submitting_problems.py
lms/djangoapps/courseware/tests/test_video_handlers.py
lms/djangoapps/instructor_task/tests/test_base.py
lms/djangoapps/instructor_task/tests/test_integration.py
2014-07-09 21:10:12 -04:00
Nimisha Asthagiri
ea32529866
Fix all modulestore calls to pass in user ids.
2014-07-09 21:10:12 -04:00
Nimisha Asthagiri
f5abef88c2
LMS-2947 remove get_error_courses in Split.
...
LMS-2950 move delete_course to Mongo.
2014-07-09 21:10:12 -04:00
Julia Hansbrough
545cfd8406
Merge pull request #4353 from edx/flowerhack/lms-deprecated-urls
...
Enables LMS to handle deprecated URLs
2014-07-09 18:23:00 -04:00
jhelbert
451953752e
Merge pull request #4285 from edx/jhelbert/enrollment-mode-change-events
...
Jhelbert/enrollment mode change events
2014-07-09 17:57:39 -04:00
Julia Hansbrough
d9dd45662e
Enables LMS to handle deprecated URLs
...
LMS-2651
2014-07-09 21:51:37 +00:00
Justin Helbert
e78a398f45
This emits enrollment mode changes events
2014-07-09 20:27:00 +00:00
Jay Zoldak
557a252314
Merge pull request #4317 from edx/zoldak/increase-sqlite-timeout
...
Increase the test SQLite DB timeout. TE-397
2014-07-09 14:40:58 -04:00
Don Mitchell
211f0797fb
Merge pull request #4294 from edx/split_mongo_assets_cherry
...
Split mongo assets cherry
2014-07-09 14:22:04 -04:00
Greg Price
98d7b28c6b
Merge pull request #4318 from edx/gprice/forum-sidebar-debt
...
Reduce tech debt in forum sidebar
2014-07-09 12:13:54 -04:00
Don Mitchell
cc6dfbbc75
Asset support in split
...
LMS-2876
2014-07-07 17:11:43 -04:00
Greg Price
3f6287a267
Clean up forum nav Sass
...
Now that the sidebar class is no longer used, many rules no longer need
!important and can move out of _shame.scss.
2014-07-07 14:21:53 -04:00
Greg Price
a4de82e1c3
Remove sidebar class from forum nav
...
This will enable much cleanup of the relevant SASS rules.
2014-07-07 14:21:53 -04:00
Adam Palay
d63a5abfbc
Merge branch 'rc/2014-07-02' into testmergemaster
...
Conflicts:
lms/djangoapps/instructor/views/instructor_dashboard.py
2014-07-07 13:54:03 -04:00
Jay Zoldak
c216699953
Increase the test SQLite DB timeout. TE-397
2014-07-07 12:32:43 -04:00
Greg Price
f3a8436e68
Tweak forum topic browse menu
...
The filter box will now remain fixed while the rest of the menu scrolls.
This also fixes a minor cosmetic bug in which the thread list would
overflow its container if the user opened the browse menu, scrolled the
page, and then closed the browse menu.
2014-07-03 14:14:55 -04:00
Carlos Andrés Rocha
1939678958
Use deprecated course_key when calling the analytics API.
...
Previously it was serializing the course_key directly, which is not
interpreted correctly by the API.
2014-07-03 12:25:16 -04:00
Carlos Andrés Rocha
5be08cc231
Don't show 500 errors if connection to data API fails
...
Some of the metrics on the instructor dashboard are computed by the new
analytics data pipeline. Don't show 500 errors if the connection to the
pipeline API fails. Instead display that the data is not available and
log an error.
AN-1476
2014-07-03 11:42:39 -04:00
Greg Price
6d87443a39
Update discussion tab sidebar header
...
The home button is removed, the search box is always displayed, and many
visual adjustments are made, along with a large amount of refactoring.
Originally reviewed in #4211
2014-07-02 16:58:34 -04:00
Greg Price
05d8eeecd7
Improve forum sorting and cohort filtering UX
...
Thread entries now show an activity count that includes the original
post, and only one of the vote count and activity count is displayed
based on the user's selected sort. The sorting and filtering options now
both use a select and are somewhat more verbose, and the visual styling
of the sort/filter bar is updated.
Originally reviewed in #4165 with a bugfix in #4211
2014-07-02 16:58:34 -04:00
Greg Price
551cea9379
Add labels to forum thread list
...
A thread will be labeled if it is pinned, if the user is following it,
or if it was authored by a staff member or community TA. This also
slightly changes the color used for community TA labels.
Originally reviewed in #4072
2014-07-02 16:58:33 -04:00
Greg Price
89ba90a695
Re-design forum thread list
...
Use larger and lighter title font, decrease padding, and use lighter
solid backgrounds instead of gradients. Also, refactor SASS code to
conform better to our new style, including using more specific class
names.
Originally reviewed in #4072
2014-07-02 15:31:55 -04:00
Giulio Gratta
1935187cf5
stupid simple css typo fix
2014-07-02 09:50:03 -07:00
clytwynec
c4a5299e55
Merge pull request #4283 from edx/clytwynec/lms_cms_joint_bokchoy_test
...
add lms_base and cms_base urls to bokchoy envs
2014-07-02 12:42:49 -04:00
Usman Khalid
c201d78c43
Fixed urlpatterns regex for support views in dashboard app.
...
LMS-6634
2014-07-02 16:01:25 +05:00
Usman Khalid
446270c0ff
Moved GeneratedCertificates.MODES back inside model.
...
LMS-6631
2014-07-01 19:46:51 +05:00
Anton Stupak
8201c9906a
Merge pull request #4038 from edx/anton/redirect-on-error
...
Add 401 error handler.
2014-07-01 17:03:09 +03:00
Usman Khalid
6a3d5eb079
Do not refund student if a certificate entry already exists for them.
...
LMS-2920
2014-07-01 16:29:07 +05:00
Clinton Blackburn
d118fb8cb2
Get active student count from new analytics data API
...
Disabled by default.
2014-07-01 07:18:04 -04:00
Carlos Andrés Rocha
9261a3e6b9
Merge pull request #4234 from rocha/rocha/analytics-active-count
...
Get active student count from new analytics data API
2014-06-30 16:53:56 -04:00
Clinton Blackburn
36cfe7ab9e
Get active student count from new analytics data API
...
Disabled by default.
2014-06-30 15:16:30 -04:00
Jim Abramson
5d37ea83f7
Merge pull request #4216 from edx/jsa/new-post-redesign
...
consolidate new post form variants into single client-side template/view
2014-06-30 14:39:46 -04:00
David Baumgold
ded1a752a8
Merge pull request #4210 from bdero/bdero/fix-sysadmin-dashboard-gitlog-timezone
...
Make sysadmin dashboard gitlog date timezone-aware
2014-06-30 14:33:01 -04:00
jsa
994ccd1110
consolidate new post form variants into single client-side template/view
2014-06-29 20:45:22 -04:00
Nimisha Asthagiri
8dca8053f6
Fix branch settings.
2014-06-27 21:47:53 -04:00
Nimisha Asthagiri
eecff6e0aa
ModulestoreEnum class.
2014-06-27 14:37:35 -04:00
Christine Lytwynec
d6ebf59dbe
add lms_base and cms_base values to bokchoy envs
2014-06-27 13:52:00 -04:00
Brandon DeRosier
36873ffc92
Datetime localized on gitlog page of sysadmin dashboard
2014-06-27 12:27:50 -04:00
Nimisha Asthagiri
a9213509c3
Enable Mixed Modulestore STUD-1540
...
Refactor get_parent_locations STUD-1663
2014-06-26 18:00:11 -04:00
cahrens
a4b172d9d8
Display names, help text, and "deprecated" for Advanced Settings.
...
STUD-302, STUD-303
2014-06-26 16:54:22 -04:00
James Tauber
238b4a5df1
tests for PR 3769
...
Two out of three fail without PR 3769 but all pass with PR 3769.
2014-06-26 10:37:58 -04:00
James Tauber
99cfea153c
dummy theme templates for testing
2014-06-26 10:37:58 -04:00
Christine Lytwynec
96e5139d66
Merge branch 'release'
...
Conflicts:
common/lib/xmodule/xmodule/tests/test_video.py
2014-06-25 13:51:31 -04:00
Alexander Kryklia
c9afa056ad
Move video descriptor instantiation in tests to single place.
2014-06-25 14:41:15 +03:00
James Tauber
54399533b7
Merge pull request #3769 from shindere/favicon-fixup
...
Improves the way LMS serves /favicon.ico
2014-06-24 16:30:11 -04:00
Oleg Marshev
715fde27c4
Redirect Chinese students to a Chinese CDN for video.
2014-06-24 18:39:52 +03:00
Adam
a053dfbbd8
Merge pull request #4192 from edx/adam/change-logging-level-gradding
...
Lower logging level in grading condition from exception to info
2014-06-24 10:34:48 -04:00
polesye
584da69bee
Fix unit test.
2014-06-24 14:26:02 +03:00
Alexander Kryklia
03ad6584db
Merge pull request #4181 from edx/alex/allow_bok_choy_in_dev_env
...
Add possibility to run bok_choy tests in local env.
2014-06-24 12:20:52 +03:00
Adam Palay
d9f0a6ba68
Lower logging level in grading condition from exception to info
...
addresses part of LMS-2907
2014-06-23 16:50:28 -04:00