Davorin Sego
e171d8842f
Fixes header styling issue introduced in SOL-734 ( #8389 ) by reverting heights to what they were before that PR
2015-07-01 17:29:25 +02:00
Kelketek
c676bf0460
Merge pull request #8679 from open-craft/recursive_state_reset
...
Make resetting of attempts and student state on blocks recursive. (SOL-858)
2015-07-01 10:05:42 -05:00
frances botsford
b127bfe0c7
Merge pull request #8468 from edx/frances/teams-listings
...
Team card/listing
2015-07-01 11:04:10 -04:00
Alison Hodges
473b43cba0
missing quote catch by Christine
2015-07-01 10:38:42 -04:00
Awais Jibran
9e0ed9b759
Merge pull request #8672 from edx/aj/tnl2551-randomized-problems-not-working
...
Fixed randomized problems which were not appearing to work.
2015-07-01 19:04:36 +05:00
Alison Hodges
91955d43bf
Mark's edits
2015-07-01 10:00:38 -04:00
Peter Fogg
69b90275a3
Merge pull request #8690 from edx/peter-fogg/fix-passing-grades
...
Fix not being able to set course passing grades above 80%.
2015-07-01 09:56:21 -04:00
Peter Fogg
890cd6a470
Add grading spec tests.
2015-07-01 09:08:39 -04:00
Peter Fogg
46ea862f04
Fix not being able to set course passing grades above 80%.
2015-07-01 09:08:39 -04:00
Marco Morales
51e47cf94f
fixup! removed css comments from _courses.scss, fixed rebase issue which resulted in having only 1 course on tablet (medium) size layouts
2015-07-01 13:46:56 +02:00
Chris Dodge
b741ce786b
fix python unit tests
2015-07-01 13:46:55 +02:00
Davorin Sego
2972e9110c
search input element styling improvements, test clean up
2015-07-01 13:46:55 +02:00
Marco Morales
b9ed758246
Initial syles cleanup and changes for course discovery on openedx
2015-07-01 13:46:54 +02:00
Awais Jibran
e64ae13a34
Fixed randomized problems which were not appearing to work.
...
TNL-2551
2015-07-01 16:34:34 +05:00
Zia Fazal
ad1f4951fc
get_certificate_url should return certificate download_url in case of non html certificates
2015-07-01 16:14:37 +05:00
Ahsan Ulhaq
36e31e10e4
Merge pull request #8687 from edx/ahsan/ECOM-1782-Order-Credit-Eligibility-line-items-progress-page
...
Order of Credit Eligibility line items
2015-07-01 14:45:33 +05:00
Ahsan Ulhaq
7787974dd5
Order of Credit Eligibility line items
...
Displayed eligibility line items on the Progress page of a Credit course
in the order of appearance in the courseware.
ECOM-1782
2015-07-01 13:40:39 +05:00
Braden MacDonald
4487b6d184
Fix errors with fetching Shibboleth metadata
2015-06-30 20:50:45 -07:00
Clinton Blackburn
1ee3094dd3
Merge pull request #8670 from edx/clintonb/course-mode-api
...
Added Courses endpoint for Commerce API
2015-06-30 23:29:55 -04:00
Clinton Blackburn
45de93a250
Added course endpoints for Commerce API
...
XCOM-314
2015-06-30 22:36:47 -04:00
Renzo Lucioni
39dadb57f0
Merge pull request #8698 from edx/renzo/fulfillment-logging
...
Improve logging of ecommerce interactions
2015-06-30 21:31:41 -04:00
Sarina Canelake
9ada9d6182
Merge pull request #8732 from edx/sarina/fix-log-messages
...
Dark lang middleware: Check if user is authenticated
2015-06-30 20:50:00 -04:00
Sarina Canelake
28a234380a
Dark lang middleware: Check if user is authenticated
...
Check if the request's user is authenticated before attempting to
get their user preferences. Otherwise, log warnings appear indicating
the UserNotFound error was caught.
2015-06-30 20:01:00 -04:00
Ali Mohammad
f4bee50e6d
Merge pull request #8730 from edx/mekkz/capa-image-input-fix
...
TNL-2623 Fix bug where status icons were hidden in image response problems
2015-06-30 18:53:39 -04:00
frances botsford
4df966d508
Merge pull request #8729 from edx/frances/fixes/ECOM-1808
...
give the header the right height in the verify flow
2015-06-30 18:30:51 -04:00
Sarina Canelake
5f95226b00
Merge pull request #8731 from Stanford-Online/aliang8/missing-comma
...
Add missing comma to tuple
2015-06-30 18:20:02 -04:00
Renzo Lucioni
d330831871
Improve logging of ecommerce interactions
...
Adds standardized audit logging for checkout and enrollment change requests. XCOM-427.
2015-06-30 17:34:16 -04:00
Albert Liang
fe19d0cc7e
Add Albert Liang to AUTHORS
2015-06-30 14:17:14 -07:00
Kyle McCormick
6b70785c12
TNL-2623 Fix bug where status icons were hidden in image response problems
2015-06-30 17:09:20 -04:00
Albert Liang
4b332bfcf0
Add missing comma to tuple
...
Currently, Python implicitly concatenates two string entries located next to
each other because there is no comma separating them. The code concatenates
"*.pyc" and "sass/*.scss", creating a single entry called "*.pycsass/*.scss".
2015-06-30 14:02:07 -07:00
Frances Botsford
e3080e6d0d
give the header the right height in the verify flow
...
ECOM-1808
2015-06-30 16:17:00 -04:00
Braden MacDonald
e145d7f855
Merge pull request #8699 from open-craft/sso-a11y
...
Improve screen reader user experience on logistration page
2015-06-30 11:11:38 -07:00
Régis Behmo
bbe5494df1
Fix XBlock class loading in local resource view
...
Some XBlock classes were being (randomly) incorrectly loaded. This was
due to an error in the way the XBlock.load_class method was called.
Error was happening randomly because of the cache mechanism in the class
loading method. (see PLUGIN_CACHE)
2015-06-30 19:10:45 +02:00
Ali Mohammad
35f7cb75e4
Merge pull request #8715 from edx/resolve-merge-conflicts
...
Resolve merge conflicts
2015-06-30 11:00:50 -04:00
David Baumgold
a9c67c562e
Merge pull request #8527 from edx/db/ensure-noseids-dir-exists
...
Ensure noseid dir exists when running tests
2015-06-30 10:03:56 -04:00
Muhammad Ammar
06a1486934
Merge pull request #8450 from edx/ammar/tnl2303-course-outline-ora1-warning-message
...
Display message on course outline in Studio when course contains ORA 1
2015-06-30 15:04:02 +05:00
Syed Hassan Raza
482b31b9a4
Handle dates have year smaller than 1900
2015-06-30 14:07:26 +05:00
muhammad-ammar
b0eda4cac9
Display warning message on course outline in Studio when course contains deprecated features/components
...
TNL-2303
2015-06-30 13:26:18 +05:00
Braden MacDonald
49d200c7ec
Improve screen reader user experience on logistration page
2015-06-29 14:38:41 -07:00
Braden MacDonald
751e98d505
Merge pull request #8713 from open-craft/fix-pr-8658-lib-create-form
...
Fix: users without course creation permission were not shown new libr…
2015-06-29 14:15:34 -07:00
Alison Hodges
f4209803f2
Remove "instructor" label or change to "Admin"
...
Clarifies what the roles are, makes Studio and LMS naming parallel.
2015-06-29 17:03:18 -04:00
Alison Hodges
1a9a69829a
Merge pull request #8712 from edx/ahodges/template_typo
...
Fixes DOC-1957
2015-06-29 17:00:28 -04:00
Adam Palay
4bb4efe9d9
Merge remote-tracking branch 'origin/release' into rc/2015-06-29
...
Conflicts:
requirements/edx/github.txt
2015-06-29 16:55:57 -04:00
Adam
9c40dd924c
Merge pull request #8709 from edx/hotfix/2015-06-29
...
update xblock only to mark field values as dirty if they've changed (…
2015-06-29 16:51:00 -04:00
Frances Botsford
15b9104471
generic and Team card/listing FED
...
adjusting styles for teams cards
2015-06-29 16:14:07 -04:00
Braden MacDonald
4e9db25281
Fix: users without course creation permission were not shown new library form
2015-06-29 13:14:04 -07:00
Adam Palay
61431015c2
update xblock only to mark field values as dirty if they've changed (TNL-2475)
...
force save "download_video" field if not set
set timezone to UTC explicitly
2015-06-29 14:28:45 -04:00
Alison Hodges
caa6a07d15
Fixes DOC-1957
2015-06-29 13:48:11 -04:00
Will Daly
14b48ed38e
Merge pull request #8710 from edx/will/ecom-1801
...
Fix login/logout errors caused by unicode cookie names
2015-06-29 10:14:50 -07:00
Will Daly
4632a07c07
Fix login/logout errors caused by unicode cookie names
2015-06-29 09:23:15 -07:00