Ned Batchelder
be17006022
Use strftime_localized for dates.
2014-02-18 17:35:56 -05:00
Ned Batchelder
66e598b75d
Add strftime_localized function, not called yet.
2014-02-18 17:35:56 -05:00
Ned Batchelder
229f3522fa
Move date_utils to common/djangoapps/util
2014-02-18 17:35:56 -05:00
Will Daly
331fbcd585
Merge pull request #2612 from edx/will/fix-xqueue-stub-test
...
Fixed intermittent failure in XQueue stub unit test
2014-02-18 14:59:06 -05:00
Julia Hansbrough
64f1cae64b
Merge pull request #2419 from edx/talbs/lms-languagemenu
...
LMS: Adds Language Selection Menu
2014-02-14 18:32:12 -05:00
thedeadparrot
ff0a6fb778
Update cms urls for language preferences
2014-02-14 22:35:14 +00:00
Julia Hansbrough
05537540d1
Fix acceptance tests
...
Fixed bok-choy acceptance tests
2014-02-14 22:35:14 +00:00
thedeadparrot
b61649f9eb
Refactor out new lang_pref djangoapp
2014-02-14 22:35:14 +00:00
thedeadparrot
afdd8d68cb
Better dashboard display behavior
...
* Don't show sidebar if only one language is present
* only add in the default language code if it's not already present
2014-02-14 22:35:13 +00:00
thedeadparrot
f6e14e62b5
Change setlang url
2014-02-14 22:35:12 +00:00
thedeadparrot
7e38c3ad6b
Use a given default for getting a preference
2014-02-14 22:35:12 +00:00
thedeadparrot
48686793d7
Clean up tests.
2014-02-14 22:35:12 +00:00
Diana Huang
a07d243fdb
Clean up the display and dialog to use user preferences
...
instead of the current language.
2014-02-14 22:35:11 +00:00
Diana Huang
e94b1a5cfa
If we run into issues with languages, use default
2014-02-14 22:35:10 +00:00
Diana Huang
be189e607e
Store user preferences for languages
...
Also, refactor tests such that we're not deleting users or prefs
2014-02-14 22:35:07 +00:00
Julia Hansbrough
552572694f
Added middleware for handling language changes
2014-02-14 22:34:29 +00:00
Will Daly
b8187fb173
Fixed intermittent failure in XQueue stub unit test
2014-02-14 16:43:13 -05:00
Will Daly
c85c4b22ed
Revert "Replace rake functions with python paver functions"
...
This reverts commit df2e410f2a .
2014-02-14 14:25:28 -05:00
David Glance
df2e410f2a
Replace rake functions with python paver functions
...
Deprecated rake functions issue a warning and then call paver
replacements
Bring Paver commands up to date with master for servers, assets, and docs.
Revert deprecation of quality, tests, and i18n for a future pull request.
Deprecate workspace migration
2014-02-14 11:25:55 -05:00
Ned Batchelder
b23e9fb62f
Merge pull request #2405 from edx/ned/remove-massemail
...
Remove unused massemail commands.
2014-02-14 10:50:57 -05:00
Julia Hansbrough
7d81a510bc
Moved UserPreferences to common
2014-02-14 10:32:11 -05:00
Julia Hansbrough
d867e87b72
Acceptance test for language selector
...
Tests language selection feature for student dashboard
2014-02-14 10:32:11 -05:00
Julia Hansbrough
cb6b52f890
wiring for language selector
2014-02-14 10:32:10 -05:00
Christina Roberts
0c74d6ac54
Merge pull request #2562 from edx/christina/lms-mixed
...
Clean up of modulestore references (primarily LMS).
2014-02-13 20:05:31 -05:00
Julia Hansbrough
5131818153
Merge pull request #2597 from edx/release
...
Release
2014-02-13 15:17:38 -05:00
Calen Pennington
d58358a484
Merge pull request #2555 from cpennington/xblock-acid-acceptance-tests
...
Add acceptance tests of the Acid block in both LMS and Studio
2014-02-13 14:23:31 -05:00
Calen Pennington
6125d97301
Add acceptance tests using the AcidBlock for LMS and Studio
...
[LMS-1645]
[LMS-2062]
[LMS-2063]
[LMS-2064]
2014-02-13 13:22:10 -05:00
Calen Pennington
3a7b265c8a
Add trailing commas to multiline lists, to prevent string concatenation bugs
2014-02-13 13:12:42 -05:00
Usman Khalid
21d8b40576
Added feature setting 'DISPLAY_HISTOGRAMS_TO_STAFF' to configure display of histograms in Staff Debug Info panel.
...
Generating histograms requires scanning the courseware_studentmodule table on
each view. This can make staff access to courseware very slow on large courses.
Default is False.
LMS-1199
2014-02-13 17:15:20 +05:00
Usman Khalid
f6d7cb5065
Renamed feature setting 'DISPLAY_HISTOGRAMS_TO_STAFF' to 'DISPLAY_DEBUG_INFO_TO_STAFF' to better communicate its purpose.
...
Default is True.
LMS-1199
2014-02-13 17:15:19 +05:00
cahrens
09d90b16af
Clean up of modulestore references (primarly LMS).
...
STUD-1151
2014-02-11 14:29:22 -05:00
Oleg Marshev
79ffcb7e94
Refactor stub implementation of LTI Provider. BLD-601.
2014-02-11 12:50:22 +02:00
Don Mitchell
16f0d12a1f
Merge pull request #2356 from edx/dhm/mixed_ms_wrapper
...
MixedModulestore wraps most getters, update_item, delete_item
2014-02-10 16:01:50 -05:00
David Baumgold
1dfd3310f7
Refactor student views
...
Fix pylint/pep8 warnings, use JsonResponse instead of HttpResponse where useful,
put in TODOs to change HTTP status codes to be more accurate.
2014-02-10 14:50:57 -05:00
Feanil Patel
95f31e5036
Merge remote-tracking branch 'origin/release'
2014-02-07 17:07:29 -05:00
David Baumgold
e52c9b515f
Missed some places to change the registration response status code
...
LMS-2203
2014-02-07 14:29:11 -05:00
Greg Price
8e3a77fa1e
Add acceptance tests for forum response pagination
2014-02-06 17:52:14 -05:00
Will Daly
4c2b76951d
Merge pull request #2431 from edx/will/ora-acceptance-tests-rebase
...
Peer-grading acceptance tests
2014-02-05 16:43:47 -05:00
Jay Zoldak
0acb18fe1f
Merge pull request #2480 from edx/zoldak/increase_lettuce_script_timeout
...
Increase async script timeout in lettuce acceptance tests
2014-02-05 15:45:31 -05:00
Will Daly
0a9b4ada86
Added stub XQueue server to bok_choy test suite.
...
Added feedback check for AI-assessment test
Added peer assessment feedback test
Added tests for peer grading module
Added stub peer grading module service
Updated Studio/LMS page objects and tests to use bok-choy v0.1.0
Added LMS bok-choy tests from e2e repo
Add bok-choy tests for peer grading module, including calibration.
2014-02-05 14:50:15 -05:00
Feanil Patel
3731144dc6
Only move students if they aren't in the new course.
2014-02-05 14:32:59 -05:00
Jay Zoldak
a4275e90b1
Increase async script timeout in lettuce acceptance tests
2014-02-05 13:14:19 -05:00
Dave St.Germain
a6797899da
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
2014-02-05 11:32:08 -05:00
Don Mitchell
b8ea7f3c43
update_item and other refactorings continued
2014-02-05 10:24:24 -05:00
Don Mitchell
c601b75675
MixedModulestore wraps most getters, update_item, delete_item
...
with code to translate between addressing schemes based on app
and persistence layer addressing scheme specification.
STUD-1206
2014-02-05 09:34:30 -05:00
Will Daly
cb8818a4b0
Merge pull request #2470 from edx/will/fix-http-stub-test
...
Increase wait time in XQueue stub test
2014-02-05 08:34:45 -05:00
Calen Pennington
6d67d0c677
Merge pull request #1949 from cpennington/xblock-studio-js-and-css
...
Enable XBlock js and css in Studio
2014-02-05 08:19:45 -05:00
Will Daly
7960d31416
Increase wait time in XQueue stub test
2014-02-04 22:58:58 -05:00
chrisndodge
3f43fb6436
Merge pull request #1967 from edx/feature/cdodge/cap-num-enrollments
...
Add ability to cap number of enrollments in a course
2014-02-04 13:38:52 -08:00
Calen Pennington
569c5def77
Make uses of quote_slashes always operate on encoded strings
2014-02-04 15:39:40 -05:00