Commit Graph

33750 Commits

Author SHA1 Message Date
Ned Batchelder
58e0633eae This script is now in github.com/nedbat/xunit_tools 2015-11-09 06:11:42 -05:00
Sarina Canelake
8e20faae10 Merge pull request #10548 from louyihua/i18n_fix
Fix gettext guidance violation
2015-11-07 08:58:37 -05:00
louyihua
73d8f06499 Fix gettext guidance violation
1. No string concatenation should be used in the gettext function.
2. Some extra parentheses should be used in coffee script, to avoid the following situation: in coffee script, the call ```gettext "text to be extracted" + "text should not be extracted"``` will be translated into ```gettext("text to be extracted" + "text should not be extracted")``` rather than ```gettext("text to be extracted") + "text should not be extracted"```.
2015-11-07 13:55:10 +08:00
Cliff Dyer
625b859c21 Merge pull request #10491 from edx/mobile/profile-default-privacy
Mobile/profile default privacy MA-1580
2015-11-06 16:44:00 -05:00
Peter Fogg
e068765d3c Merge pull request #10521 from edx/peter-fogg/update-date-display
Update date summary blocks.
2015-11-06 14:46:37 -05:00
Christine Lytwynec
1ca0fa2b57 Merge pull request #10328 from edx/clytwynec/custom-a11y-rules-part2
Clytwynec/custom a11y rules part2
2015-11-06 11:17:15 -05:00
J. Cliff Dyer
00b3051b73 Make sure proper logic is used for getting account privacy. 2015-11-06 15:53:08 +00:00
Peter Fogg
270dc22c1f Update display of dates on Course Home page.
Adds UTC time to the "Today's Date" block, and a fuzzy/relative
timestamp to all other displayed dates.

