cahrens
|
ee2d874fdc
|
Remove extra blank lines.
|
2013-07-09 13:12:15 -04:00 |
|
cahrens
|
283e2b2e60
|
Don't store abbreviations for state.
|
2013-07-09 13:07:38 -04:00 |
|
cahrens
|
01557b26be
|
Move call into authz methods out of model class.
|
2013-07-09 12:47:54 -04:00 |
|
JonahStanley
|
0bd1e78e03
|
Acceptance tests use random ports
|
2013-07-09 12:18:30 -04:00 |
|
cahrens
|
99584aab23
|
pep8 cleanup
|
2013-07-09 11:08:27 -04:00 |
|
cahrens
|
6a49980582
|
Add tests for permissions.
|
2013-07-09 11:02:59 -04:00 |
|
cahrens
|
5cd90d58f5
|
Clarify documentation.
|
2013-07-09 10:33:37 -04:00 |
|
cahrens
|
5a3a03c0d4
|
Change user to foreign key (tracks deletions).
|
2013-07-09 10:23:38 -04:00 |
|
cahrens
|
23ffa2a616
|
Show note field, update filterable.
|
2013-07-08 16:55:32 -04:00 |
|
cahrens
|
73f4b1c676
|
Overloading methods does not work with variable names changed.
|
2013-07-08 16:43:30 -04:00 |
|
cahrens
|
69a998780a
|
Remove test case moved to test_admin.
|
2013-07-08 16:10:43 -04:00 |
|
cahrens
|
28115af488
|
The course creator view adds granted users course creator status.
Includes unit tests and modifications to authz.py.
|
2013-07-08 16:08:06 -04:00 |
|
cahrens
|
5e8e3353ca
|
Pylint/pep8 cleanup.
|
2013-07-08 16:07:02 -04:00 |
|
Will Daly
|
e477cceefb
|
Merge pull request #346 from edx/will/disable-flakey-tests
Disabled tests that are failing in Jenkins
|
2013-07-08 09:55:09 -07:00 |
|
cahrens
|
b53899aa54
|
Merge branch 'master' into christina/course-creator-table
|
2013-07-08 12:12:04 -04:00 |
|
Will Daly
|
7085b95bc0
|
Disabled video test that was failing on Mac OS X
|
2013-07-08 10:51:31 -04:00 |
|
chrisndodge
|
57d82dea10
|
Merge pull request #330 from edx/fix/cdodge/delete-course-delete-drafts
[STUD-380] Fix/cdodge/delete course delete drafts
|
2013-07-08 07:24:24 -07:00 |
|
Will Daly
|
01eb93eb47
|
Disabled tests that are failing in Jenkins
|
2013-07-08 10:02:01 -04:00 |
|
cahrens
|
f1f6acb5c7
|
Updates to admin table view.
Also hooks up the granted and deny events to the course creator group.
|
2013-07-03 17:07:06 -04:00 |
|
Jonah Stanley
|
0be0df1b59
|
Merge pull request #325 from edx/jonahstanley/fix-flakey-tests
Made a css_html to obtain the html of the css element.
|
2013-07-03 11:55:25 -07:00 |
|
Chris Dodge
|
656f2b15fd
|
remove redundent test until we get clarity as to if unit tests are actually using the codejail functionality or not
|
2013-07-03 13:46:32 -04:00 |
|
Chris Dodge
|
7962ad7dd0
|
remove incorrect comment
|
2013-07-03 13:46:31 -04:00 |
|
Chris Dodge
|
bf3a7287f0
|
do some lamda magic to refactor out the whitelist checking code to be shared between LMS and CMS
|
2013-07-03 13:46:31 -04:00 |
|
Chris Dodge
|
11ef3961bc
|
try to add some additional diff coverage which should get us to 100%
|
2013-07-03 13:46:31 -04:00 |
|
Chris Dodge
|
9a8c5857e6
|
change settings to add test course to sandbox whitelist to try to increase diff code coverage
|
2013-07-03 13:46:31 -04:00 |
|
Chris Dodge
|
0e0dfd22cf
|
add test for customresponse problem type
|
2013-07-03 13:46:31 -04:00 |
|
Chris Dodge
|
8d858ecb49
|
add a unit test to exercise the preview_component AJAX callback in the CMS
|
2013-07-03 13:46:31 -04:00 |
|
Chris Dodge
|
63ed16e118
|
add a 'can_execute_unsafe_code' callback method (ala LMS) to allow for whitelisting of courses with respect to codejailing
|
2013-07-03 13:46:31 -04:00 |
|
JonahStanley
|
221db93f01
|
Revert "Skipping the flakey tests for now"
This reverts commit d383a8add7.
|
2013-07-03 13:39:36 -04:00 |
|
JonahStanley
|
7fabac9a4b
|
Skipped Flakey Tests for now
|
2013-07-03 13:31:13 -04:00 |
|
JonahStanley
|
d383a8add7
|
Skipping the flakey tests for now
|
2013-07-03 13:28:33 -04:00 |
|
Chris Dodge
|
b18fb97eed
|
extend tests to assert that all draft content is cleaned up. Also add assertion that assets are deleted as well
|
2013-07-03 11:24:30 -04:00 |
|
JonahStanley
|
12a7922f89
|
Overzealous changing of find to click
|
2013-07-03 11:00:46 -04:00 |
|
JonahStanley
|
19513e4134
|
Refactored all clicks to use the css_click method
|
2013-07-03 10:34:56 -04:00 |
|
cahrens
|
2970f24245
|
Initial admin table view.
|
2013-07-03 09:24:02 -04:00 |
|
JonahStanley
|
9a5326bca5
|
Made a css_html to obtain the html of the css element.
This works like css_click in that it will retry if there was a stale element reference exception
|
2013-07-02 16:46:20 -04:00 |
|
Jonah Stanley
|
852292ebf7
|
Merge pull request #324 from edx/jonahstanley/fix-component-test
Jonahstanley/fix component test
|
2013-07-02 11:55:46 -07:00 |
|
JonahStanley
|
47158d7079
|
Using the success condition
Got rid of announcement test
Removed assumption about uniqueness of css steps
|
2013-07-02 14:52:32 -04:00 |
|
Adam Palay
|
c692428fe5
|
fix pylint violations
|
2013-07-02 10:22:26 -04:00 |
|
JonahStanley
|
3e44f8a213
|
Component test now fails with useful information
|
2013-07-02 09:05:58 -04:00 |
|
Adam Palay
|
03aee3ed79
|
add tests
|
2013-07-01 18:21:47 -04:00 |
|
Jonah Stanley
|
6f8a31206a
|
Merge pull request #280 from edx/jonahstanley/explicit-component-creation-tests
Explicitly test the creation and deletion of every component type
|
2013-07-01 13:48:15 -07:00 |
|
Calen Pennington
|
1a7b833146
|
Merge pull request #269 from edx/dhm/incidental-functionality-improvements
Incidental functionality improvements from Next Gen Modulestore work
|
2013-07-01 13:04:20 -07:00 |
|
David Baumgold
|
923bcc555c
|
Make CMS errors JSON-able if requested via AJAX
|
2013-07-01 15:09:41 -04:00 |
|
Don Mitchell
|
ef9c299413
|
Work around XBlock limitations to force persistance of field mutation
|
2013-07-01 12:33:08 -04:00 |
|
Don Mitchell
|
2fc7d3308c
|
Customtags can't be inserted by studio
|
2013-07-01 12:33:08 -04:00 |
|
Don Mitchell
|
a2524c517f
|
Force locations to be Location objects earlier
|
2013-07-01 12:33:08 -04:00 |
|
Don Mitchell
|
db59acaa60
|
Assert date equality directly, rather than by using a delta of 0
|
2013-07-01 12:31:36 -04:00 |
|
Don Mitchell
|
274f1d17f3
|
Test start_date in course settings
|
2013-07-01 12:31:36 -04:00 |
|
Peter Fogg
|
1809fde60c
|
Pylint cleanup.
|
2013-07-01 09:16:25 -04:00 |
|