Esup Lecture Portlet - Changelog



Auteur : Bourges Raymond - Vincent Repain (University of Rennes 1)

Version 2.0.0

2.0.0 (2012-08-24)

Extraits de git log 2.0.0-RC8..2.0.0 -pretty=%s (avec des commentaires -->)

[fix] mark/unmark item button never displayed --> En mode mobile
js isolation tested with 2 portlets in a uportal 3.2
[fix] esup css not apply in edit mode
use portlet namespace
JSF ID generation optimized
portlet prototyping ok --> Pour rapidement tester la portlet sans la lancer dans uPortal
[fixed] read items flag not persisted
update ESUP-Commons version (0.3.0)
Merge branch 'luNonLu' into develop --> Meilleure gestion des lus/Non lus quand on est sur une ou toutes les catégorie
Avoid n proxy ticket call --> Merci à Vincent Bonamy pour le diagnostic
New Feature : set a visibility from regex applied on a user attribute and matching a pattern. --> Merci à Julien Gribonvald pour la fonctionnalité
Availability to obtain multivalued user attributes from portal. --> Merci à Julien Gribonvald pour la fonctionnalité
mobile: handle withDisplayedItems (as already done in non-mobile) to hide sources with no items --> Merci à Pascal Rigaux pour la fonctionnalité
Change developerConnection in pom.xml to use GIT
cleanup jsf config (remove unnecessary phase listeners : i18n and message. This last one causes CAS PT call in portlet mode for each request)
Added: some verification code
Get PT CAS just when needed (when getting a fresh source or category)
Added: Vincent Bonamy Changes: - img size in css - limit items number

RC8 (2012-04-10)

RC7 (2012-02-02)

RC6 (2011-08-26)

RC5 (2011-08-17)

RC4 (2011-08-17)

RC3 (2011-08-17)

RC2 (2011-07-08)

RC1 (2011-05-12)

Version 1.5.3 (2010-09-14)

Version 1.5.2 (2010-07-12)

Version 1.5.1 (2010-01-05)

Version 1.3.2 (2009-09-04)

New smtp.interceptAll parameter in properties/config.properties (diff 1.3.0 --> 1.3.2 )

Version 1.3.0 (2009-05-28)

Version 1.2.8 (2009-05-16)

Version 1.2.7 (2009-03-20)

Version 1.2.6 (2009-01-09)

Version 1.2.5 (2008-12-19)

Version 1.2.4 (2008-11-05)

Version 1.2.2 (2008-09-12)

Because a hibernate limitation if you want to add constraints in database to avoid data corruption a ant upgrade task doesn't work. You have to clean database data with an ant init-data task. If you don't want to clean database you have to run SQL manually :

  • ALTER TABLE `LECT_CUSTOMCONTEXT` ADD UNIQUE (`ELEMENTID`, `USERPROFILE_USERPROFILEPK`);
  • ALTER TABLE `LECT_CUSTOMCATEGORY` ADD UNIQUE (`ELEMENTID`, `USERPROFILE_USERPROFILEPK`);
  • ALTER TABLE `LECT_CUSTOMSOURCE` ADD UNIQUE (`ELEMENTID`, `USERPROFILE_USERPROFILEPK`);


Version 1.2.1 (2008-08-26)

* Added: Now use the beginning of sourceURL to find a mapping (and not just a strict equality)

Version 1.2.0 (2008-08-12)

Version 1.1.0 (2008-07-12)

Version 1.0.0

Version 0.9.1

Version 0.9.0

Version 0.8.3

Version 0.8.2

Version 0.8.1

Version 0.8.0

Version 0.7.2

Version 0.7.1

Version 0.7

Version 0.6

Version 0.5


First evaluation release for developers