BCCourseNode.java

Diff Revision Date Message Lines Author Branch
1.65 11 Feb 11

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

+54 -39 Patrick Brunner MAIN
1.64 11 Feb 11

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

+49 -64 Patrick Brunner MAIN
1.63 31 Jan 11

OLAT-6213 try to speed up file i/o on nfs by using small fixed size buffer no more meta-info for cp, scorm, courses etc. being unzipped during import try to have tmp files on java.io.tempdir instead of having them on repo try to use no compression while creating zip files for already compressed files ongoing ...

+2 -2 matthai MAIN
1.62 23 Nov 09

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

+4 -18 srosse MAIN
1.61 21 Nov 09

OLAT-4340 Adding course node peekview interface and implementations for BC, Blog, Podcast, FO, SP and ST nodes.

+25 -1 gnaegi MAIN
1.60 18 Sep 09

OLAT-4090: Display title and description of the folder course node

+18 -1 srosse MAIN
1.59 08 Dec 08

OLAT-3590: fixed deletion of subscribers when user was removed from group, fixed deletion of publishers/subscribers is resource (group, LR) gets deleted

+1 -1 schnider MAIN
1.58 25 Aug 08

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

+1 -1 Alexander Schneider MAIN
1.57 25 Jan 08

OLAT-1586 rework wizard styling is missing applied to publish - steps discussed with HJZ

+3 -2 Patrick Brunner MAIN
1.56 23 May 07

OLAT-2320 Refactoring: moving briefcase code from olat3 project to olatcore

+3 -3 gnaegi MAIN
1.55 29 Mar 07

OLAT-1935:Core ready to separate (calendar, wiki move back to LMS)

+1 -1 guretzki MAIN
1.54 11 Nov 06

organize imports

+8 -8 Patrick Brunner MAIN
1.53 29 Sep 06

OLAT-1796 update to apache 2.0 license boiler plate

+20 -12 Patrick Brunner MAIN
1.52 22 Jun 06

olat-1509 - moved olatrootfolderimpl etc. out of core - moved filechooseeditorcontroller to org.olat.commons.file.chooser

+2 -2 fjost MAIN
1.51 13 Jun 06

olat-1509 org.olat.notifications.SubscriptionContext --> move to core.util.notifications

+1 -1 fjost MAIN
1.50 09 May 06

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

+4 -4 fjost MAIN
1.49 08 May 06

OLAT-1509

+1 -1 Patrick Brunner MAIN
1.48 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.47 28 Apr 06

OLAT-1509

+2 -1 Patrick Brunner MAIN
1.46 05 Apr 06

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

+12 -10 schnider MAIN
1.45 09 Sep 05

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

+3 -3 fjost MAIN
1.44 02 Sep 05

Unattended import of courses. Adapted CourseModule and Help to deploy from exported course ZIPs. http://bugs.olat.org/jira/browse/OLAT-1076

+3 -3 mike MAIN
1.43 01 Sep 05

OLAT-688

+3 -3 fjost MAIN
1.42 30 Aug 05

Remove migration constructor

+21 -36 mike MAIN
1.41 15 Aug 05

VFS refactoring

+3 -3 mike MAIN
1.40 11 Aug 05

- Bugfix OLAT-987 - first clean up - better readable code

+6 -3 Patrick Brunner MAIN
1.39 10 Aug 05

adding missing notifications cleanup on delete

+6 -1 gnaegi MAIN
1.38 10 Aug 05

Reworked briefcase to support virtual filesystems

+6 -6 mike MAIN
1.37 09 Aug 05

Course Editor

+7 -3 Patrick Brunner MAIN
1.36 28 Jul 05

Enhancements, bug fixes

+9 -2 Patrick Brunner MAIN
1.35 25 Jul 05

+ catch invalid node references during course publish + enhanced publish procedure -> internal pre-publish for checking validity of course -> error messages in case where invalid node references are found, cycles not checked yet. OLAT-872 More verbose information about invalid course node configurations OLAT-471 Löschen von BB bei bestehenden Abhängigkeiten OLAT-540 Catch cyclic or invalid node references in condition during course publish

