PreviewConfigController.java

Diff Revision Date Message Lines Author Branch
1.62 11 Feb 11

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

+28 -19 Patrick Brunner MAIN
1.61 11 Feb 11

- checkstyle configuration ... ... [X] organizing import - smoke test passed: mvn clean package install

-1 Patrick Brunner MAIN
1.60 11 Feb 11

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

+35 -39 Patrick Brunner MAIN
1.59 13 Dec 10

OLAT-5494: merge e-portfolio to HEAD

+1 -1 srosse MAIN
1.58 15 Mar 10

OLAT-4648 Replace Form with FlexiForm OLAT-3930 Interaction design changes OLAT-2887 Replace DefaultController with BasicController OLAT-4951 Issue with screen-shots for testing

+2 -7 matthai MAIN
1.57 12 Jan 10

OLAT-4811 identity must be set before attributes

+2 -1 Patrick Brunner MAIN
1.56 21 Dec 09

OLAT-4648

+17 -61 matthai MAIN
1.55 22 Oct 09

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

+2 -2 eglis MAIN
1.54 19 Jun 09

OLAT-3725: Set new owner(s) to one or more learning ressources in bulk process OLAT-3878: New role: administrator for learning ressourcen of home institution Merged both at same time due to dependencies

+1 -1 skoeber MAIN
1.53 31 Mar 09

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

+2 -2 gnaegi MAIN
1.52 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

+3 -3 gnaegi MAIN
1.51 22 Sep 08

OLAT-3478: Check ICourse references. Always get them from the cache.

+7 -3 schnider MAIN
1.50 25 Aug 08

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

+1 -1 Alexander Schneider MAIN
1.49 15 Aug 08

MERGE OLAT-6_0_3-FINAL into HEAD

+1 -1 Patrick Brunner MAIN
1.48 22 Jan 08

OLAT-2725 Finishing CP refactoring - ready for testing

+3 -3 gnaegi MAIN
1.47 21 Jan 08

OLAT-2725 Adding preview layout controller, refactoring SP view

+19 -20 gnaegi MAIN
1.46 16 Jan 08

OLAT-2725 styling course preview and fixing workflow issues in course preview

+9 -3 gnaegi MAIN
1.45 14 Jan 08

OLAT-2725 Adding support for presisted layout wolumn width

+2 -2 gnaegi MAIN
1.44 20 Dec 07

OLAT-2725: Refactor to BasicController and fix Redscreen in publish-workflow

+7 -16 guretzki MAIN
1.43 18 Dec 07

OLAT-2725 merge YAML Branch in olat3 HEAD development

+9 -3 gnaegi MAIN
1.42 07 Sep 07

merge 2433-BRANCH into HEAD (final step)

+31 -15 Patrick Brunner MAIN
1.41 28 Aug 07

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

+1 -1 fjost MAIN
1.40 05 Dec 06

http://bugs.olat.org/jira/browse/OLAT-1565 - renamed createButtonMedium to createButton - renamed createLinkMedium to createLink - added GuiDemoLinksController to testing site

+1 -1 Alexander Schneider MAIN
1.39 21 Nov 06

http://bugs.olat.org/jira/browse/OLAT-1565 renamed LinkFactoryMethods and Link constants

+1 -1 Alexander Schneider MAIN
1.38 14 Nov 06

http://bugs.olat.org/jira/browse/OLAT-1565 in progress: - replaced createCustomLink with the appropriate method

+1 -3 Alexander Schneider MAIN
1.37 09 Nov 06

OLAT-1565: refactoring link component to easier usage, first step, second step move to vc and vc put into factory call

+2 -1 schnider MAIN
1.36 29 Sep 06

OLAT-1796 update to apache 2.0 license boiler plate

+20 -12 Patrick Brunner MAIN
1.35 04 Aug 06

http://bugs.olat.org/jira/browse/OLAT-1565 using Link component instead of methods from VelocityRenderDecorator (work in progress)

+17 -13 Alexander Schneider MAIN
1.34 13 Jun 06

olat-1509 - move identityEnvironment to org.olat.core.id also Roles.java

+2 -2 fjost MAIN
1.33 18 May 06

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

+3 -3 fjost MAIN
1.32 09 May 06

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

+2 -2 fjost MAIN
1.31 09 May 06

olat-1509 moved Identiy to org.olat.core.id and OLATResourceable to org.olat.core.id

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

+19 -19 Patrick Brunner MAIN
1.29 05 Apr 06

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

