| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.51 | 11 Feb 11 |
- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install |
+74 -123 | Patrick Brunner | MAIN | |
| 1.50 | 16 Jun 10 |
OLAT-4793 Fixed. Changed CourseNode.archiveNodeData signature to return a boolean. |
+2 -1 | lavinia | MAIN | |
| 1.49 | 23 Nov 09 |
OLAT-4148: display of description more consistent across all course elements |
+15 | srosse | MAIN | |
| 1.48 | 21 Nov 09 |
OLAT-4340 Adding course node peekview interface and implementations for BC, Blog, Podcast, FO, SP and ST nodes. |
+14 | gnaegi | MAIN | |
| 1.47 | 16 Jul 09 |
OPEN - issue OLAT-3879: Only one "Copy of" while copying hierarchical structured course elements http://bugs.olat.org/jira/browse/OLAT-3879 |
+10 | bja | MAIN | |
| 1.46 | 25 Aug 08 |
OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004" |
+1 -1 | Alexander Schneider | MAIN | |
| 1.45 | 06 Mar 08 |
OLAT-2741: Assessment tool: only show those bb which are accessible to learning group. |
+8 | guretzki | MAIN | |
| 1.44 | 25 Jan 08 |
OLAT-1586 rework wizard styling is missing applied to publish - steps discussed with HJZ |
+1 -1 | Patrick Brunner | MAIN | |
| 1.43 | 11 Nov 06 |
organize imports |
+6 -6 | Patrick Brunner | MAIN | |
| 1.42 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.41 | 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 |
+27 | leberle | MAIN | |
| 1.40 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+1 -1 | fjost | MAIN | |
| 1.39 | 08 May 06 | +1 -1 | Patrick Brunner | MAIN | ||
| 1.38 | 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 |
+6 -6 | Patrick Brunner | MAIN | |
| 1.37 | 05 Apr 06 |
header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time! |
+14 -6 | schnider | MAIN | |
| 1.36 | 13 Feb 06 |
package cleanup |
+1 -2 | schnider | MAIN | |
| 1.35 | 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.34 | 01 Sep 05 | +3 -3 | fjost | MAIN | ||
| 1.33 | 09 Aug 05 |
+separation of data (java) -> presentation (velocity) +1step preparation of activateable tabs -activation is not yet active |
+4 -2 | Patrick Brunner | MAIN | |
| 1.32 | 28 Jul 05 |
Enhancements, bug fixes |
+8 -2 | Patrick Brunner | MAIN | |
| 1.31 | 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 -4 | Patrick Brunner | MAIN | |
| 1.30 | 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 |
+17 -9 | Patrick Brunner | MAIN | |
| 1.29 | 08 Jul 05 |
- Copy subtree functionality - Refactored insert functionality |
+19 -2 | mike | MAIN | |
| 1.28 | 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 |
+99 -78 | Patrick Brunner | MAIN | |
| 1.27 | 28 Jun 05 |
fixing unused import that breaks |
+2 -3 | gnaegi | MAIN | |
| 1.26 | 28 Jun 05 |
OLAT-344 +added new configuration facilities +simplifies course editor configuration of Contact Form +besides pasting e-mail adresses, new clickable Groups, Areas, Tutors, Participants and any combination http://bugs.olat.org/jira/browse/OLAT-344 |
+4 -3 | Patrick Brunner | MAIN | |
| 1.25 | 03 Jun 05 |
Bug: http://bugs.olat.org/jira/browse/OLAT-836 - added SelectCharsetForm (pulldown menu with all available charsets) - added set and getUserCharset to UserManager - added parameter charset to signature of archiveNodeData (intermediate save) |
+4 -3 | Alexander Schneider | MAIN | |
| 1.24 | 30 May 05 |
FolderNodes import/export |
+6 -4 | mike | MAIN | |
| 1.23 | 19 May 05 |
Referenced-repo-entries-import-hook-draft. |
+16 -2 | mike | MAIN | |
| 1.22 | 13 May 05 |
Renamed exportNodeData to archiveNodeData() |
+17 -6 | mike | MAIN | |
| 1.21 | 21 Jan 05 |
cp integration in course v 0.85 |
+4 -4 | fjost | MAIN | |
| 1.20 | 21 Jan 05 |
version 0.8 of course refactoring |
+4 -3 | fjost | MAIN | |
| 1.19 | 19 Jan 05 |
Refactoring table: - Table is private component that can only be used by the TableController - The tables layout is configured via the TableGuiConfiguration - All tables are refactored to use the TableController http://bugzilla.olat.org/show_bug.cgi?id=1152 |
+3 -3 | gnaegi | MAIN | |
| 1.18 | 12 Jan 05 |
refactoring: - row id's in forms have now id = elementname + formname -> id's are unique also when more than one form is on the same page (as in conditions) - condition form must have unique name -> now more than one form on the same page works smoothly |
+3 -3 | gnaegi | MAIN | |
| 1.17 | 12 Jan 05 |
course preview version 0.1 |
+12 -2 | fjost | MAIN | |
| 1.16 | 14 Dec 04 |
- adding versioning to module configuration - using versioning in cp module |
+7 -7 | gnaegi | MAIN | |
| 1.15 | 23 Nov 04 |
renamed tablefilter to shortname |
+4 -4 | fjost | MAIN | |
| 1.14 | 22 Nov 04 |
adding table filter interface |
+4 -3 | gnaegi | MAIN | |
| 1.13 | 03 Sep 04 |
renaming windowcontroller to windowcontrol, since it is not a controller but wControl / a control |
+5 -5 | fjost | 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 |
+31 -7 | gnaegi | MAIN | |
| 1.11 | 20 Jul 04 |
- adding export method interface - do export before delete and cleanup on nodes - adding export utils to share export folder configuration |
+26 -5 | gnaegi | MAIN | |
| 1.10 | 06 Jul 04 |
Organized imports |
+2 -3 | mike | MAIN | |
| 1.9 | 05 Jul 04 |
lots of small improvments; adding runstructure to courseenv; making score evaluation consistent and easier |
-12 | fjost | MAIN | |
| 1.8 | 05 Jul 04 |
Draft of delete callback for course nodes |
+14 -2 | mike | MAIN | |
| 1.7 | 01 Jul 04 |
added generic methods to coursenode |
+18 -2 | fjost | MAIN | |
| 1.6 | 13 Jun 04 |
added evalScore method |
+16 -3 | fjost | MAIN | |
| 1.5 | 11 Jun 04 |
*** empty log message *** |
+2 -3 | mike | MAIN | |
| 1.4 | 10 Jun 04 |
nodes have now a courseenv plus user data |
+11 -3 | fjost | MAIN | |
| 1.3 | 08 Jun 04 |
Added node config isValid |
+3 -3 | mike | MAIN | |
| 1.2 | 01 Jun 04 |
Fixed publish process |
+3 -3 | mike | MAIN | |
| 1.1 | 17 May 04 |
Fresh, clean checkin |
+107 | mike | MAIN | |
| 1.40.22.2 | 05 Jul 06 |
added REVIEW:pb tags for discussion - changed some VFS declaration to use Interface instead Impl |
+4 -1 | Patrick Brunner | OLAT-4_2_0-BPS-1553 | |
| 1.40.22.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 |
+19 | leberle | OLAT-4_2_0-BPS-1553 | |
| 1.38.2.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+2 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.36.6.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+14 -6 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.40.6.1 | 25 Jul 06 |
merge HEAD into BRANCH-1530 |
+27 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.40.16.1 | 11 Jul 06 |
OLAT-1562: Work in progress; Merge HEAD into branch. |
+27 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.40.8.1 | 21 Jul 06 |
merges from HEAD |
+27 | gnaegi | OLAT-4_2_0-goodsolutions-1232 | |
| 1.41.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.42.6.1 | 16 Nov 06 |
OLAT-1879 Merge HEAD into Branch 1879 |
+6 -6 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.42.10.1 | 12 Dec 06 |
merge head into branch |
+6 -6 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.45.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.46.20.1 | 01 Jul 09 |
OPEN - issue OLAT-3879: Only one "Copy of" while copying hierarchical structured course elements http://bugs.olat.org/jira/browse/OLAT-3879 |
+12 | bja | OLAT-6_2-BPS-FEATURES-JUNE-2009 | |
| 1.41.8.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+6 -6 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.41.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.42.8.1 | 17 Jul 07 |
OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes |
+6 -6 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.46.14.1 | 27 Jul 09 |
OLAT-3946 update from HEAD |
+10 | gwassmann | OLAT-HEAD-FRENTIX-3946-Podcast | |
| 1.49.14.1 | 09 Sep 10 |
OLAT-5494: merge head to epf-branch: olat3 |
+2 -1 | rhaag | OLAT-HEAD-FRENTIX-5494-EPORTFOLIO | |
| 1.41.2.1 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+20 -12 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.49.12.1 | 22 Jun 10 |
updating to current head |
+2 -1 | thomasw | OLAT_6_4_0-BPS-Onyx_Integration |