Clinton Blackburn
fc242ea23e
Merge branch 'release'
...
Release 2014-12-10
2014-12-09 17:39:17 -05:00
Andy Armstrong
2b0f959bd7
Merge pull request #5942 from edx/cohorted-courseware
...
Cohorted courseware
2014-12-08 14:38:30 -05:00
Adam Palay
27c710b85d
don't export draft children of orphaned drafted (TNL-923)
2014-12-08 14:14:38 -05:00
Ben Patterson
89397d00f9
Revert "Jarv/config refactor wip"
2014-12-08 13:40:49 -05:00
John Jarvis
cc6111181d
Merge pull request #6096 from edx/jarv/config-refactor-wip
...
Jarv/config refactor wip
2014-12-08 13:19:29 -05:00
Adam
896b191503
Merge pull request #6161 from edx/adam/fix-openended-draft-export
...
fix export for openassessment drafts (PLAT-249)
2014-12-08 09:25:09 -05:00
Adam Palay
bd6897894c
fix export for openassessment drafts (PLAT-249)
2014-12-05 15:19:51 -05:00
stv
04b97a3ae1
Create helper function to remove duplicate code
...
This repetitive code is especially pronounced in Stanford's fork, where
we have extended the About page to include several additional fields.
This pays down some technical debt by refactoring into a shared helper.
2014-12-05 11:13:59 -08:00
John Jarvis
c711ed5091
moving the convert_tokens function to a common file
2014-12-05 14:00:25 -05:00
Don Mitchell
3e1e4a4b25
Merge pull request #6123 from mitocw/bdero/move-course-role-check-to-student
...
Moved has_course_access from CMS to student.auth (common)
2014-12-05 11:35:16 -05:00
Andy Armstrong
eced849db0
Add group_access field to all xblocks
...
TNL-670
2014-12-05 09:55:00 -05:00
jsa
f24f01d217
Add support for user partitioning based on cohort.
...
JIRA: TNL-710
IMPORTANT: this commit converts the course_groups
package to using migrations. When deploying to an
existing openedx instance, migration 0001 may fail
with an error indicating that the CourseUserGroup
table already exists. If this happens, running
the 0001 migration first, with the --fake option,
is recommended. After performing this step,
remaining migrations should work as expected.
2014-12-05 09:53:44 -05:00
Andy Armstrong
356b2335e9
Add base support for cohorted group configurations
...
TNL-649
2014-12-05 09:52:26 -05:00
Waheed Ahmed
2bea9b4b65
Fixed plus sign icon for overall grade range add button.
...
TNL-890
2014-12-05 12:16:11 +05:00
John Jarvis
de98bf8fac
renaming to use underscores
2014-12-04 18:01:34 -05:00
John Jarvis
a32f337326
renmaing prod.py and setting more defaults
2014-12-04 16:43:17 -05:00
Brandon DeRosier
046e295322
Change has_course_access definition and doc string
...
- has_course_access renamed to has_course_author_access for clarity
- Changed doc string to clearly state that it determines whether or not
a user has write access to a course
2014-12-02 22:08:58 -05:00
Brandon DeRosier
bdc64a7c70
Moved has_course_access from CMS to student.auth (common)
2014-12-02 19:36:38 -05:00
Jesse Zoldak
bf3b87bc64
Clean up all modulestore testcases
...
Move modulestore config for tests to an importable location
Disable pylnt warning for lms imports in common tests
Refactor all testcases that loaded all xml courses
TE-610
TE-489
2014-12-02 07:09:36 -05:00
Muhammad Ammar
927249bcdc
Merge pull request #6085 from edx/ammar/update-advance-config
...
Update AWS Configuration for ORA1 Problem Creation
2014-12-02 15:35:57 +05:00
David Baumgold
970a83d41e
removed dev_ike and dev_shared_preview
2014-12-01 14:03:45 -05:00
Sarina Canelake
3c364193bb
s/pylint: disable=W0104/pylint: disable=pointless-statement/
2014-12-01 11:22:12 -05:00
Sarina Canelake
520935209d
s/pylint: disable=W0402/pylint: disable=deprecated-module/
2014-12-01 11:22:12 -05:00
Sarina Canelake
13946fb844
s/pylint: disable=W0511/pylint: disable=fixme/
2014-12-01 11:22:12 -05:00
Sarina Canelake
7229ef92ee
s/pylint: disable=W0212/pylint: disable=protected-access/
2014-12-01 11:22:12 -05:00
Sarina Canelake
ff18b7d01a
s/pylint: disable=W0611/pylint: disable=unused-import/
2014-12-01 11:22:12 -05:00
Sarina Canelake
d406261e4b
s/pylint: disable=W0614/pylint: disable=unused-wildcard-import/
2014-12-01 11:22:11 -05:00
Sarina Canelake
5f723e8d3c
s/pylint: disable=W0703/pylint: disable=broad-except/
2014-12-01 11:22:11 -05:00
Sarina Canelake
f223ac8404
s/pylint: disable=W0401/pylint: disable=wildcard-import/
2014-12-01 11:22:11 -05:00
Sarina Canelake
c0556a7ef8
s/pylint: disable=W0613/pylint: disable=unused-argument/
2014-12-01 11:22:11 -05:00
Sarina Canelake
90624ac4ba
s/pylint: disable=R0915/pylint: disable=too-many-statements/
2014-12-01 11:22:11 -05:00
Sarina Canelake
e15d4aea71
s/pylint: disable=F0401/pylint: disable=import-error/
2014-12-01 11:22:10 -05:00
Sarina Canelake
d14c39a13e
Fix exposed pylint violations
2014-12-01 11:22:10 -05:00
Sarina Canelake
b8c16d5ed7
s/pylint: disable=E1120/pylint: disable=no-value-for-parameter/
2014-12-01 11:22:09 -05:00
Sarina Canelake
19f1dacab2
s/pylint: disable=E1101/pylint: disable=no-member/
2014-12-01 11:22:09 -05:00
Sarina Canelake
134effa840
Remove outdated pylint disable
2014-12-01 11:22:09 -05:00
Sarina Canelake
b127d2844b
s/pylint: disable=C0103/pylint: disable=invalid-name/
2014-12-01 11:22:09 -05:00
Sarina Canelake
20e2ee9a57
s/pylint: disable=E0611/pylint: disable=no-name-in-module/
2014-12-01 11:22:09 -05:00
Sarina Canelake
e0f1d3f3f3
s/pylint: disable=C0111/pylint: disable=missing-docstring/
2014-12-01 11:22:09 -05:00
Sarina Canelake
0dad9da5e4
s/pylint: disable=W0621/pylint: disable=redefined-outer-name/
2014-12-01 11:22:08 -05:00
John Jarvis
73c9b4c93b
pep8 and comments
2014-12-01 10:31:30 -05:00
muhammad-ammar
a0dc4c1589
Update AWS Configuration for ORA1 Problem Creation
2014-11-28 11:12:14 +00:00
John Jarvis
209ea51c28
merging from master
2014-11-26 16:21:16 -05:00
John Jarvis
2f0f011a21
config refactor wip
2014-11-26 21:14:39 +00:00
zubair-arbi
9fd2b0013e
Merge pull request #6049 from Shrhawk/shr/bug/TNL-290-incorrect-message-duplicate-course
...
Modify error message
2014-11-26 19:03:52 +05:00
Syed Hassan Raza
50ee031151
Modify error message
2014-11-26 11:18:50 +05:00
Muhammad Ammar
6317347d3d
Merge pull request #5983 from edx/ammar/tnl-827
...
Remove ability to add new ORA 1 problems to courses
2014-11-25 19:23:12 +05:00
Sarina Canelake
a883a9cdda
Merge pull request #5925 from stvstnfrd/pep8/continuation
...
Fix continuation-related PEP8 issues
2014-11-25 09:03:40 -05:00
stv
b215d771b7
Fix PEP8: E128 continuation line under-indented
...
for visual indent
2014-11-24 20:46:50 -05:00
stv
6763c5dd74
Fix PEP8: E126 continuation line over-indented
...
for hanging indent
2014-11-24 20:46:44 -05:00