+14 -2 Patrick Brunner MAIN
1.34 20 Jul 05

+ several small changes / bugfixes / enhancements + new icon for publish + publish tree also shows the deleted items as deleted OLAT-872 More verbose information about invalid course node configurations OLAT-471 Löschen von BB bei bestehenden Abhängigkeiten OLAT-540 Catch cyclic or invalid node references in condition during course publish OLAT-67 Icon bei Stuktur wenn Sichtbarkeit oder Zugang aktiv OLAT-877 See conditions in menu tree

+7 -4 Patrick Brunner MAIN
1.33 15 Jul 05

+Course Editor enhanced verbosity. Error Overview -> which node has what kind of error. GUI is not finished ;-) customers, please where and how to put what. +Menu tree shows if any condition is set on a node. +Course Editor Environment knows about which node references what other resource (node,group,area, etc) Next step is catch cyclic, and invalid references. And prevent deletion of still referenced nodes. OLAT-872 More verbose information about invalid course node configurations OLAT-471 Löschen von BB bei bestehenden Abhängigkeiten OLAT-540 Catch cyclic or invalid node references in condition during course publish OLAT-67 Icon bei Stuktur wenn Sichtbarkeit oder Zugang aktiv OLAT-877 See conditions in menu tree

+117 -46 Patrick Brunner MAIN
1.32 08 Jul 05

+ Courseeditor is very verbose now when configuring Conditions with the Expert Form, i.e. the error messages include now the most exact error cause, which is possible to extract from the condition parser. Even some hints about corrections are available. Now it is no longer possible to create an invalid condition, in the sense of referencing a non existing: -GroupName -AreaName -Course node Although it is still possible to add a valid reference and later delete the group, area, course node, but this is a different story. Which is addressed in the next step. All this is more or less a side effect of the ongoing work at the following tasks: OLAT-872 More verbose information about invalid course node configurations OLAT-471 Löschen von BB bei bestehenden Abhängigkeiten OLAT-540 Catch cyclic or invalid node references in condition during course publish OLAT-67 Icon bei Stuktur wenn Sichtbarkeit oder Zugang aktiv OLAT-877 See conditions in menu tree

+5 -5 Patrick Brunner MAIN
1.31 01 Jun 05

Refactored to better match actual workflow (copyDirCOntents instead of implicit move)

+9 -7 mike MAIN
1.30 30 May 05

FolderNodes import/export

+25 -3 mike MAIN
1.29 07 Mar 05

Bug #1374

+13 -5 mike MAIN
1.28 03 Mar 05

fix bug 1355

+5 -4 fjost MAIN
1.27 11 Feb 05

added subscriptioncontext

+9 -4 fjost MAIN
1.26 10 Feb 05

*** empty log message ***

+5 -3 mike MAIN
1.25 10 Feb 05

Folder preview

+6 -86 mike MAIN
1.24 10 Feb 05

*** empty log message ***

+11 -3 mike MAIN
1.23 03 Feb 05

auditing for briefcase (intermediate save)

+8 -5 Alexander Schneider MAIN
1.22 21 Jan 05

cp integration in course v 0.85

+7 -7 fjost MAIN
1.21 21 Jan 05

version 0.8 of course refactoring

+7 -7 fjost MAIN
1.20 21 Sep 04

guest has read only rights http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=970

+11 -5 gnaegi MAIN
1.19 20 Sep 04

fixing broken javadoc

+15 -5 gnaegi MAIN
1.18 16 Sep 04

setting folder upload default to admins and coaches only

+9 -3 gnaegi MAIN
1.17 15 Sep 04

http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=926

+5 -5 mike MAIN
1.16 13 Sep 04

Proper cleanup on delete()

+16 -6 mike MAIN
1.15 03 Sep 04

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

