Jay Zoldak
|
6564cc57e6
|
Fix typo with hyphen in cms lettuce feature files
|
2013-03-27 16:29:55 -04:00 |
|
Will Daly
|
df1be87739
|
* Changed 404 errors to 400 errors
* Removed duplicate traceback log message
* Now provide string, not Exception, as second tuple item to raise
|
2013-03-27 15:20:40 -04:00 |
|
cahrens
|
5c78218b13
|
Don't need to convert to milliseconds.
|
2013-03-27 14:52:27 -04:00 |
|
cahrens
|
22537ffd3b
|
Don't need to convert to milliseconds.
|
2013-03-27 14:51:39 -04:00 |
|
Will Daly
|
99cd3fafdb
|
Added error handling of XModule processing errors to CMS
Added tests for SchematicResponse error handling
|
2013-03-27 14:48:44 -04:00 |
|
cahrens
|
227a5e8266
|
Delete converters, move unit tests to test_fields, add new additional test cases.
|
2013-03-27 12:56:06 -04:00 |
|
Victor Shnayder
|
68902b8039
|
Merge pull request #1747 from MITx/fix/cdodge/should-return-404-on-bad-asset-request
if we parse an invalid location in the content store middleware, then re...
|
2013-03-27 07:09:38 -07:00 |
|
Chris Dodge
|
b0e2c82ad3
|
actually.. return a 400 rather than a 404 because the request is malformed. Also add unit test.
|
2013-03-26 20:02:29 -04:00 |
|
Calen Pennington
|
b975d4d90c
|
Fix tests
|
2013-03-26 16:43:58 -04:00 |
|
Chris Dodge
|
7a23893557
|
wip
|
2013-03-26 16:40:28 -04:00 |
|
Will Daly
|
6298a4ceab
|
Fixed lettuce tests in cms that were broken in the last rebase
|
2013-03-26 13:05:09 -04:00 |
|
Will Daly
|
0500ba4dd5
|
Disabled pylint warnings for lettuce steps:
* Missing docstring
* Redefining name from outer scope
|
2013-03-26 11:46:31 -04:00 |
|
Will Daly
|
27d5ebf027
|
pep8 fixes
|
2013-03-26 11:44:57 -04:00 |
|
Will Daly
|
00d25b684c
|
Moved modulestore flush code into terrain/course_helpers
|
2013-03-26 11:44:57 -04:00 |
|
Will Daly
|
a58ae9b62d
|
Refactored studio lettuce test section.py to use more of ui helpers
|
2013-03-26 11:44:57 -04:00 |
|
Will Daly
|
e69931ec5a
|
Refactored studio lettuce tests to use terrain/ui_helpers for ui
manipulation
|
2013-03-26 11:44:56 -04:00 |
|
cahrens
|
83eda6ac93
|
Merge branch 'master' into bug/christina/studio
|
2013-03-26 10:34:37 -04:00 |
|
Chris Dodge
|
269152c4f2
|
add a test scenario to count RT to database when prefetching children. This uses a shim function on pymongo's collection.find to do the counting
|
2013-03-25 23:15:35 -04:00 |
|
Chris Dodge
|
d8f1c2b41a
|
add unit test for proper depth build out
|
2013-03-25 22:49:39 -04:00 |
|
cahrens
|
ce884c44ee
|
Newline cleanup.
|
2013-03-25 17:26:59 -04:00 |
|
cahrens
|
fa63bcce94
|
Allow clearing of dates (except for course start date).
https://edx.lighthouseapp.com/projects/102637/tickets/231
|
2013-03-25 17:25:49 -04:00 |
|
Don Mitchell
|
884019b14c
|
Merge branch 'bug/dhm/date-parse' of github.com:MITx/mitx into bug/dhm/date-parse
Conflicts:
cms/djangoapps/models/settings/course_metadata.py
cms/urls.py
|
2013-03-22 16:56:31 -04:00 |
|
Don Mitchell
|
056b7d3427
|
More unit tests which found another timezone assumption :-)
|
2013-03-22 16:45:21 -04:00 |
|
Don Mitchell
|
8370124e2b
|
Make to and from json for dates use iso format esp for timezone.
|
2013-03-22 16:16:32 -04:00 |
|
Don Mitchell
|
2dcfd1eba1
|
Merge pull request #1719 from MITx/feature/btalbot/studio-checklists
Add course checklists to Studio
|
2013-03-22 12:49:30 -07:00 |
|
cahrens
|
505a382421
|
Re-enable all the tests!
|
2013-03-22 14:00:20 -04:00 |
|
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
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
cahrens
|
6d6e144c35
|
Urls working.
|
2013-03-20 16:37:08 -04:00 |
|
Brian Talbot
|
99cf432390
|
Merge branch 'master' into feature/btalbot/studio-alerts
|
2013-03-20 10:45:01 -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 |
|
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 |
|