MSCourseNode.java

Diff Revision Date Message Lines Author Branch
1.71 11 Feb 11

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

+104 -72 Patrick Brunner MAIN
1.70 11 Feb 11

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

+40 -50 Patrick Brunner MAIN
1.69 23 Nov 09

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

+3 -1 srosse MAIN
1.68 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.67 17 Jul 09

OLAT-3918 Refactoring legacy wiki form element to flexi form RichTextElement in course node MS form. Thanks Timo. Migration code will be added later today by Roman.

+9 -4 gnaegi MAIN
1.66 18 Sep 08

OLAT-3357 Refactored the AssessmentManager (NewCachePersistingAssessmentManager) to update the efficiencyStatement in the same doInSync block as the saveScore(), savePassed(), to preserve the data consistency.

+2 -2 lavinia MAIN
1.65 25 Aug 08

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

+1 -1 Alexander Schneider MAIN
1.64 14 Aug 08

OLAT-3386 Fixed. Replaced saveNodeScore, saveNodePassed and saveAssessmentId with saveScoreEvaluation in AssessmentManager.

+1 -6 lavinia MAIN
1.63 30 Apr 08

OLAT-2780 Fixed Assessment course element (MSCourseNode) to allow setting the "Passed" to "No information".

+2 -4 lavinia MAIN
1.62 25 Jan 08

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

+3 -2 Patrick Brunner MAIN
1.61 18 Dec 07

OLAT-2725 merge YAML Branch in olat3 HEAD development

+2 -2 gnaegi MAIN
1.60 11 Nov 06

organize imports

+11 -11 Patrick Brunner MAIN
1.59 29 Sep 06

OLAT-1796 update to apache 2.0 license boiler plate

+20 -12 Patrick Brunner MAIN
1.58 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

+1 leberle MAIN
1.57 13 Jun 06

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

+1 -1 fjost MAIN
1.56 05 Jun 06

OLAT-869 75% of refactoring tracing stuff - removed identity from method signatures as this information is taken from the thread local - refactored logError to use class instead of category string, this implied to refactor the olatruntimeexception as it should bring also a class instead of a category string. - grunt work done replacing all (null...) parameters with meanigful a class parameter. the upcoming 25% to do are: - introduce logInfo(..) and logDebug(...) similiar to logWarn and logError in the Tracing class - refactor all classes using log4j calls to log.XXX to the respective call to Tracing.logXXX goal is to have all log calls to go through Tracing.class as it holds lots of cool information in its thread local variable which would not be accessibel outside in the different classes generating log entries.

+9 -9 Patrick Brunner MAIN
1.55 10 May 06

olat-1509

+3 -3 fjost MAIN
1.54 09 May 06

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

+2 -2 fjost MAIN
1.53 09 May 06

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

+1 -1 fjost MAIN
1.52 08 May 06

OLAT-1509

+1 -1 Patrick Brunner MAIN
1.51 08 May 06

OLAT-1509

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

OLAT-1509

+3 -1 Patrick Brunner MAIN
1.48 24 Apr 06

OLAT-1480: Merge branch OLAT-4_2_0-UNIZH-1480 back into head

+7 guretzki MAIN
1.47 05 Apr 06

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

+16 -21 schnider MAIN
1.46 09 Sep 05

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

+5 -5 fjost MAIN
1.45 01 Sep 05

OLAT-688

+3 -3 fjost MAIN
1.44 11 Aug 05

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

+27 -26 Patrick Brunner MAIN
1.43 09 Aug 05

Course Editor

+7 -3 Patrick Brunner MAIN
1.42 09 Aug 05

errors provide a link -> click jumps to error, e.g. selects node and opens the tab with the error

+4 -2 Patrick Brunner MAIN
1.41 02 Aug 05

removed some of the java code warnings

+2 -3 Patrick Brunner MAIN
1.40 28 Jul 05

Enhancements, bug fixes

+9 -2 Patrick Brunner MAIN
1.39 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

+16 -2 Patrick Brunner MAIN
1.38 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

+39 -23 Patrick Brunner MAIN
1.37 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

+4 -4 Patrick Brunner MAIN
1.36 08 Feb 05

*** empty log message ***

+4 -3 mike MAIN
1.35 21 Jan 05

cp integration in course v 0.85

+6 -6 fjost MAIN
1.34 21 Jan 05

version 0.8 of course refactoring

+10 -6 fjost MAIN
1.33 11 Jan 05

Improved easy mode for access and visibility conditions http://bugzilla.olat.org/show_bug.cgi?id=1144

+3 -4 gnaegi MAIN
1.32 01 Dec 04

refactoring: use course audit manager for user node logs instead of direct call to property manager

+7 -6 gnaegi MAIN
1.31 30 Nov 04

adding increment attempts method to assessable course node interface to reduce direct assessment manager calls

+8 -3 gnaegi MAIN
1.30 24 Nov 04

- using assessment manager instead of property manager in assessmentCourseNodes - using assessmentCourseNode interface for get/set of assessment data instead of direct calls to property manager.

+324 -369 gnaegi MAIN
1.29 04 Nov 04

adding flag to monolog controller to use/not use the info message box now the monolog controller can also display text snipplets without message box. sometimes usefull

+3 -3 gnaegi MAIN
1.28 13 Oct 04

javadoc

+3 -3 gnaegi MAIN
1.27 05 Oct 04

adding area and group selector controller -> felix, musste signaturen anpassen damit ich dort den edit controller habe.... konnte aber nicht testen da condition form seit neuestem ein problem mit dem abstract text element hat

+3 -3 gnaegi MAIN
1.26 20 Sep 04

fixing broken javadoc

