DialogCourseNode.java

Diff Revision Date Message Lines Author Branch
1.39 11 Feb 11

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

+62 -48 Patrick Brunner MAIN
1.38 11 Feb 11

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

+54 -70 Patrick Brunner MAIN
1.37 16 Jun 10

OLAT-4793 Fixed. Changed CourseNode.archiveNodeData signature to return a boolean.

+5 -1 lavinia MAIN
1.36 23 Nov 09

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

+3 -1 srosse MAIN
1.35 07 May 09

MERGE BRANCH 6.1.1-RC06 TO HEAD

+1 -1 guretzki MAIN
1.34 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.33 25 Aug 08

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

+1 -1 Alexander Schneider MAIN
1.32 15 Aug 08

MERGE OLAT-6_0_3-FINAL into HEAD

+22 Patrick Brunner MAIN
1.31 25 Jan 08

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

+1 -1 Patrick Brunner MAIN
1.30 07 Sep 07

merge 2433-BRANCH into HEAD (final step)

+1 -1 Patrick Brunner MAIN
1.29 19 Jul 07

OLAT-2385 - Merged BRANCH HEAD (OLAT-HEAD-UZH-2385) back to MAIN HEAD (common base version is Temp_lavinia_2)

+1 -1 lavinia MAIN
1.28 23 May 07

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

+1 -1 gnaegi MAIN
1.27 11 Nov 06

organize imports

+11 -11 Patrick Brunner MAIN
1.26 29 Sep 06

OLAT-1796 update to apache 2.0 license boiler plate

+20 -11 Patrick Brunner MAIN
1.25 11 Sep 06

OLAT-1501: fix possible null pointer when filename contains special caracters

+4 -1 schnider MAIN
1.24 19 Jul 06

use of interface type instead of class impl

+2 -2 schnider MAIN
1.23 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

+3 -3 leberle MAIN
1.22 22 Jun 06

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

+1 -1 fjost MAIN
1.21 13 Jun 06

OLAT-1559: create archive folder with timesamp in name to allow several archived version.

+1 -4 schnider MAIN
1.20 12 Jun 06

OLAT-1559: create archive folder with timesamp in name to allow several archived version.

+4 -4 schnider MAIN
1.19 09 May 06

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

+6 -6 fjost MAIN
1.18 08 May 06

OLAT-1509

+1 -1 Patrick Brunner MAIN
1.17 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

+11 -11 Patrick Brunner MAIN
1.16 01 Mar 06

OLAT-1419 append a human readable timestamp to the exported forum directory

+8 -2 Patrick Brunner MAIN
1.15 17 Feb 06

OLAT-1382: New access defaults for dialog course node

+13 -13 schnider MAIN
1.14 14 Feb 06

OLAT-1305: Redo: Set default for learners to closed. Does only work visually but not for students.

+4 -2 schnider MAIN
1.13 14 Feb 06

OLAT-1305: Set default for learners to closed.

+2 schnider MAIN
1.12 29 Dec 05

olat-1234: archived elements are now saved as courseTitle/nodeTitle/element

+2 -3 schnider MAIN
1.11 21 Dec 05

prepared for guido: added FIXME; contribution for OLAT-1234

+1 fjost MAIN
1.10 08 Dec 05

olat-1234: clean up code

+1 -3 schnider MAIN
1.9 07 Dec 05

olat-1234: updated locale files, nicer GUI, refactoring of my property manager, fixed bug when element was deleted and forum msg. created,

+3 -4 schnider MAIN
1.8 06 Dec 05

olat-1234: updated locale files for notification keys, added popup link to forum if configured in courseconfig, further research how the subscription stuff works

+2 -1 schnider MAIN
1.7 05 Dec 05

olat-1234: added unread msg. overview in table, added element archiving to delete confirmation, added module config to custom node config

+29 -26 schnider MAIN
1.6 28 Nov 05

http://bugs.olat.org/jira/browse/OLAT-1239 - implemented archiveNodeData(): if the course administrator deletes a course with dialog element nodes, they are archived in his personal folder

+58 -1 Alexander Schneider MAIN
1.5 28 Nov 05

olat-1234: added access config tab with config for moderator, poster and reader

+1 -3 schnider MAIN
1.4 21 Nov 05

olat-1234: added subscription possibility to each forum. Refactored to proper use of table model and table events

+85 -3 schnider MAIN
1.3 15 Nov 05

olat-1234: initial versinon of property handling for each entry of the file dialog table, added more colums to the table, added dynamic id to table links

+48 -2 schnider MAIN
1.2 09 Nov 05

testing commitlog... ignore

+1 -1 schnider MAIN
1.1 09 Nov 05

OLAT-1235: initial version of "dialog elements"

+139 schnider MAIN
1.15.2.1 31 Mar 06

OLAT-1482 ajax -ify olat work in progress!

+8 -2 fjost OLAT-4_1-GOODSOLUTIONS-1411
1.16.2.1 12 Jun 06

OLAT-1559: create archive folder with timesamp in name to allow several archived version

