Calen Pennington
ded722dd38
Merge pull request #2449 from cpennington/xblock-testing-docs
...
Add docs about testing xblocks in the LMS
2014-02-05 09:47:27 -05:00
Don Mitchell
53f7c50731
Added test for defaulting use_locations
2014-02-05 09:34:30 -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
Dave St.Germain
ea594a2980
Merge pull request #2464 from edx/dcs/default-css-class
...
The default course CSS class should be empty string rather than None.
2014-02-05 09:34:05 -05:00
Will Daly
cb4f92acdf
Make tab nav page object more robust
2014-02-05 08:54:43 -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
e7e528e8d8
Add docs about testing xblocks in the LMS
...
[LMS-2059]
[LMS-2060]
[LMS-1216]
2014-02-05 08:27:41 -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
Valera Rozuvan
7339f568d4
Merge pull request #2358 from Szczork/szczork/log-speed-change-video
...
add condition - log speed change / loading video
2014-02-05 12:46:25 +02:00
Will Daly
7960d31416
Increase wait time in XQueue stub test
2014-02-04 22:58:58 -05:00
ichuang
5541aa9c5d
Merge pull request #2412 from edx/bugfix/ichuang/formulaequation-msg2
...
add message output to formulaequationinput.html (capa)
2014-02-04 18:57:41 -08:00
Will Daly
50fed0acc6
Merge pull request #2469 from edx/will/doc-and-i18n-test-prereqs
...
Install Python prereqs before running doc and i18n tests
2014-02-04 17:45:43 -08:00
Will Daly
6f080b2fca
Install Python prereqs before running doc and i18n tests
2014-02-04 20:19:11 -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
marcotuts
3e5a591afe
added back in component header visual separation from component rendering block, making clear the display name for each component is not rendered to students
2014-02-04 18:57:09 -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
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
Will Daly
bf147e0005
Merge pull request #2428 from edx/will/i18n-test-results
...
Better test console reports; i18n XUnit results
2014-02-04 13:00:52 -08:00
Calen Pennington
569c5def77
Make uses of quote_slashes always operate on encoded strings
2014-02-04 15:39:40 -05: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
Will Daly
cca5b2b63b
Merge pull request #2452 from edx/will/pages-setup-script
...
Updated bok choy page objects setup.py
2014-02-04 12:10:07 -08: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
Mark Hoeber
771ec3ebf6
Doc Update for Component label in editable unit page
...
for STUD-1242
2014-02-04 14:50:33 -05:00
Dave St.Germain
0e5f3e4f08
The default course CSS class should be empty string rather than None.
2014-02-04 14:37:38 -05:00
Will Daly
079f3aa5f4
Updated bok choy page objects setup.py
...
Fix bug in url method of register page object
Add dist directories to gitignore
2014-02-04 14:32:42 -05: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
Mark Hoeber
19674a6f98
Merge pull request #2458 from edx/ahodges-documentation-LMSdash
...
Ahodges documentation lm sdash
2014-02-04 10:51:22 -08:00
Mark Hoeber
48dd00cc7c
Merge pull request #2460 from edx/sylvia/documentation/BLD-787
...
Added warning about complex numbers to math expression input
2014-02-04 10:43:56 -08: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
jsa
10364887d2
don't show the add response button if responses are not allowed.
...
JIRA: FOR-452
2014-02-04 13:29:15 -05:00
Alison Hodges
53c45a6216
Adding instructor dashboard documentation for student and grade download data.
2014-02-04 13:21:27 -05:00
Sylvia Pearce
4cda88ff60
Added warning about complex numbers to math expression input
2014-02-04 13:12:48 -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
Will Daly
194c906c19
List which test suites failed
...
Add section headings to test console output
i18n tests generate XUnit reports
Move i18n and docs test commands out of tests.rake
2014-02-04 12:36:19 -05:00
Greg Price
88d3998c8a
Make assets:coffee a dependency of i18n:extract
...
Extraction is done on the compiled .js files, so coffee compilation
should be done before extracting strings.
2014-02-04 12:09:00 -05:00
Julia Hansbrough
891465d1b0
Fixed 500ing CSV reports
2014-02-04 16:38:08 +00:00
David Baumgold
4dd2c42a1f
Merge pull request #2451 from edx/db/i18n-dummy-path-py
...
Use path.py instead of os.path
2014-02-04 08:28:07 -08:00
David Baumgold
b1be29ffbc
Use path.py instead of os.path
2014-02-04 11:02:13 -05:00
Mark Hoeber
7e1e8fdce5
Merge pull request #2453 from edx/sylvia/documentation/BLD-759
...
Add "Protein Builder" to "Additional Tools"
2014-02-04 08:00:03 -08: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
Will Daly
54dbadb320
Merge pull request #2450 from edx/will/fix-dummy-i18n-import
...
i18n/dummy.py cleanup
2014-02-04 07:38:12 -08:00
Sylvia Pearce
bd4e5e409f
Add ProteinBuilder.gif
2014-02-04 10:28:48 -05:00
srpearce
93133f38e3
Merge pull request #2444 from edx/markhoeber/documentation/LMS-2140
...
Add info to external graders chapter
2014-02-04 07:26:34 -08:00
Bertrand Marron
b758c89e4a
Prepend theme template paths
...
Allow templates override.
2014-02-04 16:18:04 +01:00
Sylvia Pearce
07e4871d97
Add "Protein Builder" to "Additional Tools"
2014-02-04 10:18:03 -05: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