Chris Dodge
08adf9c0d5
Merge branch 'master' into feature/cdodge/cms-master-merge3
...
Conflicts:
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/modulestore/mongo.py
common/lib/xmodule/xmodule/modulestore/search.py
common/lib/xmodule/xmodule/modulestore/xml.py
doc/development.md
lms/envs/common.py
2013-01-11 14:04:46 -05:00
Jay Zoldak
d3fd6ac151
Clarify the syntax of the rake fasttest command
2013-01-07 15:23:08 -05:00
Jay Zoldak
0c6e8c4820
Clarify that you need to start up the mongo daemon
2013-01-07 14:08:18 -05:00
Chris Dodge
7229a9cdaf
perform a new merge from master, resolve conflicts
2013-01-03 10:43:03 -05:00
Victor Shnayder
7887f556d9
Add docs on using a queue server on aws from a local LMS
2012-12-05 09:29:42 -05:00
Calen Pennington
2ca63268d6
Add commands for Studio LMS
2012-10-31 10:39:26 -04:00
Calen Pennington
8d4ee3b05e
Add more documentation of development tasks
2012-10-31 10:37:21 -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
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
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