Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023809 | Openbravo ERP | A. Platform | public | 2013-05-13 16:07 | 2013-06-28 10:07 |
|
Reporter | AugustoMauch | |
Assigned To | shankarb | |
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP25 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023809: Current twitter widgets are being deprecated |
Description | This message is shown in the browser console when the twitter widget is loaded: TWITTER WIDGET: This widget is being deprecated, and will cease functioning soon. <https://twitter.com/support/status/307211042121973760> [^] |
Steps To Reproduce | Log in into an Openbravo instance with the twitter widget added to the workspace. This message will be shown in the browser console: TWITTER WIDGET: This widget is being deprecated, and will cease functioning soon. <https://twitter.com/support/status/307211042121973760> [^] |
Proposed Solution | Follow the instructions described here: https://dev.twitter.com/blog/planning-for-api-v1-retirement [^] |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-13 16:07 | AugustoMauch | New Issue | |
2013-05-13 16:07 | AugustoMauch | Assigned To | => AugustoMauch |
2013-05-13 16:07 | AugustoMauch | Modules | => Core |
2013-05-13 16:07 | AugustoMauch | OBNetwork customer | => No |
2013-05-13 16:07 | AugustoMauch | Triggers an Emergency Pack | => No |
2013-06-19 09:34 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-06-19 09:35 | shankarb | Review Assigned To | => AugustoMauch |
2013-06-19 09:35 | shankarb | Issue Monitored: AugustoMauch | |
2013-06-19 09:42 | hgbot | Checkin | |
2013-06-19 09:42 | hgbot | Note Added: 0059516 | |
2013-06-19 09:42 | hgbot | Status | new => resolved |
2013-06-19 09:42 | hgbot | Resolution | open => fixed |
2013-06-19 09:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b631ef452dae8905e4dd762ebee7ccfc4e1d8ae0 [^] |
2013-06-19 14:14 | shuehner | Note Added: 0059528 | |
2013-06-20 02:08 | hudsonbot | Checkin | |
2013-06-20 02:08 | hudsonbot | Note Added: 0059594 | |
2013-06-20 06:29 | hgbot | Checkin | |
2013-06-20 06:29 | hgbot | Note Added: 0059597 | |
2013-06-20 14:13 | hudsonbot | Checkin | |
2013-06-20 14:13 | hudsonbot | Note Added: 0059610 | |
2013-06-28 10:07 | AugustoMauch | Note Added: 0059721 | |
2013-06-28 10:07 | AugustoMauch | Status | resolved => closed |
2013-06-28 10:07 | AugustoMauch | Fixed in Version | => 3.0MP25 |
Notes |
|
(0059516)
|
hgbot
|
2013-06-19 09:42
|
|
Repository: erp/devel/pi
Changeset: b631ef452dae8905e4dd762ebee7ccfc4e1d8ae0
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Jun 19 13:11:08 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/b631ef452dae8905e4dd762ebee7ccfc4e1d8ae0 [^]
Fixes Issue 0023809: Current twitter widgets are being deprecated
Added wiget URL's using the current API for Openbravo twitter widget and Openbravo spanish twitter widget.
The widget instance creation code is replaced by using the default script of twitter as the earlier method is depreciated.
---
M modules/org.openbravo.client.widgets/web/org.openbravo.client.widgets/twitter.html
---
|
|
|
|
Note for reviewer: please verify that we don't get mixed content warnings with the new urls.
To do that access erp instance having the change via ssl and check for mixed content in the browser.
Easy to do on internet explorer as it warns by default. |
|
|
|
|
|
(0059597)
|
hgbot
|
2013-06-20 06:29
|
|
Repository: erp/devel/pi
Changeset: 0d59884b87c3b5e507c9b2791cfcaa9f4a227e79
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Jun 20 09:57:01 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/0d59884b87c3b5e507c9b2791cfcaa9f4a227e79 [^]
Related to Issue 23809: Changed link color to green in twitter widgets
---
M modules/org.openbravo.client.widgets/web/org.openbravo.client.widgets/twitter.html
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@ac7af24d4f0b.
It was tested in IE9 using SSL and no mixed contents warning messages were shown. |
|