- 04 Oct, 2012 1 commit
-
-
Tom Giannattasio committed
-
- 03 Oct, 2012 35 commits
-
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Feature/tomg/cms library
Calen Pennington committed -
add a 'safety switch' where we add new content into GridFS with a filena...
Calen Pennington committed -
Feature/cale/cas component delete
chrisndodge committed -
Hook up the component delete button to the backend. Don't break if the process of updating a parent unit after deleting is interrupted (leaving a pointer to a missing module)
Calen Pennington committed -
Calen Pennington committed
-
Enable reordering on the unit page
chrisndodge committed -
Feature/cdodge/subsection edit page
Calen Pennington committed -
add subsection edit page to the project with a shared 'unit' widget that will render out unit lists. Both edit_subsection and overview.html will share this widget
Chris Dodge committed -
add subsection edit page to the project with a shared 'unit' widget that will render out unit lists. Both edit_subsection and overview.html will share this widget
Chris Dodge committed -
Calen Pennington committed
-
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/subsection-edit-page
Chris Dodge committed -
add a 'safety switch' where we add new content into GridFS with a filename (which GridFS maintains an index on) in case any assumptions about our new id scheme proves to be false. We can query by filename (which is a /tag/org/course/category/name format) so it'll be unique
Chris Dodge committed -
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Chris Dodge committed
-
code mirror styling and a few small tweaks
Calen Pennington committed -
Feature/cdodge/asset id change
Calen Pennington committed -
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
for get_all_content_info_for_course(), return a list of the MongoDB query rather than a cursor object. Also add some documentation (in a comment) as to what a caller should expect
Chris Dodge committed -
use better encapsulation for the naming convention behind thumbnails. Put it all in content.py rather than view.py.
Chris Dodge committed -
refactor StaticContent id scheme to be the same as moduledata. Also expose a new 'get all content for course' which will be needed to support a asset management page.
Chris Dodge committed
-
- 02 Oct, 2012 4 commits
-
-
Tom Giannattasio committed
-
Chris Dodge committed
-
allow 'is_staff' flagged user accounts to run as super-admin, which mean...
Calen Pennington committed -
Chris Dodge committed
-