reciproco
c9727a2bbb
Fix CRI-57 Bug
...
Fix error in instructor dashboard, data download section, when trying to download a csv with the issued certificates in a spanish (es-419) configured edx-platform deployment returns a UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 16: ordinal not in range(128)
2016-05-08 22:18:12 +02:00
Carol Tong
26ea2dff56
Merge pull request #12311 from edx/carol/doc/DOC-2862_All
...
DOC-2862: Add doc for Courses API
2016-05-06 17:08:32 -04:00
Renzo Lucioni
0a61ab7549
Merge pull request #12389 from edx/renzo/fix-sprintf-bug
...
Revert "Add js test for analytics event on LMS receipt page"
2016-05-06 16:01:41 -04:00
Carol Tong
a1394e9945
Add documentation for Courses API
2016-05-06 15:40:21 -04:00
Calen Pennington
ccaafce05b
Merge pull request #12205 from cpennington/disable-caching-in-tests
...
Disable caching in LMS tests
2016-05-06 15:22:48 -04:00
Renzo Lucioni
c697986a3e
Revert "Add js test for analytics event on LMS receipt page"
...
This reverts commit f995114d11 .
2016-05-06 14:37:23 -04:00
Diana Huang
2c12deccdd
Merge pull request #12124 from edx/diana/conditional-transaction
...
Convert conditional module test to bok choy
2016-05-06 10:48:21 -04:00
Diana Huang
07573c5141
Replace old conditional lettuce test with bok choy version.
2016-05-06 09:38:36 -04:00
Kevin Falcone
61ef49b94c
Merge pull request #11922 from edx/jibsheet/html-escape-activation
...
Enable safe by default in the activation flow
2016-05-05 20:52:58 -04:00
Kevin Falcone
15e8829308
Enable safe by default in the activation flow
...
The largest changes here were around HTML escaping in the translations.
2016-05-05 16:39:17 -04:00
Simon Chen
e13ab68090
ECOM-4352 Update the min height of the title of the program cards
2016-05-05 15:21:07 -04:00
Usman Khalid
a2dadeaaf3
Added some documentation to Karma configuration files.
2016-05-05 22:42:04 +05:00
Usman Khalid
667a9b9ae6
Moved common files into karma.common.conf.js.
2016-05-05 22:42:04 +05:00
Usman Khalid
6ed935383b
Remove xmodule_js prefix from paths of edx-ui-toolkit, edx-pattern-library and common.
2016-05-05 22:42:03 +05:00
Usman Khalid
2839a42e0c
Moved jasmine addons to common/js/spec_helpers.
2016-05-05 22:42:02 +05:00
Usman Khalid
84412ef8ea
Exclude translation files from coverage tracking.
2016-05-05 22:42:02 +05:00
Usman Khalid
15acec2054
Simplify paths patterns in karma config files.
...
Files which are loaded via RequireJs do not need to be individually
declared in karma config files. If we give karma directories,
it will serve all the files in them.
2016-05-05 22:42:00 +05:00
Usman Khalid
713c79e0aa
Set included=false by default because we want to move towards RequireJs.
2016-05-05 22:39:59 +05:00
Usman Khalid
855fdbd387
Moved all logic from karma config files to karma.common.conf.js.
...
The config files just declare lists of files.
2016-05-05 22:38:34 +05:00
Usman Khalid
ecf233c1b4
Keep karma config file docs only in karma.common.conf.js. Duplicate stuff tends to get out of sync.
2016-05-05 22:35:54 +05:00
Usman Khalid
bb7b29b308
Deleted js-test-tool config files.
2016-05-05 22:35:53 +05:00
sanfordstudent
db52e0334f
Merge pull request #12333 from edx/sstudent/MA-2252
...
Sstudent/ma 2252
2016-05-05 12:52:09 -04:00
Ned Batchelder
190c2ffc99
Update translations (autogenerated message)
2016-05-05 15:52:25 +00:00
Sanford Student
d4146e7a1d
accordion emits event
2016-05-05 11:48:09 -04:00
Peter Fogg
4a417f2832
Merge pull request #12372 from edx/feature/catalog-admin
...
Merge catalog admin into master.
2016-05-05 10:29:13 -04:00
Peter Fogg
e6f3af654b
Merge pull request #12363 from edx/peter-fogg/fix-api-email
...
Correctly pull in API access email config.
2016-05-05 09:58:36 -04:00
Clinton Blackburn
868d962002
Merge branch 'release' into release-2016-05-03-conflict
2016-05-04 20:01:29 -04:00
AlasdairSwan
816882a130
Merge pull request #12358 from edx/alasdair/ECOM-4338-program-progress-a11y-update
...
Alasdair/ecom 4338 program progress a11y update
2016-05-04 19:41:49 -04:00
Douglas Hall
2a8f44ad5c
Merge pull request #12362 from edx/douglashall/fix_logistration_platform_name_display
...
Check microsite configurations for PLATFORM_NAME setting before defaulting to global setting
2016-05-04 18:33:01 -04:00
AlasdairSwan
f5d2499420
UPdated a11y approach for program card progress bars
2016-05-04 15:39:05 -04:00
Ned Batchelder
16fbad3f56
Add a circle-R to the initial welcome message
2016-05-04 15:13:18 -04:00
Calen Pennington
e97af55eec
Add a nicer repr to AccessResponse objects
2016-05-04 14:51:31 -04:00
Calen Pennington
853bfe7a36
Add a TestCase mixin for enabling caches in tests
...
By default, disable all caching in tests, to preserve test independence.
In order to enable caching, inherit from CacheSetupMixin, and specify
which cache configuration is needed.
[EV-32]
2016-05-04 14:51:30 -04:00
Douglas Hall
e97fa49bea
Check microsite configurations for PLATFORM_NAME setting before defaulting to global setting
2016-05-04 14:31:26 -04:00
Peter Fogg
268cb2ea17
Correctly pull in API access email config.
2016-05-04 14:23:46 -04:00
Peter Fogg
bcde8e5588
Flesh out UI now that the backend is there.
2016-05-04 11:50:14 -04:00
Calen Pennington
18e1610043
Remove the create_user argument to setUp.
...
Instead, use a class attribute to define test behavior. This allows for
easier addition of new mixins over time.
2016-05-04 11:35:55 -04:00
Calen Pennington
39ff841d1f
Don't pass arguments to setUp (for UrlResetMixin)
...
The TestCase API doesn't accept arguments, so passing arguments for some
TestCase subclasses makes adding new inheritance/mixins tricky. Instead,
prefer configuration via class attributes for TestCases.
2016-05-04 11:34:51 -04:00
Chris Rodriguez
cf0b80984b
Moving main element up higher to not conflict with chart
2016-05-03 21:35:27 -04:00
Douglas Hall
da5b97284e
Merge pull request #12322 from edx/malikshahzad228/additional_course_fields
...
WL-401 Add CourseDetails model to course_about template context
2016-05-03 17:21:26 -04:00
Douglas Hall
e14004599d
Merge pull request #12337 from edx/douglashall/SOL-1777/fix_gating_with_library_content
...
SOL-1777 Allow content gating to work with library_content blocks
2016-05-03 16:21:18 -04:00
Douglas Hall
f5223a36d3
Merge branch 'master' into malikshahzad228/additional_course_fields
2016-05-03 15:03:46 -04:00
tasawernawaz
6d315a9a50
Merge pull request #12324 from edx/tasawer/story/ecom-3731-update-browse-new-courses-area
...
Update browser new course area
2016-05-04 00:01:42 +05:00
Douglas Hall
c7b2d9870c
Allow content gating to work with library_content blocks
2016-05-03 14:54:58 -04:00
Christina Roberts
5b26a2f73f
Merge pull request #12350 from edx/christina/instructor-dashboard-xss
...
Clean up HTML encoding.
2016-05-03 14:41:19 -04:00
AlasdairSwan
bd2859977d
Merge pull request #12316 from edx/alasdair/ECOM-4315-edx.org-pattern-library-page-footer
...
ECOM-4313 Styled footer on pattern library pages
2016-05-03 14:12:30 -04:00
Malik Shahzad
d64e4b064c
Add CourseDetails model to course_about template context.
2016-05-03 14:00:35 -04:00
Christina Roberts
ce53392ae5
Merge pull request #12335 from edx/christina/tnl-4193
...
HTML-encode string values in keyword substitution.
2016-05-03 13:45:31 -04:00
clrux
a5237c1b28
Merge pull request #12349 from edx/clrux/rc-2016-05-03-display_issue
...
Overriding display table-cell on instructor dashboard
2016-05-03 12:40:36 -04:00
cahrens
76545ef49c
HTML-encode string values in keyword substitution.
...
TNL-4193
2016-05-03 12:36:44 -04:00