+13 -1 schnider MAIN
1.28 31 Jan 06

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

+2 -2 gnaegi MAIN
1.27 13 Sep 05

fixing layout issues in popup windows - last checkin ;-)

+9 -8 gnaegi MAIN
1.26 09 Sep 05

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

+3 -3 fjost MAIN
1.25 16 Aug 05

put all components in own packages together with their renderer

+4 -4 fjost MAIN
1.24 16 Aug 05

moved renderers to component

+4 -2 fjost MAIN
1.23 15 Aug 05

VFS refactoring

+3 -3 mike MAIN
1.22 15 Aug 05

remove argument in method to create popupchiefcontroler

+6 -4 fjost MAIN
1.21 10 Aug 05

removing instance field wControl - replace it with getWindowControl()

+6 -6 fjost MAIN
1.20 10 Aug 05

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

+2 -2 fjost MAIN
1.19 27 Jul 05

OLAT-698 Roles: +Student ( everything below == false) +Guest ( isGuest == true, rest false) +Tutor (isCourseCoach = true, rest false) +Course Admin (isCourseAdministrator == true, rest false) +Author (isGlobalAuthor == true, rest false)

+41 -13 Patrick Brunner MAIN
1.18 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

+4 -4 fjost MAIN
1.17 12 Jul 05

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

+4 -5 fjost MAIN
1.16 09 Mar 05

Bug #1314

+31 -4 mike MAIN
1.15 25 Feb 05

Bug #1313

+17 -10 mike MAIN
1.14 10 Feb 05

*** empty log message ***

+2 -1 mike MAIN
1.13 10 Feb 05

*** empty log message ***

+3 -7 mike MAIN
1.12 09 Feb 05

Locals, Date simulation

+2 -6 mike MAIN
1.11 09 Feb 05

group/areas

+10 -6 mike MAIN
1.10 08 Feb 05

*** empty log message ***

+21 -390 mike MAIN
1.9 07 Feb 05

refactoring logging: removed user roles, implemented configurable admin and statistic logger cleaned up interfaces

+30 -28 gnaegi MAIN
1.8 04 Feb 05

- log to admin.log if user is author and not OLATadmin - log to user.log if user is not OLATadmin - log to course.log if user is just learner

+7 -7 Alexander Schneider MAIN
1.7 03 Feb 05

course logging - removed warning level, not used - introducing generic userActivityLogger for controllers - every controller can potentially log something using this logger (controller has getter and setter) - removed userActivityEvent (very intransparent, many side effects, many events, difficult to handle for logging) - refactoring user activity events to user activity logger - finished course logging in groupmanagement and grouprun

+1 -21 gnaegi MAIN
1.6 02 Feb 05

- adding user activity event - implemented for groupmanagement and forum node

+6 -1 gnaegi MAIN
1.5 27 Jan 05

finishing context management some other stuff

+4 -4 gnaegi MAIN
1.4 26 Jan 05

- adding/removing contexts to/form courses - support for multiple group contextes in course group management. when only default context is available, hide context list - allow context editing for context owner from within group management, for olat admins always enabled - show all group managers when context is also used in other courses - show context owners to all group managers v 0.8

+5 -1 gnaegi MAIN
1.3 26 Jan 05

- modified signature of log-method in PersistingAuditManager - removed LogMessage.java; constants for logmessages are now decentralized in controllers

+10 -10 Alexander Schneider MAIN
1.2 21 Jan 05

added html-header css, which overrides o_modal for modal dialogs (only preview so far)

+2 -1 hjzuber MAIN
1.1 14 Jan 05

course preview

+527 fjost MAIN
1.27.8.1 16 Jan 06

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

+2 -2 gnaegi OLAT-4_0_2-BPS-1309
1.30.2.2 22 May 06

OLAT-1233:Merge HEAD into branch-1233

+3 -3 guretzki OLAT-4_2_0-UNIZH-1233
1.30.2.1 10 May 06

OLAT-1233: Merge HEAD into Branch

+3 -3 guretzki OLAT-4_2_0-UNIZH-1233
1.28.6.1 06 Apr 06

merged head (with ajax, header cleanup)

+13 -1 guretzki OLAT-4_2_0-UNIZH-1480
1.33.2.1 29 Jun 06

OLAT-1530: Merge HEAD into BRANCH-1530

+2 -2 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.33.12.1 15 Jun 06

OLAT-1562:Merge HEAD into Branch.

