Carlos Andrés Rocha
|
e4ee1c6c9b
|
Rename arguments of modx_dispatch and handle_ajax related functions
Refactor a bit modx_dispatch
|
2013-06-25 13:38:57 -04:00 |
|
Carlos Andrés Rocha
|
2f02496c8f
|
Reorder imports on module_render
|
2013-06-25 13:31:53 -04:00 |
|
Jean Manuel Nater
|
c4c68f516b
|
Removed some unnecessary imports.
|
2013-06-24 17:31:49 -04:00 |
|
Jean Manuel Nater
|
799b938d5b
|
Merge branch 'master' into jnater/courseware_tests
|
2013-06-24 17:24:42 -04:00 |
|
Jean Manuel Nater
|
1b344e4d4d
|
Removed some unused functions.
|
2013-06-24 17:20:59 -04:00 |
|
Jean Manuel Nater
|
7fd1190505
|
Updated a doc string.
|
2013-06-24 17:13:33 -04:00 |
|
Jean Manuel Nater
|
986b63d85d
|
Removed run_wrapped() and replaced its functionality with patch.dict():
|
2013-06-24 17:07:43 -04:00 |
|
Jean Manuel Nater
|
e44ef1a54e
|
Removed the use of random.choice()
|
2013-06-24 16:24:09 -04:00 |
|
Jean Manuel Nater
|
32a0a2d29d
|
In the middle of addressing pull request comments. This is a safety commit in case I have to revert some changes I'm about to make.
|
2013-06-24 11:13:59 -04:00 |
|
Ned Batchelder
|
df4b512b6f
|
Change wildcard imports into specific imports
|
2013-06-21 17:33:06 -04:00 |
|
Jean Manuel Nater
|
1b94050ef6
|
Merge branch 'master' into jnater/courseware_tests
Conflicts:
lms/djangoapps/open_ended_grading/tests.py
|
2013-06-21 16:38:31 -04:00 |
|
Ned Batchelder
|
bea50efc26
|
Remove the unused smart-accordion lettuce feature, and the code it used.
|
2013-06-21 16:30:33 -04:00 |
|
Jean Manuel Nater
|
9bfddd4891
|
Addressed pull request feedback.
|
2013-06-21 14:05:57 -04:00 |
|
Jason Bau
|
07e56ac43b
|
Merge pull request #67 from edx/features/jbau/stanford-shib
Shibboleth Auth
|
2013-06-21 09:32:30 -07:00 |
|
JonahStanley
|
b847930579
|
Changed a click to css_click and fixed earlier typo
|
2013-06-21 09:38:43 -04:00 |
|
Ned Batchelder
|
3eec09b87a
|
Merge pull request #216 from edx/ned/remove-unused-imports
Ned/remove unused imports
|
2013-06-20 14:15:31 -07:00 |
|
JonahStanley
|
281f900389
|
Changed format of docstring
|
2013-06-20 15:40:58 -04:00 |
|
JonahStanley
|
eec095a195
|
Changed naming of attempts to max_attempts and changed css_selector
|
2013-06-20 15:38:56 -04:00 |
|
JonahStanley
|
96c4d2877f
|
Navigation now has a click success condition
|
2013-06-20 14:05:00 -04:00 |
|
JonahStanley
|
e1d4c69365
|
Merge branch 'master' into jonahstanley/fix-flakey-tests
Conflicts:
common/djangoapps/terrain/ui_helpers.py
|
2013-06-20 11:17:15 -04:00 |
|
JonahStanley
|
a8789dced9
|
Fixed flakey check box by making a css_check function that behaves like css_click
As a result, changed inputfield to return the css, and all of the element.fill() to css_fill
|
2013-06-20 11:14:17 -04:00 |
|
Will Daly
|
ef06932df0
|
Merge pull request #197 from edx/will/fix-video-acceptance-tests
Will/fix video acceptance tests
|
2013-06-20 08:07:28 -07:00 |
|
JonahStanley
|
1e51bd7314
|
Fixed flakey navigation tests by changing css
Now only check for the css that appears when the accordion is done
|
2013-06-20 10:58:11 -04:00 |
|
JonahStanley
|
033b974047
|
Fixed flakey show answer test
|
2013-06-20 10:54:43 -04:00 |
|
Felix Sun
|
c00721bbe6
|
Fixed the preferences scope of xblock.
Added self to authors.
Conflicts:
AUTHORS
CHANGELOG.rst
|
2013-06-20 10:17:25 -04:00 |
|
Will Daly
|
dbd2716e29
|
Updated video alpha template name to reflect recent changes in master.
|
2013-06-20 07:44:33 -04:00 |
|
Will Daly
|
3b37e0c19f
|
Fixed incorrect videoalpha template name
|
2013-06-20 07:40:12 -04:00 |
|
Will Daly
|
e76ef3aa31
|
Combined video and videoalpha acceptance tests.
Resolved conflict between two steps with the same name.
|
2013-06-20 07:40:12 -04:00 |
|
Ned Batchelder
|
61b53713d2
|
Remove unused imports from lms, as detected by pylint.
|
2013-06-19 16:56:34 -04:00 |
|
Renzo Lucioni
|
0bf02cabff
|
Fix for the failing acceptance tests
|
2013-06-19 16:48:25 -04:00 |
|
lapentab
|
24bee17da5
|
Merge pull request #156 from edx/blapenta/fix-test-coverage
Fix test_system looking like a test to nosetest. Fix class inheritance causing double counting of coverage.
|
2013-06-19 08:50:54 -07:00 |
|
Jason Bau
|
824fb9a311
|
The bulk of Shibboleth authentication for Stanford
Highlights:
* The url '/shib-login/' interfaces with apache/mod_shib via
request.META to handle shibboleth login and registrations
* Courses can designate 'enrollment_domains' to limit enrollment
to users with a linked ExternalAuthMap verified by a particular
identity provider
* Tests
* Logging
Changes to be committed:
new file: common/djangoapps/external_auth/migrations/0001_initial.py
new file: common/djangoapps/external_auth/migrations/__init__.py
new file: common/djangoapps/external_auth/tests/test_shib.py
modified: common/djangoapps/external_auth/views.py
modified: common/djangoapps/student/views.py
modified: common/lib/xmodule/xmodule/course_module.py
modified: lms/djangoapps/courseware/access.py
modified: lms/djangoapps/courseware/tests/test_access.py
modified: lms/envs/common.py
modified: lms/envs/dev.py
modified: lms/envs/test.py
modified: lms/templates/courseware/course_about.html
modified: lms/templates/dashboard.html
modified: lms/templates/extauth_failure.html
modified: lms/templates/navigation.html
modified: lms/templates/register.html
modified: lms/templates/signup_modal.html
modified: lms/urls.py
renamed: lms/wsgi_apache.py -> lms/wsgi_apache_lms.py
|
2013-06-19 00:48:18 -07:00 |
|
Don Mitchell
|
1ff022e181
|
Incidental pep8 changes
|
2013-06-18 17:25:06 -04:00 |
|
Jean Manuel Nater
|
905d884aa7
|
Removed a unnecessary imports from mongo_login_helpers.py and repeated code from tests.py.
|
2013-06-18 15:41:53 -04:00 |
|
lapentab
|
f0fb620be6
|
Fixes missing refactoring
|
2013-06-18 14:12:23 -04:00 |
|
Jean Manuel Nater
|
97275a3286
|
Refactored some of the classes in tests.py to not unnecessarily depend on the XML modulestore.
Conflicts:
lms/djangoapps/courseware/tests/test_navigation.py
lms/djangoapps/courseware/tests/test_view_authentication.py
lms/djangoapps/courseware/tests/tests.py
|
2013-06-18 13:54:16 -04:00 |
|
lapentab
|
b9ca9a84d7
|
Merge branch 'master' into blapenta/fix-test-coverage
Conflicts:
AUTHORS
common/lib/xmodule/xmodule/tests/test_annotatable_module.py
common/lib/xmodule/xmodule/tests/test_capa_module.py
common/lib/xmodule/xmodule/tests/test_combined_open_ended.py
common/lib/xmodule/xmodule/tests/test_conditional.py
common/lib/xmodule/xmodule/tests/test_html_module.py
common/lib/xmodule/xmodule/tests/test_progress.py
common/lib/xmodule/xmodule/tests/test_xml_module.py
lms/djangoapps/courseware/tests/__init__.py
|
2013-06-18 13:41:53 -04:00 |
|
Jean Manuel Nater
|
78128e7672
|
Merge branch 'master' into jnater/playground
Conflicts:
common/lib/xmodule/xmodule/modulestore/tests/factories.py
lms/djangoapps/courseware/tests/tests.py
|
2013-06-18 13:36:24 -04:00 |
|
lapentab
|
b93f00e02f
|
Rename system_test to get_test_system
|
2013-06-18 11:37:24 -04:00 |
|
Brian Wilson
|
a67674fe34
|
set task_id on LMS side.
|
2013-06-18 11:17:16 -04:00 |
|
Brian Wilson
|
b224f4e8cc
|
move test_tasks to test_integration.
|
2013-06-18 11:17:16 -04:00 |
|
Brian Wilson
|
c48dabc383
|
Move code to instructor_task Django app.
|
2013-06-18 11:17:15 -04:00 |
|
Brian Wilson
|
d2b3977f57
|
Add dogstat logging to background tasks.
|
2013-06-18 11:13:55 -04:00 |
|
Brian Wilson
|
9e11a5659f
|
Rename task_queue.py to task_submit.py.
|
2013-06-18 11:13:19 -04:00 |
|
Brian Wilson
|
c676cfd64a
|
Rename fields in CourseTaskLog, including a task_key column for indexing. Use 'rescore' instead of 'regrade'. Clean up task submission.
|
2013-06-18 11:13:19 -04:00 |
|
Brian Wilson
|
76773c5bdf
|
Change updating of CourseTaskLog to mostly occur in worker thread.
|
2013-06-18 11:13:18 -04:00 |
|
Brian Wilson
|
3b657d6d36
|
Disable randomized-problem test until bug-fix is merged in.
|
2013-06-18 11:13:18 -04:00 |
|
Brian Wilson
|
9c1881e5d6
|
Add unit test to regrade problem using randomization.
|
2013-06-18 11:13:18 -04:00 |
|
Brian Wilson
|
d37ebea6c0
|
Add tracking calls to reset (and delete). Add tests for delete. Remove sleep statement used for manual testing.
|
2013-06-18 11:13:18 -04:00 |
|
Brian Wilson
|
616d18e1e3
|
Post-rebasing fixes to re-enable masquerading.
|
2013-06-18 11:13:17 -04:00 |
|