| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.22 | 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.21 | 11 Feb 11 |
- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install |
+54 -66 | Patrick Brunner | MAIN | |
| 1.20 | 02 Jul 10 |
OLAT-4622 decoupling assessment to allow onyx integration see assessmentplugin.activate in olat.properties |
+2 -2 | Patrick Brunner | MAIN | |
| 1.19 | 13 Apr 10 |
OLAT-4648 Replace Form with FlexiForm removed unwanted cancel button |
+1 -5 | matthai | MAIN | |
| 1.18 | 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 |
+87 -99 | matthai | MAIN | |
| 1.17 | 09 Feb 09 |
OLAT-3799: Async DB updater : close db session , call commit when needed, sleep a short time between retries. |
+31 -51 | guretzki | MAIN | |
| 1.16 | 25 Aug 08 |
OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004" |
+1 -1 | Alexander Schneider | MAIN | |
| 1.15 | 28 Apr 08 |
OLAT-2725 Replaced IMG tags repo entry type renderer |
-37 | gnaegi | MAIN | |
| 1.14 | 14 Mar 08 |
Add icons |
+1 -1 | hjzuber | MAIN | |
| 1.13 | 07 Sep 07 |
merge 2433-BRANCH into HEAD (final step) |
+1 -1 | Patrick Brunner | MAIN | |
| 1.12 | 03 Nov 06 |
Merge from 1577 branch: SCORM assessable functionality OLAT-1602 |
+9 -6 | gnaegi | MAIN | |
| 1.11 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.10 | 28 Aug 06 |
http://bugs.olat.org/jira/browse/OLAT-1647: reinitializing form multiplied save buttons |
+1 -1 | schnider | MAIN | |
| 1.9 | 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.8 | 31 Jul 06 |
OLAT-1590: substitute setCancelKey("cancel") with setCancelButton() |
+1 -1 | cweisse | MAIN | |
| 1.7 | 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.6 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+1 -1 | fjost | MAIN | |
| 1.5 | 09 May 06 |
olat-1509 moved Identiy to org.olat.core.id and OLATResourceable to org.olat.core.id |
+1 -1 | 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 |
+12 -12 | 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 |
+253 | mike | MAIN | |
| 1.1 | 27 Jan 06 |
file PropPupForm.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. |
+253 | Patrick Brunner | OLAT-4_0_2-BPS_UNIZH-1319 | |
| 1.2.8.1 | 31 Mar 06 |
OLAT-1482 ajax -ify olat work in progress! |
+2 -2 | fjost | OLAT-4_1-GOODSOLUTIONS-1411 | |
| 1.4.2.2 | 22 May 06 |
OLAT-1233:Merge HEAD into branch-1233 |
+1 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.4.2.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+2 -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.10.4.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.11.6.1 | 16 Nov 06 |
OLAT-1879 Merge HEAD into Branch 1879 |
+9 -6 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.11.10.1 | 03 Nov 06 |
OLAT-1914 Merge HEAD to Branch |
+9 -6 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.15.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.9.2.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+9 -6 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.9.2.1 | 05 Oct 06 |
http://bugs.olat.org/jira/browse/OLAT-1595 OLAT-1595: Merge HEAD into BRANCH (work in progress) |
+21 -13 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.11.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. |
+1 -1 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.11.8.1 | 17 Jul 07 |
OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes |
+9 -6 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.16.6.1 | 09 Feb 09 |
OLAT-3766 Merge from HEAD to IMS CP editor branch |
+31 -51 | gnaegi | OLAT-HEAD-FRENTIX-3766-CPEDITOR | |
| 1.19.4.1 | 09 Sep 10 |
OLAT-5494: merge head to epf-branch: olat3 |
+2 -2 | rhaag | OLAT-HEAD-FRENTIX-5494-EPORTFOLIO | |
| 1.7.20.3 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+21 -13 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.7.20.2 | 17 Aug 06 |
Adding support for repository entry linking if set to canReference - allows linking to other authors content |
+9 -6 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.7.20.1 | 14 Aug 06 |
Merging HEAD to branch |
+9 -12 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.8.4.1 | 07 Aug 06 |
MERGE HEAD TO BRANCH 1508 |
+8 -11 | Patrick Brunner | OLAT-HEAD-UNIZH-1508 | |
| 1.12.26.1 | 18 Jul 07 |
OLAT-2433 work in progress.... |
+1 -1 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.16.4.1 | 28 May 09 |
OLAT-3674: merge head to branch |
+31 -51 | rhaag | OLAT-HEAD_FRENTIX-3674 | |
| 1.17.34.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 |
+87 -99 | matthai | tmpOLAT-HEAD-640-until-2010-03-10 |