Peter Fogg
d26452dea7
Merge pull request #11217 from edx/peter-fogg/fix-auditing-status-certs
...
Allow certificates with 'auditing' status to be regenerated.
2016-01-14 10:39:47 -05:00
Toby Lawrence
2c40454db0
Merge pull request #11223 from edx/perf/crush-all-the-imgs
...
Crush down images.
2016-01-14 09:42:17 -05:00
Toby Lawrence
dc727104ae
Revert larger_image.png so test passes.
...
There's a test to ensure users can't upload too large of a profile picture, so the picture was too small to trigger that behavior, and now fails. This just returns the image to its original size.
2016-01-13 22:02:36 -05:00
Toby Lawrence
d65a4ca95d
Adding optimized images in batches [19/19]
2016-01-13 20:38:43 -05:00
Toby Lawrence
368acafad4
Adding optimized images in batches [18/19]
2016-01-13 20:38:43 -05:00
Toby Lawrence
8d8f282a5a
Adding optimized images in batches [17/19]
2016-01-13 20:38:43 -05:00
Toby Lawrence
1e8263f325
Adding optimized images in batches [16/19]
2016-01-13 20:38:42 -05:00
Toby Lawrence
0009d53c53
Adding optimized images in batches [15/19]
2016-01-13 20:38:42 -05:00
Toby Lawrence
3b73839ed2
Adding optimized images in batches [14/19]
2016-01-13 20:38:41 -05:00
Toby Lawrence
c19a6af96b
Adding optimized images in batches [13/19]
2016-01-13 20:38:41 -05:00
Toby Lawrence
c71f0fa2ce
Adding optimized images in batches [12/19]
2016-01-13 20:38:41 -05:00
Toby Lawrence
0cdaa975fc
Adding optimized images in batches [11/19]
2016-01-13 20:38:40 -05:00
Toby Lawrence
7efd8773fb
Adding optimized images in batches [10/19]
2016-01-13 20:38:40 -05:00
Toby Lawrence
f18b2a7fe2
Adding optimized images in batches [09/19]
2016-01-13 20:38:39 -05:00
Toby Lawrence
10e9517de2
Adding optimized images in batches [08/19]
2016-01-13 20:38:39 -05:00
Toby Lawrence
3824f0a68c
Adding optimized images in batches [07/19]
2016-01-13 20:38:39 -05:00
Toby Lawrence
fc0775be2b
Adding optimized images in batches [06/19]
2016-01-13 20:38:38 -05:00
Toby Lawrence
9cf0589200
Adding optimized images in batches [05/19]
2016-01-13 20:38:38 -05:00
Toby Lawrence
b991f2ec88
Adding optimized images in batches [04/19]
2016-01-13 20:38:37 -05:00
Toby Lawrence
23ed311d4f
Adding optimized images in batches [03/19]
2016-01-13 20:38:37 -05:00
Toby Lawrence
0e518535c2
Adding optimized images in batches [02/19]
2016-01-13 20:38:37 -05:00
Toby Lawrence
944725e35b
Adding optimized images in batches [01/19]
2016-01-13 20:37:48 -05:00
Toby Lawrence
451b0a9c66
Revert "Crush down images."
...
This reverts commit 8402be3b20 .
2016-01-13 19:12:13 -05:00
Toby Lawrence
8402be3b20
Crush down images.
...
Ran these suckers through ImageOptim, which crunched 'em down real nice.
2016-01-13 18:29:00 -05:00
Peter Fogg
bea90c1a01
Allow certificates with 'auditing' status to be regenerated.
...
ECOM-3401
2016-01-13 16:12:43 -05:00
raeeschachar
9cf16cd279
Merge pull request #11201 from edx/raees/chrome-bokchoy-test-annotation-component
...
Fixed test annotation component failing on Chrome
2016-01-14 00:09:22 +05:00
Cliff Dyer
1ba96f37e5
Merge pull request #11182 from edx/mobile/access-token-messages-MA-1900
...
Provide useful response messages with access token errors
2016-01-13 13:33:37 -05:00
J. Cliff Dyer
864e081ffb
Add appropriate messages to OAuth2 401 responses.
...
Format responses as a JSON dict containing an error_code and a
developer_message. user_message is not necessary, as these are API
level errors, not seen by end users.
MA-1900
2016-01-13 16:43:16 +00:00
Jesse Zoldak
db694e28f4
Merge pull request #11216 from edx/zoldak/bok-choy-cache-db
...
Create a new bok-choy DB cache
2016-01-13 11:41:35 -05:00
Jesse Zoldak
0f9cfbffb8
Create a new bok-choy DB cache
2016-01-13 11:01:14 -05:00
Jesse Zoldak
fd2b1deb03
Merge pull request #11204 from edx/zoldak/bok-choy-reset-db
...
Clear out the bok choy DB with reset_db, not flush
2016-01-13 09:37:50 -05:00
Peter Fogg
fe4555bc7a
Merge pull request #11151 from edx/peter-fogg/disable-audit-cert-gen
...
[wip] Mark GeneratedCertificate records for audit mode as not eligible for a certificate.
2016-01-13 07:51:56 -05:00
raeeschachar
c790b62aa0
Fixed test annotation component failing on Chrome
2016-01-13 11:34:46 +05:00
Peter Fogg
60860e3aa8
Disable audit certificates for new audit enrollments.
...
An `eligible_for_certificate` field is added to the
GeneratedCertificate model. This way we can 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.
This commit also updates the DB cache for acceptance tests.
2016-01-12 22:44:53 -05:00
Jesse Zoldak
a675081275
Add comments to the bok-choy DB reset script
2016-01-12 16:59:01 -05:00
Douglas Hall
12e8a3ea6e
Merge pull request #11206 from edx/merge-release-into-master
...
HOTFIX Release for Jan 12, 2016
2016-01-12 16:33:10 -05:00
Douglas Hall
28a7b3e2d1
Merge remote-tracking branch 'origin/release' into merge-release-into-master
2016-01-12 15:12:06 -05:00
Douglas Hall
8d06679681
Merge pull request #11203 from edx/hotfix/2016-01-12
...
HOTFIX 2016-01-12
2016-01-12 14:58:57 -05:00
Brian Talbot
7ac287af19
Merge pull request #11185 from open-craft/sequence-link-color-default
...
Mark sequence link-color scss variable default.
2016-01-12 14:57:10 -05:00
Matt Drayer
b549adf476
Merge pull request #10623 from eduNEXT/fmo/wiki-support-for-microsites
...
WIP wiki support for microsite templates
2016-01-12 14:27:27 -05:00
Jesse Zoldak
157bd19e20
Clear out the bok choy DB with reset_db, not flush
2016-01-12 11:33:02 -05:00
Christina Roberts
6f66483876
Merge pull request #11202 from edx/release
...
Release for Jan 12, 2016
2016-01-12 11:29:42 -05:00
Toby Lawrence
775c3cac2a
Merge pull request #11190 from edx/PERF-227
...
Disable Optimizely in the courseware view.
2016-01-12 11:09:55 -05:00
Felipe Montoya
f2a6a27ec9
Adding support for microsite template_paths on django templates
...
Stripping the leading / for the django_templates finder
Enabling the microsite configurations before running django.setup()
Adding only the templates directory before startup
Adding the missing overrides file at the django templates main
Using the comp_theming way of overriding css
Adding test for the microsite_template_path filter
2016-01-12 10:34:00 -05:00
M. Rehan
0b685d8983
fix for course number display string as none
2016-01-12 09:49:18 -05:00
muzaffaryousaf
b4189784da
Fixed POST bookmarks bug when display_name is None.
...
Added tests & general message to js when parsing fails.
TNL-3989
2016-01-12 09:47:51 -05:00
Douglas Hall
2c00004d4b
Updated edx-proctoring requirement to fix PHX-242
2016-01-12 09:36:35 -05:00
Mark Sadecki
dd6dc0195e
Merge pull request #11180 from edx/rc/2016-01-12
...
Release Candidate rc/2016-01-12
2016-01-12 09:10:30 -05:00
Awais Jibran
ded3786d0c
Merge pull request #11157 from edx/aj/tnl3968-mathjax-in-static-pages
...
Enable MathJax in Course Pages
2016-01-12 18:25:33 +05:00
Peter Pinch
65cec380d9
Merge pull request #11125 from mitocw/ehnancement/aq/dont_allow_user_to_register_ccx_without_invitation
...
Hide CCX course registration from unenrolled students
2016-01-12 08:25:03 -05:00