AdminMainController.java

Diff Revision Date Message Lines Author Branch
1.27 31 Jan 06

Merging feature OLAT-1309 and OLAT-1312 from branch OLAT-4_0_2-BPS-1309 into HEAD

deleted gnaegi MAIN
1.26 31 Jan 06

removed version number information - cleanup

-2 gnaegi MAIN
1.25 17 Aug 05

import user functionality (developed in head at the moment, can be deactivated if not needed)

+12 -2 fjost MAIN
1.24 16 Aug 05

put all components in own packages together with their renderer

+3 -3 fjost MAIN
1.23 10 Aug 05

removing instance field wControl - replace it with getWindowControl()

+19 -19 fjost MAIN
1.22 10 Aug 05

add a super constructor with the window control for de-stacking disposal operation (work in progress)

+3 -2 fjost MAIN
1.21 27 May 05

Fixing privacy issue in groups user list tables. See bug OLAT-811

+8 -8 gnaegi MAIN
1.20 02 Feb 05

unised variable

+2 -3 gnaegi MAIN
1.19 01 Feb 05

refactoring: use same gui preferences everywhere (show/hide menu)

+3 -4 gnaegi MAIN
1.18 31 Jan 05

- adding system group groupmanagers to admin environment - fixing out of index exeption bug in findpolicy method

+12 -2 gnaegi MAIN
1.17 07 Jan 05

using generic layout manager

+12 -11 gnaegi MAIN
1.16 23 Nov 04

added online-translation-tool-link to admin menu

+17 -2 fjost MAIN
1.15 12 Oct 04

Made doDispose abstract.

+5 -2 mike MAIN
1.14 01 Oct 04

added advanced property search menupoint to admin menu

+14 -2 Alexander Schneider MAIN
1.13 03 Sep 04

renaming windowcontroller to windowcontrol, since it is not a controller but wControl / a control

+5 -5 fjost MAIN
1.12 30 Aug 04

added impl of doDispose() method

+10 -4 fjost MAIN
1.11 27 Aug 04

added group was olat-user that must not logon

+15 -5 fjost MAIN
1.10 30 Jun 04

added properties controller for olat admins

+12 -2 fjost MAIN
1.9 28 Jun 04

Unused imports

+2 -3 mike MAIN
1.8 28 Jun 04

old velocitycontainer constructor is deprecated

+3 -6 fjost MAIN
1.7 22 Jun 04

policycontroller for olat admins

+13 -3 fjost MAIN
1.6 13 Jun 04

use inode instead of genericnode

+4 -3 fjost MAIN
1.5 10 Jun 04

fix broken first call content display

+10 -14 gnaegi MAIN
1.4 04 Jun 04

integrated Eventlistener into controller Interface

+2 -6 fjost MAIN
1.3 27 May 04

adding all system groups to admin group management

+42 -15 gnaegi MAIN
1.2 27 May 04

*** empty log message ***

+4 -2 gnaegi MAIN
1.1 17 May 04

Fresh, clean checkin

+202 mike MAIN
1.20.2.1 27 May 05

merges from head: Fixing privacy issue in groups user list tables. See bug OLAT-811

+8 -8 gnaegi OLAT-3-2-x-BRANCH
1.25.8.1 16 Jan 06

New top nav site 'usermanagement'. Refactored some stuff from administration site. Using tabbed pane now (OLAT-1309)

deleted gnaegi OLAT-4_0_2-BPS-1309