Victor Shnayder
8b0f1a0305
get rid of caching--unneeded complexity.
2012-10-02 15:03:06 -04:00
Carlos Andrés Rocha
f357e90dc0
Add support for video download link
...
Add a download link to the video player. The link is defined in the
content xml using the following structure:
<video youtube="youtubestring">
<source src="video_link"/>
</video>
2012-10-02 14:23:31 -04:00
Tom Giannattasio
671f2af387
added image
2012-10-02 13:39:42 -04:00
Tom Giannattasio
18a66a0b9c
styled site status banner
2012-10-02 13:36:36 -04:00
Calen Pennington
70d9721d5b
Merge pull request #805 from MITx/fix/cdodge/add-user-admin-permissions
...
allow 'is_staff' flagged user accounts to run as super-admin, which mean...
2012-10-02 09:56:52 -07:00
Chris Dodge
e3d065a66a
allow 'is_staff' flagged user accounts to run as super-admin, which means belonging to all groups
2012-10-02 12:33:05 -04:00
Victor Shnayder
21d5abd824
Merge pull request #801 from MITx/feature/cale/allow-static-python-files
...
Don't ignore .py files in static files dirs
2012-10-02 09:20:26 -07:00
Calen Pennington
f637cc5723
Merge pull request #800 from MITx/feature/tomg/cms-release-flow
...
private/public unit
2012-10-02 09:15:28 -07:00
Calen Pennington
91eb2cf983
Merge pull request #804 from MITx/fix/cdodge/cms-multiple-edit-save-bug
...
fix bug with editing HTML. The save() method should now return a diction...
2012-10-02 09:14:41 -07:00
Calen Pennington
aff44b1f11
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
...
Conflicts:
cms/djangoapps/contentstore/views.py
2012-10-02 12:12:55 -04:00
Chris Dodge
a60ec13d3a
fix bug with editing HTML. The save() method should now return a dictionary, not a string
2012-10-02 11:58:24 -04:00
Victor Shnayder
8ad1e7fba1
Add framework for a site status banner.
...
- still needs style
- will cache for 10 seconds
2012-10-02 11:48:16 -04:00
kimth
845b921ca1
Missing comma
2012-10-02 15:42:22 +00:00
Calen Pennington
a1b998691b
Merge pull request #802 from MITx/fix/cdodge/cms-multiple-edit-save-bug
...
always load in a new instance of the edit module. It appeared as though ...
2012-10-02 08:42:02 -07:00
kimth
ed55e4ae2f
Move collapsible back into xmodule
2012-10-02 15:41:38 +00:00
Chris Dodge
425e840e7d
in order to avoid using stale modules when editing, clear out the @module variable after a save(). Then on a subsequent edit, it'll get recreated
2012-10-02 11:37:27 -04:00
Chris Dodge
ad7771fe5a
always load in a new instance of the edit module. It appeared as though on multiple edits (w/o refreshing page) without creating a new data model, we were always referencing stale content from the previous edit
2012-10-02 11:06:28 -04:00
Calen Pennington
258a210556
Don't ignore .py files in static files dirs
2012-10-02 11:04:43 -04:00
Tom Giannattasio
76559af8f1
added wip tag to unit settings
2012-10-02 10:50:23 -04:00
Tom Giannattasio
423dbd17b5
new unit publish settings
2012-10-02 10:40:05 -04:00
chrisndodge
d108af8848
Merge pull request #799 from MITx/feature/cale/cms-codemirror-background
...
Feature/cale/cms codemirror background
2012-10-02 07:10:29 -07:00
chrisndodge
0cb9673b79
Merge pull request #798 from MITx/feature/cale/cms-new-component-ids
...
Feature/cale/cms new component ids
2012-10-02 07:00:54 -07:00
Calen Pennington
fbba883c26
Merge pull request #794 from MITx/feature/cdodge/cms-permissions-management
...
Feature/cdodge/cms permissions management
2012-10-02 06:56:13 -07:00
Calen Pennington
55542c1d47
Make editor display immediately, and with a white background
2012-10-02 09:42:19 -04:00
Calen Pennington
2accc77944
Adding more WIP
2012-10-02 09:22:00 -04:00
Calen Pennington
f03fbd22f4
Merge pull request #797 from MITx/feature/cale/cms-tom-wireframe
...
Feature/cale/cms tom wireframe
2012-10-01 13:58:28 -07:00
Tom Giannattasio
8478f7af64
styled course list page
2012-10-01 16:37:24 -04:00
Tom Giannattasio
8f0b068459
styled log in form
2012-10-01 16:30:28 -04:00
Tom Giannattasio
265ab4366f
removed visibility toggle from subsections in overview
2012-10-01 16:15:19 -04:00
Tom Giannattasio
d2549b6346
fixed header styles
2012-10-01 16:11:04 -04:00
Calen Pennington
1d8d82b7fc
Set id's on newly created components so that they are immediately editable
2012-10-01 16:06:18 -04:00
Tom Giannattasio
4d985dc0c7
added release button; cleaned up toggle button
2012-10-01 15:51:29 -04:00
Calen Pennington
d3a734d211
Insert new modules in front of the new component box
2012-10-01 15:46:44 -04:00
Calen Pennington
f4b8bfe428
Turn off dumping the course back into git
2012-10-01 15:32:29 -04:00
Calen Pennington
60e7914580
Add WIP markers
2012-10-01 15:28:12 -04:00
Calen Pennington
91fd6170b8
Make cloned items used uuid4 hexes for names, to ensure uniqueness. TODO: Make prettier names
2012-10-01 15:28:12 -04:00
Calen Pennington
aa0aa65301
Clean up unit.html with layout/css from tom
2012-10-01 15:28:12 -04:00
Calen Pennington
96a914216c
Fix up overview page with new design mockup
2012-10-01 15:28:12 -04:00
Calen Pennington
2ad7b11f6a
Make padding correct on unit page
2012-10-01 15:28:12 -04:00
Calen Pennington
bfeccd88f8
Enable creation of new components
2012-10-01 15:28:07 -04:00
Calen Pennington
805798600b
Clean up display of templates
2012-10-01 15:19:35 -04:00
Calen Pennington
8ca10a8356
Separate unit page from vertical implementation for editing
2012-10-01 15:19:35 -04:00
Chris Dodge
f17b48fff3
fix problem introduced when rebasing master and manually resolving conflicts
2012-10-01 15:19:05 -04:00
Calen Pennington
82a28f069d
Make overview page conform to section/subsection/unit format. Breaks CMS editing of existing courses
2012-10-01 15:18:50 -04:00
Calen Pennington
b305c0bae2
Make drag/drop save content immediately in seqs and verticals
2012-10-01 15:17:41 -04:00
Calen Pennington
fd7223bd87
Make editing work, building towards drag/drop saving
2012-10-01 15:17:41 -04:00
Calen Pennington
b91c2b6680
Add sequence and vertical js modules that add drag and drop
2012-10-01 15:17:41 -04:00
Calen Pennington
ce3638538c
Make inline editing save to mongo and then update the preview
2012-10-01 15:17:41 -04:00
Calen Pennington
ff002e35c2
Limit the depth of items to display on the overview
2012-10-01 15:17:41 -04:00
Calen Pennington
dc062f5668
Make edit and delete buttons show up on cms unit editing page
2012-10-01 15:17:41 -04:00