- Feb 14, 2014
-
-
thedeadparrot authored
-
Diana Huang authored
instead of the current language.
-
Diana Huang authored
-
Julia Hansbrough authored
-
- Feb 11, 2014
-
-
cahrens authored
STUD-1151
-
- Feb 10, 2014
-
-
David Baumgold authored
Fix pylint/pep8 warnings, use JsonResponse instead of HttpResponse where useful, put in TODOs to change HTTP status codes to be more accurate.
-
- Feb 07, 2014
-
-
David Baumgold authored
LMS-2203
-
- Feb 04, 2014
-
-
Chris Dodge authored
add a test case for enrollment caps pep8 fix
-
Carson Gee authored
Caution! This is backwards incompatible
-
- Jan 31, 2014
-
-
Julia Hansbrough authored
Fixed i18n in templates
-
Julia Hansbrough authored
Added a banner that students can use to dismiss the "you have failed reverification" message. Also, removed unused code, wired up the sidebar for design
-
Julia Hansbrough authored
Also, refactored code representing ReverifyInfo
-
Julia Hansbrough authored
Also, removed an unused template
-
Julia Hansbrough authored
Added verification sidebar, banner for major courseware sections, quality & test improvements
-
Julia Hansbrough authored
Improved tests, fixed javascript for photocapture, removed extraneous photocapture code, added time & course numbers to templates for design
-
Frances Botsford authored
-
Julia Hansbrough authored
Quick-and-dirty end-to-end flow, functional for at least the case of one course in need of re-verification. Ready for design to start taking a look; still needs tests and code cleanup
-
- Jan 30, 2014
-
-
Jay Zoldak authored
fixing unit tests fixing merge error fixing xqueue submission issue with unicode url (trial 0.1) fixing fotmats as commented upon removing yaml file language selection Unicode changes to support QRF removed unnecessary pass in modulestore/init.py fixing merge error fixing fotmats as commented upon removing yaml file language selection fixing pep8 violations - fixing pylint violations pylint violation fixing line spaces and formats ignore pylint E1101 remove empty line fixing pylint violations pep8 violations bulk mail unicode/decode fix migration error fix pep8 just to push again more unicode/decode Final changes to comments and error messages.
-
Chris Dodge authored
-
David Baumgold authored
Use status code 400 when there is a validation error in creating an account.
-
David Baumgold authored
-
- Jan 29, 2014
-
-
Chris Dodge authored
Add optional feature to lock out accounts after N failed login attempts. Lockouts will last M seconds. add DB migration and fix earlier mistakes in student migration history add tests and fix bugs that came out of those unit tests remove unused import pep8/pylint address some PR feedback fix tests fix broken test try to mock time use freeze-gun to overload the system time to simulate the future
-
Xavier Antoviaque authored
Extend the capabilities of the REGISTRATION_OPTIONAL_FIELDS configuration variable, to allow to select, for each individual field, if it should be 'hidden', 'optional' or 'required'. Rename the configuration variable to REGISTRATION_EXTRA_FIELDS to reflect the additional capabilities, and updates the defaults. As extra fields, configurable through the REGISTRATION_EXTRA_FIELDS variable. Hidden by default. Tickets: MCKIN-168 MCKIN-184 Note: Studio also has a registration page, which uses the same account creation page. It should be possible to use it without requiring the variable from the LMS, as the fields are different.
-
- Jan 27, 2014
-
-
daniel cebrian authored
First set of fixes from the pull request This does not include some of the testing files. The textannotation and videoannotation test files are not ready. waiting for an answer on the issue. Deleted token line in api.py and added test for token generator Added notes_spec.coffee remove spec file fixed minor error with the test fixes some quality errors fixed unit test fixed unit test added advanced module Added notes_spec.coffee remove spec file Quality and Testing Coverage 1. in test_textannotation.py I already check for line 75 as it states in the diff in line 43, same with test_videoanntotation 2. Like you said, exceptions cannot be checked for firebase_token_generator.py. The version of python that is active on the edx server is 2.7 or higher, but the code is there for correctness. Error checking works the same way. 3. I added a test for student/views/.py within tests and deleted the unused secret assignment. 4. test_token_generator.py is now its own file Added Secret Token data input fixed token generator Annotation Tools in Place The purpose of this pull request is to install two major modules: (1) a module to annotate text and (2) a module to annotate video. In either case an instructor can declare them in advanced settings under advanced_modules and input content (HTML in text, mp4 or YouTube videos for video). Students will be able to highlight portions and add their comments as well as reply to each other. There needs to be a storage server set up per course as well as a secret token to talk with said storage. Changes: 1. Added test to check for the creation of a token in tests.py (along with the rest of the tests for student/view.py) 2. Removed items in cms pertaining to annotation as this will only be possible in the lms 3. Added more comments to firebase_token_generator.py, the test files, students/views.py 4. Added some internationalization stuff to textannotation.html and videoannotation.html. I need some help with doing it in javascript, but the html is covered. incorporated lib for traslate fixed quality errors fixed my notes with catch token Text and Video Annotation Modules - First Iteration The following code-change is the first iteration of the modules for text and video annotation. Installing Modules: 1. Under “Advanced Settings”, add “textannotation” and “videoannotation” to the list of advanced_modules. 2. Add link to an external storage for annotations under “annotation_storage_url” 3. Add the secret token for talking with said storage under “annotation_token_secret” Using Modules 1. When creating new unit, you can find Text and Video annotation modules under “Advanced” component 2. Make sure you have either Text or Video in one unit, but not both. 3. Annotations are only allowed on Live/Public version and not Studio. Added missing templates and fixed more of the quality errors Fixed annotator not existing issue in cmd and tried to find the get_html() from the annotation module class to the descriptor Added a space after # in comments Fixed issue with an empty Module and token links Added licenses and fixed vis naming scheme and location.
-
- Jan 15, 2014
-
-
Will Daly authored
Added fixtures for course and xblock creation Added bok-choy Studio tests Added bok-choy tests for ora self- and ai- assessment Refactored auto-auth; added staff and course-enrollment options Removed extra javascript properties from page objects
-
- Jan 14, 2014
-
-
Chris Dodge authored
Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it pep8/pylint fixes address PR feedback, remove underscore from test hostname more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team manually add Ned's single-to-double quote fix change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path Conflicts: lms/templates/help_modal.html
-
- Dec 15, 2013
-
-
Carson Gee authored
Replaced existing test_none_user_index_access_with_startdate_fails test with new test now that the tested function has changed and was causing the original test to fail.
-
- Dec 12, 2013
-
-
Carson Gee authored
before redirecting to SSL authentication.
-
- Dec 10, 2013
-
-
Carson Gee authored
they go through the SSL login process in branding when that feature is enabled.
-
- Dec 04, 2013
-
-
David Baumgold authored
-
- Dec 03, 2013
-
-
David Baumgold authored
-
David Baumgold authored
-
- Nov 26, 2013
-
-
Jay Zoldak authored
-
- Nov 22, 2013
-
-
Diana Huang authored
-
- Nov 20, 2013
-
-
Diana Huang authored
-
- Nov 19, 2013
-
-
Julia Hansbrough authored
-
- Nov 18, 2013
-
-
Julia Hansbrough authored
LMS-1507
-
- Nov 08, 2013
-
-
Julia Hansbrough authored
Added an expiration_datetime field to CourseModes, intended to eventually replace expiration_date. Included relevant schema and data migration file. LMS-1454
-
- Nov 04, 2013
-
-
Julia Hansbrough authored
-
Julia Hansbrough authored
-