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
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
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
Piotr Mitros
fab8c1e2c7
Added purpose to scaffolding; should be better phrased
2012-06-11 11:01:20 -04:00
Piotr Mitros
6f86e9bbbe
Grammar/formatting/spelling
2012-06-11 10:59:01 -04:00
Piotr Mitros
b1c10bb9e4
Code standards
2012-06-11 10:57:24 -04:00