| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.37 | 11 Feb 11 |
- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install |
+15 -15 | Patrick Brunner | MAIN | |
| 1.36 | 11 Feb 11 |
- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install |
+36 -41 | Patrick Brunner | MAIN | |
| 1.35 | 20 Dec 10 |
OLAT-6053: Avoid concurrency problem like 'Default OLAT Tabs show up twice on N5 OLATNG' at all lazy created spring bean-types. Add synchronized block and check again in this block for list==null. |
+6 -1 | guretzki | MAIN | |
| 1.34 | 14 Jul 10 |
OLAT-5567 Decoupling of Course Wizard and removal of course dependencies from RepositoryMainController |
+1 -1 | skoeber | MAIN | |
| 1.33 | 02 Jul 10 |
OLAT-4622 decoupling assessment to allow onyx integration see assessmentplugin.activate in olat.properties |
+1 -1 | Patrick Brunner | MAIN | |
| 1.32 | 27 Apr 10 |
OLAT-5172: Config-Refactoring: Fix 'Toolbox course elements scrambled' |
+34 -15 | guretzki | MAIN | |
| 1.31 | 08 Apr 10 |
NON-JIRA: Config-Refactoring: Rename ExtensionType to BeanType |
+4 -4 | guretzki | MAIN | |
| 1.30 | 25 Mar 10 |
Non-JIRA: Config-Refactoring, define extension-class-types as Enum; Refactor NotificationHandler/Upgrade-config; Spring-Extension Admin GUI more generic |
+18 -12 | guretzki | MAIN | |
| 1.29 | 15 Mar 10 |
NON-JIRA: Refactor extension.xml : get building-block via types |
-12 | guretzki | MAIN | |
| 1.28 | 15 Mar 10 |
config and startup refactoring to spring only |
+35 -31 | schnider | MAIN | |
| 1.27 | 18 Dec 09 |
OLAT-4583 add edit button on each course node that offers a reference to a repo entry to directly edit the resource (in analogy to the create button) |
+51 | gnaegi | MAIN | |
| 1.26 | 25 Aug 08 |
OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004" |
+1 -1 | Alexander Schneider | MAIN | |
| 1.25 | 25 Jan 08 |
OLAT-1586 rework wizard styling is missing applied to publish - steps discussed with HJZ |
+15 -13 | Patrick Brunner | MAIN | |
| 1.24 | 11 Nov 06 |
organize imports |
-1 | Patrick Brunner | MAIN | |
| 1.23 | 31 Oct 06 |
olat-1563: changed usage of Tracing.logError() either to throwing exception or logWarn() |
+3 -3 | schnider | MAIN | |
| 1.22 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.21 | 08 Jun 06 |
OLAT-869 finally --- Tracing refactoring is finished. --- please read to the end. -!!!- sorry for changing the method signature of the logXYZ methods, but I think it enhances readability -- this may give you some errors now. -!!!- Code from the sysinfocontroller is now available to public from Tracing -!!!- log messages generated by classes which are not triggered by user request, e.g. Module inits, servlet inits, print out now long list of "n/a" This is not nice, but o.k. from my point of view. - only blabliblupTest classes have remaining references to log4j.Logger - unified use of logDebug(..) it is now always surrounded with an IF to check if we really should string-concatenate (expensive op) and log debug. - logError, logWarn, logInfo, logDebug... everything goes through Tracing now. - classes no longer need to instantiate a logger, logging is now done by one line call with the calling.class as parameter. - log messages are bound to the logging class -> log shows which class is logging and not always that Tracing class is logging. thx for reading :-) |
+3 -6 | Patrick Brunner | MAIN | |
| 1.20 | 07 Jun 06 |
OLAT-869 work in progress of replacing all log4j.Logger references |
+2 -2 | Patrick Brunner | MAIN | |
| 1.19 | 18 May 06 |
olat-1509: move all code, which is referenced from the core, inside the core: org.olat.extensions to org.olat.core.extensions |
+2 -2 | fjost | MAIN | |
| 1.18 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+1 -1 | fjost | MAIN | |
| 1.17 | 08 May 06 | +1 -1 | Patrick Brunner | MAIN | ||
| 1.16 | 05 Apr 06 |
header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time! |
+26 -26 | schnider | MAIN | |
| 1.15 | 29 Dec 05 |
removed cvs revision stuff |
-2 | schnider | MAIN | |
| 1.14 | 04 Jul 05 |
Extensions implementation draft |
+11 -2 | mike | MAIN | |
| 1.13 | 30 Jun 05 |
webdav provider extension point |
+3 -2 | mike | MAIN | |
| 1.12 | 29 Jun 05 |
Extensionpoints rework |
+28 -28 | mike | MAIN | |
| 1.11 | 24 Jun 05 |
Draft of building block plugins |
+41 -37 | mike | MAIN | |
| 1.10 | 27 Dec 04 |
randstunden-wikikursbaustein ;) |
+5 -3 | fjost | MAIN | |
| 1.9 | 08 Sep 04 |
- refactored subscription to enrollment - support for enrollment in many groups - implemented enrollment, cancelling of enrollment |
+4 -4 | gnaegi | MAIN | |
| 1.8 | 31 Aug 04 |
first draft of subscription node |
+4 -2 | fjost | MAIN | |
| 1.7 | 30 Aug 04 |
*** empty log message *** |
+4 -2 | mike | MAIN | |
| 1.6 | 20 Aug 04 |
very first version of contact building block |
+4 -2 | Alexander Schneider | MAIN | |
| 1.5 | 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 |
+7 -3 | gnaegi | MAIN | |
| 1.4 | 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 |
+4 -2 | gnaegi | MAIN | |
| 1.3 | 04 Jun 04 |
adding course folder node - was this intentionally disabled |
+5 -3 | gnaegi | MAIN | |
| 1.2 | 27 May 04 |
QTI refactoring: - Adding iqtest, iqself, iqsurv as course building blocks - separated course specific stuff from generic stuff (IQDisplayController - IQRunController - Fixed problem with multiple close buttons when in preview / repository mode - Test result passed/score is now saved as course properties |
+8 -4 | gnaegi | MAIN | |
| 1.1 | 17 May 04 |
Fresh, clean checkin |
+58 | mike | MAIN | |
| 1.19.8.1 | 08 Jun 06 |
OLAT-1557: merge HEAD into branch-1557 |
+2 -2 | cweisse | OLAT-4_2_0-BPS-1557 | |
| 1.16.4.2 | 22 May 06 |
OLAT-1233:Merge HEAD into branch-1233 |
+2 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.16.4.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+2 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.15.8.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+26 -26 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.19.2.1 | 09 Jun 06 |
merge HEAD into BRANCH-1530 |
+4 -7 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.19.4.1 | 21 Jul 06 |
merges from HEAD |
+4 -7 | gnaegi | OLAT-4_2_0-goodsolutions-1232 | |
| 1.21.22.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.22.6.1 | 16 Nov 06 |
OLAT-1879 Merge HEAD into Branch 1879 |
+2 -3 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.23.2.1 | 12 Dec 06 |
merge head into branch |
-1 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.25.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.21.16.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+2 -3 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.21.16.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.22.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.32.4.1 | 09 Sep 10 |
OLAT-5494: merge head to epf-branch: olat3 |
+2 -2 | rhaag | OLAT-HEAD-FRENTIX-5494-EPORTFOLIO | |
| 1.21.10.1 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+23 -15 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.27.2.2 | 19 Feb 10 |
allow olat to include any course building block found on the classpath without adding it to a special spring list |
+35 -17 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 | |
| 1.27.2.1 | 22 Jan 10 |
merge with head |
+1 -15 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 |