matthai

matthai
OLAT-6213

change from log.info to log.debug
matthai
OLAT-5920

changed repo url for OLAT-Help, Demo Course and Demo Kurs
matthai
OLAT-6213

correctly create empty zip files
matthai
OLAT-6213

try to speed up file i/o on nfs by using small
fixed size buffer

no more meta-info for cp, scorm, courses etc.
being unzipped during import

try to have tmp files on java.io.tempdir instead of
having them on repo

try to use no compression while creating zip
files for already compressed files

ongoing ...
matthai
OLAT-6213

fix so zipfiles lacking directory entries
can still be unzipped
matthai
OLAT-6213

added plain unzip for use in course/cp etc. import unzip
modified zip to use java.util.zip and buffered output
for writing zip file.

Leaving metadata stuff unchanged ...
matthai
OLAT-6215

corrected, error was introduced by work on
linked issue OLAT-6199
matthai
OLAT-5807

slight change to flag css so toggle effect is clear ...
matthai
OLAT-6199

corrected listentTo error which must have been causing
the redScreen.
matthai
OLAT-6181

unzip in java.io.tmpdir and move to repository
instead of unzipping in repository ...
Have to see whether this makes it faster
matthai
OLAT-6181

unzip in java.io.tmpdir and move to repository
instead of unzipping in repository ...
Have to see whether this makes it faster
matthai
OLAT-2557

singleVM and Cluster difference in
listener count of multiuser event bus
singleVM count = 1 + Cluster count
so decided to use 1 + count
matthai
OLAT-6181

multipart form file upload temp file
now in java.io.tmpdir (/tmp on unix)
not inside userdata/olatdata which
is not suitable for temporary files
matthai
OLAT-5809

Help text now disappears when memo box gets the focus, so that the user does not have to delete it manually before typing any input.

changed memo field font to be less prominent
matthai
OLAT-5941

translation for explanation why test start button is disabled (chat windows open)
matthai
OLAT-5941

do not provide link to IM client in learningGroups when IM is disabled for learningGroups
matthai
OLAT-2557

o now configurarable whether or not this is displayed at all. course.display.participants.count=true is default

o get listenerCount from multiuser eventBus only once at start and increment/devrement based on events recieved, this must yield the same result.

Look out for negative participant count :-)
matthai
OLAT-5941

reverted to not immediate update of roster panel
on presence messages.
matthai
OLAT-5809

no need to unescape default text
matthai
OLAT-5941

added missing intermediate commit