ImPrefsManager.java

Diff Revision Date Message Lines Author Branch
1.21 11 Feb 11

- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install

+11 -9 Patrick Brunner MAIN
1.20 11 Feb 11

- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install

+17 -20 Patrick Brunner MAIN
1.19 19 May 10

olat-5277: olatcore unittesting without whole framework loaded. To achive this I have to modifie the CoordinatorManager (missing abstract type) and mock the coordinator methods for the olatcore as it depends on olat3 stuff like database...

+2 -2 schnider MAIN
1.18 16 Mar 10

added basicManager as common type for all mangers. Later BasicManger will get the only place to access the database and other managers...

+4 -3 schnider MAIN
1.17 09 Sep 08

OLAT-3377: IM junit tests no longer depending on certain identities on db

+1 schnider MAIN
1.16 28 Aug 08

organise imports

-1 schnider MAIN
1.15 25 Aug 08

OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004"

+1 -1 Alexander Schneider MAIN
1.14 25 Aug 08

olat-2878: no longer allow im connection task to access db

+1 -1 schnider MAIN
1.13 14 Aug 08

OLAT-3300: Fix clusterNOK by calling intermediateCommit in Module.init( ) methods instead of commit / sessionClose.

-6 guretzki MAIN
1.12 12 Aug 08

OLAT-2878: smaller api, testing ability without olat

+2 -2 schnider MAIN
1.11 12 Aug 08

OLAT-3377: cluster adjustments for sync blocks in im prefs manager

+57 -58 schnider MAIN
1.10 04 Jun 08

Clustering: Unify clustering tags to o_clusterNOK, o_clusterREVIEW, o_cluster_ok and o_clusterok

+4 -4 guretzki MAIN
1.9 23 Apr 08

OLAT-2725 XHTML compliance: image tags, br's, wrong form labels etc

+10 -10 gnaegi MAIN
1.8 31 Mar 08

OLAT-2831:Add missing commit in synchronized block. Remove commit after cluster redesign.

+3 guretzki MAIN
1.7 10 Jan 08

OLAT-2788: Redesign DB-interface, add db.commit when clusterNOK and synchronized.

+2 guretzki MAIN
1.6 09 Jan 08

OLAT-2806: InstantMessaging: Avoid double IMPrefs in db

+2 guretzki MAIN
1.5 19 Dec 07

OLAT-2810: make reading of InstantMessaging Properties safer.

+23 -11 guretzki MAIN
1.4 13 Dec 07

OLAT-2278 full text search for synchonized -> review (pb with fj) all places where no clusterNOK or o_clusterok (cluster_ok) was placed removed some dead comments, dead code

+1 -1 Patrick Brunner MAIN
1.3 20 Sep 07

OLAT-2278 mark all synchronized statements with either clusterok or clusterNOK which in the latter case, need to be revisited.

+3 -3 fjost MAIN
1.2 28 Aug 07

olat-2433: as preparation for later merging: first merge branch 5_2_x to HEAD

+125 fjost MAIN
1.1 12 Aug 07

file ImPrefsManager.java was initially added on branch OLAT-5_2_x-BRANCH.

deleted Patrick Brunner MAIN
1.1.2.1 12 Aug 07

OLAT-2397 - separation of ImPreferences into "ImPreferences with setter/getters" and into "ImPrefsManager" for property creation and updating. - solves concurrnency problems.

+125 Patrick Brunner OLAT-5_2_x-BRANCH
1.9.2.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.5.2.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.

+137 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.5.2.1 19 Dec 07

file ImPrefsManager.java was added on branch OLAT-HEAD-BPS-Prototype_CF on 2008-01-06 18:27:53 +0000

deleted gnaegi OLAT-HEAD-BPS-Prototype_CF
1.2.2.2 30 Aug 07

olat-2433

+125 fjost OLAT-HEAD-UZH-OLAT_2433
1.2.2.1 28 Aug 07

file ImPrefsManager.java was added on branch OLAT-HEAD-UZH-OLAT_2433 on 2007-08-30 14:31:59 +0000

deleted fjost OLAT-HEAD-UZH-OLAT_2433
1.3.2.1 18 Dec 07

OLAT-2725 Merges from HEAD

+1 -1 gnaegi OLAT-HEAD-YAML-1725
1.18.4.1 22 Jun 10

updating to current head

+2 -2 thomasw OLAT_6_4_0-BPS-Onyx_Integration