Calen Pennington
|
cfae1cdf62
|
Pep8 autofixes
|
2013-02-06 11:13:50 -05:00 |
|
Calen Pennington
|
607b99dece
|
Make separate links for lms_preview and lms as needed
|
2012-10-12 15:03:06 -04:00 |
|
Chris Dodge
|
e27dea0fec
|
fix up dev.py to include the new flag
|
2012-10-11 20:52:28 -04:00 |
|
Calen Pennington
|
bc69ed8c9e
|
Move logsettings to common, so that it's shared between cms and lms
|
2012-10-11 12:31:52 -04:00 |
|
Calen Pennington
|
75f8b7c98d
|
Add Draft module store that is used whenever any item is update in the CAS (but not during import, and not for templates)
|
2012-10-10 12:42:14 -04:00 |
|
Chris Dodge
|
a80e8ce3d5
|
respond to Cale pull request comments. Update access.py (LMS) to use the same 'check for legacy group name first' logic. Add SECRET_KEY setting to the CAS project so that auth tokens from CAS are accepted in the LMS
|
2012-10-09 15:11:07 -04:00 |
|
Chris Dodge
|
68945fdc77
|
adhere to the naming conventions of user groups (instructor_* and staff_* of the LMS AuthZ implementation). While we're keeping our authz.py implementation - which is duplicative of LMS's access.py - in order to minimize code churn/risk-of-regression, there is data compatibility so the two systems will interpret the data the same way
|
2012-10-09 13:14:31 -04:00 |
|
Chris Dodge
|
85e6c23386
|
work-in-flight for uploading/serving of static content for courses
|
2012-09-27 10:24:53 -04:00 |
|
Calen Pennington
|
7d8095cd97
|
Initial port of templates into filesystem based storage
|
2012-09-25 10:10:44 -04:00 |
|
Calen Pennington
|
c7209a736e
|
Add links from the editing page for the cms to the corresponding page in the lms
|
2012-09-25 09:18:54 -04:00 |
|
Calen Pennington
|
3b36fbf914
|
Move mitxmako out of common lib, and pass template rendering function into MongoModuleStore
|
2012-08-16 12:49:42 -04:00 |
|
Victor Shnayder
|
2f4bf5f606
|
Minor fixes to cms
* make logging work properly in cms, dev
* fix a comment
|
2012-08-01 19:25:47 -04:00 |
|
Victor Shnayder
|
46775386d3
|
make CACHE_TIMEOUT messages go away
|
2012-08-01 11:40:12 -04:00 |
|
ichuang
|
381d247589
|
djangoapps/student/views.py now uses soup.getText, which needs beautifulsoup4
|
2012-07-31 21:43:29 -04:00 |
|
Calen Pennington
|
39e5a7762e
|
Make github_sync use a namedtuple for repo settings
|
2012-07-30 12:59:28 -04:00 |
|
Calen Pennington
|
6bf0e093bc
|
Add tests for the edit page for the toy course, and make sure that exporting to github sets up the git repo properly
|
2012-07-24 15:05:07 -04:00 |
|
Victor Shnayder
|
264a5b5557
|
fix repo paths (to data/)
|
2012-07-16 13:34:04 -04:00 |
|
Victor Shnayder
|
ff59c9bfa9
|
Initial connection of student module with cms.
* Enable account creation
* Some code cleanups
* Fix access to nonexistent fields in the account creation view
* Formatting fixes
|
2012-07-13 11:51:32 -04:00 |
|
Calen Pennington
|
1d90b68623
|
Renaming the mongo database and collection used for the xmodule module store
|
2012-07-11 22:18:40 -04:00 |
|
Calen Pennington
|
31288d6caf
|
Only use the for_cms branch for development purposes
|
2012-07-03 21:22:48 -04:00 |
|
Calen Pennington
|
b0ff3053b9
|
Add development code for pushing CMS changes to github
|
2012-07-03 19:06:07 -04:00 |
|
Calen Pennington
|
10add56660
|
Add url to point git service hooks at in order to trigger an import from github
|
2012-07-03 13:43:56 -04:00 |
|
Calen Pennington
|
3355f804d1
|
Add logging of filename when module file parsing fails
|
2012-07-02 20:01:01 -04:00 |
|
Calen Pennington
|
6612beab46
|
Acknowledge the fact that right now keystore is really just a module store. If we need a keystore that returns other objects, we can reexctract the base class into it's own module again
|
2012-07-02 11:15:37 -04:00 |
|
Calen Pennington
|
3c054306c6
|
Add the ability to specify Keystore engines and default descriptor classes by name from settings
|
2012-06-29 12:38:10 -04:00 |
|
Calen Pennington
|
6fb35c4773
|
Cleanup intertwined descriptor and keystore code
|
2012-06-19 11:31:13 -04:00 |
|
Calen Pennington
|
5404345b1f
|
Make tests pass when running on cms
|
2012-06-18 13:21:06 -04:00 |
|
Calen Pennington
|
dc85e46315
|
Allow login in the cms, and read a particular course from mongo
|
2012-06-08 16:55:38 -04:00 |
|
Calen Pennington
|
8134bcbc3d
|
Get the cms up to the point of rendering a template
|
2012-06-08 14:01:41 -04:00 |
|