Commit Graph

28558 Commits

Author SHA1 Message Date
Jesse Zoldak
74b65ddb1e Improve rerun test
for troubleshooting TNL-692
2014-10-24 16:12:11 -04:00
Renzo Lucioni
05cb2a071b Prohibit automatic enrollment in prof ed courses when user authenticates via third-party auth 2014-10-24 15:59:42 -04:00
frances botsford
93425a7c47 Merge pull request #5719 from edx/frances/fix/rtl-dashboard-fixes
small UI fixes on dashboard for RTL
2014-10-24 15:26:42 -04:00
Jesse Zoldak
af3d911a7f Fix test page definition for course group configurations page
TNL-685
2014-10-24 14:30:31 -04:00
frances botsford
60bb6a1021 Merge pull request #5696 from Stanford-Online/giulio/course-about-font-awesomize
Convert icons on course_about to font awesome
2014-10-24 14:05:23 -04:00
Frances Botsford
13b97e3606 small UI fixes on dashboard for RTL 2014-10-24 14:01:39 -04:00
John Eskew
5ffc6ac256 Merge pull request #4854 from edx/jeskew/assetstore_modulestore_work
Phase 1 of adding asset metadata saving to old Mongo
2014-10-24 12:47:53 -04:00
Sarina Canelake
3d1c54fefa Merge pull request #5595 from Stanford-Online/caijim/resetbutton
Support and tests for adding a reset button to units
2014-10-24 11:49:24 -04:00
John Eskew
b857a0ed7b Phase 1 of adding asset metadata saving to old Mongo 2014-10-24 11:07:32 -04:00
Will Daly
ac2201a648 Add field from server to set custom error messages for logistration fields 2014-10-24 11:02:38 -04:00
AlasdairSwan
2284d5ee14 Merge pull request #5713 from edx/alasdair/logistration-validation
ECOM-466 cleaned up form submission validation
2014-10-24 09:52:08 -04:00
Will Daly
56d55608c1 Merge pull request #5714 from edx/will/logistration-email-field
Change field type for email from 'text' to 'email'
2014-10-24 09:28:55 -04:00
Will Daly
611e819d17 Change field type for email from 'text' to 'email' 2014-10-24 09:25:56 -04:00
Will Daly
cc07afb967 Use a 403 status to indicate that the user does not have a linked
account for third party auth.
2014-10-24 08:57:54 -04:00
AlasdairSwan
c3083069d1 ECOM-466 cleaned up form submission validation 2014-10-24 08:55:28 -04:00
Ben Patterson
a8c0c2b71c paver run_quality should run both pep8 and pylint diffs with -p flag
TE-555
2014-10-24 08:46:00 -04:00
zubair-arbi
293ac9277a show warning on navigate away from import page only for first two stages
TNL-554
2014-10-24 16:22:33 +05:00
zubair-arbi
98c9880d3c Merge pull request #5596 from edx/zub/bugfix/tnl-537-persistvideospeed
reload video on change speed only if value is '1.0'
2014-10-24 14:31:09 +05:00
zubair-arbi
4ea6323d96 reload video in setPlaybackRate only if speed of video is '1.0'
TNL-537
2014-10-24 12:29:06 +05:00
Ben Patterson
3185dc4823 Merge pull request #5689 from edx/zoldak/solano-gitignore
Add Solano Labs tddium artifacts to gitignore
2014-10-23 18:54:07 -04:00
Giulio Gratta
5b647a3a12 remove unused icon images 2014-10-23 14:04:15 -07:00
Alison Hodges
a3ab2ed7fa Merge pull request #5633 from edx/ahodges/doc/DOC1001
Course keys use key introspection
2014-10-23 16:38:18 -04:00
AlasdairSwan
b14a129132 Merge pull request #5705 from edx/alasdair/logistration-error-styles
Alasdair/logistration error styles
2014-10-23 16:28:05 -04:00
AlasdairSwan
e332e79328 ECOM-369 Moved to Base FormView extended by other views. 2014-10-23 16:23:59 -04:00
Alison Hodges
01cd160e74 Course keys use key introspection
@brianhw, @watsonemily, @srpearce, and @stroilova, please review.
Question: is there an impact on CommentThread.commentable_id for
discussion threads?
2014-10-23 16:15:39 -04:00
stephensanchez
61436ea195 Merge branch 'release' 2014-10-23 19:41:31 +00:00
Alison Hodges
bfcffd2def Merge pull request #5660 from edx/ahodges/doc/relnotes20141021
Ahodges/doc/relnotes20141021
2014-10-23 15:40:16 -04:00
Alison Hodges
7026aa4045 Release notes for 23 Oct 2014
initial draft
2014-10-23 15:39:40 -04:00
Stephen Sanchez
d9e47a6bd3 Merge pull request #5695 from edx/sanchez/enrollment-tests-and-cleanup
enrollment tests and cleanup
2014-10-23 15:31:46 -04:00
AlasdairSwan
d889a362ae ECOM-369 added meta to header to enable responsive. Set country dropdown to required for registration form 2014-10-23 15:22:27 -04:00
Jim
6d19a0c87c Support and tests for adding a reset button to units
Users may want to start anew when answering a question. This commit decouples reset from randomization while still preserving backward compatibility. Users can clear their input.
Instructors can set course-wide and problem-specific settings for reset button display.
2014-10-23 12:14:27 -07:00
Renzo Lucioni
aba600cfae Merge pull request #5704 from edx/renzo/add-js-tests
Add tests of access and password reset views
2014-10-23 14:41:24 -04:00
Renzo Lucioni
f157ee1461 Add tests of access and password reset views 2014-10-23 14:39:22 -04:00
Giulio Gratta
07263de841 Convert icons on course_about to font awesome 2014-10-23 10:54:18 -07:00
Adam Palay
0be9a26521 change ItemNotFoundErrors to log.warning in x_module.py 2014-10-23 13:38:12 -04:00
stephensanchez
e7570c52e6 adding all the tests for data and api.
Updating tests for views