ECOM-2807
2015-11-06 09:54:13 -05:00
David Baumgold
8ce94d2bc0 Merge pull request #10523 from edx/db/fix-cc-flaky-tests
Fix flaky tests related to creative commons
2015-11-06 09:20:24 -05:00
Syed Hasan raza
ab8aedc298 Merge pull request #9924 from edx/shr/bug/TNL-3168-import_from_youtube_html5_subs
html5 transcript exists
2015-11-06 04:28:02 -08:00
Syed Hassan Raza
a8c80535d3 html5 transcript sync 2015-11-06 16:32:13 -08:00
Cliff Dyer
222bdd988b Merge pull request #10411 from edx/mobile/course-blocks-api
Course Blocks API
2015-11-05 19:16:59 -05:00
Nimisha Asthagiri
46523b1061 Transformer: ProctoredExamTransformer 2015-11-05 23:29:12 +00:00
Nimisha Asthagiri
0698076440 Transformer: StudentViewTransformer 2015-11-05 23:29:12 +00:00
Nimisha Asthagiri
ced7fde37f Transformer: BlockNavigationTransformer 2015-11-05 23:29:12 +00:00
Nimisha Asthagiri
9abebe0599 Transformer: BlockDepthTransformer 2015-11-05 23:29:11 +00:00
Nimisha Asthagiri
75a2355b74 Transformer: BlockCountsTransformer 2015-11-05 23:29:11 +00:00
Nimisha Asthagiri
ae4bc5d0c5 Transformer: BlocksAPITransformer 2015-11-05 22:30:44 +00:00
Nimisha Asthagiri
00e9237153 Course Blocks API 2015-11-05 22:30:44 +00:00
Nimisha Asthagiri
cbf90677b7 Merge pull request #10412 from edx/mobile/course-blocks-app
Course Blocks App MA-1556
2015-11-05 17:14:32 -05:00
Nimisha Asthagiri
a78b94d83a Transformer: ContentLibraryTransformer 2015-11-05 16:22:06 -05:00
Nimisha Asthagiri
d1674ca85f Transformer: SplitTestTransformer 2015-11-05 16:22:05 -05:00
Nimisha Asthagiri
a1c7c5f7e9 Transformer: UserPartitionTransformer 2015-11-05 16:22:05 -05:00
Christine Lytwynec
a40f286ecf Updating a11y tests 2015-11-05 16:09:06 -05:00
Christine Lytwynec
5d9dc32558 add custom-a11y-rules.js from edx-custom-a11y-rules 2015-11-05 16:09:06 -05:00
Ben Patterson
7e8d3fdae5 Merge pull request #10519 from edx/benp/chrome-fix-certs
Fixes for chrome automation:
2015-11-05 15:24:38 -05:00
Christine Lytwynec
5d422b107c remove @attr('shard_5') from mixin 2015-11-05 15:08:00 -05:00
John Eskew
69e3385c83 Merge pull request #9920 from edx/jeskew/report_request_response_times
Add response times to get_many/set_many/delete_many.
2015-11-05 14:53:55 -05:00
Sarina Canelake
f4cdf026a4 Merge pull request #10526 from edx/sarina/20151105-update-translations
Update translations (autogenerated message)
2015-11-05 14:44:13 -05:00
Nimisha Asthagiri
dcdbd53e99 Transformer: StartDateTransformer 2015-11-05 14:41:42 -05:00
Nimisha Asthagiri
3f6baa992d Transformer: VisibilityTransformer 2015-11-05 14:41:41 -05:00
Nimisha Asthagiri
a40d2b65d2 Course Blocks App MA-1556 2015-11-05 14:41:40 -05:00
Christine Lytwynec
f84ac6f94c Merge pull request #10464 from edx/clytwynec/add-paver-test-a11y
Clytwynec/add paver test a11y
2015-11-05 14:35:11 -05:00
David Baumgold
07f331bcda Fix flaky tests related to creative commons
TNL-2800
2015-11-05 14:22:02 -05:00
Mark Sadecki
e5fd2888b8 Merge pull request #10514 from edx/cptvitamin/AC-222
adds an accessible label to the search input and the search button
2015-11-05 14:21:12 -05:00
Sarina Canelake
73c4706edc Update translations (autogenerated message) 2015-11-05 13:59:25 -05:00
Christine Lytwynec
468864a314 add paver test_a11y and a11y_coverage commands 2015-11-05 13:55:35 -05:00
Clinton Blackburn
b5718289dd Merge pull request #10525 from edx/clintonb/zendesk-logging
Updated Zendesk error handling
2015-11-05 13:35:41 -05:00
Peter Fogg
4c934614d2 Merge pull request #10512 from edx/peter-fogg/date-summary-bugfix
Fix date summary blocks for courses without an end date.
2015-11-05 12:09:34 -05:00
Nimisha Asthagiri
7c480f93c6 Merge pull request #10245 from edx/jia/MA-1044
MA-1044 DiscussionTopic - Added bulk operations
2015-11-05 12:08:09 -05:00
David Baumgold
1aac73d614 Merge pull request #10493 from edx/db/kill-mitx-features
Remove legacy MITX_FEATURES reference
2015-11-05 11:56:35 -05:00
Clinton Blackburn
bb0effb75c Updated Zendesk error handling
Properly logging exceptions so we have the complete stacktrace.

ECOM-2792
2015-11-05 11:52:53 -05:00
Matt Drayer
7256bd1b02 Merge pull request #10522 from edx/ziafazal/SOL-1377
SOL-1377: allow certifcate exception to be added for multiple courses
2015-11-05 11:35:17 -05:00
tasawernawaz
e978bcca96 Merge pull request #10502 from edx/tasawer/bugfix/ecom-2516-add-checkout-error-page
Added checkout error page.
2015-11-05 21:22:52 +05:00
John Eskew
ac05012d23 Add response times to get_many/set_many/delete_many. 2015-11-05 11:02:49 -05:00
Andy Armstrong
0785aeb959 Merge pull request #10426 from edx/andya/update-draggabilly
Upgrade draggabilly.js to fix Firefox iframe bug
2015-11-05 11:01:35 -05:00
Zia Fazal
941664294e allow exception to be added for multiple courses
added unit test to test certs exception same user different courses scenario
2015-11-05 20:53:18 +05:00
Ben Patterson
183fce375e Merge pull request #10508 from edx/benp/bokchoy_default_store_envvar
Allow bok-choy default_store to be controlled by env vars.
2015-11-05 10:21:42 -05:00
Andy Armstrong
18dabc3312 Upgrade draggabilly.js to fix Firefox iframe bug
TNL-3627
2015-11-05 10:10:39 -05:00
Ben Patterson
947538bb1f Merge pull request #10507 from edx/benp/mp-learner-profile-events
Refactor for multiprocessing.
2015-11-05 09:18:48 -05:00