| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.22 | 11 Feb 11 |
- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install |
+9 -7 | Patrick Brunner | MAIN | |
| 1.21 | 11 Feb 11 |
- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install |
+62 -50 | Patrick Brunner | MAIN | |
| 1.20 | 09 Nov 10 |
OLAT-5629 remove AJAX white list, replace with black list and some other web mode related display issues. |
+11 -5 | gnaegi | MAIN | |
| 1.19 | 07 Nov 08 |
MERGE FROM OLAT-6_0_x-BRANCH to HEAD |
+8 -2 | Patrick Brunner | MAIN | |
| 1.18 | 25 Aug 08 |
OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004" |
+1 -1 | Alexander Schneider | MAIN | |
| 1.17 | 21 Feb 08 |
OLAT-2929: switched back to system.currenttimemills, as system.nanotime was wrong |
+1 -1 | schnider | MAIN | |
| 1.16 | 28 Aug 07 |
olat-2433: as preparation for later merging: first merge branch 5_2_x to HEAD |
+3 -1 | fjost | MAIN | |
| 1.15 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.14 | 29 Sep 06 | +1 | fjost | MAIN | ||
| 1.13 | 16 Sep 06 |
non-jira: discussed with hans-jörg: show in user sessions overview which user has ajax mode enabled |
+4 | fjost | MAIN | |
| 1.12 | 10 May 06 | +1 | fjost | MAIN | ||
| 1.11 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+1 -1 | fjost | MAIN | |
| 1.10 | 03 May 06 |
OLAT-1509 -move org.olat.gui -> org.olat.core.gui (except the portal which has some class references in xml stream) -adapted xx_config.xml files where some org.olat.gui.render.VelocityRender references were |
+3 -3 | Patrick Brunner | MAIN | |
| 1.9 | 04 Apr 06 |
header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time! |
+13 -15 | schnider | MAIN | |
| 1.8 | 31 Jan 06 |
removed version number information - cleanup |
-3 | gnaegi | MAIN | |
| 1.7 | 19 Oct 04 |
cleaned up usersession and made admin/session view failsafer |
+9 -6 | fjost | MAIN | |
| 1.6 | 18 Oct 04 |
fixed bug: java.lang.ClassCastException, stack:: at java.util.Date.compareTo(Date.java:926) at org.olat.gui.components.table.DefaultColumnDescriptor.compareTo(DefaultColumnDescriptor.java:135) at org.olat.gui.components.table.Table.compare(Table.java:300) at java.util.Arrays.mergeSort(Arrays.java:1278) at java.util.Arrays.mergeSort(Arrays.java:1289) |
+4 -4 | fjost | MAIN | |
| 1.5 | 12 Oct 04 |
Made doDispose abstract. |
+12 -3 | mike | MAIN | |
| 1.4 | 30 Sep 04 | +8 -4 | mike | MAIN | ||
| 1.3 | 02 Sep 04 |
*** empty log message *** |
+5 -6 | mike | MAIN | |
| 1.2 | 02 Sep 04 |
*** empty log message *** |
+3 -7 | mike | MAIN | |
| 1.1 | 02 Sep 04 |
merge sessionlistener to usersession |
+68 | fjost | MAIN | |
| 1.5.2.3 | 20 Oct 04 |
Merge from HEAD |
mike | OLAT-3-1-x-BRANCH | ||
| 1.5.2.2 | 19 Oct 04 |
backport: usersessions |
+9 -6 | gnaegi | OLAT-3-1-x-BRANCH | |
| 1.5.2.1 | 19 Oct 04 |
backport: no more exceptions in users sessions table for admins |
+4 -4 | gnaegi | OLAT-3-1-x-BRANCH | |
| 1.10.2.2 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+1 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.10.2.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+1 -1 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.8.6.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+13 -15 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.13.2.1 | 10 Oct 06 |
MERGE HEAD TO BRANCH 5.0.x prepare for 5.0.1 |
+21 -12 | Patrick Brunner | OLAT-5_0_x-BRANCH | |
| 1.15.40.3 | 21 Feb 08 |
OLAT-2929: switched back to system.currenttimemills, as system.nanotime was wrong |
+1 -2 | schnider | OLAT-5_2_x-BRANCH | |
| 1.15.40.2 | 09 Aug 07 |
from nano to milli |
+2 -1 | Patrick Brunner | OLAT-5_2_x-BRANCH | |
| 1.15.40.1 | 07 Aug 07 |
non-jira use System.nanoTime() to record the last business click time - this is used to display the real last click even if ajax polling let them look like clicking all the time. - with new chat there is permanently a polling channel open -> thus userssessions do not expire because of tomcat timeouts! -> background thread which uses the last click time to set IM status to "away" and also to invalidate userssessions after a certain "tomcat" timeout. |
+2 -1 | Patrick Brunner | OLAT-5_2_x-BRANCH | |
| 1.17.4.3 | 10 Oct 08 |
OLAT-3490 fix error if sessiontable is reordered and some session were invalidated meanwhile |
+1 | Patrick Brunner | OLAT-6_0_x-BRANCH | |
| 1.17.4.2 | 08 Oct 08 |
OLAT-3490 introduced session duration of users in admin tab and log it to olat.log on "Logged off" |
+7 -2 | Patrick Brunner | OLAT-6_0_x-BRANCH | |
| 1.17.4.1 | 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.18.2.1 | 03 Feb 09 |
head merged |
+8 -2 | bja | OLAT-HEAD-BPS-1229 | |
| 1.12.30.1 | 05 Oct 06 |
http://bugs.olat.org/jira/browse/OLAT-1595 OLAT-1595: Merge HEAD into BRANCH (work in progress) |
+25 -12 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.15.8.1 | 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. |
+3 -1 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.19.50.1 | 23 Nov 10 |
OLAT-5494 merge 7.1 head to epf-branch |
+11 -5 | rhaag | OLAT-HEAD-FRENTIX-5494-EPORTFOLIO | |
| 1.12.24.1 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+25 -12 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.15.36.1 | 30 Aug 07 | +3 -1 | fjost | OLAT-HEAD-UZH-OLAT_2433 |