| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.31 | 12 Aug 08 |
OLAT-2878: smaller api, testing ability without olat |
deleted | schnider | MAIN | |
| 1.30 | 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 |
+4 -4 | rhaag | MAIN | |
| 1.29 | 15 May 08 |
OLAT-3097: sync access to method because each adding operation has it's own background thread which accesses the method concurrently |
+2 -2 | schnider | MAIN | |
| 1.28 | 24 Apr 08 |
OLAT-3067: allow also older version of admin GUI and just try with older form name if something failed |
+2 -5 | schnider | MAIN | |
| 1.27 | 24 Apr 08 |
OLAT-3067: allow also older version of admin GUI and just try with older form name if something failed |
+23 -5 | schnider | MAIN | |
| 1.26 | 23 Apr 08 |
OLAT-2725 XHTML compliance: image tags, br's, wrong form labels etc |
+9 -9 | gnaegi | MAIN | |
| 1.25 | 14 Feb 08 |
OLAT-2894: learning groups get synchronized with Instant Messaging server as well |
+11 -33 | schnider | MAIN | |
| 1.24 | 11 Feb 08 |
OLAT-2840: remove unused config vars |
+7 -36 | schnider | MAIN | |
| 1.23 | 07 Sep 07 |
merge 2433-BRANCH into HEAD (final step) |
+2 -2 | Patrick Brunner | MAIN | |
| 1.22 | 28 Aug 07 |
olat-2433: as preparation for later merging: first merge branch 5_2_x to HEAD |
+2 -2 | fjost | MAIN | |
| 1.21 | 05 Dec 06 |
private since only used for testing with main method |
+1 -1 | schnider | MAIN | |
| 1.20 | 20 Nov 06 |
OLAT-1845: removed lots of redundant code, added IM junit test |
+25 -87 | schnider | MAIN | |
| 1.19 | 02 Nov 06 |
OLAT-1912: removing of users from group did not remove users from jabber roster any more |
+3 -1 | schnider | MAIN | |
| 1.18 | 01 Nov 06 |
OLAT-1911: adjusted form fields to fit again for olat groups to jabber synchronisation |
+24 -15 | schnider | MAIN | |
| 1.17 | 31 Oct 06 |
olat-1563: changed usage of Tracing.logError() either to throwing exception or logWarn() |
+1 -1 | schnider | MAIN | |
| 1.16 | 31 Oct 06 |
olat-1563: changed usage of Tracing.logError() either to throwing exception or logWarn() |
+11 -11 | schnider | MAIN | |
| 1.15 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.14 | 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 :-) |
+12 -12 | Patrick Brunner | MAIN | |
| 1.13 | 07 Jun 06 |
OLAT-869 work in progress of replacing all log4j.Logger references |
+13 -19 | Patrick Brunner | MAIN | |
| 1.12 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+1 -1 | fjost | 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 -13 | schnider | MAIN | |
| 1.10 | 09 Aug 05 |
cleaning up |
+6 -6 | schnider | MAIN | |
| 1.9 | 27 Jul 05 |
OLAT-624: fixed, groups get now renamed as well on the IM server. |
+44 -5 | schnider | MAIN | |
| 1.8 | 01 Apr 05 |
configure HttpClient with a connection/socket timeout of 10 seconds |
+8 -2 | fjost | MAIN | |
| 1.7 | 08 Mar 05 |
formatting |
+193 -191 | fjost | MAIN | |
| 1.6 | 09 Feb 05 |
displayGroupName now gets converted as well from utf-8 to iso |
+10 -4 | schnider | MAIN | |
| 1.5 | 07 Feb 05 |
cleaning up TODO's , adding more erro logging, comments |
+5 -9 | schnider | MAIN | |
| 1.4 | 03 Feb 05 |
removing warnings clieaning up |
+2 -12 | schnider | MAIN | |
| 1.3 | 31 Jan 05 |
refractoring of instant messaging |
+38 -2 | schnider | MAIN | |
| 1.2 | 31 Jan 05 |
synchonizing of buddygroups added to Interface implementation. Interface for buddygroup sync works for the case of adding users to a roster group. Synchronisation at startup does not yet work. jive messenger bug was fixed, ressources now get initial presence when serveral resources are connected simultanly |
+4 -4 | schnider | MAIN | |
| 1.1 | 27 Jan 05 |
*** empty log message *** |
+309 | schnider | MAIN | |
| 1.12.12.1 | 08 Jun 06 |
OLAT-1557: merge HEAD into branch-1557 |
+13 -19 | cweisse | OLAT-4_2_0-BPS-1557 | |
| 1.11.4.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+1 -1 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.10.18.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+13 -13 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.12.6.1 | 09 Jun 06 |
merge HEAD into BRANCH-1530 |
+13 -19 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.12.8.1 | 21 Jul 06 |
merges from HEAD |
+13 -19 | gnaegi | OLAT-4_2_0-goodsolutions-1232 | |
| 1.14.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.15.4.1 | 01 Nov 06 |
OLAT-1912: removing of users from group did not remove users from jabber roster any more |
+4 -2 | schnider | OLAT-5_0_y-BRANCH | |
| 1.15.6.2 | 12 Dec 06 |
merge head into branch |
+26 -88 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.15.6.1 | 16 Nov 06 |
OLAT-1879 Merge HEAD into Branch 1879 |
+38 -27 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.18.2.2 | 12 Dec 06 |
merge head into branch |
+26 -88 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.18.2.1 | 03 Nov 06 |
OLAT-1914 Merge HEAD to Branch |
+3 -1 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.21.20.1 | 23 Aug 07 |
OLAT-2641: set shorter timeout for IM server httpClient connection, as 10m caused problems |
+2 -2 | schnider | OLAT-5_2_x-BRANCH | |
| 1.29.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.29.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 |
+4 -4 | rhaag | OLAT-6_0_x-BRANCH | |
| 1.14.16.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+45 -96 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.14.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.15.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. |
+4 -4 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.15.8.1 | 17 Jul 07 |
OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes |
+45 -96 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.14.10.1 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+58 -39 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.21.16.2 | 30 Aug 07 | +2 -2 | fjost | OLAT-HEAD-UZH-OLAT_2433 | ||
| 1.21.16.1 | 18 Jul 07 |
OLAT-2433 work in progress.... |
+2 -2 | fjost | OLAT-HEAD-UZH-OLAT_2433 |