Andy Armstrong
2ec7c17a45
Fix bug with loading AFontGarde
...
The code isn't ready to start using AFontGarde from
the Pattern Library yet, so I've reverted the code back
to loading the copies from the vendor library.
2016-02-11 13:52:50 -05:00
Peter Fogg
77343a02d2
Merge pull request #11486 from itsbenweeks/info_display_number_fix
...
info page course id -> display_number_with_default
2016-02-11 12:53:21 -05:00
wajeeha-khalid
72aeb2c8da
implemented test event data for thread/comment vote
2016-02-11 22:30:41 +05:00
Clinton Blackburn
8af930d2eb
Fixed package uninstall for django-oauth2-provider
...
edx-django-oauth2-provider is being mistaken for django-oauth2-provider. Making the filter less liberal ensures we properly uninstall django-oauth2-provider once.
ECOM-3647
2016-02-11 11:46:38 -05:00
wajeeha-khalid
3312eb2d22
refactored code into exclusive functions
2016-02-11 21:31:44 +05:00
wajeeha-khalid
fe9b1a0d80
add analytics event to thread/comment vote
2016-02-11 21:31:44 +05:00
Calen Pennington
1f9e90ef4b
Merge pull request #11468 from cpennington/program-cert-retries
...
Program cert retries
2016-02-11 11:28:10 -05:00
Douglas Hall
d808456452
Merge pull request #11458 from edx/hasnain-naveed/PHX-244
...
PHX-244 / Added two extra field in credit API and bump the version up
2016-02-11 10:46:09 -05:00
Ned Batchelder
588ce63959
Merge pull request #11515 from edx/ned/update-translations
...
Update translations (autogenerated message)
2016-02-11 10:32:39 -05:00
Ben Weeks
52e8db34fd
course id/org/name -> display_stuff_with_default
2016-02-11 10:25:12 -05:00
Peter Fogg
a7b1f79d3e
Better error logging for full courses during enrollment.
...
ECOM-3685
2016-02-11 09:54:15 -05:00
Toby Lawrence
4611829ac1
Quality fixes.
2016-02-11 08:48:48 -05:00
Clinton Blackburn
90e1b62649
Merge pull request #11513 from edx/clintonb/package-uninstall-fix
...
Updated expected version for python_uninstall_version.txt
2016-02-11 08:47:19 -05:00
Ned Batchelder
4b7dcb2bdd
Update translations (autogenerated message)
2016-02-11 12:23:55 +00:00
raeeschachar
c6d2373156
Fixed test_video_component_stores_speed_correctly_for_multiple_videos failing on Chrome
2016-02-11 15:47:07 +05:00
Hasnain
d06edc680b
Added two fields in credit API
2016-02-11 10:13:37 +00:00
Muzaffar yousaf
a26d576458
Merge pull request #11499 from mehrozezahid/mehrozezahid/TNL-4096
...
Added target='_blank' to both cohort external doc links.
2016-02-11 12:46:32 +05:00
Clinton Blackburn
f78945bd1d
Updated expected version for python_uninstall_version.txt
...
Follow up to #11432 . This value needs to be incremented to ensure the old package is uninstalled.
ECOM-3647
2016-02-10 19:46:55 -05:00
Renzo Lucioni
074b83ab8b
Merge pull request #11511 from edx/renzo/programs-warning
...
Address ProgramsApiConfig deprecation warning
2016-02-10 16:59:51 -05:00
sanfordstudent
d5cee7b376
Merge pull request #11471 from edx/sstudent/MA-1881-null-translation-check
...
ma-1881 handling empty translations and testing
2016-02-10 16:59:09 -05:00
Christina Roberts
fb45a6f33d
Merge pull request #11509 from edx/christina/course-global
...
Ensure window.course is available before anyone accesses it.
2016-02-10 16:55:56 -05:00
Clinton Blackburn
219b7f75cf
Merge pull request #11432 from edx/clintonb/oauth-client-credentials
...
Updated django-oauth2-provider
2016-02-10 16:44:37 -05:00
cahrens
30c42e724d
Ensure that window.course is avaiable before anyone accesses it.
...
TNL-4106
2016-02-10 15:59:45 -05:00
Renzo Lucioni
3809422798
Address ProgramsApiConfig deprecation warning
2016-02-10 15:58:15 -05:00
Sanford Student
24c4c8abed
ma-1881 handling empty translations and testing
...
using lists for json serializability, if that's a word
2016-02-10 15:56:42 -05:00
Peter Fogg
5d0ed333a5
Merge pull request #11502 from edx/peter-fogg/audit-cert-cutoff-date
...
Explicitly cut off cert eligibility.
2016-02-10 15:41:16 -05:00
Ben Patterson
edc9227a8b
TE-1194 update for test_teams.
...
This can also serve as an example of the kind of changes we want to make.
2016-02-10 14:22:50 -05:00
Clinton Blackburn
85591696d8
Merge pull request #11497 from openfun/openfun/fix_generate_course_structure
...
Fix generate_course_structure command.
2016-02-10 13:29:00 -05:00
Sylvia Pearce
97228f3b92
Update help text for Pages page in Studio to reflect Courseware-Course etc change
2016-02-10 13:26:47 -05:00
Sven Marnach
982c3e623b
Pass DOM element, not jQuery object to XBlock initialisation.
...
The function initializeXBlock() expects a DOM element, and is passed one in most
cases. However, when adding a new XBlock component in Studio, the function is
passed a jQuery object, which ends up being forwarded to the actual
initialisation function of the XBlock.
2016-02-10 18:54:30 +01:00
Calen Pennington
1e74cd0c88
Split up package imports from single name imports
2016-02-10 12:43:51 -05:00
Calen Pennington
5c79e25047
Retry the task to grant Programs credentials (which is idempotent) if any constituent program fails
2016-02-10 12:43:05 -05:00
Calen Pennington
22e91bccde
Retry Programs tasks when connection to the API is disabled
2016-02-10 12:36:33 -05:00
Calen Pennington
36b0c593cc
Retry failed Programs tasks using exponential backoff and a configurable retry limit
2016-02-10 12:36:30 -05:00
Calen Pennington
3940b1ba44
Add configuration for retries to ProgramsApiConfig
2016-02-10 12:36:29 -05:00
Peter Fogg
2d028f8246
Add an explicit cutoff date for audit cert granting.
...
The previous logic was a convoluted way of doing the same thing, and
has already led to one bug. Instead of hoping that the bugs are ironed
out now and that future devs maintain this logic properly, let's just
set a real cutoff date.
2016-02-10 12:16:37 -05:00
Ned Batchelder
9fd6bef39f
Merge pull request #11496 from open-craft/capa-explanation-i18n
...
Make 'Explanation' CAPA header translatable.
2016-02-10 11:13:40 -05:00
Awais Jibran
eb97c6cfb9
Merge pull request #11421 from edx/aj/ecom3612-beta-tester-self-paced-course-issue
...
Fix Beta Testers access courseware in self-paced courses
2016-02-10 21:02:22 +05:00
Braden MacDonald
ee99cf9c8d
Merge pull request #11436 from open-craft/omar/saml-crawl-fix
...
Return 404 response from third party auth login when SAML disabled
2016-02-10 08:00:06 -08:00
Renzo Lucioni
2717f228f8
Merge pull request #11483 from edx/renzo/programs-task-fixes
...
Fixes for program certificate generation
2016-02-10 10:41:01 -05:00
Jesse Zoldak
7ccca469fc
Merge pull request #11481 from edx/zoldak/remove-lettuce-homepage-test
...
Convert homepage acceptance test to bok-choy
2016-02-10 08:45:06 -05:00
Awais Jibran
dabda5bc75
Merge pull request #11375 from attiyaIshaque/ai/tnl3573-resetpassword-empty-page-fix
...
Resetting password shows empty page.
2016-02-10 18:39:21 +05:00
Asad Iqbal
64291d3c01
Merge pull request #11391 from edx/asadiqbal08/WL-272
...
asadiqbal08/WL-272 - Studio Language Selection
2016-02-10 18:30:29 +05:00
Jesse Zoldak
f0c54c15ee
Convert homepage acceptance test to bok-choy
2016-02-10 06:32:38 -05:00
mehrozezahid
4ed9d0a44a
Added target='_blank' to both href attributes
2016-02-10 14:49:44 +05:00
Matjaz Gregoric
d067429c40
Make 'Explanation' CAPA header translatable.
...
CAPA <explanation> nodes get transformed into a HTML <div> block
that contains the word 'Explanation'.
This patch makes it translatable.
2016-02-10 10:49:38 +01:00
Attiya Ishaque
a042cbc7f0
Resetting password shows empty page.
...
TNL-3573
2016-02-10 14:47:41 +05:00
Awais Jibran
5899be9207
Fix Beta Testers access courseware in self-paced courses
...
ECOM-3612
2016-02-10 14:47:03 +05:00
asadiqbal
64778cdf69
WL-272
2016-02-10 14:33:38 +05:00
Julien Paillé
ea2633d485
Fix generate_course_structure command.
2016-02-10 10:23:20 +01:00