Last chunk of tests and pep8 cleanup

Code Review cleanup.

Additional CR comments

Changing serialization of suggested prices.
2014-10-23 16:57:29 +00:00
Will Daly
9aed03bea2 Merge pull request #5703 from edx/will/disable-auth-for-login-and-register
Disable auth for login and registration end-points
2014-10-23 11:52:41 -04:00
David Baumgold
14209c672a Merge pull request #5667 from lduarte1991/lduarte-harvardx-pr33
Annotation Tools: Upgrading Share plugin from v1.0 to v1.1
2014-10-23 11:22:22 -04:00
srpearce
46b2f0d7a0 Merge pull request #5694 from edx/sylvia/docs/DOC-842
Add note about provisional status to annotation problem type
2014-10-23 11:16:03 -04:00
Sylvia Pearce
c922910817 Add note about provisional status to annotation problem type 2014-10-23 11:15:40 -04:00
Will Daly
fb5a8098de Disable auth for login and registration end-points 2014-10-23 10:20:37 -04:00
Tim Babych
8fbdf712fa Merge pull request #5698 from edx/tim/django-1.4.16
Update django version to 1.4.16
2014-10-23 16:46:41 +03:00
Will Daly
d8eafc4754 Merge pull request #5701 from edx/will/call-default-something-else
Use 'defaultValue' instead of 'default' in the form description.
2014-10-23 09:15:39 -04:00
Will Daly
0245c7e16e Use 'defaultValue' instead of 'default' in the form description. Fix an error that would cause the login and password reset pages to not load correctly. 2014-10-23 08:56:40 -04:00
Anton Stupak
b12aa0b1b6 Merge pull request #5518 from edx/anton/requirejs-optimizer
Add RequireJS Optimizer.
2014-10-23 15:29:42 +03:00
Omar Al-Ithawi
4f4349a63b Make staff debug info code to be always LTR 2014-10-23 14:26:56 +03:00
Oleg Marshev
f550359d67 Merge pull request #5545 from edx/oleg/lms-dashboard-course-start-time
Add course start/end time to student dashboard.
2014-10-23 11:56:37 +03:00
Tim Babych
693089e4a1 Update django version to 1.4.16 2014-10-23 11:54:18 +03:00
Stephen Sanchez
3775efae7d Merge pull request #5687 from edx/sanchez/no-donations-for-microsites
Adding an additional check to avoid donations showing up for microsites.
2014-10-22 17:24:59 -04:00
Alison Hodges
72becf59ab Merge pull request #5691 from edx/ahodges/doc/country_required
Registration page images out of date
2014-10-22 17:16:30 -04:00