Commit Graph

  • a60ec13d3a fix bug with editing HTML. The save() method should now return a dictionary, not a string Chris Dodge 2012-10-02 11:58:24 -04:00
  • 8ad1e7fba1 Add framework for a site status banner. Victor Shnayder 2012-10-02 11:48:16 -04:00
  • 845b921ca1 Missing comma kimth 2012-10-02 15:42:22 +00:00
  • a1b998691b Merge pull request #802 from MITx/fix/cdodge/cms-multiple-edit-save-bug Calen Pennington 2012-10-02 08:42:02 -07:00
  • ed55e4ae2f Move collapsible back into xmodule kimth 2012-10-02 15:41:38 +00:00
  • 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 Chris Dodge 2012-10-02 11:37:27 -04:00
  • 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 Chris Dodge 2012-10-02 11:06:28 -04:00
  • 258a210556 Don't ignore .py files in static files dirs Calen Pennington 2012-10-02 11:04:43 -04:00
  • 76559af8f1 added wip tag to unit settings Tom Giannattasio 2012-10-02 10:50:23 -04:00
  • 423dbd17b5 new unit publish settings Tom Giannattasio 2012-10-02 10:32:04 -04:00
  • d108af8848 Merge pull request #799 from MITx/feature/cale/cms-codemirror-background chrisndodge 2012-10-02 07:10:29 -07:00
  • 0cb9673b79 Merge pull request #798 from MITx/feature/cale/cms-new-component-ids chrisndodge 2012-10-02 07:00:54 -07:00
  • fbba883c26 Merge pull request #794 from MITx/feature/cdodge/cms-permissions-management Calen Pennington 2012-10-02 06:56:13 -07:00
  • 55542c1d47 Make editor display immediately, and with a white background Calen Pennington 2012-10-02 09:42:19 -04:00
  • 2accc77944 Adding more WIP Calen Pennington 2012-10-02 09:22:00 -04:00
  • f03fbd22f4 Merge pull request #797 from MITx/feature/cale/cms-tom-wireframe Calen Pennington 2012-10-01 13:58:28 -07:00
  • 8478f7af64 styled course list page Tom Giannattasio 2012-10-01 16:37:24 -04:00
  • 8f0b068459 styled log in form Tom Giannattasio 2012-10-01 16:30:28 -04:00
  • 265ab4366f removed visibility toggle from subsections in overview Tom Giannattasio 2012-10-01 16:15:19 -04:00
  • d2549b6346 fixed header styles Tom Giannattasio 2012-10-01 16:11:04 -04:00
  • 1d8d82b7fc Set id's on newly created components so that they are immediately editable Calen Pennington 2012-10-01 16:06:18 -04:00
  • 4d985dc0c7 added release button; cleaned up toggle button Tom Giannattasio 2012-10-01 15:49:34 -04:00
  • d3a734d211 Insert new modules in front of the new component box Calen Pennington 2012-10-01 15:46:44 -04:00
  • f4b8bfe428 Turn off dumping the course back into git Calen Pennington 2012-10-01 15:32:29 -04:00
  • 60e7914580 Add WIP markers Calen Pennington 2012-10-01 14:43:37 -04:00
  • 91fd6170b8 Make cloned items used uuid4 hexes for names, to ensure uniqueness. TODO: Make prettier names Calen Pennington 2012-10-01 12:51:38 -04:00
  • aa0aa65301 Clean up unit.html with layout/css from tom Calen Pennington 2012-10-01 12:26:47 -04:00
  • 96a914216c Fix up overview page with new design mockup Calen Pennington 2012-10-01 09:58:50 -04:00
  • 2ad7b11f6a Make padding correct on unit page Calen Pennington 2012-10-01 08:55:23 -04:00
  • bfeccd88f8 Enable creation of new components Calen Pennington 2012-09-29 00:37:15 -04:00
  • 805798600b Clean up display of templates Calen Pennington 2012-09-28 23:51:01 -04:00
  • 8ca10a8356 Separate unit page from vertical implementation for editing Calen Pennington 2012-09-28 23:27:41 -04:00
  • f17b48fff3 fix problem introduced when rebasing master and manually resolving conflicts Chris Dodge 2012-10-01 15:19:05 -04:00
  • 82a28f069d Make overview page conform to section/subsection/unit format. Breaks CMS editing of existing courses Calen Pennington 2012-09-28 12:19:31 -04:00
  • b305c0bae2 Make drag/drop save content immediately in seqs and verticals Calen Pennington 2012-09-27 16:15:45 -04:00
  • fd7223bd87 Make editing work, building towards drag/drop saving Calen Pennington 2012-09-27 15:01:48 -04:00
  • b91c2b6680 Add sequence and vertical js modules that add drag and drop Calen Pennington 2012-09-26 16:30:02 -04:00
  • ce3638538c Make inline editing save to mongo and then update the preview Calen Pennington 2012-09-26 15:45:45 -04:00
  • ff002e35c2 Limit the depth of items to display on the overview Calen Pennington 2012-09-26 11:59:20 -04:00
  • dc062f5668 Make edit and delete buttons show up on cms unit editing page Calen Pennington 2012-09-26 11:52:33 -04:00
  • f53217e523 Add padding around courseware content Calen Pennington 2012-09-25 16:28:11 -04:00
  • 05b9e6cab2 Standardize more of css between lms and cms Calen Pennington 2012-09-25 15:32:57 -04:00
  • 4381674ec5 Move common scss mixins to common/static/sass, and tweak the video player to have more in common between the cms and the lms Calen Pennington 2012-09-25 14:20:04 -04:00
  • 4ad22559c4 Standardize on the bourbon clearfix mixin for video player clearfixes Calen Pennington 2012-09-25 13:52:56 -04:00
  • d240b5b1eb Consolidate bourbon and link to it from both cms and lms Calen Pennington 2012-09-25 13:52:06 -04:00
  • 8a131446fe First pass at integrating the new unit editing wireframes with the CMS Calen Pennington 2012-09-25 13:13:06 -04:00
  • 44805ca383 Make discussion js work for cms as well as lms so that inline discussion xmodules load Calen Pennington 2012-09-25 13:11:48 -04:00
  • c0ca7fe697 Make expansion/contraction work on overview page Calen Pennington 2012-09-24 14:58:49 -04:00
  • d534855b54 Make the overview page pull data from the db, rather than static content Calen Pennington 2012-09-24 13:58:24 -04:00
  • 116c7ed31d fix typo bug on PermissionDenied exception raising Chris Dodge 2012-10-01 10:52:43 -04:00
  • d241d5553c add error response when trying to remove a user which does not exist Chris Dodge 2012-10-01 10:48:57 -04:00
  • ea8e875d7d fix url mapping bug in url.py and include import reference to remove_user_from_course_group Chris Dodge 2012-10-01 10:46:10 -04:00
  • 580e620b22 add distinct 'admin' role separate from 'editors'. Only 'admins' should be able to add/remove editors. Chris Dodge 2012-10-01 10:38:35 -04:00
  • 27016465f4 support some simple authorization scheme to view/edit courses Chris Dodge 2012-10-01 09:18:50 -04:00
  • ea8ab0f809 Add basic overview.html from tom's wireframe to CMS Calen Pennington 2012-09-24 13:28:23 -04:00
  • d6d5f48094 Merge pull request #793 from MITx/bug/tomg/custom-tab-ff kimth 2012-10-01 10:54:11 -07:00
  • 1870db5fb1 fixed custom tab box-sizing glitch in firefox Tom Giannattasio 2012-10-01 10:09:56 -04:00
  • a8acb7ff30 Renamed jsloader to match up with the content more explicitly; refactored Collapsible out into its own library Arjun Singh 2012-10-01 03:03:33 -07:00
  • 67fb486f88 Merge pull request #792 from MITx/victor/cm-visible-tabs David Ormsbee 2012-09-30 19:21:20 -07:00
  • cd0991469e Merge pull request #786 from MITx/feature/tomg/moderator-tag David Ormsbee 2012-09-30 19:10:19 -07:00
  • 1c823b375c Merge pull request #790 from MITx/feature/bridger/max_grade_cache_fix David Ormsbee 2012-09-30 19:08:50 -07:00
  • d424fb8332 make codemirror use visible tabs Victor Shnayder 2012-09-30 19:18:56 -04:00
  • af6dd84af0 Merge pull request #789 from MITx/feature/bridger/course_grading Victor Shnayder 2012-09-30 11:52:36 -07:00
  • 4ee0e258ea Refactored a bit of the generating scores code. Bridger Maxwell 2012-09-30 14:48:20 -04:00
  • 680934045f Adjust comments kimth 2012-09-29 21:39:48 -07:00
  • c3abeff8d4 Another TODO comment kimth 2012-09-29 21:28:04 -07:00
  • 7b8750ab69 HTML modules can also run script_placeholder kimth 2012-09-29 19:05:48 -07:00
  • 4acd8b9fe1 Further explanation to TODO kimth 2012-09-29 18:54:17 -07:00
  • faa35f95cc Move executeProblemScripts into executeModuleScripts kimth 2012-09-29 18:53:24 -07:00
  • 77af860445 Begin transplant of executeProblemScripts kimth 2012-09-29 18:31:06 -07:00
  • 8956e5bcb1 Update comment: jsloader works at module-scope kimth 2012-09-29 18:03:59 -07:00
  • 46598b659c HTML module also uses jsloader kimth 2012-09-29 17:27:06 -07:00
  • 65b3f58338 jsloader works at module-level kimth 2012-09-29 16:57:23 -07:00
  • cbd602b40d Moving toggle code. wip kimth 2012-09-29 16:03:17 -07:00
  • c8964b800b Create jsloader.coffee kimth 2012-09-29 15:14:18 -07:00
  • 9c859fd925 Merge pull request #780 from MITx/feature/cdodge/cms-static-content-management Calen Pennington 2012-09-29 07:39:50 -07:00
  • fd43e94318 If an problem was updated and had a new max score it wasn't recached. Now it is fixed. Bridger Maxwell 2012-09-28 23:38:49 -04:00
  • 2e4ea1d49c Added docstring for show_only_average parameter. Bridger Maxwell 2012-09-28 23:19:46 -04:00
  • fc73916e05 Removed django.conf.settings dependency from graders. Bridger Maxwell 2012-09-28 23:14:55 -04:00
  • a99d7f7c4a Fixed settings.GENERATE_PROFILE_SCORES for debugging progress graph. Bridger Maxwell 2012-09-28 21:48:41 -04:00
  • 7750bb471c Merge pull request #788 from MITx/bug/tomg/new-collapsibles kimth 2012-09-28 10:03:50 -07:00
  • 8ba8504466 Added option to only show average of a section format grader. Bridger Maxwell 2012-09-28 12:47:12 -04:00
  • 04119cce3f remove collapsible from problem template Tom Giannattasio 2012-09-28 12:37:25 -04:00
  • 33f0176c33 added problem collapsibles Tom Giannattasio 2012-09-28 12:09:38 -04:00
  • 1977b42d5b Merge pull request #783 from MITx/feature/rocha/update-jobs-page Calen Pennington 2012-09-28 09:09:32 -07:00
  • 8d44e6a3db added html collapsibles Tom Giannattasio 2012-09-28 12:06:29 -04:00
  • 84a0603754 shimmy around the upload_asset widget to at least not mess up the edit unit rendering. Now it'll always be at the bottom Chris Dodge 2012-09-28 11:42:11 -04:00
  • a92a4df1bc Add PIL (Python Image Library) to the requirements.txt file Chris Dodge 2012-09-28 11:22:35 -04:00
  • b294c139ce Update doc/xml-format.md kimth 2012-09-28 07:45:50 -07:00
  • d8e742b9ee Re-install both xmodule and capa before running local dev server Calen Pennington 2012-09-28 10:33:07 -04:00
  • 1ee7646cfc per feedback, use reverse() when generating callback urls. Also generate thumbnails when ingesting static images. We'll need these handy for the CMS UI. Chris Dodge 2012-09-28 10:20:57 -04:00
  • 8838c50f0d Merge pull request #770 from MITx/feature/dave/progress_reverse_quickfix Calen Pennington 2012-09-28 05:56:56 -07:00
  • bc947c5e4e Merge pull request #776 from MITx/lyla/cms-templates Calen Pennington 2012-09-28 05:55:39 -07:00
  • 10227e8cdf added moderator label styles Tom Giannattasio 2012-09-28 07:27:57 -04:00
  • c787246c15 Merge pull request #784 from MITx/feature/dave/no_basic_auth_queue David Ormsbee 2012-09-27 17:20:36 -07:00
  • 70b91813a9 Remove Fellow and Course Manager positions from the jobs page Carlos Andrés Rocha 2012-09-27 19:29:42 -04:00
  • 7a6eedb3f1 Make it so we don't require HTTP basic auth to talk to the queue server David Ormsbee 2012-09-27 19:02:34 -04:00
  • f93115ee4d Merge pull request #778 from MITx/hotfix/arjun/mc_style kimth 2012-09-27 13:41:20 -07:00
  • eb8cef9308 Merge pull request #781 from MITx/feature/bridger/course_grading bridger 2012-09-27 13:39:09 -07:00
  • 71923e7c1f Add block display back for text Arjun Singh 2012-09-27 13:31:08 -07:00