Uman Shahzad
cb034d4f2f
Implement client-side registration form validation.
...
Input forms that need validation will have AJAX requests
performed to get validation decisions live.
All but a few important and common form fields perform
generic validation; these will need a back-end handler
in the future in order to have them validated through AJAX requests.
Information is conveyed on focus and blur for both
errors and successes.
2017-08-03 00:22:25 +05:00
Uman Shahzad
39ac333b5d
Add backend AJAX API endpoint for client-side form validation.
...
In particular, implement a validation API for registration,
where a client makes AJAX calls to the endpoints requesting
validation decisions on each input. Responses are strings
dependent on the type of validation error; if no error,
then empty string to indicate OK.
2017-08-03 00:22:25 +05:00
George Song
78708e41e9
Merge pull request #15683 from open-craft/smarnach/notify-default
...
Bug fix: Reset "Notify users by email" check box to initial state.
2017-08-02 11:48:44 -07:00
Matthew Piatetsky
c871804df1
Merge pull request #15710 from edx/LEARNER-2016b
...
LEARNER-2016 Removed waffle flag and added test for utm params on redirect
2017-08-02 14:44:59 -04:00
Alex Dusenbery
55d41bdc60
EDUCATOR-1072 | Don't validate certificate_available_date field just yet.
2017-08-02 13:31:18 -04:00
Eric Fischer
1b5181a69b
Merge pull request #15721 from edx/efischer/upgrade_submissions
...
edx-submissions 2.0.6 upgrade
2017-08-02 12:49:11 -04:00
Michael Youngstrom
ca664e3878
Merge pull request #15722 from edx/youngstrom/fix_failing_python
...
Update query counts for failing python tests
2017-08-02 12:40:48 -04:00
Michael Youngstrom
77acdac75a
Update number SQL queries
2017-08-02 11:42:50 -04:00
Eric Fischer
3f7a683c6d
edx-submissions 2.0.6 upgrade
2017-08-02 11:09:49 -04:00
Jillian Vogel
d0cfa7fa5a
Merge pull request #15431 from open-craft/jill/studio-filter-archived-courses
...
Separate Archived courses into a separate list in Studio
2017-08-02 10:42:09 +09:30
Ned Batchelder
db5e155270
Merge pull request #15714 from edx/nedbat/update-translations
...
Update translations (autogenerated message)
2017-08-01 19:10:18 -04:00
Ned Batchelder
555d251472
Update translations (autogenerated message)
2017-08-01 21:27:56 +00:00
Sofiya Semenova
799e2bb4e4
Merge pull request #15693 from edx/ssemenova/whitespace
...
Educator-986 large space in show answer view for instructors
2017-08-01 16:44:33 -04:00
sarahkf
2a3c32800b
Merge pull request #15670 from edx/sarahkf/fix-flaky-proctoring-tests
...
Fixing flaky edx-proctoring acceptance tests
2017-08-01 16:16:47 -04:00
Christina Roberts
20d67a5f7f
Merge pull request #15690 from edx/christina/django-wiki-upgrade
...
Django-wiki upgrades.
2017-08-01 15:37:46 -04:00
Sarah Fischmann
354b8a4d50
Fixing flaky edx-proctoring acceptance tests
...
This commit fixes four flaky bokchoy tests: test_can_add_remove_allowance, test_can_reset_attempts, test_rescore_nonrescorable and test_timed_exam_flow.
EDUCATOR-949
Fixed 2 of 3 flaky tests
EDUCATOR-949
possible fix for third failing test
Another possible fix for third flaky test
starting tests again
starting tests again
removing flaky decorators
possible fix for fourth flaky test
fixing quality errors
removing flaky decorator from fourth test
2017-08-01 15:23:17 -04:00
Matthew Piatetsky
ab2dd4613f
Removed waffle flag and added test for utm params on redirect
...
LEARNER-2016
2017-08-01 14:44:28 -04:00
Sofiya Semenova
6fd66fdc89
Educator-986 large space in show answer view for instructors
2017-08-01 18:19:19 +00:00
cahrens
5077ab5897
Django-wiki upgrades.
...
EDUCATOR-784, EDUCATOR-1065
2017-08-01 14:10:58 -04:00
Calen Pennington
fb905e547b
Merge pull request #15709 from edx/release-mergeback-to-master
...
Merge release back to master
2017-08-01 13:45:08 -04:00
sanfordstudent
903bb6ab3f
Merge pull request #15682 from edx/sstudent/cms_cert_date
...
add cert available date to CMS settings
2017-08-01 13:23:32 -04:00
Sanford Student
bf7b3eab1a
add cert available date to CMS settings
2017-08-01 10:44:42 -04:00
Calen Pennington
68df7b80e3
Add course_end to the list of experiment fields put in the DOM
2017-08-01 10:14:35 -04:00
Calen Pennington
1edd367008
Add course_start to the fields, and put all fields on the track selection page
2017-08-01 10:14:35 -04:00
Calen Pennington
384f22ff96
Add per-user metadata to course pages to make experimentation easier
2017-08-01 10:14:35 -04:00
Muzaffar yousaf
02c28a3803
Merge pull request #15698 from edx/bump-val-version
...
Bump edxval version
2017-08-01 13:58:58 +05:00
muzaffaryousaf
2cdb9de5fb
Bump edxval version
...
This add CourseVideo table to Django Admin.
EDUCATOR-1036
2017-08-01 12:03:41 +05:00
Douglas Hall
06ea32c5cb
Merge pull request #15703 from edx/douglashall/upgrade_enterprise_0_39_3
...
Upgrading edx-enteprise package to 0.39.3.
2017-07-31 19:31:17 -04:00
Douglas Hall
f1f22f4794
Upgrading edx-enteprise package to 0.39.3.
2017-07-31 17:20:00 -04:00
Michael Youngstrom
2f0e4ece2b
Merge pull request #15704 from edx/youngstrom/jasmine_requirement
...
Pin Jasmine version to fix js failures
2017-07-31 16:53:52 -04:00
Michael Youngstrom
f66521545a
Pin Jasmine version to avoid failing js tests
2017-07-31 16:04:39 -04:00
John Eskew
79c0849b0e
Merge pull request #15297 from edx/jeskew/paver_matching_edxapp_devstack_prereqs
...
Mirror the devstack prereqs in CircleCI and paver install_prereqs.
2017-07-31 14:13:12 -04:00
Alex Dusenbery
cc6f8be8fb
EDUCATOR-1029 | More defensive version of ZeroSubsectionGrade.problem_scores
2017-07-31 13:44:15 -04:00
John Eskew
19a5aa7d44
Merge pull request #15684 from edx/jeskew/enable_django_debug_toolbar
...
Only display debug toolbar on non-ajax requests.
2017-07-28 15:47:09 -04:00
Clinton Blackburn
5db02ef673
Added support for dynamic upgrade deadlines
...
The verified seat upgrade deadline for self-paced course runs is now
dependent on when the learner was first able to access the content--the
latest of enrollment date and course run start date.
2017-07-28 15:44:35 -04:00
John Eskew
80538211cd
Merge pull request #15687 from ubc/ubcpi-0.6.4
...
Update UBCPI to 0.6.4
2017-07-28 11:26:09 -04:00
Sofiya Semenova
366cc044be
Merge pull request #15635 from edx/ssemenova/ed-699
...
Educator-699 Modify deleted group warning on the unit/container page
2017-07-28 07:23:11 -07:00
Andy Armstrong
d8a8d7957d
Merge pull request #15686 from edx/andya/openedx-i18n
...
Collect translation strings from the openedx folder
2017-07-28 09:12:40 -04:00
Pan Luo
7e0c7177d7
Update UBCPI to 0.6.4
2017-07-28 01:47:28 -07:00
Andy Armstrong
d247fe63bb
Merge pull request #15643 from edx/andya/site-theme-preview
...
Implement theme admin UI to support previewing
2017-07-27 20:33:07 -04:00
Andy Armstrong
8a7947c803
Collect translation strings from the openedx folder
...
LEARNER-2112
2017-07-27 17:47:20 -04:00
Andy Armstrong
0f808cec78
Implement theme admin UI to support previewing
...
LEARNER-2017
2017-07-27 17:24:31 -04:00
John Eskew
f1b13595c0
Only display debug toolbar on non-ajax requests.
2017-07-27 16:59:08 -04:00
Sofiya Semenova
d888498038
EDUCATOR-699 Modify deleted group warning on the unit/container page
...
EDUCATOR-1001 Fix language for visibility editor and validation to include units
2017-07-27 20:55:07 +00:00
Sofiya Semenova
8eb4e469ff
Merge pull request #15675 from edx/ssemenova/ed-9
...
Educator-9 Removed comment about changing warning to exception
2017-07-27 13:47:56 -07:00
Douglas Hall
af1fa2b6e7
Merge pull request #15679 from edx/douglashall/upgrade_enterprise_0_39_1
...
Upgrade edx-enterprise package to 0.39.1.
2017-07-27 15:22:35 -04:00
Sofiya Semenova
18bd532013
Educator-9 Remove comment
2017-07-27 18:54:51 +00:00
Jeremy Bowman
c7db5d894e
Merge pull request #15674 from edx/jmbowman/PLAT-1590
...
PLAT-1590 Fixes for Docker Devstack e2e tests
2017-07-27 14:40:27 -04:00
Jeff LaJoie
8b24b29ae9
Merge pull request #15605 from edx/jlajoie/EDUCATOR-842
...
EDUCATOR-842: adds in management command for verified_tracks
2017-07-27 13:09:50 -04:00
John Eskew
4aa1c4b010
Merge pull request #15681 from mitodl/pdpinch/bump-edx-sga
...
bump edx-sga XBlock to v0.6.4
2017-07-27 12:47:58 -04:00