kimth
b294c139ce
Update doc/xml-format.md
...
Add discussion tag
2012-09-28 07:45:50 -07:00
Bridger Maxwell
55d7d2bc14
Updates to grading doc.
2012-09-27 13:29:04 -04:00
Bridger Maxwell
e1652c4790
Added doc explaining course grading at high level.
2012-09-25 13:56:01 -04:00
Victor Shnayder
7a88223ef7
custom tabs
...
* still needs better error checking and testing
2012-09-20 00:51:23 -04:00
Carlos Andrés Rocha
32d224c4d0
Update doc/xml-format.md
2012-09-19 18:10:13 -04:00
Victor Shnayder
09909c7ec2
Merge pull request #711 from MITx/kimth/onreset-type
...
onreset rerandomize option
2012-09-18 11:09:25 -07:00
Victor Shnayder
892cf7bace
cleanup tabs documentation a bit
2012-09-18 13:46:57 -04:00
Victor Shnayder
d9219c6086
Custom tabs
...
* specify in tabs list in course policy
- active page tracking now done in tabs.py
- properly handle the fact that there may be multiple textbooks
* Still need:
- wiki pages
- (if that's delayed, special-case syllabus support)
2012-09-18 08:45:09 -04:00
kimth
0fdd0a005f
Add docs to xml_format
2012-09-17 20:40:06 -04:00
Arjun Singh
46d830df13
Merge branch 'master' into feature/arjun/new-discussions
2012-09-14 15:15:21 -07:00
Ibrahim Awwal
b4828db1e3
User profile page redone to act like the inline discussion, except threads are
...
loaded into the page in a data attribute instead of loaded on request via ajax.
The user profile page also does not provide facilities for adding
comments/responses, which I think would clutter the page too much.
Also removed some unused stuff from views.py.
2012-09-12 15:16:35 -07:00
Sarina
b6b9b15912
Make clear where to specify display_name in xml
2012-09-12 14:58:23 -03:00
Victor Shnayder
550889ea30
fix typo
2012-09-06 11:42:19 -04:00
Victor Shnayder
a1286b1c7d
add some docs for new policy folder locations, per-course about and info pages
2012-09-06 11:39:43 -04:00
ichuang
5c90ec19d9
clarify that /gitreload is behind ENABLE_LMS_MIGRATION in docs
2012-09-04 19:08:28 -04:00
ichuang
4f8161df84
address two comments in https://github.com/MITx/mitx/pull/615
2012-09-04 11:10:22 -04:00
ichuang
9433e89710
add docs for gitreload
2012-09-01 10:16:38 -04:00
Victor Shnayder
cbfc117e8b
a few edits to the xml format docs
2012-08-28 19:53:46 -04:00
Victor Shnayder
84732d03b6
add note about ":" in format docs
2012-08-27 11:43:47 -04:00
Victor Shnayder
25c83bbb5d
xml format docs!
2012-08-26 21:55:55 -04:00
Rocky Duan
238adb1a03
Merge branch 'master' into profile
...
Conflicts:
lms/djangoapps/django_comment_client/forum/views.py
lms/templates/course_navigation.html
2012-08-18 17:04:37 -07:00
Rocky Duan
028bd23c1c
Merge branch 'master' of github.com:MITx/mitx into profile
...
Conflicts:
lms/djangoapps/courseware/module_render.py
lms/djangoapps/courseware/views.py
lms/templates/course_navigation.html
2012-08-18 16:57:00 -07:00
Victor Shnayder
147bd5eb3d
add initial docs on xml format and policy files
2012-08-16 14:04:41 -04:00
ichuang
033211a5d1
doc update - LMS migrate reload
2012-08-15 22:03:00 -04:00
Rocky Duan
72c3ad2acc
updated doc
2012-08-15 12:50:30 -07:00
Rocky Duan
f5251249a6
updated documentation
2012-08-15 11:32:05 -07:00
Victor Shnayder
2df3a6ef11
Big access control refactor
...
* All access control logic is now in access.py
* It exports a single method for general use: has_access(user, object, action)
- possible actions depend on object type (e.g. 'see_exists', 'enroll', 'staff')
* Removed DARK_LAUNCH feature flag--it is now the default behavior
* Replaced check_course with three separate more focused functions that use has_access
Minor things:
* note on using pdb in testing
* moved time parsing helper into timeparse.py
* x_modules now have a .start attribute (None if not in metadata)
2012-08-14 23:30:37 -04:00
Rocky Duan
eb47093b1c
Merge branch 'master' of github.com:MITx/mitx into merge
...
Conflicts:
common/djangoapps/student/models.py
lms/djangoapps/courseware/views.py
lms/templates/course_navigation.html
2012-08-14 12:54:43 -07:00
Rocky Duan
ce9b5b0750
update discussion.md
2012-08-13 16:16:40 -07:00
Rocky Duan
7142b69259
instructions for setting up the environment
2012-08-13 16:12:09 -07:00
Victor Shnayder
e980f8b296
add notes on how to run individual tests
2012-08-12 16:59:07 -04:00
ichuang
c79da58175
add documentation on rake + unit tests
2012-08-07 11:48:01 -04:00
Victor Shnayder
d43831e11c
add to overview of course.xml processing
2012-07-27 16:06:55 -04:00
Calen Pennington
f6cc97a9ce
Minor formatting change in OSX docs for CMS import
2012-07-17 09:22:17 -04:00
Calen Pennington
17c3d068cf
Add basic documentation of importing data into the CMS for development
2012-07-17 09:20:54 -04:00
Victor Shnayder
caf163eb41
fix description of mitxmako
2012-07-16 13:34:05 -04:00
Victor Shnayder
4604ca63fe
Add some docs on static file handling
2012-07-13 11:51:32 -04:00
Prem Sichanugrist
9801ce5d3b
Add documentation for running JavaScript test
2012-07-06 14:19:32 -04:00
Calen Pennington
0ace2ee364
Merge pull request #122 from MITx/cpennington/cms-review-cleanup
...
Cleanup from https://github.com/MITx/mitx/pull/120
2012-06-20 05:34:36 -07:00
Calen Pennington
6fb35c4773
Cleanup intertwined descriptor and keystore code
2012-06-19 11:31:13 -04:00
Calen Pennington
199f94aa99
Conform to new TODO standards
2012-06-19 11:24:22 -04:00
Piotr Mitros
25834412ce
Documentation for rapid merge
2012-06-18 17:40:39 -04:00
Piotr Mitros
e108c2cd44
Rapid pull/history
2012-06-18 17:09:17 -04:00
Piotr Mitros
7700a9d082
Merge branch 'master' into pmitros/documentation
2012-06-18 17:06:35 -04:00
Piotr Mitros
8bad7dc99d
Code standards
2012-06-18 17:06:17 -04:00
Calen Pennington
e75d75b5a8
Merge pull request #99 from MITx/victor/create_docs
...
Victor/create docs
2012-06-13 08:19:14 -07:00
Victor Shnayder
7608003c15
Update overview to reflect suggestions
2012-06-13 10:18:54 -04:00
Victor Shnayder
c9cbc52ffa
Add rough overview docs
2012-06-13 10:18:53 -04:00
Piotr Mitros
f364e0ae42
Documentation Standards
2012-06-11 15:38:19 -04:00
Piotr Mitros
c3480daec4
Process standards; should this be the same document?
2012-06-11 11:56:20 -04:00