Clinton Blackburn
341d936056
Updated admin interfaces for credit models
...
ECOM-2172
2015-09-17 16:43:41 -04:00
Peter Fogg
fec5129a49
Remove Tender and change Studio help links.
...
TNL-2695
2015-09-17 16:30:40 -04:00
Peter Fogg
0f78989220
Escape team name in screenreader text.
2015-09-17 16:15:50 -04:00
Gabe Mulley
22b3c0bc9b
Merge pull request #9815 from edx/revert-9650-gabe/fix-backend-order
...
Revert "Fix order of tracking backends"
2015-09-17 15:56:53 -04:00
Clinton Blackburn
f7a7cce881
Using a better admin interface for UserProfiles
...
This interface should actually be useful as it doesn't attempt to load all users on the edit page.
ECOM-2172
2015-09-17 15:51:16 -04:00
Clinton Blackburn
d0a4284893
Corrected read-only field display for CourseEnrollment admin
...
Read-only fields are read-only for existing models. These values can be set when creating new models.
ECOM-2172
2015-09-17 15:49:15 -04:00
Ned Batchelder
200adfaa06
A test for optional_include_mako
2015-09-17 15:40:34 -04:00
Ned Batchelder
e1c898ff40
Remove unneeded .write() method
2015-09-17 15:40:34 -04:00
Ned Batchelder
bc13f450a7
Fix mako argument syntax
2015-09-17 15:40:33 -04:00
David Baumgold
0d35f6a855
Document disparity between footer.html and themable-footer.html
2015-09-17 15:40:33 -04:00
Ned Batchelder
1d6e91404d
Rename google_analytics.html to use a hyphen instead.
2015-09-17 15:40:33 -04:00
Brian Talbot
cb921fd7ff
Comprehensive Theming: setting sass !default flag on themeable LMS base variables
2015-09-17 15:40:33 -04:00
Brian Talbot
b815a86e8a
Comprehensive Theming: re-organizing/minor simplifying of existing LMS Sass variables
2015-09-17 15:40:32 -04:00
Ned Batchelder
c0856232e1
Use sass interpolation instead of concatenation for -path
2015-09-17 15:39:04 -04:00
Ned Batchelder
5d64f9a80b
Minor changes, responding to pull request comments
2015-09-17 15:39:03 -04:00
Ned Batchelder
a8dd9ca99d
Use the proper 'off' default for COMP_THEME_DIR.
2015-09-17 15:39:03 -04:00
David Baumgold
6ebf2515f4
Comprehensive theming
...
This is a squash of 38 commits ending with
5b080f979d692804452400ac5bed9b17c50b001e
2015-09-17 15:39:03 -04:00
Kevin Falcone
dd7121f686
Merge pull request #9812 from edx/hotfix-2015-09-17b
...
Hotfix 2015-09-17b
2015-09-17 15:06:34 -04:00
Gabe Mulley
b56d4a0295
Revert "Fix order of tracking backends"
2015-09-17 15:04:21 -04:00
Gabe Mulley
034570b31a
Merge pull request #9650 from edx/gabe/fix-backend-order
...
Fix order of tracking backends
2015-09-17 15:01:15 -04:00
Christopher Lee
655b02a581
Merge pull request #9739 from edx/clee/dapi-vote-bug-2
...
fixed vote bug in discussion api
2015-09-17 14:46:46 -04:00
Daniel Friedman
4fc3593c1f
Document child order in course structure api docs
2015-09-17 18:42:45 +00:00
Dennis Jen
305f88f646
Merge pull request #9488 from edx/dsjen/courses-via-overview
...
Optimize OpenID Course Claims for users.
2015-09-17 13:35:49 -04:00
Adam
788e54beba
Merge pull request #9811 from edx/adam/delete-published-orphans-patch
...
Adam/delete published orphans patch
2015-09-17 11:54:41 -04:00
Adam Palay
8aa23de55a
add ability to delete published orphans from courses (PLAT-832)
...
fix quality violations
create child parent mapping to avoid potential performance hit when deleting items
2015-09-17 11:52:19 -04:00
Adam Palay
8834bbad90
delete_item should not delete any child that has a parent we do not intend to delete
2015-09-17 11:52:18 -04:00
Clinton Blackburn
99c410dc16
Treating final grade as string
...
Floating point values should be treated as strings to ensure values such as 1.0 are not converted to 1. Such conversion invalidates the signature generated for the credit request. Additionally, JSON has no concept of a floating point datatype.
ECOM-2172
2015-09-17 11:49:54 -04:00
Kevin Falcone
567f2172d2
Merge pull request #9800 from edx/hotfix-2015-09-17
...
Hotfix 2015 09 17
2015-09-17 11:42:03 -04:00
Dennis Jen
844edac443
Optimize OpenID Course Claims for users.
...
- Course overviews will cache courses upon publish.
- Added management command to warm up cache.
- OAuth2 handler returns courses via course overviews.
2015-09-17 11:29:28 -04:00
Zia Fazal
14c14b07db
moved SOCIAL_SHARING_SETTINGS out of FEATURES
...
fixed object has no attribute 'get'
fixed 'LazySettings' object has no attribute
add social settings to cms/env/aws
2015-09-17 19:24:09 +05:00
christopher lee
ccc921bce8
MA-1149 fixed vote bug in discussion api
...
An incorrect response was being returned when voting for a comment
or thread.
2015-09-17 09:55:03 -04:00
Ben Patterson
d0b6d18134
Merge pull request #9767 from edx/benp/pin-coveralls
...
Pin coveralls to specific version.
2015-09-17 09:19:53 -04:00
Matt Drayer
cac9f97e77
Merge pull request #9785 from edx/saleem-latif/SOL-1199
...
SOL-1199
2015-09-17 07:44:55 -04:00
amir-qayyum-arbisoft
4ab368720e
Added error message in enrollment tab ccx coach dashboard
2015-09-17 14:49:55 +05:00
Saleem Latif
3741d065c2
CSS Animations disabled for test
2015-09-17 14:42:32 +05:00
Zia Fazal
eb33c337b5
escape string literal also
2015-09-17 12:57:36 +05:00
Clinton Blackburn
394c2906e5
Updated edx-proctoring to 0.9.6b
...
PHX-154
2015-09-16 21:36:20 -04:00
Clinton Blackburn
d0536c50a5
Updated credit provider logo styling on receipt page
...
ECOM-2172
2015-09-16 21:36:19 -04:00
Clinton Blackburn
12a4e85d94
Fixed payment page bug
...
Using SKU to choose course mode when creating an order.
ECOM-2172
2015-09-16 21:36:19 -04:00
Pan Luo
675d0e1413
Add Peer Instruction XBlock
2015-09-16 15:31:17 -07:00
Kevin Falcone
7ee03f336e
Merge pull request #9799 from edx/hotfix-2015-09-16b
...
Allow .html files in the static pipeline
2015-09-16 17:51:11 -04:00
Clinton Blackburn
70866104bf
Merge pull request #9790 from edx/clintonb/enrollment-admin
...
Built a better course enrollment admin
2015-09-16 17:28:34 -04:00
John Eskew
22672ed8dc
Merge pull request #9797 from edx/jeskew/resolve_issues_with_release
...
Resolve issues with release 2015-09-15 merge to master
2015-09-16 17:22:43 -04:00
Andy Armstrong
a1f0f12d03
Allow .html files in the static pipeline
...
TNL-3296
2015-09-16 16:54:30 -04:00
John Eskew
6b12ec97cc
Merge remote-tracking branch 'origin/release' into jeskew/resolve_issues_with_release
2015-09-16 16:23:52 -04:00
Kevin Falcone
2b24d3dfb2
Merge pull request #9789 from edx/hotfix/2015-09-16
...
Hotfix/2015 09 16
2015-09-16 16:18:01 -04:00
John Eskew
684f901760
Fix quality issue.
2015-09-16 16:04:51 -04:00
John Eskew
7c0663f25e
Merge remote-tracking branch 'origin/release' into jeskew/resolve_issues_with_release
2015-09-16 15:58:08 -04:00
Ben Patterson
c88b43b72d
Pin coveralls to specific version.
...
The latest version is compatible with the new coverage.py.
2015-09-16 15:50:02 -04:00
Matt Drayer
ac0d926492
Merge pull request #9717 from edx/ziafazal/SOL-1193
...
SOL-1193: moved variables from template to view
2015-09-16 15:06:57 -04:00