eglis

eglis

committed MAIN:eglis:20101108145351 to OLAT

08 Nov 10
removed unused files and properties that were used by the old-style ant for clustering
eglis

committed MAIN:eglis:20101011090036 to OLAT

11 Oct 10
OLAT-5799: [merged from 630public branch] countConnectedUsers made more stable: catch RejectedExecutionException and issue a log.error, leaving the user count at the wrong figure for another 30 seconds. Avoids a RedScreen at DMZ/Login in case the Threadpool is full.
eglis
OLAT-5799: countConnectedUsers made more stable: catch RejectedExecutionException and issue a log.error, leaving the user count at the wrong figure for another 30 seconds. Avoids a RedScreen at DMZ/Login in case the Threadpool is full.
eglis

committed MAIN:eglis:20100921150240 to OLAT

21 Sep 10
OLAT-5818: [merged from 6-3-public branch to 7.0/HEAD] log.error appear as log.warn: fixed
eglis

committed MAIN:eglis:20100914094440 to OLAT

14 Sep 10
[non-jira] ThreadLocal fixes
eglis

committed MAIN:eglis:20100913093724 to OLAT

13 Sep 10
OLAT-4930: [merged from 6_3_public to HEAD]: avoid garbage in the filesystem due to loading a course which was deleted while we were indexing (between getting the list of repositoryentries and processing the deleted course) - plus avoid a nested doinsync which also happens because of this

PLUS:

commit the session before looping through the individual entries - assures that even before the first intermediateCommit() no entity is taken from hibernate session cache (as that cache still holds all entities at loop start time). The session cache is released after commit - which happens every time a document is added to the indexer - hence rather quickly. But if an entity would be deleted before the first indexed one, it would not have been detected as deleted using session.get()
eglis

committed MAIN:eglis:20100913092355 to OLAT

13 Sep 10
OLAT-4930 and OLAT-5784: [meged changes from 6_3_public branch to HEAD]: fixes for endless loop plus log.info added for course deletion
eglis

committed MAIN:eglis:20100913090820 to OLAT

13 Sep 10
OLAT-4930: [merged from 6-3-public branch] safer closing of streams - small chance that this is related to OLAT-4930 where the CourseConfig.xml might prevent the deletion of a course dir
eglis
OLAT-5784: previous checkins re
duration added to log.info in deleteCourse
and
//o_clusterOK added to the newly added synchronized and the one which had o_clusterNOK
have erroneously been marked with OLAT-4930
eglis
OLAT-4930: commit the session before looping through the individual entries - assures that even before the first intermediateCommit() no entity is taken from hibernate session cache (as that cache still holds all entities at loop start time). The session cache is released after commit - which happens every time a document is added to the indexer - hence rather quickly. But if an entity would be deleted before the first indexed one, it would not have been detected as deleted using session.get()
eglis
OLAT-4930: //o_clusterOK added to the newly added synchronized and the one which had o_clusterNOK
eglis
OLAT-4930: duration added to log.info in deleteCourse
eglis
OLAT-4930: more logging added
OLAT-5784: proper synchronization added for loadedCourseStatistics
eglis
OLAT-4930: use the same pattern as in RepositoryIndexer which is: reload the group/identity before indexing it - since the while loop could take rather long and the group or identity could have been deleted already
eglis
OLAT-4930: avoid garbage in the filesystem due to loading a course which was deleted while we were indexing (between getting the list of repositoryentries and processing the deleted course) - plus avoid a nested doinsync which also happens because of this
eglis

committed MAIN:eglis:20100826115324 to OLAT

26 Aug 10
OLAT-5748: [merged from 6_3_0_public branch to 7.0 HEAD] avoid a StackOverflowError when loglevel set to DEBUG
eglis
OLAT-5748: avoid a StackOverflowError with getCustomCSS() calling itself when loglevel is set to DEBUG
eglis
[non-jira] version.id was declared twice, once with 632 and once with 633. the former was never used. removed it.
deleted from olat.properties
eglis
BUILD corrected to 20100823 for RC04
eglis
OLAT-5736: finalizing the upgrader. replaced access to System. with log. Plus removed the superfluous log.error in fixUTF8
eglis
[non-jira] Upgrader closed for 6.3.3
eglis
OLAT-5736: Dealing with lines which contain another utf8 character, such as: ...Ã<82>§1 EinführungÃ<82>§https://www....
eglis

committed MAIN:eglis:20100823100809 to OLAT

23 Aug 10
file CalendarXOlatLinkUTF8Fix.java was initially added on branch OLAT-6_3_0-PUBLIC.
eglis
Bugfix for OLAT-4651 improvement: throughout 6.3.0-6.3.2 the calendar links were not rendered after a calendar had to be reloaded (after either a server restart or logging into a different node)
eglis
[non-jira] more log.debug added to canBeCancelEnrollmentBy