Clinton Blackburn
cd60dd5606
Merge pull request #8771 from edx/clintonb/currency-comparison-fix
...
Comparing currencies with same case
2015-07-09 01:45:39 -04:00
Will Daly
e60ae31d84
Cherrypick hotfix-2015-07-07 into release candidate
...
Includes the changes from 897fddba3e .
Those changes were introduced while resolving a merge
conflict from release back into master.
2015-07-08 16:55:38 -04:00
Matt Drayer
b0c1e962c7
rc/2015-07-08-mattdrayer: Hide button behind feature flag
2015-07-08 16:55:38 -04:00
Mushtaq Ali
ab60b110af
Merge pull request #8735 from edx/mushtaq/plat633-delete-case
...
Fix 'stuck in publish issue' when deleting a component
2015-07-08 23:07:46 +05:00
Kyle McCormick
1dfe9ed9e8
MA-779 Update student dashboard to use CourseOverview
2015-07-08 12:05:38 -04:00
Kyle McCormick
5b630a7704
MA-779 Make has_access work on CourseOverview objects
2015-07-08 12:05:38 -04:00
Awais Jibran
989091d1ed
TNL-2165
...
"play_video" event emitted after seeking forward in a video contains old position
2015-07-08 12:20:59 +05:00
Awais Jibran
ef89c662f3
Merge pull request #8742 from edx/aj/tnl2551-randomized-problems-failing
...
[NEW] - Fixed randomized problems which were not appearing to work.
2015-07-08 11:49:23 +05:00
Matt Drayer
c25e37ea93
Merge pull request #8734 from edx/ziafazal/SOL-1011
...
ziafazal:SOL-1011: Certificate URL should use 'download_url' field and not 'verify_uuid'
2015-07-07 15:40:34 -04:00
Will Daly
104bcd5143
Merge remote-tracking branch 'origin/release' into merge-release-into-master
...
Conflicts:
common/djangoapps/student/views.py
openedx/core/djangoapps/credit/tests/test_api.py
2015-07-07 09:58:45 -07:00
mushtaqali
2ca9d4d070
Fix 'stuck in publish issue' when deleting an item after dicarding the changes
2015-07-07 21:52:39 +05:00
Christine Lytwynec
7af1a44d73
Merge pull request #8792 from edx/clytwynec/flaky-test
...
flag test as flaky
2015-07-07 10:08:25 -04:00
Clinton Blackburn
301a874c5c
Enforcing lowercase currency for CourseMode
...
- CourseMode.save() always lowercases the currency value
- CourseMode currency comparisons have been updated to be case-insensitive
2015-07-06 23:38:25 -04:00
Ahsan Ulhaq
796e4cb5e6
Merge pull request #8580 from edx/ahsan/ECOM-1719-LMS-Modification-enrollment-API-update
...
LMS: Modification in enrollment API
2015-07-07 02:32:53 +05:00
Christine Lytwynec
db516a9b4c
flag test as flaky
2015-07-06 16:51:03 -04:00
Matt Drayer
a8f909fe77
Merge pull request #8659 from edx/ziafazal/SOL-1006
...
ziafazal/SOL-1006: Disable course 'start date' for inactive web-enabled certificates
2015-07-06 16:45:24 -04:00
Will Daly
e67975b275
Feature flag credit provider messaging on the dashboard.
...
When the credit eligibility is disabled, skip the code
that access the CreditProvider table. This will allow us
to safely delete a column from the table in rc/2015-07-08.
2015-07-06 12:56:15 -07:00
Ahsan Ulhaq
8d9d4b85d5
LMS: Modification in enrollment API
...
Changed enrollment api to set enrollment atributes if the course is
credit course
ECOM-1719
2015-07-07 00:49:02 +05:00
Daniel Friedman
3b55d88283
Implement paginated Team Topics UI
...
Authors:
- Dan Friedman
- Ben McMorran
- Peter Fogg
TNL-1892
2015-07-06 08:45:03 -04:00
Ben McMorran
351e491c82
Add generic paging framework
...
Authors:
- Daniel Friedman
- Ben McMorran
- Peter Fogg
TNL-1892
2015-07-06 08:45:03 -04:00
Awais Jibran
a14a562ed6
Fixed randomized problems which were not appearing to work.
...
TNL-2551
2015-07-06 15:29:59 +05:00
Ben Patterson
65a36a64df
Merge pull request #8686 from edx/benp/3bok-choy-check-invisible
...
Update to latest bok-choy. Update tests to be compatible with the updated `invisible` property.
2015-07-03 17:36:09 -07:00
Usman Khalid
fe54b085c6
Added ability to disable xblock types in LMS.
...
TNL-2305
2015-07-03 20:58:40 +05:00
Ben Patterson
8d9c16ba6e
Update comment to match method name.
2015-07-03 06:54:56 -07:00
Ben Patterson
c39ebf1bc8
Wait for element to not be present. (Compatible with minor bok-choy upgrade.)
...
With an upcoming bok-choy upgrade, 'not-present' and
'invisible' are two distinct concepts. In the upgrade, an
invisible element must be present on the page. This commit
draws that distinction across two helper methods, one for
'invisible' and the other for 'not-present' (or, not on the page at all).
2015-07-03 06:51:25 -07:00
zubair-arbi
8934818381
Merge pull request #8753 from edx/zub/bugfix/ecom-1734-change-login-redirect-url
...
change redirect url from '/accounts/login' to '/login'
2015-07-03 16:19:24 +05:00
Matt Drayer
b1e0ceb34f
Merge pull request #8634 from edx/asadiqbal08/SOL-766
...
asadiqbal08/SOL-766: Share web certificate on Facebook
2015-07-03 06:47:58 -04:00
Ned Batchelder
514d85c183
Fix other temp dirs that are not cleaned up properly
2015-07-02 19:31:49 -04:00
Ned Batchelder
e6e5a8d812
Convert some try/finally to addCleanup
2015-07-02 19:31:48 -04:00
asadiqbal
57d5de5d14
asadiqbal08/SOL-766: Add Facebook sharing to certificate view
...
* updated the flags for social media sharing
* added facebook feed ui to share public url
* update the condition logic
* update the code as per suggestion and added pick new style for share buttons
* update the css class reference
* update the bok-choy test
* updated description and some text touch-ups
* moved the JS related to facebook into separate location
* js formatting
* Add trailing comma per chrisndodge
* Add wait to fix flaky test...maybe
2015-07-02 18:52:15 -04:00
Matt Drayer
1ca37737e9
Merge pull request #8566 from edx/ziafazal/SOL-980
...
ziafazal/SOL-980: Generate certificates from instructor dashboard
2015-07-02 16:07:33 -04:00
Will Daly
bfe01605b4
Merge pull request #8700 from edx/will/remove-provider-course-m2m-relation
...
Credit eligibility/provider refactor
2015-07-02 12:36:37 -07:00
Zia Fazal
611d16b25a
ziafazal/SOL-980: Generate certificates from instructor dashboard
...
* added generate certificates task and bok choy tests
* added unit tests
* changes based feedback and improved acceptance test
* Change header text
* changes based on feedback on 24/6
* added task_id to api output
* fixed broken test
* Remove "Instructor" from strings, per Docs team
* Fixed flaky entrance exam test
2015-07-02 14:32:36 -04:00
Ali Mohammad
eb70f2303c
Merge pull request #8749 from edx/rc/2015-06-29
...
Merge back into master
2015-07-02 13:34:42 -04:00
Will Daly
e2acf3ab87
Credit eligibility/provider refactor
...
* Remove m2m relation between credit course and credit providers.
* Separate eligibility and provider APIs into different modules.
* Add API call for retrieving a user's eligibilities.
* Cache credit course list.
* Style the dashboard purchase button.
* Display a link for the credit provider on the dashboard.
* Add analytics events for clicks on the purchase button.
* Expose more credit models to Django admin and add search functionality.
2015-07-02 10:03:52 -07:00
Christine Lytwynec
0bb519c2a0
Merge pull request #8727 from edx/clytwynec/TE-878
...
use 1 coveragerc file to generate 1 coverage report per build
2015-07-02 12:13:59 -04:00
Sarina Canelake
d5b26c7f8c
Mark test as flaky; TNL-2647
2015-07-02 11:18:09 -04:00
zubair-arbi
e369939b4b
change redirect url from '/accounts/login' to '/login'
...
ECOM-1734
2015-07-02 18:44:10 +05:00
Ned Batchelder
9d5b5658a4
Merge pull request #8552 from edx/ned/smarter-mako-caching
...
Make edxmako cache properly with changing lookup paths
2015-07-01 17:47:04 -04:00
Christine Lytwynec
e9e4e3cf65
use 1 coveragerc file to generate 1 coverage report per build
2015-07-01 16:07:49 -04:00
Awais Jibran
c93d48249d
Fixed quality report
2015-07-02 00:29:50 +05:00
Awais Jibran
5306ac02b0
Revert "Fixed randomized problems which were not appearing to work."
2015-07-02 02:35:54 +05:00
Braden MacDonald
cd3abf37cd
Merge pull request #8733 from open-craft/fix-shibboleth-fetch
...
Fix errors with fetching Shibboleth metadata
2015-07-01 09:17:52 -07:00
Awais Jibran
9e0ed9b759
Merge pull request #8672 from edx/aj/tnl2551-randomized-problems-not-working
...
Fixed randomized problems which were not appearing to work.
2015-07-01 19:04:36 +05:00
Awais Jibran
e64ae13a34
Fixed randomized problems which were not appearing to work.
...
TNL-2551
2015-07-01 16:34:34 +05:00
Zia Fazal
ad1f4951fc
get_certificate_url should return certificate download_url in case of non html certificates
2015-07-01 16:14:37 +05:00
Braden MacDonald
4487b6d184
Fix errors with fetching Shibboleth metadata
2015-06-30 20:50:45 -07:00
Renzo Lucioni
39dadb57f0
Merge pull request #8698 from edx/renzo/fulfillment-logging
...
Improve logging of ecommerce interactions
2015-06-30 21:31:41 -04:00
Sarina Canelake
28a234380a
Dark lang middleware: Check if user is authenticated
...
Check if the request's user is authenticated before attempting to
get their user preferences. Otherwise, log warnings appear indicating
the UserNotFound error was caught.
2015-06-30 20:01:00 -04:00
Renzo Lucioni
d330831871
Improve logging of ecommerce interactions
...
Adds standardized audit logging for checkout and enrollment change requests. XCOM-427.
2015-06-30 17:34:16 -04:00