| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.27 | 12 Aug 08 |
OLAT-2878: smaller api, testing ability without olat |
deleted | schnider | MAIN | |
| 1.26 | 04 Aug 08 |
OLAT-2878: first version of new OLAT-Openfire communication service. The new version is based on the same protocol (XMPP) which is also used for the chat/groupchat stuff. |
+4 -4 | schnider | MAIN | |
| 1.25 | 27 Jun 08 |
OLAT-3220: MERGED to HEAD: Change InstantMessaging to use one single jabber-server together with other OLAT-instances - allowing @ in usernames (needs to be configured) - see comments in build.properties / olat_config.xml |
+5 -3 | rhaag | MAIN | |
| 1.24 | 23 Apr 08 |
OLAT-2725 XHTML compliance: image tags, br's, wrong form labels etc |
+9 -9 | gnaegi | MAIN | |
| 1.23 | 14 Feb 08 |
OLAT-2894: learning groups get synchronized with Instant Messaging server as well |
+1 -1 | schnider | MAIN | |
| 1.22 | 11 Feb 08 |
OLAT-2840: remove unused config vars |
+2 -2 | schnider | MAIN | |
| 1.21 | 28 Aug 07 |
olat-2433: as preparation for later merging: first merge branch 5_2_x to HEAD |
+14 -5 | fjost | MAIN | |
| 1.20 | 28 Mar 07 |
OLAT-2262 removed non functional code that caused assert exception with new http client library. Used multithreaded client manager to remove potential multithreading issues. |
+3 -7 | gnaegi | MAIN | |
| 1.19 | 20 Nov 06 |
OLAT-1845: removed lots of redundant code, added IM junit test |
+68 -155 | schnider | MAIN | |
| 1.18 | 31 Oct 06 |
olat-1563: changed usage of Tracing.logError() either to throwing exception or logWarn() |
+11 -13 | schnider | MAIN | |
| 1.17 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.16 | 08 Jun 06 |
OLAT-869 finally --- Tracing refactoring is finished. --- please read to the end. -!!!- sorry for changing the method signature of the logXYZ methods, but I think it enhances readability -- this may give you some errors now. -!!!- Code from the sysinfocontroller is now available to public from Tracing -!!!- log messages generated by classes which are not triggered by user request, e.g. Module inits, servlet inits, print out now long list of "n/a" This is not nice, but o.k. from my point of view. - only blabliblupTest classes have remaining references to log4j.Logger - unified use of logDebug(..) it is now always surrounded with an IF to check if we really should string-concatenate (expensive op) and log debug. - logError, logWarn, logInfo, logDebug... everything goes through Tracing now. - classes no longer need to instantiate a logger, logging is now done by one line call with the calling.class as parameter. - log messages are bound to the logging class -> log shows which class is logging and not always that Tracing class is logging. thx for reading :-) |
+11 -11 | Patrick Brunner | MAIN | |
| 1.15 | 07 Jun 06 |
OLAT-869 work in progress of replacing all log4j.Logger references |
+1 -5 | Patrick Brunner | MAIN | |
| 1.14 | 05 Jun 06 |
OLAT-869 75% of refactoring tracing stuff - removed identity from method signatures as this information is taken from the thread local - refactored logError to use class instead of category string, this implied to refactor the olatruntimeexception as it should bring also a class instead of a category string. - grunt work done replacing all (null...) parameters with meanigful a class parameter. the upcoming 25% to do are: - introduce logInfo(..) and logDebug(...) similiar to logWarn and logError in the Tracing class - refactor all classes using log4j calls to log.XXX to the respective call to Tracing.logXXX goal is to have all log calls to go through Tracing.class as it holds lots of cool information in its thread local variable which would not be accessibel outside in the different classes generating log entries. |
+10 -10 | Patrick Brunner | MAIN | |
| 1.13 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+1 -1 | fjost | MAIN | |
| 1.12 | 08 May 06 | +1 -1 | Patrick Brunner | MAIN | ||
| 1.11 | 05 Apr 06 |
header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time! |
+13 -12 | schnider | MAIN | |
| 1.10 | 22 Aug 05 |
added todo |
+19 -23 | schnider | MAIN | |
| 1.9 | 09 Aug 05 |
cleaning up |
+2 -2 | schnider | MAIN | |
| 1.8 | 01 Apr 05 |
configure HttpClient with a connection/socket timeout of 10 seconds |
+8 -1 | fjost | MAIN | |
| 1.7 | 30 Mar 05 |
replaced log.error() with Tracing.LogError() |
+12 -11 | schnider | MAIN | |
| 1.6 | 29 Mar 05 |
errrors should no longer raise up to olat if creation of instant messaging accouts failed due to server errors. User should be able to log in but without IM enabled. |
+14 -5 | schnider | MAIN | |
| 1.5 | 08 Mar 05 |
formatting |
+199 -206 | fjost | MAIN | |
| 1.4 | 08 Feb 05 |
convert UTF-8 to ISO fixes german charackter problem in Flash roster and olat roster |
+18 -10 | schnider | MAIN | |
| 1.3 | 07 Feb 05 |
cleaning up TODO's , adding more erro logging, comments |
+7 -7 | schnider | MAIN | |
| 1.2 | 27 Jan 05 |
removed unused classes, first version of SynchroniceBuddygroups class for communication with the admin tool from jive over http. Creation of groups with initial members works, adding a single or multiple users to a group works. |
+6 -6 | schnider | MAIN | |
| 1.1 | 25 Jan 05 |
refractoring of instant messaging: Get rid of unnecessary config stuff in build.properties (please adjust to properties.default), auto disable of chat if entering course test. |
+258 | schnider | MAIN | |
| 1.14.2.1 | 08 Jun 06 |
OLAT-1557: merge HEAD into branch-1557 |
+1 -5 | cweisse | OLAT-4_2_0-BPS-1557 | |
| 1.11.4.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+2 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.10.18.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+13 -12 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.13.6.2 | 09 Jun 06 |
merge HEAD into BRANCH-1530 |
+11 -15 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.13.6.1 | 06 Jun 06 |
merge HEAD into BRANCH-1530 |
+10 -10 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.13.8.1 | 21 Jul 06 |
merges from HEAD |
+11 -15 | gnaegi | OLAT-4_2_0-goodsolutions-1232 | |
| 1.16.22.1 | 10 Oct 06 |
MERGE HEAD TO BRANCH 5.0.x prepare for 5.0.1 |
+20 -12 | Patrick Brunner | OLAT-5_0_x-BRANCH | |
| 1.17.6.2 | 12 Dec 06 |
merge head into branch |
+68 -155 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.17.6.1 | 16 Nov 06 |
OLAT-1879 Merge HEAD into Branch 1879 |
+11 -13 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.18.2.1 | 12 Dec 06 |
merge head into branch |
+68 -155 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.20.12.1 | 23 Aug 07 |
OLAT-2641: set shorter timeout for IM server httpClient connection, as 10m caused problems |
+14 -5 | schnider | OLAT-5_2_x-BRANCH | |
| 1.24.2.2 | 20 Aug 08 |
OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004" |
+1 -1 | Alexander Schneider | OLAT-6_0_x-BRANCH | |
| 1.24.2.1 | 27 Jun 08 |
OLAT-3220: Change InstantMessaging to use one single jabber-server together with other OLAT-instances - allowing @ in usernames (needs to be configured) - see comments in build.properties / olat_config.xml |
+5 -3 | rhaag | OLAT-6_0_x-BRANCH | |
| 1.16.16.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+69 -158 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.16.16.1 | 05 Oct 06 |
http://bugs.olat.org/jira/browse/OLAT-1595 OLAT-1595: Merge HEAD into BRANCH (work in progress) |
+20 -12 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.17.8.2 | 06 Jan 08 |
OLAT-2434 Merging HEAD to CF branch, adding database migration script. There are some classes I had to patch in the core to make this branch work, I will commit them directly to HEAD when merging the branch back to HEAD, so this branch will not compile out of the box. |
+14 -5 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.17.8.1 | 17 Jul 07 |
OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes |
+68 -161 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.16.10.1 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+31 -25 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.20.8.1 | 30 Aug 07 | +14 -5 | fjost | OLAT-HEAD-UZH-OLAT_2433 |