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
46897d8b40
Merge pull request #2528 from edx/sarina/lms-2197
...
i18n word cloud LMS-2197
2014-02-10 09:44:40 -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
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
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
Carson Gee
69097e7b4a
Merge pull request #2032 from carsongee/cg/ssl-studio
...
More fully integrate and test ssl external auth in CMS
2014-02-04 09:54:17 -08:00
Julia Hansbrough
891465d1b0
Fixed 500ing CSV reports
2014-02-04 16:38:08 +00:00
Carson Gee
8cbe263ca0
Rename of feature AUTH_USE_MIT_CERTIFICATES to AUTH_USE_CERTIFICATES across platform.
...
Caution! This is backwards incompatible
2014-02-04 10:50:48 -05:00
Bertrand Marron
b758c89e4a
Prepend theme template paths
...
Allow templates override.
2014-02-04 16:18:04 +01:00
John Jarvis
d279dff9c9
fixing syntax
2014-02-04 09:26:25 -05:00
John Jarvis
442abde030
adding DB_MIGRATION_ENGINE and fixing defaults
2014-02-04 09:24:49 -05:00
John Jarvis
3fe701c037
check for None so an empty string is valid for a password
2014-02-04 09:11:48 -05:00
Calen Pennington
49217ebe8b
Allow multiple client-side runtimes on a single page
...
Make XBlock client-side runtimes proper classes, so that handlerUrl can
be defined in a per-runtime way, and we can have multiple runtimes on a
single page.
[LMS-1630][LMS-1421][LMS-1517]
2014-02-04 08:55:36 -05:00
Jason Bau
7ac13bf81e
Don't show course start date if it hasn't been set.
...
If neither start nor advertised_start has been changed from default
don't show the course start date.
This allows us to accept course registrations for courses whose start
date is yet TBD.
2014-02-03 16:20:39 -08:00
Dave St.Germain
0f8919a6ba
Merge pull request #2441 from edx/dcs/info-remove-title
...
Removed extraneous title block that was replacing the breadcrumbs
2014-02-03 14:28:56 -08:00
Julia Hansbrough
5f325a4b89
Merge pull request #2447 from edx/flowerhack/fix/update-language-settings
...
Removed LANGUAGE from devstack settings
2014-02-03 14:22:25 -08:00
John Jarvis
d28f2f5905
adding check back in
2014-02-03 16:54:54 -05:00