| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.63 | 31 Aug 05 |
- Various changes in layout and top navigation, should have no visible effect - Refactoring of OLATChiefController, is now DMZChiefController - Refactoring of main layout pages, renamed pages - Deleted header package - Moved org.olat.header locales to org.olat locales http://bugs.olat.org/jira/browse/OLAT-1061 http://bugs.olat.org/jira/browse/OLAT-927 http://bugs.olat.org/jira/browse/OLAT-865 |
deleted | gnaegi | MAIN | |
| 1.62 | 16 Aug 05 |
put all components in own packages together with their renderer |
+4 -4 | fjost | MAIN | |
| 1.61 | 04 Aug 05 |
replace old "category" in logging with caller's classname |
+3 -3 | fjost | MAIN | |
| 1.60 | 04 Aug 05 |
more extension work |
+6 -3 | fjost | MAIN | |
| 1.59 | 27 Jul 05 |
remove unneeded method in interface |
+3 -3 | fjost | MAIN | |
| 1.58 | 26 Jul 05 |
ufff... major rework of tabs and major cleanup. - gui and css classes still need flo's improvement ;) - dynamic sites impl v 0.9 - stateful static tabs - better separation of tasks of chiefcontroller |
+18 -20 | fjost | MAIN | |
| 1.57 | 19 Jul 05 |
dummy impl. of new method in windowcontrol |
+11 -2 | fjost | MAIN | |
| 1.56 | 12 Jul 05 |
extract interfaces for topnav refactoring |
+4 -3 | fjost | MAIN | |
| 1.55 | 13 Apr 05 |
- Refactored maintenanceMessage code from OLATContext to a new AdminModule - external setting of maintenance message is now protected by a token that is randomly generated by OLAT at first startup http://bugzilla.olat.org/show_bug.cgi?id=1463 |
+4 -3 | gnaegi | MAIN | |
| 1.54 | 07 Apr 05 |
maintenance message feature so contact online users http://bugzilla.olat.org/show_bug.cgi?id=1463 |
+15 -3 | gnaegi | MAIN | |
| 1.53 | 19 Mar 05 |
- fixing the online users list. number of online users is now correct - fixed cyclic call of destroyInstantMessagingClient method: user got disconnected twice (first because of disposal of the instant messaging controller and second because ot the triggered connection close event) - changed dispose order in olat chief controller. IM controller must be disposed as last controller, otherwhise sending of presence messages (as done in the dispose of the course run main controller) generates a new instant messaging client lazy... http://bugzilla.olat.org/show_bug.cgi?id=1217 |
+10 -6 | gnaegi | MAIN | |
| 1.52 | 16 Mar 05 |
removed header in flash page, adding header and print button to all-users list |
+6 -2 | gnaegi | MAIN | |
| 1.51 | 25 Feb 05 |
removed unused method |
+2 -12 | fjost | MAIN | |
| 1.50 | 03 Feb 05 |
stuff |
+4 -6 | gnaegi | MAIN | |
| 1.49 | 02 Feb 05 |
testing |
+3 -5 | schnider | MAIN | |
| 1.48 | 02 Feb 05 |
*** empty log message *** |
+16 -9 | schnider | MAIN | |
| 1.47 | 02 Feb 05 |
*** empty log message *** |
+4 -3 | schnider | MAIN | |
| 1.46 | 02 Feb 05 |
localized not logged in string |
+3 -4 | gnaegi | MAIN | |
| 1.45 | 01 Feb 05 |
number of other users now visible beside username |
+11 -4 | schnider | MAIN | |
| 1.44 | 31 Jan 05 |
added other users online to footer, not yet fully working (need wrapper object) |
+10 -2 | schnider | MAIN | |
| 1.43 | 17 Jan 05 |
log if using debug mode |
+4 -2 | fjost | MAIN | |
| 1.42 | 08 Dec 04 |
nicer debugging |
+6 -2 | gnaegi | MAIN | |
| 1.41 | 21 Nov 04 |
moved module from localization to i18nmanager |
+5 -4 | fjost | MAIN | |
| 1.40 | 19 Nov 04 |
translation tool 0.8 |
+6 -6 | fjost | MAIN | |
| 1.39 | 16 Nov 04 |
allow changing of localization caching settings via html page, as we know it from the render debug on/off when caching set to false, cleanup cache. |
+8 -2 | gnaegi | MAIN | |
| 1.38 | 10 Nov 04 |
add dispose on all relevant user object so that a user that logouts release all locks -immediately- |
+11 -4 | fjost | MAIN | |
| 1.37 | 18 Oct 04 |
keep state of "learnresourcen" until user clicks twice in order. |
+42 -18 | fjost | MAIN | |
| 1.36 | 13 Oct 04 |
beautifying, javadoccing, etc. |
+6 -4 | Patrick Brunner | MAIN | |
| 1.35 | 12 Oct 04 |
all window know their olatchiefcontroller, which has a name, so that "olatmain" can be found e.g. for direct jump urls (olatmain is the olatwindow with the dynamic tabs) - needs to be tested also with shibboleth login |
+8 -18 | fjost | MAIN | |
| 1.34 | 12 Oct 04 |
beautifying, javadoccing, etc. |
+92 -79 | Patrick Brunner | MAIN | |
| 1.33 | 12 Oct 04 |
Made doDispose abstract. |
+11 -3 | mike | MAIN | |
| 1.32 | 06 Oct 04 | +4 -4 | fjost | MAIN | ||
| 1.31 | 17 Sep 04 |
Organized imports. - PLEASE: Take those 3 seconds and hit Ctrl-Shift-O before checkin. - Set your Eclipse to throw out a warning on hiding variables !! |
+5 -7 | mike | MAIN | |
| 1.30 | 14 Sep 04 |
open editor NOT in tabbed pane, lots of difficulties if course run breaks |
+3 -4 | fjost | MAIN | |
| 1.29 | 10 Sep 04 |
fixed bug that deleted a direct launch uri - controller too early |
+5 -6 | fjost | MAIN | |
| 1.28 | 09 Sep 04 |
added TODO |
+6 -5 | fjost | MAIN | |
| 1.27 | 03 Sep 04 |
renaming windowcontroller to windowcontrol, since it is not a controller but wControl / a control |
+5 -5 | fjost | MAIN | |
| 1.26 | 25 Aug 04 |
implemented a sync/async flag on the dispose method of a controller |
+4 -4 | fjost | MAIN | |
| 1.25 | 20 Aug 04 |
docu |
+5 -4 | fjost | MAIN | |
| 1.24 | 20 Aug 04 |
get dynamic tabs via windowcontroller, since they are thought to be per window |
+13 -3 | fjost | MAIN | |
| 1.23 | 19 Aug 04 |
dispose contentcontroller if a new one is set |
+8 -4 | fjost | MAIN | |
| 1.22 | 17 Aug 04 |
fixed bug http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=890 |
+6 -4 | fjost | MAIN | |
| 1.21 | 06 Aug 04 |
implement dynamic tab which resumes also to modal dialogs - alpha 0.9 yet |
+63 -35 | fjost | MAIN | |
| 1.20 | 05 Aug 04 |
Alternate login concept |
+18 -3 | mike | MAIN | |
| 1.19 | 03 Aug 04 |
nicer printview |
+5 -4 | fjost | MAIN | |
| 1.18 | 02 Aug 04 |
new printview |
+22 -10 | fjost | MAIN | |
| 1.17 | 09 Jul 04 |
- removed unused event - security checks (guest / admin) in ControllerFactory now - helper method |
+4 -17 | fjost | MAIN | |
| 1.16 | 06 Jul 04 |
in printview, content component is disabled (clicking does nothing) |
+5 -3 | fjost | MAIN | |
| 1.15 | 02 Jul 04 |
Added full version to footer. |
+4 -4 | mike | MAIN | |
| 1.14 | 28 Jun 04 |
Removed deprecated constructor |
+5 -7 | mike | MAIN | |
| 1.13 | 28 Jun 04 |
setContentController now clears the gui stack beforehand |
+5 -5 | fjost | MAIN | |
| 1.12 | 26 Jun 04 |
some kind of printview |
+7 -8 | fjost | MAIN | |
| 1.11 | 24 Jun 04 |
*** empty log message *** |
+10 -4 | mike | MAIN | |
| 1.10 | 23 Jun 04 |
mike: added FIXME |
+4 -3 | fjost | MAIN | |
| 1.9 | 23 Jun 04 |
surround whole olat with panel for e.g. printview |
+17 -11 | fjost | MAIN | |
| 1.8 | 23 Jun 04 |
DMZ redirect keeps window instances |
+9 -3 | mike | MAIN | |
| 1.7 | 21 Jun 04 |
*** empty log message *** |
+4 -4 | fjost | MAIN | |
| 1.6 | 21 Jun 04 |
wControl.showAsModalDialog needs now a title |
+5 -4 | fjost | MAIN | |
| 1.5 | 16 Jun 04 |
Allow to replace top content |
+7 -3 | mike | MAIN | |
| 1.4 | 10 Jun 04 |
removed unused vc context var |
+3 -7 | fjost | MAIN | |
| 1.3 | 04 Jun 04 |
integrated Eventlistener into controller Interface |
+4 -14 | fjost | MAIN | |
| 1.2 | 22 May 04 |
use a panel to implement the windowcontroller push... |
+16 -47 | fjost | MAIN | |
| 1.1 | 17 May 04 |
Fresh, clean checkin |
+244 | mike | MAIN | |
| 1.36.2.2 | 20 Oct 04 |
Merge from HEAD |
mike | OLAT-3-1-x-BRANCH | ||
| 1.36.2.1 | 19 Oct 04 |
backporting of statefull repository tab http://bugzilla.olat.org/show_bug.cgi?id=1046 |
+42 -18 | gnaegi | OLAT-3-1-x-BRANCH |