+2 -2 guretzki OLAT-4_2_0-UNIZH-1562
1.33.4.1 21 Jul 06

merges from HEAD

+2 -2 gnaegi OLAT-4_2_0-goodsolutions-1232
1.35.10.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.36.6.2 12 Dec 06

merge head into branch

+1 -1 leberle OLAT-5_1_0-BPS-1879
1.36.6.1 16 Nov 06

OLAT-1879 Merge HEAD into Branch 1879

+2 -3 leberle OLAT-5_1_0-BPS-1879
1.36.10.1 12 Dec 06

merge head into branch

+2 -3 leberle OLAT-5_1_0-BPS-1914
1.48.6.1 21 Jul 08

OLAT-3317 MERGE 6_0_x-BRANCH to Maintenance fixes null pointer in preview introduced by iFrame / SP / CP / STCourseNode refactoring

+1 -1 Patrick Brunner OLAT-6_0_1-MAINTENANCE
1.48.4.2 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.48.4.1 21 Jul 08

OLAT-3317 fixes null pointer in preview introduced by iFrame / SP / CP / STCourseNode refactoring

+1 -1 Patrick Brunner OLAT-6_0_x-BRANCH
1.52.8.1 01 Apr 09

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

+2 -2 gnaegi OLAT-6_1_x-BRANCH
1.53.2.1 28 Apr 09

OLAT-3878

+1 -1 bja OLAT-6_2-BPS-FEATURES
1.50.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

+10 -6 blaw OLAT-HEAD-BPS-1229
1.35.4.2 15 Jun 07

OLAT-1595 : mergeOLAT-5_1_xToBranch

+2 -3 ikroll OLAT-HEAD-BPS-1595
1.35.4.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.36.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.

+46 -33 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.36.8.1 17 Jul 07

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

+2 -3 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.52.4.1 23 Apr 09

OLAT-3766 Update IMS CP Branch to HEAD

+2 -2 gnaegi OLAT-HEAD-FRENTIX-3766-CPEDITOR
1.53.4.1 27 Jul 09

OLAT-3946 update from HEAD

+1 -1 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.58.6.1 07 Dec 10

OLAT-5494: invitation without the standard home / group / repository sites but it's own specialized home (OLAT need 1 static static site at least)

+1 -1 srosse OLAT-HEAD-FRENTIX-5494-EPORTFOLIO
1.34.6.2 03 Nov 06

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

+20 -12 gnaegi OLAT-HEAD-JGS-1577
1.34.6.1 14 Aug 06

Merging HEAD to branch

+17 -13 gnaegi OLAT-HEAD-JGS-1577
1.54.18.1 28 Oct 09

MERGE HEAD to BRANCH for mvn testing

+2 -2 Patrick Brunner OLAT-HEAD-UZH-4361
1.40.16.3 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

+7 -2 Patrick Brunner OLAT-HEAD-UZH-OLAT_2433
1.40.16.2 26 Jul 07

OLAT-2433 - first draft of popup could not test everywhere as there is a problem with overlays at the moment. - popup works from within courses -> enrolment -> popup groups - popup works from user administration -> search user -> show VC in popup

+26 -15 Patrick Brunner OLAT-HEAD-UZH-OLAT_2433
1.40.16.1 18 Jul 07

OLAT-2433 work in progress....

+1 -1 fjost OLAT-HEAD-UZH-OLAT_2433
1.42.2.1 22 Oct 07

OLAT-2725 Use new LayoutMain3ColsController instead of legacy ContentOnlyController. Added modal dialogs on login screen for registration and lost password workflow to be consistent with other workflows

+9 -3 gnaegi OLAT-HEAD-YAML-1725
1.52.2.2 19 Jun 09

OLAT-3674: merge head to branch, befor final commit

+1 -1 rhaag OLAT-HEAD_FRENTIX-3674
1.52.2.1 28 May 09

OLAT-3674: merge head to branch

+2 -2 rhaag OLAT-HEAD_FRENTIX-3674
1.56.2.2 15 Mar 10

OLAT-4648 Replace Form with FlexiForm OLAT-3930 Interaction design changes OLAT-2887 Replace DefaultController with BasicController OLAT-4951 Issue with screen-shots for testing

+2 -7 matthai tmpOLAT-HEAD-640-until-2010-03-10
1.56.2.1 19 Jan 10

merge with head

+2 -1 schnider tmpOLAT-HEAD-640-until-2010-03-10