TURunController.java

Diff Revision Date Message Lines Author Branch
1.42 11 Feb 11

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

+24 -19 Patrick Brunner MAIN
1.41 11 Feb 11

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

+45 -48 Patrick Brunner MAIN
1.40 23 Nov 09

OLAT-4148: display of description more consistent across all course elements

+24 -63 srosse MAIN
1.39 22 Oct 09

OLAT-4109: refactoring of course log files into user activity logging table o_loggingtable - introducing ThreadLocalUserActivityLogger concept

-2 eglis MAIN
1.38 31 Mar 09

OLAT-3928 fixing broken course CSS, implemented CustomCSS concept and refactored MainLayoutController to have CSS capabilities

+7 -1 gnaegi MAIN
1.37 24 Sep 08

OLAT-3422 Refactoring of popup factory from olat to core as part of the fullWebApp package and moved dynamic elements to spring config. Adding also a default minimal header to the core and created translation tool ui factory

+2 -2 gnaegi MAIN
1.36 25 Aug 08

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

+1 -1 Alexander Schneider MAIN
1.35 07 May 08

OLAT-3148 Re-adding clone support for SP and tunneling

+30 -2 gnaegi MAIN
1.34 26 Mar 08

OLAT-2933 In progress... Single page and external page should not be displayed in a new window, according to the customer team.

+15 -46 lavinia MAIN
1.33 16 Jan 08

OLAT-2725 finishing various course node edit and run views

+1 -1 gnaegi MAIN
1.32 07 Sep 07

merge 2433-BRANCH into HEAD (final step)

+17 -4 Patrick Brunner MAIN
1.31 28 Aug 07

olat-2433: change dispose(boolean asynchronous) to dispose(), since the flag is not needed

+3 -3 fjost MAIN
1.30 09 Jul 07

OLAT-2127 - removed points to NULL reference

+1 -9 Alexander Schneider MAIN
1.29 22 Nov 06

http://bugs.olat.org/jira/browse/OLAT-1565 - replacing $r.smallButton

+7 -5 Alexander Schneider MAIN
1.28 29 Sep 06

OLAT-1796 update to apache 2.0 license boiler plate

+20 -12 Patrick Brunner MAIN
1.27 07 Jul 06

OLAT-1553: New features: - view external page content in new browser window Feature improvements: - external page configuration - multiple possibilities of choosing a html page in all course building blocks with a own html page und batch upload of html page packages in a zip file in a modal dialog - wiki textarea description position and tabindex Removed features: - popup option for all course building blocks (user can choose this on its own when watching content) Enhanced gui features: - visibilityDependsOnSelectionRules can now be detained from working in both ways (for complex dependencies like external page) - RadioButtonGroupElement can now be shown without label and may contain html tags for formatting of description - obsolete DisplayConfiguration(Form)Controller removed Enhanced core programming features: - standarized updateModulConfigDefaults methods (in interface) in all course nodes, documentation of this Enhanced i18n handling: - all major touched classes now contain a NLS (native language support) section with all used LocalStrings in the declaration area

+40 -64 leberle MAIN
1.26 18 May 06

olat-1509: split up controllerfactory in core/commons and lms specific parts

+2 -2 fjost MAIN
1.25 09 May 06

OLAT-1509 moved org.olat.util to org.olat.core.util

+1 -1 fjost MAIN
1.24 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

+15 -15 Patrick Brunner MAIN
1.23 05 Apr 06

header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time!

+13 -12 schnider MAIN
1.22 26 Jan 06

Merges from branch OLAT-4_0_2-BPS up to version OLAT-MERGE-2-4_0_2-BPS-1288 for issue OLAT-1288 and OLAT-1252

+26 -6 gnaegi MAIN
1.21 09 Sep 05

always supply windowcontrol to all controllers (various reasons: error tracing, extensions, preferences keys, ...)

+6 -6 fjost MAIN
1.20 16 Aug 05

put all components in own packages together with their renderer

+5 -5 fjost MAIN
1.19 16 Aug 05

