- 24 Jun, 2013 8 commits
-
-
Jason Bau committed
-
Change width of labels for multiple-choice capa problems to width of text, not 100%
Jason Bau committed -
Ned/pylint fixes
Ned Batchelder committed -
Update discussion documentation
Jay Zoldak committed -
Fix typo in output message of rakefile
Jay Zoldak committed -
Forgot to remove registration of onKeyUp function.
Christina Roberts committed -
cahrens committed
-
Remove keybinding for work in progress (WIP).
Christina Roberts committed
-
- 22 Jun, 2013 2 commits
-
-
Stanford got some feedback from our students/faculty that students were making accidental clicks on radio-button capa questions. They would click way to the right of the label text, but it would still select the corresponding input, which caused some students to make unintentional changes to their answers. This was because labels for these inputs were display:block and width:100% Changing these labels to float:left clear:both should fix it.
Jason Bau committed -
fix gradebook tests
mlsteele committed
-
- 21 Jun, 2013 29 commits
-
-
Juho Kim committed
-
Juho Kim committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
STUD-329
cahrens committed -
create-dev-env.sh: if run from repo, set $BASE appropriately
jkarni committed -
Ned Batchelder committed
-
Remove the unused smart-accordion lettuce feature, and the code it used.
Ned Batchelder committed -
Ned Batchelder committed
-
Fix 500 error on reactivation email
Sarina Canelake committed -
Remove unused reactivation email function
Sarina Canelake committed -
Jonahstanley/add courseteam tests
Jonah Stanley committed -
Because it bothers me, although I don't expect anyone else to care.
David Baumgold committed -
Jay Zoldak committed
-
Sarina Canelake committed
-
Restore Pylint/Pep8 reports
Will Daly committed -
Shibboleth Auth
Jason Bau committed -
Sarina Canelake committed
-
test suite, so the clean reports command doesn't blow away the reports.
Will Daly committed -
Changed a click to css_click and fixed earlier typo
Jonah Stanley committed -
JonahStanley committed
-
Report Dir Acceptance Test Fix
Will Daly committed -
Fix pylint violations in xmodule static_content.py
Calen Pennington committed -
directory is created before it is cleaned.
Will Daly committed -
Clean tests step now removes stale coverage report files.
Will Daly committed -
* Changed unicode test cases to ascii encoding * Removed 'stanford' hardcoding in TOS logic in lieu of 'SHIB_DISABLE_TOS' MIT_FEATURES flag * made 'external_auth' always an installed_app in lms * log.exception changd to log.error where appropriate But: did not change skipping tests to changing settings, for reasons stated here: https://github.com/edx/edx-platform/pull/67#issuecomment-19790330
Jason Bau committed
-
- 20 Jun, 2013 1 commit
-
-
Jay Zoldak committed
-