David Baumgold
708fd87bb6
Merge pull request #6310 from edx/studio-translate-program-manager
...
Do a better job translating "Program Manager"
2014-12-18 16:10:43 -05:00
Don Mitchell
d73eca48ba
Merge pull request #6296 from edx/dhm/studio_asides
...
make asides render in studio
2014-12-18 15:41:58 -05:00
Don Mitchell
d49c82f9bd
Add configuration to studio for asides
2014-12-18 14:43:22 -05:00
David Baumgold
198e9c7c0e
Do a better job translating "Program Manager"
2014-12-18 14:33:12 -05:00
Waheed Ahmed
2ffe6032bf
Fixed CodeMirror editor view height in studio.
...
TNL-920
2014-12-18 11:42:18 +05:00
Don Mitchell
4360a78142
Studio render XBlockAside views
...
PLAT-280
2014-12-17 15:44:49 -05:00
Don Mitchell
de5e88561f
Make XmlModuleStore handle asides
...
PLAT-221
2014-12-17 13:51:10 -05:00
John Jarvis
128d763047
Merge pull request #6218 from edx/jarv/env-revision-override
...
optionally using environment variable for edx-platform hash
2014-12-17 11:37:13 -05:00
John Eskew
94ea35d3be
Export modulestore-stored asset metadata as XML to exported course.
...
Import asset metadata XML into modulestore.
Optimize importing many items of asset metadata by avoiding multiple
round-trips to MongoDB.
2014-12-16 15:42:38 -05:00
John Jarvis
a9d731165c
optionally using environment variable for edx-platform hash
2014-12-16 15:13:08 -05:00
David Baumgold
6b82489728
Merge pull request #5685 from edx/uncomment-thumbnail-tests
...
Uncomment thumbnail tests
2014-12-16 09:08:05 -05:00
Adam Palay
59343ed63f
fix preview link generation for course reruns (PLAT-336)
2014-12-15 09:21:38 -05:00
Calen Pennington
d919d2ae46
Teach LMS how to render XBlockAsides
...
[PLAT-217]
2014-12-13 08:26:28 -05:00
Calen Pennington
980f30c17f
Move lms.lib.xblock into lms.djangoapps.lms_xblock in preparation add database backed configuration to it
2014-12-12 21:45:21 -05:00
Christine Lytwynec
0bce5569e2
Merge pull request #6238 from edx/clytwynec/fix_failing_git_export_tests
...
fix git_export tests
2014-12-12 17:28:23 -05:00
Christine Lytwynec
197f50b980
fix pep8 violation
2014-12-12 16:22:00 -05:00
Daniel Friedman
5be9488f3f
Merge pull request #6235 from edx/dan-f/fix-test-typo
...
Fix typo in cms unit test
2014-12-12 15:42:44 -05:00
Christine Lytwynec
b9668acb32
fix git_export tests
2014-12-12 15:06:49 -05:00
David Baumgold
3bcf18dd59
Merge pull request #6153 from edx/db/update-pep8
...
Update pep8 to 1.5.7
2014-12-12 15:00:13 -05:00
Daniel Friedman
7e2e90e409
Fix typo in cms unit test
2014-12-12 14:01:42 -05:00
David Baumgold
e53263d937
Merge pull request #6225 from edx/studio-i18n-improvements
...
Don't break up i18n string
2014-12-12 11:09:58 -05:00
David Baumgold
e8d62ff6a8
Replace — with literal emdash
2014-12-12 11:09:26 -05:00
Jesse Zoldak
b999714e1d
Merge pull request #6111 from edx/zoldak/modulestore-test-config
...
Unit test speed improvements
2014-12-12 10:53:24 -05:00
David Baumgold
4fcf1f9eae
Move simplefilter comments before call
2014-12-12 10:47:58 -05:00
David Baumgold
1fe72d89bf
Double quotes for i18n string
2014-12-12 09:44:21 -05:00
David Baumgold
71a74c41c7
Don't break up i18n string
2014-12-12 09:43:27 -05:00
Sarina Canelake
5c433ec9a1
Merge pull request #5731 from Stanford-Online/ataki/upstream
...
Limit Upload File Sizes to GridFS
2014-12-11 16:36:30 -05:00
David Baumgold
36e77c7463
Fixing pep8 issues
2014-12-11 13:04:49 -05:00
zubair-arbi
fbc48d5e31
Merge pull request #6092 from edx/zub/bugfix/tnl-884-save-weight-in-gradingpolicy
...
round-off weight value while returing grading policy
2014-12-11 13:14:28 +05:00
zubair-arbi
f62e5347e1
round-off weight, min_count and drop_count values while returing grading policy
...
TNL-884
2014-12-11 12:27:01 +05:00
John Jarvis
93f0c75fd3
Adding yaml_config, a new settings module
...
This reads configuration directly from yaml
and imports it directly into settings
2014-12-10 16:46:12 -05:00
cahrens
e472937854
Add DEFAULT_FILE_STORAGE configuration.
...
Tests in common are run with both CMS and LMS configuration (with different env files). Ensure the DEFAULT_FILE_STORAGE variables are in both environments.
2014-12-10 15:23:48 -05:00
Jesse Zoldak
77bbd30396
Do not create a modulestore unnecessarily in tests
2014-12-10 11:18:12 -05:00
Clinton Blackburn
fc242ea23e
Merge branch 'release'
...
Release 2014-12-10
2014-12-09 17:39:17 -05:00
Jim
fb9320afc1
Limit Upload File Sizes to GridFS.
...
This commit puts a limit on the size of files that
course staff can upload to MongoDB. The limit is
enforced on the frontend in javascript as well
as backend via the /upload endpoint.
The limit is hard-coded in cms/envs/common.py and
may be changed according to the user's custom
needs.
If the user tries to upload a file that's too
large, an error message will pop up, with a
customizable url that pointing the user to an
external page with an alternate upload procedure.
This url is specified im cms/envs/common.py.
If not set, this url will not be displayed.
2014-12-09 13:30:45 -08: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