Commit Graph

33604 Commits

Author SHA1 Message Date
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
Christopher Lee
a26b00ba41 Merge pull request #8656 from edx/gprice/discussion-api-set-group-id
Allow group_id to be set in discussion API
2015-06-29 12:02:29 -04:00
Awais Qureshi
1aa074da8a Merge pull request #8606 from edx/awais786/ECOM-1597-min-grade-update-with-signals
Awais786/ecom 1597 min grade update with signals
2015-06-29 20:26:34 +05:00
Greg Price
b8576e74d6 Allow group_id to be set in discussion API
This also fixes two bugs:
* A thread created by a non-privileged user in a cohorted course would
  not have group_id set
* Any user could set the endorsed field on creation of a comment
2015-06-29 11:08:03 -04:00
Christina Roberts
1e8ebc807d Merge pull request #8705 from edx/christina/delete-dead-code
Delete unused student_profile code (WIP profile).
2015-06-29 09:43:29 -04:00
Jonathan Piacenti
412f120547 Make resetting of attempts and student state on blocks recursive. 2015-06-29 13:08:01 +00:00
cahrens
a4da143ca6 Delete unused student_profile code (WIP profile). 2015-06-29 08:56:11 -04:00
Sarina Canelake
0b42c7724f Merge pull request #8701 from edx/sarina/20150628-update-translations
Update translations (autogenerated message)
2015-06-29 08:49:39 -04:00
Sarina Canelake
bd37853e45 Update translations (autogenerated message) 2015-06-29 08:42:06 -04:00
Sarina Canelake
13dc7ed485 Fix i18n paver command wrt cleanup 2015-06-29 08:23:14 -04:00
Sarina Canelake
65d68a888f Merge pull request #8694 from edx/sarina/default-OpenedX-no-search
Set Courseware Search to False in default devstack, because it doesn't work.
2015-06-29 07:45:34 -04:00
Davorin Šego
fe9887a99c Merge pull request #8389 from edx/dsego/SOL-734
Make header & footer responsive
2015-06-29 13:15:13 +02:00