Stephen Sanchez
573d3c89fc
Updating settings and requirements for lms and cms to support file upload
2014-07-08 13:15:37 -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
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
Ned Batchelder
844eaeffca
Merge pull request #4184 from IONISx/tusbar/add-mktg-check-dropdown
...
Remove FAQ link in header when disabled
2014-06-23 16:43:37 -04:00
Adam
970d8dd2d0
Merge pull request #4190 from edx/usman/lms2848-htmlbooks-fix
...
Fix for htmlbooks
2014-06-23 16:16:12 -04:00
Piotr Mitros
4eb234e79f
Merge pull request #4174 from edx/pmitros/chromeless-xblocks
...
XBlocks can disable navigation chrome.
This allows for full-screen XBlocks (such as code IDEs), as well as allowing us to somewhat hackishly build top-level XBlocks. This is the first step on the path to non-hackish top-level XBlocks.
2014-06-23 11:56:05 -04:00
polesye
a52b25779d
Use confirm dialogue.
2014-06-23 18:24:53 +03:00
polesye
2d8e1226c8
Move js import into courseware js group.
2014-06-23 17:56:28 +03:00
polesye
2629b48de8
Fix unit test.
2014-06-23 17:56:28 +03:00
polesye
2c27c424f9
Update error code.
2014-06-23 17:56:28 +03:00
polesye
11c2bb19af
Add url redirect to.
2014-06-23 17:56:27 +03:00
polesye
00d7760dc6
Add redirect.
2014-06-23 17:56:27 +03:00
Bertrand Marron
ae3d9feb7e
Remove FAQ link in header when disabled
2014-06-23 15:24:54 +02:00
Will Daly
c16bdf332b
ORA2 release-2014-06-23T13.19
2014-06-23 09:23:33 -04:00
Alexander Kryklia
a7251e06d4
Add possibility to run bok_choy tests in local env.
2014-06-23 14:44:48 +03:00
Sarina Canelake
9fb2731a57
Add Amharic language
2014-06-23 07:42:39 -04:00
Sarina Canelake
54cf1adb86
Add Tamil language
2014-06-23 07:42:39 -04:00