Esup Lecture Portlet - Changelog



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

***** indicates changes in configuration files.
OR
Since 1.2.1 changes in configuration files appear in specific tips

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