Andy Armstrong
c389746a2a
Describe Python support for multi-line comments
...
Added more details around Python's support for multi-line translator comments.
2014-05-30 11:45:23 -04:00
Mark Hoeber
2fd2eda6ea
Merge pull request #3930 from edx/markhoeber/documentation/doc-446
...
Studio Welcome, Sign Up, and Sign In pages Help and text fixes
2014-05-30 11:31:30 -04:00
Calen Pennington
cfcbdc0145
Move to OpaqueKey implementations from the external library
...
[LMS-2757]
2014-05-29 17:03:35 -04:00
Mark Hoeber
714f440353
Update help for welcome, register, and login pages
...
All now go to getting started, but have different tokens, for further
segmenting later.
2014-05-29 15:34:49 -04:00
Alison Hodges
7edcc2d16b
corrected a typo; tried to clarify a different sentence
2014-05-29 14:43:10 -04:00
Alison Hodges
6ddc3761d2
Merge pull request #3909 from edx/ahodges/documentation/DOC362
...
DOC-362, another set of students who don't get email
2014-05-29 09:15:12 -04:00
Alison Hodges
11a62326e1
Two image references incorrectly preceded by a comment
2014-05-28 16:22:51 -04:00
Alison Hodges
c6b18f90f1
DOC-362, another set of students who don't get email
2014-05-28 16:03:29 -04:00
Alison Hodges
e34cff4fb3
Fixed change log table format & pdf errors
2014-05-28 10:26:47 -04:00
Alison Hodges
eacdc3b6ec
Merge pull request #3842 from edx/ahodges/documentation/LMS2748
...
Updates to problem location for opaque keys
2014-05-28 08:11:55 -04:00
clytwynec
ddfffdafc0
Merge pull request #3859 from edx/clytwynec/rake2paver-quality-take2
...
Clytwynec/rake2paver quality take2
2014-05-27 12:52:02 -04:00
Alison Hodges
074c4b6681
Merge pull request #3860 from edx/ahodges/documentation/DOC394
...
Ahodges/documentation/doc394
2014-05-23 15:01:20 -04:00
Alison Hodges
e3bf3d8f9a
Adding enrollment upgrade events
2014-05-23 15:00:41 -04:00
Christine Lytwynec
550d054300
added and updated pavelib/quality.py from dglance branch, deprecated rake quality tasks
2014-05-23 13:19:27 -04:00
Calen Pennington
ecb05e6b03
Merge pull request #2905 from edx/opaque-keys
...
(WIP) Make course ids and Locations/Locators opaque to LMS/Studio
2014-05-23 12:58:20 -04:00
Greg Price
c96bf07be6
Merge pull request #3817 from edx/gprice/forum-search-event-page
...
Add page num to forum search tracking log events
2014-05-23 12:51:38 -04:00
Greg Price
eb0e6c909b
Add page num to forum search tracking log events
2014-05-23 11:55:45 -04:00
Calen Pennington
29f7fe14fb
Merge remote-tracking branch 'edx/master' into ok-merge-from-master
2014-05-23 10:05:56 -04:00
Jay Zoldak
4771242d57
Revert "added and updated pavelib/quality.py from dglance branch, deprecated rake quality tasks"
...
This reverts commit 7fd2305f39 .
2014-05-23 08:40:43 -04:00
Alison Hodges
9588689bfb
Updates to problem location for opaque keys
2014-05-22 16:00:57 -04:00
Sylvia Pearce
fb6dc771b4
Update index file; change link in PA for Students
2014-05-22 13:50:18 -04:00
Mark Hoeber
afe306439f
Merge pull request #3592 from edx/markhoeber/documentation/doc-389
...
New Open edX Install/Operations doc
2014-05-22 12:39:25 -04:00
Mark Hoeber
608eef2750
Merge pull request #3800 from edx/markhoeber/documentation/release-notes-fix
...
Modified description of transcript bug fix
2014-05-22 12:37:58 -04:00
Mark Hoeber
ad8a314aad
Modified description of transcript bug fix
...
As well as updated the index page for usability
2014-05-22 12:37:07 -04:00
Mark Hoeber
b2647dab43
Set up for new Open edX Installation and Operations Guide
...
doc-389
2014-05-22 11:58:26 -04:00
Alison Hodges
7044cbb800
Merge pull request #3790 from edx/ahodges/documentation/DOC156
...
Ahodges/documentation/doc156
2014-05-22 10:58:55 -04:00
Calen Pennington
cd862b3253
Merge remote-tracking branch 'edx/master' into opaque-keys
...
Conflicts:
cms/djangoapps/contentstore/tests/test_contentstore.py
cms/djangoapps/contentstore/views/component.py
cms/djangoapps/contentstore/views/item.py
cms/djangoapps/contentstore/views/preview.py
cms/djangoapps/contentstore/views/tests/test_container.py
cms/static/js/spec/views/unit_spec.js
cms/static/js/utils/module.js
cms/templates/container.html
cms/templates/studio_vertical_wrapper.html
cms/templates/studio_xblock_wrapper.html
common/djangoapps/student/views.py
lms/templates/notes.html
lms/templates/textannotation.html
lms/templates/videoannotation.html
2014-05-22 10:52:00 -04:00
Alison Hodges
dc00ade1f0
Adaptive hint correct_answer must be lc
2014-05-22 10:49:39 -04:00
Alison Hodges
5ce9b418b6
Reorganized, updated, & streamlined sections in Running Your Course
2014-05-22 10:22:35 -04:00
Alison Hodges
6d1e9f9bad
Anton's edit, date change
2014-05-22 08:53:15 -04:00
clytwynec
18ee082cc3
Merge pull request #3708 from edx/clytwynec/rake2paver-quality
...
Switch quality tasks to paver
2014-05-21 17:10:03 -04:00
Sylvia Pearce
d8d7c2fd2f
Deprecate old ORA; add links to new ORA permanent docs
2014-05-21 16:13:11 -04:00
Alison Hodges
dba9c4fefb
Anton's and Sylvia's edits
2014-05-21 10:59:36 -04:00
Christine Lytwynec
7fd2305f39
added and updated pavelib/quality.py from dglance branch, deprecated rake quality tasks
2014-05-20 16:22:28 -04:00
Mark Hoeber
0160927901
Merge pull request #3773 from edx/markhoeber/documentation/doc-401
...
Release Notes for 5/20/14
2014-05-20 14:15:25 -04:00
Calen Pennington
c092118d56
Merge pull request #3781 from cpennington/opaque-keys-more-docs
...
Add autodocs of modulestores
2014-05-20 13:55:25 -04:00
Mark Hoeber
6436f32d1f
Release Notes for 5/20/14
...
DOC-401
2014-05-20 13:17:34 -04:00
Alison Hodges
82a936df2b
Added change log entry for PR3728
2014-05-20 13:15:30 -04:00
Greg Price
ae50c9c808
Merge pull request #3728 from edx/gprice/forum-search-logging
...
Add logging of search quality information
2014-05-20 12:44:05 -04:00
David Baumgold
49e539da77
Merge pull request #3644 from edx/db/remove-broken-docs-link
...
remove broken docs link
2014-05-20 12:42:31 -04:00
Alison Hodges
53d0a4edce
Merge pull request #3777 from edx/ahodges/documentation/AN1031
...
Clarifications, added info on doc, format
2014-05-20 12:02:04 -04:00
Alison Hodges
6a8063aea7
Added sections on documenting and debugging, clarifications
2014-05-20 12:01:29 -04:00
Alison Hodges
6789a047fc
Youtube OR html5 made consistent
2014-05-20 11:56:49 -04:00
Alison Hodges
b39fbf26de
Added five more events with descriptions frm Blades
2014-05-20 11:27:07 -04:00
Greg Price
299046a86f
Add logging of search quality information
...
For now, this only includes course id, search terms, and result count.
Information is logged both to the standard logger for near-term analysis
and the event tracker for the longer term. Result count logging requires
commit 02466b1 of cs_comments_service (otherwise it will be null).
2014-05-19 17:37:26 -04:00
David Baumgold
61b28f560b
remove broken docs link
2014-05-19 16:35:30 -04:00
Calen Pennington
bd609be043
Add autodocs of modulestores
2014-05-19 15:48:52 -04:00
Mark Hoeber
a7139a84b6
Add stevedore requirements for RTD builds
2014-05-19 14:58:54 -04:00
Mark Hoeber
1e27f177da
Adding opaque keys module to system path in doc configuration
...
To make RTD work.
2014-05-19 13:46:07 -04:00
Calen Pennington
2ce6719153
Merge remote-tracking branch 'edx/opaque-keys' into opaque-keys-merge-master
2014-05-19 09:29:34 -04:00