Chris Dodge
|
dc983cb9a5
|
add checking for metadata that we can't support editing for in Studio. This is now an error and will have to be addressed by course authors
|
2013-03-22 11:15:14 -04:00 |
|
Christina Roberts
|
14e0387b20
|
Merge pull request #1716 from MITx/bug/orphan
Bug/orphan
|
2013-03-22 07:33:52 -07:00 |
|
cahrens
|
d631509afa
|
Re-enable all the tests!
|
2013-03-22 10:28:36 -04:00 |
|
cahrens
|
a2a1478d92
|
Fix caching bug on back button.
|
2013-03-22 09:51:45 -04:00 |
|
cahrens
|
be4045cb86
|
Reduce pep8 warnings, move Checklistst to top of menu.
|
2013-03-21 22:17:46 -04:00 |
|
cahrens
|
8385db8518
|
Clean up comments.
|
2013-03-21 21:40:38 -04:00 |
|
cahrens
|
016fe196ae
|
Add Python unit tests, don't convert URLs every time.
|
2013-03-21 21:21:24 -04:00 |
|
Brian Talbot
|
7051a94e7b
|
resolved local master merge conflicts with studio sass
|
2013-03-21 16:15:19 -04:00 |
|
cahrens
|
6b3b7fe277
|
Some cleanup.
|
2013-03-21 15:19:45 -04:00 |
|
Jay Zoldak
|
25ceea175c
|
Merge pull request #1710 from MITx/feature/will/speed_up_lettuce_tests
Feature/will/speed up lettuce tests
|
2013-03-21 12:17:07 -07:00 |
|
cahrens
|
0a063342cf
|
Merge branch 'feature/btalbot/studio-checklists' of github.com:MITx/mitx into feature/btalbot/studio-checklists
|
2013-03-21 13:56:32 -04:00 |
|
cahrens
|
1ae9e9bde3
|
Tests for opening action links.
|
2013-03-21 13:56:11 -04:00 |
|
Don Mitchell
|
e7727fcc6e
|
Pylint muting via docstrings and line wraps
|
2013-03-21 12:30:33 -04:00 |
|
cahrens
|
8ca6e324af
|
Merge branch 'master' into feature/btalbot/studio-checklists
Conflicts:
cms/djangoapps/contentstore/views.py
cms/static/sass/base-style.scss
cms/urls.py
|
2013-03-21 12:23:13 -04:00 |
|
Christina Roberts
|
e8401cf2bb
|
Merge pull request #1643 from MITx/fix/btalbot/studio-sasscleanup
Studio Sass Cleanup
|
2013-03-21 08:45:48 -07:00 |
|
Don Mitchell
|
11c9028f52
|
Merge pull request #1712 from MITx/fix/cdodge/get-import-to-work-with-conditionals
import needs to enumerate through the fields for all content scopes. Als...
|
2013-03-21 08:44:16 -07:00 |
|
cahrens
|
f44989e516
|
Use Brian's open external method.
|
2013-03-21 11:17:31 -04:00 |
|
Don Mitchell
|
bc8c0b6db2
|
Added unit test for what broke the system, but won't catch such a
regression in future b/c the problem was persisting under one parser and
reading under another.
|
2013-03-21 11:09:55 -04:00 |
|
chrisndodge
|
37a673012f
|
Merge pull request #1701 from MITx/bug/orphan
Fix bug 249 the ugly way (decerebrate the moronically impotent model)
|
2013-03-21 07:21:16 -07:00 |
|
Brian Talbot
|
67c6852b5c
|
studio - checklists: removing not needed sass variable for animating height
|
2013-03-21 10:01:39 -04:00 |
|
Don Mitchell
|
ae55cd7533
|
One more unit test for json not containing expected fields.
|
2013-03-21 09:40:57 -04:00 |
|
Chris Dodge
|
9cd38d115e
|
import needs to enumerate through the fields for all content scopes. Also add unit test
|
2013-03-20 21:37:09 -04:00 |
|
Don Mitchell
|
9413364e55
|
Disambiguate the course_info url names.
|
2013-03-20 18:00:25 -04:00 |
|
Don Mitchell
|
3ea70eac9d
|
Also clean up children after sort saved.
|
2013-03-20 17:59:24 -04:00 |
|
Don Mitchell
|
bd2dd9408d
|
Unit tests and minor fixes to course_info_updates. Main fix was
returning the content in same form as it was saved rather than parroting
it back.
|
2013-03-20 17:49:03 -04:00 |
|
Brian Talbot
|
481aa063c4
|
Merge branch 'master' into feature/btalbot/studio-checklists
|
2013-03-20 17:10:07 -04:00 |
|
Brian Talbot
|
2876554cd7
|
Merge branch 'master' into fix/btalbot/studio-sasscleanup
|
2013-03-20 17:09:38 -04:00 |
|
Brian Talbot
|
3b80a90bd0
|
studio - sass cleanup: adding in more color variables, proofing box-sizing and older/rougher unit scss
|
2013-03-20 16:54:14 -04:00 |
|
cahrens
|
fd9c29f449
|
Merge branch 'master' into feature/btalbot/studio-checklists
|
2013-03-20 16:37:56 -04:00 |
|
cahrens
|
284cfcc941
|
Merge branch 'feature/btalbot/studio-checklists' of github.com:MITx/mitx into feature/btalbot/studio-checklists
|
2013-03-20 16:37:26 -04:00 |
|
cahrens
|
6d6e144c35
|
Urls working.
|
2013-03-20 16:37:08 -04:00 |
|
Brian Talbot
|
994ced3c61
|
studio - notifications: organizing base variables
|
2013-03-20 16:34:21 -04:00 |
|
Brian Talbot
|
38df54dc53
|
studio - moved handling scrollable and new window links into their own functions for use throughout the app and not just on doc.ready + removed unused js plugin reference
|
2013-03-20 16:19:45 -04:00 |
|
Jay Zoldak
|
23364d8b0f
|
Merge branch 'master' into feature/zoldak/refactor-factories
|
2013-03-20 13:36:01 -04:00 |
|
Brian Talbot
|
f181a454e4
|
studio - added in basic JS confirm UI when deleting course updates
|
2013-03-20 11:20:16 -04:00 |
|
Brian Talbot
|
99cf432390
|
Merge branch 'master' into feature/btalbot/studio-alerts
|
2013-03-20 10:45:01 -04:00 |
|
Brian Talbot
|
8cf2cc6f78
|
studio - sass cleanup: local merge with master and small comment/organization tweaks to variables and base-styles
|
2013-03-20 10:42:35 -04:00 |
|
Brian Talbot
|
9069d822a4
|
Merge branch 'master' into fix/btalbot/studio-sasscleanup
|
2013-03-20 10:38:07 -04:00 |
|
Jay Zoldak
|
3576a3154b
|
Repoint factory references in lettuce tests to world.
|
2013-03-20 09:38:52 -04:00 |
|
Jay Zoldak
|
74653ff8ad
|
Factory refactor working for lms lettuce tests.
|
2013-03-20 09:38:52 -04:00 |
|
Mark L. Chang
|
10ac7e04f8
|
copy finalized
|
2013-03-19 21:31:59 -04:00 |
|
Don Mitchell
|
af136e75ca
|
Fix bug 249 the ugly way (decerebrate the moronically impotent model)
|
2013-03-19 18:07:46 -04:00 |
|
cahrens
|
b5a587d8d0
|
Have to explicitly specify safe option on mongo insert, remove, update because the debug toolbar specifies a default of safe=False.
|
2013-03-19 16:57:19 -04:00 |
|
cahrens
|
a03f6c3bf1
|
More Selenium test, code cleanup.
|
2013-03-19 14:02:07 -04:00 |
|
cahrens
|
dc89a4b3d5
|
Beginning of Selenium test, updates to work with master.
|
2013-03-18 21:25:44 -04:00 |
|
Brian Talbot
|
c901cecdea
|
studio - tender widget: added compromise of style given iframe and clunky DOM elements that tender is using. meh.
|
2013-03-18 16:23:30 -04:00 |
|
cahrens
|
49ee903eda
|
Merge branch 'master' into feature/btalbot/studio-checklists
Conflicts:
cms/djangoapps/contentstore/views.py
cms/static/js/template_loader.js
|
2013-03-18 15:30:19 -04:00 |
|
Chris Dodge
|
3e28ffa4f7
|
remove import and shortened line length
|
2013-03-18 15:10:17 -04:00 |
|
Chris Dodge
|
dc78a08ce5
|
Merge branch 'master' of github.com:MITx/mitx into fix/cdodge/add-500-404-templates-to-Studio
|
2013-03-18 15:05:37 -04:00 |
|
cahrens
|
f6fb64f130
|
Saving checkbox state, client template for individual checklist.
|
2013-03-18 15:03:54 -04:00 |
|