+6 -6 fjost MAIN
1.14 04 Aug 04

Fixed publish bug

+5 -11 mike MAIN
1.13 03 Aug 04

Modified bc course node to not include basepath in module config

+4 -3 mike MAIN
1.12 02 Aug 04

- removed user request from cleanupOnDelete method on node - removed user request from dataExport method on node, added locale instead - added lots of javadoc

+52 -15 gnaegi MAIN
1.11 12 Jul 04

fixed 1st part of bug 840

+12 -9 fjost MAIN
1.10 09 Jul 04

- New default quota concept. - Re-introduced upload quotas on FileChooser

+27 -4 mike MAIN
1.9 06 Jul 04

*** empty log message ***

+19 -3 mike MAIN
1.8 01 Jul 04

added generic methods to coursenode

+13 -3 fjost MAIN
1.7 30 Jun 04

added why comment

+4 -3 fjost MAIN
1.6 30 Jun 04

Reconfigured folder node

+8 -5 mike MAIN
1.5 11 Jun 04

*** empty log message ***

+4 -5 mike MAIN
1.4 10 Jun 04

nodes have now a courseenv plus user data

+5 -4 fjost MAIN
1.3 08 Jun 04

Added node config isValid

+11 -3 mike MAIN
1.2 08 Jun 04

Reworked course folder module

+4 -4 mike MAIN
1.1 17 May 04

Fresh, clean checkin

+129 mike MAIN
1.51.4.1 22 Jun 06

Merge HEAD into Branch

+2 -2 leberle OLAT-4_2_0-BPS-1553
1.48.2.1 10 May 06

OLAT-1233: Merge HEAD into Branch

+5 -5 guretzki OLAT-4_2_0-UNIZH-1233
1.45.18.1 06 Apr 06

merged head (with ajax, header cleanup)

+12 -10 guretzki OLAT-4_2_0-UNIZH-1480
1.50.6.1 29 Jun 06

OLAT-1530: Merge HEAD into BRANCH-1530

+3 -3 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.50.16.2 27 Jun 06

OLAT-1562: Merge HEAD into branch.

+2 -2 guretzki OLAT-4_2_0-UNIZH-1562
1.50.16.1 15 Jun 06

OLAT-1562:Merge HEAD into Branch.

+1 -1 guretzki OLAT-4_2_0-UNIZH-1562
1.50.8.1 21 Jul 06

merges from HEAD

+3 -3 gnaegi OLAT-4_2_0-goodsolutions-1232
1.52.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.53.6.1 16 Nov 06

OLAT-1879 Merge HEAD into Branch 1879

+8 -8 leberle OLAT-5_1_0-BPS-1879
1.53.10.1 12 Dec 06

merge head into branch

+8 -8 leberle OLAT-5_1_0-BPS-1914
1.57.4.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.62.6.1 06 Apr 10

OPEN - issue OLAT-4620: Wizard to create a simple, preconfigured course http://bugs.olat.org/jira/browse/OLAT-4620

+1 -1 bja OLAT-6_4_0-BPS-Incubation
1.58.2.1 03 Feb 09

head merged

+1 -1 bja OLAT-HEAD-BPS-1229
1.52.8.2 15 Jun 07

OLAT-1595 : mergeOLAT-5_1_xToBranch

+8 -8 ikroll OLAT-HEAD-BPS-1595
1.52.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.53.8.1 17 Jul 07

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

+12 -12 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.59.10.1 16 Oct 09

OLAT-3946 merge from HEAD

+18 -1 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.52.2.1 03 Nov 06

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

+20 -12 gnaegi OLAT-HEAD-JGS-1577
1.59.30.1 28 Oct 09

MERGE HEAD to BRANCH for mvn testing

+18 -1 Patrick Brunner OLAT-HEAD-UZH-4361
1.58.4.1 23 Dec 08

merge Head to Branch

+1 -1 rhaag OLAT-HEAD_FRENTIX-3674