Mark Hoeber
63a4811464
Merge pull request #1895 from edx/release-notes/12-9-13
...
Release notes/12 9 13
2013-12-09 10:41:36 -08:00
Mark Hoeber
c328daeba5
Edit changes
...
Edited 12-9-13 file
2013-12-09 10:52:16 -05:00
Mark Hoeber
bb1945b84c
Release notes for 12-9-2013
...
Release notes for 12-9-2013
2013-12-08 11:06:48 -05:00
Mark Hoeber
62035c03c7
rn for 12/9/13
...
new file
2013-12-06 16:28:53 -05:00
spearce
cb5afe9709
ORA documentation updates
...
Updated main ORA documentation based on several bugs; added new
student-facing ORA docs
2013-12-06 13:19:08 -05:00
Mark Hoeber
faf5af1c7a
New Release Notes
...
Release notes in RST format
2013-12-06 09:52:28 -05:00
spearce
94b8f11cba
test
2013-12-06 09:33:28 -05:00
Mark Hoeber
5bf2f4b07b
New release notes project
...
added files for past dates
2013-12-05 16:40:00 -05:00
Mark Hoeber
c63dbe87ea
Continued edits
...
Worked through Andy's list
2013-12-04 11:04:26 -05:00
Mark Hoeber
c495fdd3ae
Continued Editorial work
...
Continued Editorial work
2013-12-04 11:04:25 -05:00
Mark Hoeber
7c7bfc658c
adding images for ORA
2013-12-04 11:04:25 -05:00
Mark Hoeber
29b49ce10d
Editorial updates
...
update to checking student progress, create new course, index, open
response assessment
2013-12-04 11:04:25 -05:00
Mark Hoeber
89c2832e9e
New Updated Studio Documentation
...
New documentation from rewrite, audit, and integration of some
documentation from edx101. Intent to release by training on 12/5.
2013-12-04 11:04:25 -05:00
David Baumgold
f3f4af8087
settings.MITX_FEATURES => settings.FEATURES
2013-12-03 15:34:55 -05:00
David Baumgold
8eff442752
mitxmako => edxmako
2013-12-03 14:15:09 -05:00
Ned Batchelder
c8a7b259ff
Resolve conflicts merging master to rc/2013-11-21
2013-11-27 11:55:44 -05:00
Jay Zoldak
341875bb18
Remove code related to Pearson Testing Centers
2013-11-26 17:04:19 -05:00
Calen Pennington
11bbf4c182
Add grading functionality to LTI xmodule
...
Co-author: Alexander Kryklia <kryklia@edx.org >
Co-author: Ned Batchelder <ned@edx.org >
Co-author: Oleg Marchev <oleg@edx.org >
Co-author: Valera Rozuvan <valera@edx.org >
Co-author: polesye
[BLD-384]
2013-11-26 16:30:55 -05:00
Manuel Freire
cdc3ad1cc4
298.15 K is 25 C, not 0 (0 is defined to be at 273.15)
...
Signed-off-by: <manuel.freire@fdi.ucm.es >
2013-11-19 12:52:13 +01:00
Calen Pennington
864d831ce3
Use XBlock handlers for handle_ajax in XModules
...
Adds xblock handler_url support to the LMS, and makes handle_ajax use
that code.
[LMS-230] [LMS-229]
2013-11-08 11:08:48 -05:00
stroilova
47cb3e3bd0
update personal info in example
2013-10-23 17:09:20 -04:00
polesye
ee7c71817a
Add special cases to doc.
2013-10-23 12:37:11 +03:00
Anton Stupak
aecc20af6b
Add Timed Transcripts Editor.
2013-10-22 21:45:03 +03:00
Will Daly
c1a5f18e9b
Updated testing docs
2013-10-17 14:17:48 -04:00
Carlos Andrés Rocha
e396bf883c
Replace Language with Event Source in the tracking logs documentation
...
Also:
- Add some missing event descriptions
- Reorganized rows to put relevant events together
2013-10-08 17:03:15 -04:00
Carlos Andrés Rocha
7749bbbe51
Add module grade to problem_check tracking log event
2013-10-08 13:53:35 -04:00
David Baumgold
6bd015d321
Update docs readme
2013-10-07 15:40:36 -04:00
Will Daly
b5fc5d89d3
Fix run single test example
2013-10-01 15:53:16 -04:00
Jay Zoldak
94c74b5c80
update discussion forum doc
2013-09-27 08:28:18 -04:00
stroilova
6d41669bbb
Merge pull request #809 from edx/event_spec_update
...
Update event doc from wiki
2013-09-24 10:44:31 -07:00
Jay Zoldak
6ebb753823
Write xunit reports for acceptance tests
...
Refactor rake tasks for acceptance tests
Address PR comments
2013-09-24 12:36:38 -04:00
stroilova
818f4f231a
Update event doc from wiki
...
update to grid table
Cleaned up formatting to use `` instead of :code:
Added Instructor Events and cleaned up outline
Added instructor events. Cleaned up outline.
Moved out correct_map table to addendum
Removed deprecated/undocumented events
2013-09-24 11:39:07 -04:00
Calen Pennington
2cc793c8eb
Teach rake to run all python tests as a group
2013-09-18 10:45:46 -04:00
jkarni
2b5fa7994f
Merge pull request #951 from edx/jkarni/add-mock
...
Add mock package to RTD requirements
2013-09-12 10:58:46 -07:00
David Baumgold
b16799071e
Merge pull request #559 from hikari-boulders/patch-2
...
Update discussion.md
2013-09-12 08:36:43 -07:00
Julian Arni
1bd745f336
Add mock package to RTD requirements
2013-09-12 10:56:47 -04:00
David Baumgold
a1d3899a4d
Use oauthlib directly for LTI module
2013-09-10 11:02:30 -04:00
David Baumgold
45f38ddf81
Update requests library to 1.2.3
2013-09-10 09:59:21 -04:00
Valera Rozuvan
d02ef8bc12
Add Learning Tools Interoperability (LTI) blade.
...
LTI blade allows to include LTI components to courses.
Python integration, Jasmine and acceptance tests are included.
2013-09-09 23:54:49 +03:00
Alexander Kryklia
719ec8f9d8
Revert "Merge pull request #804 from edx/valera/lti_module"
...
This reverts commit 2894b21c32 , reversing
changes made to 34d0fe1554 .
2013-09-09 22:51:57 +03:00
Alexander Kryklia
e5ec4600df
Add documentation to LTI module and to dev docs
2013-09-09 19:13:22 +03:00
Calen Pennington
8201b1412e
Use XBlock 0.3
2013-09-06 09:45:59 -04:00
Calen Pennington
b0cdbbc1fe
Merge pull request #794 from cpennington/upgrade-newrelic
...
Upgrade newrelic agent to the latest version
2013-08-30 12:56:11 -07:00
Will Daly
4e7c309d56
Merge pull request #798 from edx/will/js-test-tool-squashed
...
Integrate js-test-tool into testing infrastructure
2013-08-27 14:09:13 -07:00
Calen Pennington
42571b9319
Merge pull request #802 from cpennington/run-failed-tests
...
Teach rake test tasks how to re-run failed tests
2013-08-27 12:53:40 -07:00
Calen Pennington
e7626d2d84
Teach rake test tasks how to re-run failed tests
2013-08-27 09:43:30 -04:00
Will Daly
fe72730969
Integrate js-test-tool into testing infrastructure
2013-08-26 20:21:18 -04:00
Will Daly
12cf060ba7
Silence doc test errors/warnings
2013-08-26 15:57:58 -04:00
Calen Pennington
bf331c9d7e
Upgrade newrelic agent to the latest version
2013-08-26 12:41:04 -04:00
ichuang
0d938d3940
Merge branch 'master' of github.com:edx/edx-platform into feature/ichuang/import-with-no-static
...
Conflicts:
lms/djangoapps/courseware/tests/test_module_render.py
2013-08-20 23:40:09 -04:00