| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.26 | 11 Feb 11 |
- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install |
+6 -6 | Patrick Brunner | MAIN | |
| 1.25 | 11 Feb 11 |
- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install |
+39 -51 | Patrick Brunner | MAIN | |
| 1.24 | 23 Apr 10 |
OLAT-5201 corrected display of a few elements |
+17 -11 | matthai | MAIN | |
| 1.23 | 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 -96 | matthai | MAIN | |
| 1.22 | 05 Nov 09 |
Mazenization of HEAD olat3 and related submodules |
+32 -1 | amoran | MAIN | |
| 1.21 | 02 Nov 09 |
IN PROGRESS - issue OLAT-4109: Refactor Logging Infrastructure: Unify Log Entries http://bugs.olat.org/jira/browse/OLAT-4109 |
+3 -36 | bja | MAIN | |
| 1.20 | 22 Oct 09 |
OLAT-4109: refactoring of course log files into user activity logging table o_loggingtable - introducing ThreadLocalUserActivityLogger concept |
+5 -6 | eglis | MAIN | |
| 1.19 | 22 Dec 08 |
missing part of the course chat enable/disable flag |
+1 -1 | Patrick Brunner | MAIN | |
| 1.18 | 18 Sep 08 |
OLAT-3478: Check ICourse references. Always get them from the cache. |
+2 -4 | schnider | MAIN | |
| 1.17 | 05 Sep 08 |
OLAT-3422 more junit tests, removed legacy Localization class, refactored legacy usage of Localization to Package Translator, count keys method |
+6 -6 | gnaegi | 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 | 10 Feb 07 |
MERGE BRANCH TO HEAD OLAT-2126 |
+24 -2 | Patrick Brunner | MAIN | |
| 1.14 | 03 Nov 06 |
Merge from 1577 branch: SCORM assessable functionality OLAT-1602 |
+15 -8 | gnaegi | MAIN | |
| 1.13 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.12 | 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.11 | 13 Jun 06 |
olat-1509 - move identityEnvironment to org.olat.core.id also Roles.java |
+1 -1 | fjost | MAIN | |
| 1.10 | 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.9 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+3 -3 | fjost | MAIN | |
| 1.8 | 08 May 06 | +1 -1 | Patrick Brunner | MAIN | ||
| 1.7 | 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.6 | 28 Apr 06 | +4 -1 | Patrick Brunner | MAIN | ||
| 1.5 | 05 Apr 06 |
header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time! |
+14 -9 | guretzki | MAIN | |
| 1.4 | 01 Mar 06 |
Fixes OLAT-1437 Display each loglevel only if globally enabled or member of administrator group. |
+13 -8 | mike | MAIN | |
| 1.3 | 01 Mar 06 |
Fixes OLAT-1437 Display personalized user log configuration for administrators only. |
+10 -13 | mike | MAIN | |
| 1.2 | 23 Feb 06 |
Merge from OLAT-4_0_2-BPS_UNIZH-1319 Branch |
+126 | mike | MAIN | |
| 1.1 | 27 Jan 06 |
file DisplayCourseInfoForm.java was initially added on branch OLAT-4_0_2-BPS_UNIZH-1319. |
deleted | Patrick Brunner | MAIN | |
| 1.1.2.2 | 09 Feb 06 |
Beautify |
+36 -47 | mike | OLAT-4_0_2-BPS_UNIZH-1319 | |
| 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. |
+137 | Patrick Brunner | OLAT-4_0_2-BPS_UNIZH-1319 | |
| 1.4.8.1 | 31 Mar 06 |
OLAT-1482 ajax -ify olat work in progress! |
fjost | OLAT-4_1-GOODSOLUTIONS-1411 | ||
| 1.7.2.2 | 22 May 06 |
OLAT-1233:Merge HEAD into branch-1233 |
+1 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.7.2.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+4 -4 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.4.4.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+14 -9 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.10.2.1 | 29 Jun 06 |
OLAT-1530: Merge HEAD into BRANCH-1530 |
+1 -1 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.10.12.1 | 15 Jun 06 |
OLAT-1562:Merge HEAD into Branch. |
+1 -1 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.10.4.1 | 21 Jul 06 |
merges from HEAD |
+1 -1 | gnaegi | OLAT-4_2_0-goodsolutions-1232 | |
| 1.12.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.13.6.1 | 16 Nov 06 |
OLAT-1879 Merge HEAD into Branch 1879 |
+15 -8 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.13.10.1 | 03 Nov 06 |
OLAT-1914 Merge HEAD to Branch |
+15 -8 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.14.18.1 | 08 Feb 07 | +24 -2 | Patrick Brunner | OLAT-5_1_x-BRANCH | ||
| 1.15.20.2 | 09 Sep 08 |
OLAT-3421 - course chat is configurable, first result was performance problem if course chat is enabled and a lot of people starting the same course within very short time (700 people within 10 minutes) |
+1 -1 | Patrick Brunner | OLAT-6_0_x-BRANCH | |
| 1.15.20.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.17.2.3 | 19 Feb 09 |
code refactoring |
+11 -39 | bja | OLAT-HEAD-BPS-1229 | |
| 1.17.2.2 | 03 Feb 09 |
head merged |
+5 -5 | bja | OLAT-HEAD-BPS-1229 | |
| 1.17.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 -4 | blaw | OLAT-HEAD-BPS-1229 | |
| 1.12.2.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+37 -8 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.12.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.13.8.1 | 17 Jul 07 |
OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes |
+37 -8 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.11.6.3 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+21 -13 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.11.6.2 | 16 Aug 06 |
OLAT-1577 adding glossary viewer, glossary editor, glossary course right, editor locking, and glossary course configuration. cleanup of old course configuration code that was not deleted after moving the configuration from the course to the repository. |
+14 -7 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.11.6.1 | 14 Aug 06 |
Merging HEAD to branch |
+8 -11 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.11.10.1 | 07 Aug 06 |
MERGE HEAD TO BRANCH 1508 |
+8 -11 | Patrick Brunner | OLAT-HEAD-UNIZH-1508 | |
| 1.19.30.1 | 28 Oct 09 |
MERGE HEAD to BRANCH for mvn testing |
+5 -6 | Patrick Brunner | OLAT-HEAD-UZH-4361 | |
| 1.18.2.1 | 23 Dec 08 |
merge Head to Branch |
+1 -1 | rhaag | OLAT-HEAD_FRENTIX-3674 | |
| 1.22.2.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 -96 | matthai | tmpOLAT-HEAD-640-until-2010-03-10 |