notes

+4 -4 fjost MAIN
1.18 15 Aug 05

remove argument in method to create popupchiefcontroler

+6 -14 fjost MAIN
1.17 10 Aug 05

removing instance field wControl - replace it with getWindowControl()

+6 -6 fjost MAIN
1.16 10 Aug 05

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

+4 -4 fjost MAIN
1.15 09 Aug 05

added fixme

+28 -3 fjost MAIN
1.14 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

+5 -6 fjost MAIN
1.13 12 Jul 05

version 0.5 of refactoring olatchiefcontroller and so on... everything should still work ;)

+6 -12 fjost MAIN
1.12 04 Jan 05

adding 'close window' to popup window header controller

+4 -4 gnaegi MAIN
1.11 21 Dec 04

removed async media redirect problem fixme

+3 -5 gnaegi MAIN
1.10 17 Dec 04

- refactoring help bar controller to popup window bar controller: header with printview but no logout link - using popup window bar header in note popup instead of empty header bar (which has a logout link...)

+5 -5 gnaegi MAIN
1.9 16 Dec 04

Implementation of display configuration: startpage, inline, modal and popup for cp, tu, sp and fo course nodes http://bugzilla.olat.org/show_bug.cgi?id=1129

+13 -6 gnaegi MAIN
1.8 15 Dec 04

runtime for display configuration for content packaging and tunnel bb: - startpage: on/off - integration: inline/modal/popup

+102 -29 gnaegi MAIN
1.7 07 Sep 04

added doDispose methods to all Controllers

+12 -3 fjost MAIN
1.6 12 Jul 04

if there are learning objectives, load page only when starting (fetching a page is slow)

+9 -8 fjost MAIN
1.5 11 Jul 04

- Reworked tunnel component - tunnel and cp share html body parsing

+4 -6 mike MAIN
1.4 28 Jun 04

Unused imports

+3 -4 mike MAIN
1.3 14 Jun 04

proper displaying of learning objectives.

+35 -16 gnaegi MAIN
1.2 04 Jun 04

*** empty log message ***

+5 -4 fjost MAIN
1.1 02 Jun 04

refactoring: moved tunneling from module to node. added accessabilty configuration. fixed some problems in configuration form

+75 gnaegi MAIN
1.21.4.5 26 Jan 06

fixing various GUI problems: http://bugs.olat.org/jira/browse/OLAT-1288

+1 -1 gnaegi OLAT-4_0_2-BPS
1.21.4.4 24 Jan 06

olat-1288 let controllers decide whether clones(=popups) will be in a minimal or normal olat popup window (the former having olat header and footer, the latter having only a close button)

+3 -3 fjost OLAT-4_0_2-BPS
1.21.4.3 19 Jan 06

olat-1288: moving configuration to the correct place and more stuff

+2 -2 fjost OLAT-4_0_2-BPS
1.21.4.2 17 Jan 06

delegate display of cloning button to clonecontroller

+17 -14 fjost OLAT-4_0_2-BPS
1.21.4.1 09 Jan 06

working on olat-1288

+22 -5 fjost OLAT-4_0_2-BPS
1.26.18.1 20 Jun 06

OLAT-1553: First draft of - simplyfied options in BB external page (1555) - popup option is no longer available (1554) - course editor: simplyfied workflow (original 1553) - belonging localstrings for de language

+40 -64 leberle OLAT-4_2_0-BPS-1553
1.24.2.2 22 May 06

OLAT-1233:Merge HEAD into branch-1233

+2 -2 guretzki OLAT-4_2_0-UNIZH-1233
1.24.2.1 10 May 06

OLAT-1233: Merge HEAD into Branch

+1 -1 guretzki OLAT-4_2_0-UNIZH-1233
1.22.6.1 06 Apr 06

merged head (with ajax, header cleanup)

+13 -12 guretzki OLAT-4_2_0-UNIZH-1480
1.26.2.1 25 Jul 06

merge HEAD into BRANCH-1530

