Cliff Dyer
f0908249ca
Merge pull request #11301 from edx/cdyer/exif-rotation
...
Preserve EXIF orientation data for profile images. (MA-1559)
2016-01-25 15:27:17 -05:00
Jesse Zoldak
d6b258fdeb
Merge pull request #11265 from edx/zoldak/bok-choy-clean
...
Do not clean test files with bok choy testsonly command
2016-01-25 15:25:03 -05:00
J. Cliff Dyer
2b6ae74885
fixup: dedupe test code.
2016-01-25 19:22:58 +00:00
Jim Abramson
a48b8b27bf
Merge pull request #11318 from edx/jsa/ecom-3523
...
Add COURSE_CERT_AWARDED signal and celery task stub
2016-01-25 14:10:49 -05:00
Diana Huang
640b5d31f4
Merge pull request #10699 from doganov/TNL-3644
...
Fixes TNL-3664 by collapsing actions dropdown after an action item is clicked.
2016-01-25 13:43:24 -05:00
Ben Patterson
fb9f818445
Merge pull request #11327 from edx/benp/fix-builds-jan2016
...
edx-user-state-client is still needed.
2016-01-25 13:14:34 -05:00
Ben Patterson
9a23bb6050
edx-user-state-client is still needed.
2016-01-25 12:08:15 -05:00
clrux
519e292d82
Merge pull request #11294 from edx/clrux/ac-323
...
Adjusting .sr mixins for NVDA/JAWS on Windows
2016-01-25 11:53:11 -05:00
jsa
56d3fa011d
use COURSE_CERT_AWARDED signal for milestones + badges
2016-01-25 10:54:37 -05:00
jsa
9d141ae7a1
Add config switch + signal for generating program certs.
...
ECOM-3523
2016-01-25 10:54:28 -05:00
J. Cliff Dyer
d5a96ee0ff
Preserve EXIF orientation data for profile images.
...
When creating profile images from an uploaded file, ensure that EXIF
orientation information is preserved, so profile images appear
right-side-up.
https://openedx.atlassian.net/browse/MA-1559
2016-01-25 15:23:23 +00:00
M. Rehan
8c26178df3
Merge pull request #11095 from edx/mushtaq/improve_get_item
...
Get only those block items which have their path to root
2016-01-23 02:50:25 +05:00
Muhammad Rehan
352e2190eb
improve get_items and has_path_to_root with temporary caches.
2016-01-23 01:50:05 +05:00
Matt Drayer
479ce51bac
Merge pull request #11290 from edx/saleem-latif/WL-277
...
WL-277: Remove microsite_configuration/microsite.py references from individual html templates
2016-01-22 15:31:48 -05:00
Saleem Latif
2d83449240
Remove microsite_configuration/microsite.py references from individual templates
...
* mattdrayer: Updated get_themed_template_path
2016-01-22 14:27:58 -05:00
Mushtaq Ali
70b55cf1d4
Append Item only if it has path to root.
...
Code refactor
2016-01-23 00:21:32 +05:00
Douglas Hall
45db325aa4
Merge pull request #11306 from edx/douglashall/PHX-224/new_proctoring_release
...
PHX-224 Upgrading edx-proctoring package to 0.12.6
2016-01-22 14:09:39 -05:00
Douglas Hall
8e22e855cb
Merge pull request #11274 from edx/ibrahimahmed443/enable-copyright-url
...
uncomment copyright url to enable it in microsites
2016-01-22 13:37:12 -05:00
Clinton Blackburn
3429453d4b
Merge pull request #11251 from edx/clintonb/zendesk-update
...
Install Zendesk package from PyPI
2016-01-22 13:21:33 -05:00
Ibrahim
0f09bb8a94
raise 404 when copyright template is missing
2016-01-22 12:02:46 -05:00
Jesse Zoldak
fc45b2c82e
Merge pull request #11292 from edx/zoldak/phantom-bok-choy
...
Harden page objects
2016-01-22 11:49:46 -05:00
Clinton Blackburn
b29cb5e7fe
Install Zendesk package from PyPI
2016-01-22 11:49:21 -05:00
Adam
d2eaa63353
Merge pull request #11308 from edx/revert-11295-bump-problem-builder
...
Revert "Bump Problem Builder Hash"
2016-01-22 11:45:13 -05:00
Douglas Hall
abf82c1fce
Upgrading edx-proctoring package to 0.12.6 to help resolve PHX-224
2016-01-22 11:25:15 -05:00
Peter Fogg
6cd12f9f39
Merge pull request #11296 from edx/peter-fogg/fix-certs-migrations
...
[wip] Reintroduce generated certificate changes, with updates to not require a giant migration.
2016-01-22 11:19:54 -05:00
Ben Patterson
15ff497f75
Merge pull request #11298 from edx/benp/bok-choy-0410
...
Upgrade to bok-choy 0.4.10
2016-01-22 11:15:01 -05:00
Ned Batchelder
106a822def
Merge pull request #11305 from edx/ned/fix-flaky-test
...
Add @flaky
2016-01-22 11:11:59 -05:00
raeeschachar
8b24d6380a
Merge pull request #11303 from edx/raees/chrome-bokchoy-test-can-create-edit-signatories-of-certificate
...
Fixed test can create and edit signatories of certificate failing on …
2016-01-22 21:10:17 +05:00
Ned Batchelder
6d1abbad9c
Merge pull request #11299 from edx/ned/updated-translations
...
Update translations (autogenerated message)
2016-01-22 10:56:04 -05:00
Adam
f3159e40e5
Revert "Bump Problem Builder Hash"
2016-01-22 10:47:39 -05:00
Peter Fogg
96cc38951d
Disable audit certificates for new audit enrollments.
...
Two new certificate statuses are introduced, 'audit_passing' and
'audit_notpassing'. These signal that the GeneratedCertificate is not
to be displayed as a cert to the user, and that they either passed or
did not. This allows us to retain existing grading logic, as well as
maintaining correctness in analytics and reporting.
Ineligible certificates are hidden by using the
`eligible_certificates` manager on GeneratedCertificate. Some places
in the coe (largely reporting, analytics, and management commands) use
the default `objects` manager, since they need access to all
certificates.
ECOM-3040
ECOM-3515
2016-01-22 10:27:55 -05:00
Ahsan Ulhaq
8bc8b6cafd
Merge pull request #11302 from edx/ahsan/ECOM-3486-add-organization-api
...
Update edx-organization version and organization URL
2016-01-22 20:26:00 +05:00
Ibrahim
bf272733ac
uncomment copyright url to enable it in microsites
2016-01-22 10:02:07 -05:00
Ned Batchelder
30209b1486
Add @flaky
2016-01-22 09:48:25 -05:00
Ahsan Ulhaq
4f94b50cf2
Update edx-organization version and organization URl
...
ECOM-3486
2016-01-22 19:35:59 +05:00
Awais Jibran
c2255ef0d6
Merge pull request #11226 from edx/aj/ecom3384-course-image-breaking
...
Studio - Schedule & Details tab broken
2016-01-22 18:56:15 +05:00
Ahsan Ulhaq
46df454536
Merge pull request #11241 from edx/feature/credentials-phase-1
...
Feature/credentials phase 1
2016-01-22 18:39:53 +05:00
raeeschachar
8dbf66fbd9
Fixed test can create and edit signatories of certificate failing on Chrome
2016-01-22 18:29:17 +05:00
Awais Jibran
8a6699a46d
Studio breaks DEFAULT_COURSE_ABOUT_IMAGE_URL is not set in settings in cms
...
ECOM-3384
2016-01-22 16:49:57 +05:00
Ahsan Ulhaq
bcb8afb2c4
Add jwt auth in LMS
...
ECOM-3419
2016-01-22 13:00:36 +05:00
Eric Fischer
039e6cdfe6
Merge pull request #11300 from edx/efischer/ora2_release
...
ORA2 Weekly Release
2016-01-21 16:48:13 -05:00
Eric Fischer
71cb070a72
edx-ora2 weekly release version update
2016-01-21 15:53:36 -05:00
Ned Batchelder
bf951b4e40
Update translations (autogenerated message)
...
Update translations (autogenerated message)
Update translations (autogenerated message)
2016-01-21 15:51:55 -05:00
Kelketek
3cc11d1b8c
Merge pull request #11295 from edx/bump-problem-builder
...
Bump Problem Builder Hash
2016-01-21 14:32:26 -06:00
Chris Rodriguez
a0a9617a86
Replacing height and width in lieu of word-wrap
2016-01-21 15:18:05 -05:00
Ben Patterson
3c3f929614
Upgrade to bok-choy 0.4.10
...
This will provide us with backwards-compatibility options for an upcoming browser upgrade. See changelog for more.
2016-01-21 15:04:43 -05:00
Piotr Mitros
3b2e0ddb83
Merge pull request #11229 from edx/pmitros/minor-studio-settings-cleanup
...
Minor cleanup of Studio settings
2016-01-21 14:38:24 -05:00
Ned Batchelder
7c9a65d8ce
Merge pull request #11260 from eduNEXT/Bound3R/minwidth_layout
...
Replace property min-width value
2016-01-21 13:57:22 -05:00
Chris Rodriguez
33f967c04b
Adjusting .sr mixins for NVDA/JAWS on Windows
2016-01-21 12:42:58 -05:00
Adam
c6b21d139a
Merge pull request #11293 from edx/release
...
Release
2016-01-21 12:36:03 -05:00