+10 -10 gnaegi MAIN
1.25 16 Sep 04

optimize: only query db if there is something to query

+8 -4 gnaegi MAIN
1.24 16 Sep 04

adding getDetailsListViewHeaderKey callback method

+8 -2 gnaegi MAIN
1.23 15 Sep 04

- adding details to assessment nodes - chosen task shows up in list - missing: details edit controller

+21 -2 gnaegi MAIN
1.22 15 Sep 04

- adding node attempts as a assessable feature - removed email from users list, moved select action to username instead of extra column

+356 -275 gnaegi MAIN
1.21 14 Sep 04

make config uneditable if userdata exists http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=833

+4 -3 gnaegi MAIN
1.20 03 Sep 04

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

+5 -5 fjost MAIN
1.19 03 Sep 04

Task assignement

+3 -3 mike MAIN
1.18 31 Aug 04

*** empty log message ***

+4 -42 mike MAIN
1.17 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

+4 -4 gnaegi MAIN
1.16 09 Jul 04

- implemented delete callbacks for iqself, iqsurv, iqtest and ms nodes - qtiresults are not yet deleted, is a fixme for 3.0 (as)

+4 -4 gnaegi MAIN
1.15 08 Jul 04

- adding delete stuff - refactored to use new node property category style

+21 -19 gnaegi MAIN
1.14 07 Jul 04

using monologcontroller instead of guestnoaccesscontroller

+24 -6 gnaegi MAIN
1.13 06 Jul 04

*** empty log message ***

+2 -11 mike MAIN
1.12 06 Jul 04

*** empty log message ***

+241 -198 mike MAIN
1.11 05 Jul 04

lots of small improvments; adding runstructure to courseenv; making score evaluation consistent and easier

+23 -52 fjost MAIN
1.10 05 Jul 04

added identityenvironment to encapsulate identity, attributes, locale etc. together, but independent of usersession

+11 -11 fjost MAIN
1.9 02 Jul 04

Adding no access controller for guests. this is used when a guest clicks on a test, questionnaire or a manual scoring node

+16 -3 gnaegi MAIN
1.8 01 Jul 04

added generic methods to coursenode

+14 -7 fjost MAIN
1.7 30 Jun 04

reworked assessable course node interface

+133 -20 gnaegi MAIN
1.6 24 Jun 04

adding getCutValue to assessable course node interface

+14 -2 gnaegi MAIN
1.5 23 Jun 04

removed assessment controller method - not used, but added some other getter methods to interface

+9 -12 gnaegi MAIN
1.4 21 Jun 04

adding min/max to assessable course node interface

+28 -4 gnaegi MAIN
1.3 18 Jun 04

adding assessable interface. qtitest, st and ms will be of this type

+52 -7 gnaegi MAIN
1.2 17 Jun 04

intial version of ms node edit form, does not save yet

+28 -11 gnaegi MAIN
1.1 16 Jun 04

- adding manual scoring building block - adding methods to course property manager to retrieve score node properties - adding logging to node property changes via log property - removed unnecessary velocity container in st node edit controller work in progress scoring not finished yet

+94 gnaegi MAIN
1.57.4.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

+14 -1 leberle OLAT-4_2_0-BPS-1553
1.50.2.2 10 May 06

OLAT-1233: Merge HEAD into Branch

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

OLAT-1233: Merge HEAD into Branch

+5 -5 guretzki OLAT-4_2_0-UNIZH-1233
1.46.18.3 24 Apr 06

Merge head into branch

+3 -3 guretzki OLAT-4_2_0-UNIZH-1480
1.46.18.2 06 Apr 06

merged head (with ajax, header cleanup)

+13 -18 guretzki OLAT-4_2_0-UNIZH-1480
1.46.18.1 30 Mar 06

Extends task node without notification and changes feature (dev version)

+9 -2 guretzki OLAT-4_2_0-UNIZH-1480
1.55.6.3 25 Jul 06

merge HEAD into BRANCH-1530

+1 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.55.6.2 29 Jun 06

OLAT-1530: Merge HEAD into BRANCH-1530

+1 -1 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.55.6.1 06 Jun 06

merge HEAD into BRANCH-1530

+9 -9 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.56.6.2 11 Jul 06

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

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

OLAT-1562:Merge HEAD into Branch.

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

merges from HEAD

+11 -10 gnaegi OLAT-4_2_0-goodsolutions-1232
1.58.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.59.6.1 16 Nov 06

OLAT-1879 Merge HEAD into Branch 1879

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

merge head into branch

+11 -11 leberle OLAT-5_1_0-BPS-1914
1.63.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.65.2.2 03 Feb 09

head merged

+1 -1 bja OLAT-HEAD-BPS-1229
1.65.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.58.8.2 15 Jun 07

OLAT-1595 : mergeOLAT-5_1_xToBranch

+11 -11 ikroll OLAT-HEAD-BPS-1595
1.58.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.59.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.

+2 -2 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.59.8.1 17 Jul 07

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

+11 -11 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.66.12.1 27 Jul 09

OLAT-3946 update from HEAD

+9 -4 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.58.2.1 03 Nov 06

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

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

MERGE HEAD to BRANCH for mvn testing

+2 -2 Patrick Brunner OLAT-HEAD-UZH-4361
1.60.32.1 04 Dec 07

YAML: 0.9 beta -> must verify together with AS -> replace monolog controller -> changing all touched controllers to extending BasicController -> replaced Tracing by OLog log = Tracing.createLogger(..) -> removed lots of Eclipse IDE Warnings hanging around -> DELETED MonologController.java

+2 -2 Patrick Brunner OLAT-HEAD-YAML-1725