+40 -64 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.26.12.1 11 Jul 06

OLAT-1562: Work in progress; Merge HEAD into branch.

+40 -64 guretzki OLAT-4_2_0-UNIZH-1562
1.26.6.1 30 May 06

OLAT-890 work in progress

+13 -9 Patrick Brunner OLAT-4_2_0-UNIZH-890
1.26.4.1 21 Jul 06

merges from HEAD

+40 -64 gnaegi OLAT-4_2_0-goodsolutions-1232
1.27.14.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.28.6.1 12 Dec 06

merge head into branch

+7 -5 leberle OLAT-5_1_0-BPS-1879
1.28.10.1 12 Dec 06

merge head into branch

+7 -5 leberle OLAT-5_1_0-BPS-1914
1.35.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.37.8.1 01 Apr 09

OLAT-3928 Merge from HEAD: fixing broken course CSS, implemented CustomCSS concept and refactored MainLayoutController to have CSS capabilities

+7 -1 gnaegi OLAT-6_1_x-BRANCH
1.36.2.1 25 Sep 08

OLAT-1229: mostly only updates to stay in sync with the HEAD extended logging from HEAD calls to new api in this branch updated file to generate reporting table updated file to generate postgresql-database in general

+2 -2 blaw OLAT-HEAD-BPS-1229
1.27.8.2 15 Jun 07

OLAT-1595 : mergeOLAT-5_1_xToBranch

+7 -5 ikroll OLAT-HEAD-BPS-1595
1.27.8.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.28.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.

+20 -7 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.28.8.1 17 Jul 07

OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes

+7 -13 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.37.4.1 23 Apr 09

OLAT-3766 Update IMS CP Branch to HEAD

+7 -1 gnaegi OLAT-HEAD-FRENTIX-3766-CPEDITOR
1.27.2.1 03 Nov 06

Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD

+20 -12 gnaegi OLAT-HEAD-JGS-1577
1.29.18.1 18 Jul 07

OLAT-2385 - third time merge MAIN HEAD with the OLAT-HEAD-UZH-2385 BRANCH (common base version is Temp_lavinia_2, merged with Temp_lavinia_1, where Temp_lavinia_1 is the latest tag on MAIN HEAD)

+1 -9 lavinia OLAT-HEAD-UZH-2385
1.38.24.1 28 Oct 09

MERGE HEAD to BRANCH for mvn testing

-2 Patrick Brunner OLAT-HEAD-UZH-4361
1.30.2.3 31 Jul 07

popup: - fix clone controller layout injection [!!] still open OfferOpenInNewWindowController

+16 -5 Patrick Brunner OLAT-HEAD-UZH-OLAT_2433
1.30.2.2 31 Jul 07

popups: - default popup layout is defined by OlatBasePopupLayoutCreator - special popup layout is done by wrapping desired content (controlle creator) with a a layout, and used the layout-wrapped to create popup window. ....- there is an instanceof check to distinguish between default popup vs. layouted popup. ....- OlatLayoutFactory is used to wrap content into layout ....- LayoutMarker is used to mark a layouting class.. this will be extended to mark all layouting controllers, to find them more easy .. ....- there are two popup layouts at the moment "minimal" and "PrintCloseHeader", as they are known from before the refactoring step. Both layouts are managed by OlatBasePopupController - all places with direct popup window creation are migrated and tested with the new way to popup windows. [!!] still open CloneController and OfferOpenInNewWindowController

+2 Patrick Brunner OLAT-HEAD-UZH-OLAT_2433
1.30.2.1 18 Jul 07

OLAT-2433 work in progress....

+4 -4 fjost OLAT-HEAD-UZH-OLAT_2433
1.37.2.1 28 May 09

OLAT-3674: merge head to branch

+7 -1 rhaag OLAT-HEAD_FRENTIX-3674
1.28.12.1 14 Nov 06

OLAT-1835 organize imports & Separation core - lms

-1 Patrick Brunner OLAT-HEAD_UNIZH-1935