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
Ned Batchelder
6635233b3c
Merge pull request #2529 from edx/ned/second-dummy-language
...
Add a second fake translation language
2014-02-10 15:19:27 -05:00
Sarina Canelake
6f32324e28
Merge pull request #2537 from edx/sarina/add-greek
...
Add Greek language translations
2014-02-10 15:17:28 -05:00
Ned Batchelder
30aede6fb2
Merge pull request #2541 from edx/ned/remove-unused-imports
...
Remove unused imports.
2014-02-10 15:00:49 -05:00
Dave St.Germain
70b602fbfe
Merge pull request #2498 from edx/dcs/a11y-sequence-nav
...
Accessibility improvements to the sequence navigation
2014-02-10 14:51:59 -05:00
Dave St.Germain
01ac04ca60
Merge pull request #2496 from edx/dcs/a11y-hide-things
...
For a11y, modal dialogs and script templates should be hidden...
2014-02-10 14:50:30 -05:00
Sarina Canelake
0ea941da69
Add Greek language translations
2014-02-10 14:40:11 -05:00
Dave St.Germain
4810bd6d1c
Improved sequence navigation accessibility
2014-02-10 14:34:28 -05:00
Ned Batchelder
1bd213beba
Remove unused imports.
2014-02-10 14:07:50 -05:00
Sarina Canelake
46897d8b40
Merge pull request #2528 from edx/sarina/lms-2197
...
i18n word cloud LMS-2197
2014-02-10 09:44:40 -05:00
Ned Batchelder
ece123e90f
More than one dummy language
2014-02-08 10:37:01 -05:00
Calen Pennington
e0f6b1a24a
Merge pull request #2221 from cpennington/xblock-xml-serialization
...
Enable (and test) xml export of pure XBlocks
2014-02-07 16:46:46 -05:00
Sarina Canelake
ad8ee2f2fc
i18n word cloud LMS-2197
2014-02-07 16:42:14 -05:00
Jason Bau
50f7c0ebed
Merge pull request #2510 from edx/jbau/fix-timezone-test-breakage
...
fix tests that were breaking on dev envs due to TIME_ZONE='UTC'
2014-02-07 12:28:36 -08:00
Greg Price
b1fc36d513
Merge pull request #2514 from edx/gprice/fix-single-thread-recursive
...
Avoid requesting unnecessary thread responses
2014-02-07 15:01:44 -05:00
Giulio Gratta
5e67612e9b
Image Modal CMS HTML Block subtype
...
- Added YAML file for the HTML template code for the modal to work
- Added CSS and JS code for modal to look and function properly
- Updated code to take comments into account.
- Simplified HTML template and expanded JS to set up image modal on load.
- Added preliminary drag script.
- Converted jQuery UI draggable to Draggabilly
2014-02-07 09:21:20 -08:00
Dave St.Germain
44109d16ab
For a11y, modal dialogs and script templates should be hidden from
...
screen readers. Also, the mathjax message should be wrapped to prevent
non-IE browsers from complaining about a feature that is IE-only.
2014-02-07 11:12:41 -05:00
Greg Price
bc0ca63f7e
Avoid requesting unnecessary thread responses
...
The front-end code for rendering a thread always makes an AJAX request
for the resopnses, regardless of how the thread was accessed (directly
by URL or by selecting it from the thread list). Previously, when
a user accessed a thread directly by URL, the LMS would initially
request the thread from the comments service with responses, but that
response data was never actually used. Now, the responses are not
fetched with that initial query.
2014-02-07 10:50:59 -05:00
Dave St.Germain
98a5ce3261
Merge pull request #2499 from edx/dcs/a11y-slight-rearrange
...
Added an alt tag to the footer logo; added charset meta tag; moved
2014-02-07 10:05:52 -05:00
Brian Talbot
08f448389a
Merge pull request #2410 from ionis-education-group/courseware-none-bodyclass
...
Add '' default to bodyclass in courseware templates
2014-02-07 10:00:59 -05:00
David Baumgold
a93ef64a68
Merge pull request #2454 from ionis-education-group/theme-template-paths
...
Prepend theme template paths
2014-02-07 09:25:34 -05:00
Jason Bau
fc8efc3017
fix tests that were breaking on dev envs due to TIME_ZONE='UTC'
2014-02-06 23:07:26 -08:00
John Jarvis
6c5ad2b74a
Merge pull request #2448 from edx/jarv/db-env-override
...
Jarv/db env override
2014-02-06 17:53:26 -05:00
Jason Bau
c3e1184211
Merge pull request #2269 from edx/jbau/lms-localize-datetime
...
make LMS accordion and progress datetime display respect settings.TIME_ZONE
2014-02-06 12:48:10 -08:00
Brian Talbot
a41bdb46db
Merge pull request #2476 from ionis-education-group/bodyclass-without-js
...
Stop using JavaScript to set the body's CSS class
2014-02-06 11:28:09 -05:00
Dave St.Germain
2d72184620
Added an alt tag to the footer logo; added charset meta tag; moved
...
DOCTYPE to the top of the file.
2014-02-06 11:25:16 -05:00
Jason Bau
b525f40377
Start datetime localization in LMS
...
Currently just coerces the time displayed for due dates
(accordion.html and progess.html) to settings.TIME_ZONE
2014-02-06 07:57:56 -08:00
Feanil Patel
716b789e06
Merge remote-tracking branch 'origin/release'
2014-02-05 17:26:39 -05:00
Don Mitchell
1de9d55844
Review-driven changes (to-be-squashed)
2014-02-05 16:34:24 -05:00
Julia Hansbrough
a0efe6e0de
Make receipt-ids actually generate UUIDs
...
LMS-2192
2014-02-05 20:41:30 +00:00
Calen Pennington
b0bed170de
Enable (and test) xml export of pure XBlocks
...
[LMS-179]
[LMS-209]
[LMS-1345]
2014-02-05 13:02:40 -05:00
Dave St.Germain
28f2a547a5
Merge pull request #2475 from edx/dcs/a11y-skip-nav
...
Add a means to skip to more specific parts of the page.
LMS-2156
2014-02-05 12:46:59 -05:00
Bertrand Marron
5835ecf779
Stop using JavaScript to set the body CSS class
...
This prevents everything from blinking, since the CSS class will be
present when the page is rendering.
2014-02-05 17:34:35 +01: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
Dave St.Germain
9945d3e9cf
Add a means to skip to more specific parts of the page. Contributes to
...
LMS-2156
2014-02-05 11:28:11 -05:00
Dave St.Germain
9132009fd3
Merge pull request #2463 from edx/dcs/a11y-progress-delistify
...
Converted <ol> to <div> to prevent a11y confusion on course progress page.
[LMS-1727]
2014-02-05 11:16:41 -05:00
Brian Talbot
26068a982f
LMS: removing redundancy and markup reliability from progress-page Sass selectors
2014-02-05 10:49:37 -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
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
Jason Bau
70762d1ab7
Merge pull request #2307 from edx/jbau/allow-unset-course-startdate
...
Handle taking registrations on a course with TBD start date
2014-02-04 16:07:23 -08: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
818ad15967
Merge pull request #2304 from cpennington/less-initialization
...
Don't force modulestore initialization when running lms manage.py, only when running via the wsgi file
2014-02-04 13:27:01 -08:00
Calen Pennington
f6731342de
Make Studio load XBlock fragment js and css on the client-side
...
[LMS-1421][LMS-1517]
2014-02-04 15:38:13 -05:00
Calen Pennington
13c894eb31
Remove extraneous configuration
2014-02-04 15:35:26 -05:00
Chris Dodge
ad7348ec11
Allow author to cap enrollments in course
...
add a test case for enrollment caps
pep8 fix
2014-02-04 15:32:36 -05:00
Julia Hansbrough
aeb7bbf260
Merge pull request #2461 from edx/flowerhack/fix/csv-using-read-replica
...
Fixed 500ing CSV reports
2014-02-04 11:56:54 -08:00
Usman Khalid
0eb9c34341
Merge pull request #2396 from edx/usman/lms2090-instructor-task-transactions
...
instructor_task: Distribute extra items among subtasks of last query.
2014-02-04 11:17:20 -08:00
Dave St.Germain
b0af0b18b9
Converted <ol> to <div> to prevent a11y confusion.
2014-02-04 14:00:17 -05:00
Usman Khalid
95a112a3dd
instructor_task: Distribute extra items among subtasks of last query.
...
When creating an instructor task total_num_items may change between the
time it and the number of subtasks is calculated and the time the
subtasks are actually queued (all of this cannot happen in one transaction).
In such a case the extra items are distributed among the subtasks of the
last query.
LMS-2090
2014-02-04 23:30:02 +05:00