564c138bf5
white drag handles for components
Tom Giannattasio
2012-10-10 15:20:27 -04:00
8f488c3f7f
added html icon
Tom Giannattasio
2012-10-10 15:15:39 -04:00
bbed49dbd3
styled log in and sign up errors; fixed expand/collapse transition bug
Tom Giannattasio
2012-10-10 14:23:36 -04:00
07ac0d0642
styled/tweaked users page
Tom Giannattasio
2012-10-10 13:53:18 -04:00
2efe4cf640
added ellipsis text overflow in unit tree
Tom Giannattasio
2012-10-10 13:04:44 -04:00
f98963aa8b
tightened unit tree nesting
Tom Giannattasio
2012-10-10 10:45:18 -04:00
b95374c703
tightened unit treeview styles
Tom Giannattasio
2012-10-10 10:31:55 -04:00
e256b2390b
Added an indicator on Progress page when there are no problem scores in a section.
Bridger Maxwell
2012-10-10 14:53:39 -04:00
7d235247e6
fix merge conflict
Chris Dodge
2012-10-10 13:55:22 -04:00
f374a33606
added not hidden field
Александр
2012-10-10 20:54:17 +03:00
7107e3ee66
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/cas-crud-section-subsection
Chris Dodge
2012-10-10 13:50:22 -04:00
9ea3039b64
Wire component deletion back up
Calen Pennington
2012-10-09 13:29:08 -04:00
8b72de9afe
Make it impossible to drag belowe New Component on views
Calen Pennington
2012-10-09 13:18:28 -04:00
95b3f0d7de
Make component drag-and-drop a little nicer
Calen Pennington
2012-10-09 13:13:44 -04:00
6b3fbcf0e7
Wire up display name editor in unit editing view
Calen Pennington
2012-10-09 11:42:22 -04:00
7c3d5d58b7
Fix up how parent locations interact w/ draft mode when creating new units
Calen Pennington
2012-10-09 11:21:49 -04:00
2f675be20d
Coerce location to Location when generating LMS link
Calen Pennington
2012-10-09 10:56:42 -04:00
5f0e237ab0
Store the id of the publishing user on publish
Calen Pennington
2012-10-09 10:43:18 -04:00
208857ed4f
Fix bug from rebase
Calen Pennington
2012-10-09 10:40:05 -04:00
b19627ccf3
Add configs for lms and lms preview running against mongo
Calen Pennington
2012-10-09 10:00:03 -04:00
ebf2f7de60
Make enum for unit states
Calen Pennington
2012-10-09 09:39:47 -04:00
0aa79ed479
Remove extraneous TODO comment
Calen Pennington
2012-10-09 09:33:37 -04:00
bd5d5f1419
Make location view state update as the state changes on the unit page
Calen Pennington
2012-10-05 16:35:06 -04:00
81b6d75796
tweaked disabled button
Tom Giannattasio
2012-10-05 14:24:56 -04:00
bfb5f333a9
Disable save draft button when there is nothing to save
Calen Pennington
2012-10-05 14:02:31 -04:00
28ea662855
Save a draft before publishing it
Calen Pennington
2012-10-05 13:25:55 -04:00
7ccdc5d42a
Grey out inactive items when changing state in unit editing view
Calen Pennington
2012-10-05 13:23:23 -04:00
9d6a7ffed1
Link release dates message to correct subsection edit page
Calen Pennington
2012-10-05 12:55:15 -04:00
5dcf388b1c
Add line numbers and wrapping to xml, json, and html editors
Calen Pennington
2012-10-05 12:11:26 -04:00
e99aa117d7
Make publish and unpublish recursive operations
Calen Pennington
2012-10-05 11:51:00 -04:00
b079b336db
Make updating children and data of a draft make the correct checks for whether the document is already a draft or not
Calen Pennington
2012-10-05 11:22:31 -04:00
310f26a6de
Basic implementation of draft, public and private modes
Calen Pennington
2012-10-05 11:19:35 -04:00
2b030f7aaf
Clean up how tests use modulestores
Calen Pennington
2012-10-05 10:43:51 -04:00
05c02f0d5f
Fixing tests from changes around draft mode
Calen Pennington
2012-10-05 10:28:18 -04:00
1585286c55
Pass onDelete to newly created ModuleEdit views
Calen Pennington
2012-10-05 09:37:14 -04:00
b6c93b61fd
Mark published_date as system metadata
Calen Pennington
2012-10-04 15:27:52 -04:00
1328fc5ac0
Store published date in module metadata, and display it on draft pages
Calen Pennington
2012-10-04 15:27:02 -04:00
1a8532d8ad
Make it possible to create, edit, and publish a draft
Calen Pennington
2012-10-04 14:29:24 -04:00
8da3723445
Clone the full item as a draft if it doesn't already exist when doing a draft editing operation
Calen Pennington
2012-10-04 11:22:52 -04:00
75f8b7c98d
Add Draft module store that is used whenever any item is update in the CAS (but not during import, and not for templates)
Calen Pennington
2012-10-04 10:44:18 -04:00
42bd9e8b9e
added test information
Александр
2012-10-10 19:36:03 +03:00
c4359b6f24
added crystresponse
Александр
2012-10-10 19:35:09 +03:00
002f813b75
pulled spinner out into its own class in case we need to add it directly
Tom Giannattasio
2012-10-09 15:28:53 -04:00
2441f8960e
added waiting classes
Tom Giannattasio
2012-10-09 15:26:12 -04:00
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
Chris Dodge
2012-10-09 15:11:07 -04:00
d65e1876a0
tweaked items in the header; tried creating class drop, but can't get the server-side jazz figured out
Tom Giannattasio
2012-10-09 14:48:02 -04:00
4c50f13e99
added templates/styles for static pages
Tom Giannattasio
2012-10-09 14:47:15 -04:00
eb2fadb639
added static page templates; urls will probably need some reworking, but i wanted to get the templates in there
Tom Giannattasio
2012-10-09 14:45:56 -04:00
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
Chris Dodge
2012-10-09 13:14:31 -04:00
708c11a1ea
added input type
Александр
2012-10-09 19:13:54 +03:00
57e4f0dd6b
Merge pull request #839 from MITx/feature/victor/per-course-status
David Ormsbee
2012-10-09 08:29:22 -07:00
d57aa31545
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/subsection-edit-page
Chris Dodge
2012-10-09 10:32:17 -04:00
20a8395f4f
add/remove policy data from subsection
Chris Dodge
2012-10-09 10:32:12 -04:00
61e574ee22
Revert "Make script type checking more strict"
Victor Shnayder
2012-10-08 13:05:30 -04:00
530f6a65c1
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/subsection-edit-page
Chris Dodge
2012-10-08 11:38:29 -04:00
811422a18d
Make script type checking more strict
Victor Shnayder
2012-10-08 10:59:39 -04:00
3765226b85
shorter impl of is_file
Victor Shnayder
2012-10-08 10:58:59 -04:00
ef1dda67b3
formatting in xqueue_interface.py
Victor Shnayder
2012-10-08 10:58:38 -04:00
93cc9a8e5b
formatting cleanup in responsetypes and inputtypes
Victor Shnayder
2012-10-08 10:58:04 -04:00
405012587d
formatting
Victor Shnayder
2012-10-08 10:55:45 -04:00
bd7c00ea22
formatting cleanup in correctmap.py
Victor Shnayder
2012-10-08 10:55:30 -04:00
775456b987
formatting cleanups in capa_problem.py
Victor Shnayder
2012-10-08 10:54:59 -04:00
c3e07660df
formatting cleanup in calc.py
Victor Shnayder
2012-10-08 10:51:37 -04:00
0cf6a1179a
wip - trigger display message when release data is different than parent release date
Chris Dodge
2012-10-08 10:43:46 -04:00
ddcd166b72
make tests pass without LMS settings
Victor Shnayder
2012-10-07 23:06:27 -04:00
9e43664498
Add support for per-course site status.
Victor Shnayder
2012-10-07 20:02:18 -04:00
242dd4f7ce
Merge pull request #838 from MITx/feature/bridger/course_grading
David Ormsbee
2012-10-06 19:02:42 -07:00
62400c4c92
Added starting_index conf to AssignmentFormatGrader. Added a bit of forwards compatibility for new grading policies.
Bridger Maxwell
2012-10-06 14:52:48 -04:00
36917b0036
Merge pull request #829 from MITx/feature/tomg/ie-banner
Victor Shnayder
2012-10-05 13:53:15 -07:00
67711bedca
Merge pull request #837 from MITx/hotfix/rocha/create-dev-for-os-x-10.8
Victor Shnayder
2012-10-05 13:42:24 -07:00
c337848954
Set git push.default to current on the create-dev-env script
Carlos Andrés Rocha
2012-10-05 16:23:39 -04:00
d55769861e
check if 'delete metadata field' is not in the list of system metadata
Chris Dodge
2012-10-05 14:45:07 -04:00