EsupTwitter Roadmap
EsupTwitter Roadmap
EsupTwitter 0.1 RELEASE - 2010-02-02
- First release of EsupTwitterÂ
- Twitter username can be setup like portlet preference
- Twitter username / password can be setup in edit mode by the user himself -> basic authentication on Twitter
EsupTwitter 0.2 RELEASE - 2010-03-26
- Because of a new attribute on status from Twitter Timeline XML, EsupTwitter 0.1 is broke - add "coordinates" and "place" in the "Status" pojo.
EsupTwitter 0.3 RELEASE - 2010-05-07
- No more dependency to pluto (use 'ant deployPortletApp' for uPortal)
- Made XStream tolerant to XML elements which are not mapped (so that EsupTwitter can no more be broke when Twitter Timeline XML changes)
EsupTwitter 0.4 RELEASE - 2010-06-14
- use a backport of spring-webmvc-portlet (2.5) to use spring 3 with jsr168 support
EsupTwitter 0.5 RELEASE - 2010-11-18
- basic authentication is no more available on Twitter -> use oAuth authentication instead
EsupTwitter 0.6 RELEASE - 2012-03-07
- I18N : french language
- tweets number preference
EsupTwitter 0.7 RELEASE - 2013-02-26
- Fix Notice, License files, source file header ...
- EsupTwitter is now on the Jasig GitHub : https://github.com/Jasig/EsupTwitter
- The war package is also deployed in the EsupPortail maven repository :Â https://mvn.esup-portail.org/content/repositories/releases/org/esupportail/EsupTwitter/0.7/EsupTwitter-0.7.war
EsupTwitter 0.8 RELEASE - 2013-03-15
- Fix pom.xml, notice, ... (jasig incubation process)
EsupTwitter 0.9 RELEASE - 2013-06-14
- Since June 11 2013, EsupTwitter 0.8 is broke : see  https://dev.twitter.com/blog/api-v1-is-retired and https://dev.twitter.com/docs/api/1.1/overview
- Because of "JSON support only" and "Authentication required on all endpoints" we rewrote EsupTwitter to use spring-social-twitter
- Because of that also, EsupTwitter needs now that deployers enable oAuth Twitter authentication, even if they just want to display a public user tweets timeline.
EsupTwitter 0.10 RELEASE - 2013-10-09
- externalize credentials
- handle minimized window state - implementation of newItemCount for the mobile view
- externalize CSS
- improvement of the desktop and mobile view - add links on twitter hashtags ...
EsupTwitter 0.11 RELEASE - 2014-02-14
- Upgrade to Portlet 2.0 and Servlet 2.5 : EsupTwitter is non Portlet 2.0 and doesn't support anymore Portals implmenting only Portlet 1.0Â !
- Clean-up pom.xml
- Fix scribe + Twitter (SSL) - "Cannot get String from a null object" exception
EsupTwitter 0.13 RELEASE - 2014-08-04
- Add and fixe license headers and notice file
EsupTwitter 0.14 RELEASE - 2016-02-26
- Support for Twitter ExtraData
- ehcache caching to take care of API Twitter limitations about rate limits :Â https://dev.twitter.com/docs/rate-limiting
Open Issues