+5 -5 schnider OLAT-4_1_2-BRANCH
1.21.6.4 05 Jul 06

OLAT-1553: Bugfix: Set integration config value correctly on dialog course node creation.

+1 leberle OLAT-4_2_0-BPS-1553
1.21.6.3 05 Jul 06

added REVIEW:pb tags for discussion - changed some VFS declaration to use Interface instead Impl

+4 Patrick Brunner OLAT-4_2_0-BPS-1553
1.21.6.2 22 Jun 06

Merge HEAD into Branch

+11 -10 leberle OLAT-4_2_0-BPS-1553
1.21.6.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

+13 -16 leberle OLAT-4_2_0-BPS-1553
1.17.2.1 10 May 06

OLAT-1233: Merge HEAD into Branch

+7 -7 guretzki OLAT-4_2_0-UNIZH-1233
1.19.6.2 25 Jul 06

merge HEAD into BRANCH-1530

+5 -5 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.19.6.1 29 Jun 06

OLAT-1530: Merge HEAD into BRANCH-1530

+4 -7 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.19.16.4 24 Jul 06

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

+2 -2 guretzki OLAT-4_2_0-UNIZH-1562
1.19.16.3 11 Jul 06

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

+3 -3 guretzki OLAT-4_2_0-UNIZH-1562
1.19.16.2 27 Jun 06

OLAT-1562: Merge HEAD into branch.

+1 -1 guretzki OLAT-4_2_0-UNIZH-1562
1.19.16.1 15 Jun 06

OLAT-1562:Merge HEAD into Branch.

+3 -6 guretzki OLAT-4_2_0-UNIZH-1562
1.19.8.1 21 Jul 06

merges from HEAD

+9 -12 gnaegi OLAT-4_2_0-goodsolutions-1232
1.25.2.1 10 Oct 06

MERGE HEAD TO BRANCH 5.0.x prepare for 5.0.1

+20 -11 Patrick Brunner OLAT-5_0_x-BRANCH
1.26.6.1 16 Nov 06

OLAT-1879 Merge HEAD into Branch 1879

+11 -11 leberle OLAT-5_1_0-BPS-1879
1.26.10.1 12 Dec 06

merge head into branch

+11 -11 leberle OLAT-5_1_0-BPS-1914
1.31.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.31.4.1 11 Aug 08

OLAT-3373 OLAT-3356 non-jira /g/ mapper fix

+22 Patrick Brunner OLAT-6_0_x-BRANCH
1.34.6.1 02 Apr 09

OLAT-3909: Archive-Workflow: Fix RedScreen when deleting course that contains more than one course element with the same name, e,g. forum

+1 -1 guretzki OLAT-6_1_x-BRANCH
1.33.2.1 03 Feb 09

head merged

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

OLAT-1595 : mergeOLAT-5_1_xToBranch

+11 -11 ikroll OLAT-HEAD-BPS-1595
1.24.6.1 05 Oct 06

http://bugs.olat.org/jira/browse/OLAT-1595 OLAT-1595: Merge HEAD into BRANCH (work in progress)

+24 -12 ikroll OLAT-HEAD-BPS-1595
1.26.8.3 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.

+1 -1 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.26.8.2 19 Jul 07

OLAT-2434 BPS-CF update branch to current HEAD development after fixing power search method and ajax user search

+1 -1 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.26.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.34.2.1 18 May 09

OLAT-3766 cpeditor: Update BRANCH from HEAD

+1 -1 gwassmann OLAT-HEAD-FRENTIX-3766-CPEDITOR
1.34.10.1 10 Jun 09

OLAT-3946 podcast: merge from head and some other changes

+1 -1 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.36.14.1 09 Sep 10

OLAT-5494: merge head to epf-branch: olat3

+5 -1 rhaag OLAT-HEAD-FRENTIX-5494-EPORTFOLIO
1.23.2.2 03 Nov 06

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

+25 -13 gnaegi OLAT-HEAD-JGS-1577
1.23.2.1 14 Aug 06

Merging HEAD to branch

+2 -2 gnaegi OLAT-HEAD-JGS-1577
1.28.2.1 16 Jul 07

OLAT-2385 - filter the hidden message threads at RTF Archive if no moderator rights

+1 -1 lavinia OLAT-HEAD-UZH-2385
1.28.4.2 30 Aug 07

olat-2433

+1 -1 fjost OLAT-HEAD-UZH-OLAT_2433
1.28.4.1 18 Jul 07

OLAT-2433 work in progress....

+1 -1 fjost OLAT-HEAD-UZH-OLAT_2433
1.33.4.2 28 May 09

OLAT-3674: merge head to branch

+1 -1 rhaag OLAT-HEAD_FRENTIX-3674
1.33.4.1 23 Dec 08

merge Head to Branch

+1 -1 rhaag OLAT-HEAD_FRENTIX-3674
1.36.12.1 22 Jun 10

updating to current head

+5 -1 thomasw OLAT_6_4_0-BPS-Onyx_Integration