| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.14 | 11 Feb 11 |
- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install |
+7 -7 | Patrick Brunner | MAIN | |
| 1.13 | 11 Feb 11 |
- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install |
+37 -50 | Patrick Brunner | MAIN | |
| 1.12 | 02 Jul 10 |
OLAT-4622 decoupling assessment to allow onyx integration see assessmentplugin.activate in olat.properties |
+2 -2 | Patrick Brunner | MAIN | |
| 1.11 | 23 Apr 10 |
OLAT-5202 changed from checkboxes to radiobuttons |
+1 -1 | matthai | MAIN | |
| 1.10 | 15 Mar 10 |
OLAT-4648 Replace Form with FlexiForm OLAT-3930 Interaction design changes OLAT-2887 Replace DefaultController with BasicController OLAT-4951 Issue with screen-shots for testing |
+51 -60 | matthai | MAIN | |
| 1.9 | 25 Aug 08 |
OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004" |
+1 -1 | Alexander Schneider | MAIN | |
| 1.8 | 03 Nov 06 |
Merge from 1577 branch: SCORM assessable functionality OLAT-1602 |
+6 -2 | gnaegi | MAIN | |
| 1.7 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.6 | 07 Aug 06 |
OLAT-1593: Form refactoring, set the translator in the form constructor use form specific functions to translate * translate(String key) * translate(String key, String[] params) * getLoacle() |
+8 -11 | cweisse | MAIN | |
| 1.5 | 18 May 06 |
olat-1528 : changed abstract form method "validate(ureq)" to "validate()" since userrequest is (and should) never be used in the validate method |
+1 -2 | fjost | MAIN | |
| 1.4 | 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 |
+7 -7 | Patrick Brunner | MAIN | |
| 1.3 | 05 Apr 06 |
header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time! |
+13 -14 | guretzki | MAIN | |
| 1.2 | 23 Feb 06 |
Merge from OLAT-4_0_2-BPS_UNIZH-1319 Branch |
+107 | mike | MAIN | |
| 1.1 | 27 Jan 06 |
file DisplayInfoForm.java was initially added on branch OLAT-4_0_2-BPS_UNIZH-1319. |
deleted | Patrick Brunner | MAIN | |
| 1.1.2.1 | 27 Jan 06 |
add the REVIEW task name to see reviewed places where some questions arise of the BPS repository patch This is the reviewed BPS patch, without changes except added REVIEW messages - I see the need for a concept to jump between controllers as it is solved here by setting booleans to know where to jump back --- to jump from the catalog to the detail a ChangeEvent is used --- to jump from the course the activateable mechanism is used. - "upload a file" code is now replicated at several places (also the library's licence must be reviewed to be compatible with ours) - wizards should not be generated by subclassing this is stated from felix, now we should refactor the existing wizards not to use subclassing, as these may serve as base code for learning. -> Alexander Schneiders wizards InOutWizardController and BulkAssessmentWizardController show how to do it without subclassing. - Important small things: - use the constanst and not a value, where constants are defined , i.e. ChangedEvent.MODIFIED = 0 otherwise refactorings would generate errors. - introducing methods with almost the same signature but changing a new input value like boolean should not copy paste, but call the new method the corresponding default value. - introducing a new signature in a public method or constructor should not be done by refactoring all references but creating a new method. Then point the old one to the new one providing a default value. |
+107 | Patrick Brunner | OLAT-4_0_2-BPS_UNIZH-1319 | |
| 1.2.8.1 | 31 Mar 06 |
OLAT-1482 ajax -ify olat work in progress! |
fjost | OLAT-4_1-GOODSOLUTIONS-1411 | ||
| 1.4.2.1 | 22 May 06 |
OLAT-1233:Merge HEAD into branch-1233 |
+1 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.2.4.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+13 -14 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.6.8.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.7.6.1 | 16 Nov 06 |
OLAT-1879 Merge HEAD into Branch 1879 |
+6 -2 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.7.10.1 | 03 Nov 06 |
OLAT-1914 Merge HEAD to Branch |
+6 -2 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.8.38.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.6.2.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+6 -2 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.6.2.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.7.8.1 | 17 Jul 07 |
OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes |
+6 -2 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.11.4.1 | 09 Sep 10 |
OLAT-5494: merge head to epf-branch: olat3 |
+2 -2 | rhaag | OLAT-HEAD-FRENTIX-5494-EPORTFOLIO | |
| 1.5.20.3 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+21 -13 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.5.20.2 | 17 Aug 06 |
Adding support for repository entry linking if set to canReference - allows linking to other authors content |
+5 -1 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.5.20.1 | 14 Aug 06 |
Merging HEAD to branch |
+8 -11 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.5.24.1 | 07 Aug 06 |
MERGE HEAD TO BRANCH 1508 |
+8 -11 | Patrick Brunner | OLAT-HEAD-UNIZH-1508 | |
| 1.9.40.1 | 15 Mar 10 |
OLAT-4648 Replace Form with FlexiForm OLAT-3930 Interaction design changes OLAT-2887 Replace DefaultController with BasicController OLAT-4951 Issue with screen-shots for testing |
+51 -60 | matthai | tmpOLAT-HEAD-640-until-2010-03-10 |