| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.53 | 16 Jun 10 |
OLAT-5200: Repository: Refactor DetailsForm into DetailsReadOnlyForm, New widgets: changing import configurations don't have any impact |
deleted | guretzki | MAIN | |
| 1.52 | 08 Jun 10 |
OLAT-5200: Course Import: Fix 'New widgets: changing import configurations don't have any impact' by disabling edit displayName and description. |
+19 -8 | guretzki | MAIN | |
| 1.51 | 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 |
+104 -137 | matthai | MAIN | |
| 1.50 | 17 Jul 09 | +8 -3 | bja | MAIN | ||
| 1.49 | 25 Aug 08 |
OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004" |
+1 -1 | Alexander Schneider | MAIN | |
| 1.48 | 28 Apr 08 |
OLAT-2725 Replaced IMG tags with CSS background images |
+6 -11 | gnaegi | MAIN | |
| 1.47 | 14 Mar 08 |
Add icons |
+1 -1 | hjzuber | MAIN | |
| 1.46 | 27 Sep 07 |
MERGE 5_2_x-BRANCH (5.2.2) TO HEAD |
+2 -1 | Alexander Schneider | MAIN | |
| 1.45 | 07 Sep 07 |
merge 2433-BRANCH into HEAD (final step) |
+1 -1 | Patrick Brunner | MAIN | |
| 1.44 | 03 Nov 06 |
Merge from 1577 branch: SCORM assessable functionality OLAT-1602 |
+9 -4 | gnaegi | MAIN | |
| 1.43 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.42 | 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() |
+11 -14 | cweisse | MAIN | |
| 1.41 | 31 Jul 06 |
OLAT-1590: substitute setCancelKey("cancel") with setCancelButton() |
+1 -1 | cweisse | MAIN | |
| 1.40 | 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.39 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+1 -1 | fjost | MAIN | |
| 1.38 | 09 May 06 |
olat-1509 moved Identiy to org.olat.core.id and OLATResourceable to org.olat.core.id |
+1 -1 | fjost | MAIN | |
| 1.37 | 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.36 | 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.35 | 17 Aug 05 |
Rearrange rep-details and prepare for a leaner cs-help |
+3 -18 | hjzuber | MAIN | |
| 1.34 | 16 Aug 05 |
Fixed NPE if ores has not yet been set (i.e. create workflow) |
+5 -3 | mike | MAIN | |
| 1.33 | 16 Aug 05 |
put all components in own packages together with their renderer |
+3 -3 | fjost | MAIN | |
| 1.32 | 16 Aug 05 |
show in repo details form how many users are currently using this resource |
+11 -2 | fjost | MAIN | |
| 1.31 | 16 Aug 05 | +4 -3 | mike | MAIN | ||
| 1.30 | 17 Jan 05 |
absmiddle -> middle removed illegal closing image tags (4.0.1 transitional style) |
+3 -3 | gnaegi | MAIN | |
| 1.29 | 19 Oct 04 | +8 -2 | mike | MAIN | ||
| 1.28 | 12 Oct 04 |
Javadoc |
+38 -2 | mike | MAIN | |
| 1.27 | 21 Sep 04 |
Fixed detailes edit bug |
+14 -2 | mike | MAIN | |
| 1.26 | 20 Sep 04 |
Fixed bug when editing repo entry details |
+7 -2 | mike | MAIN | |
| 1.25 | 15 Sep 04 |
WikiMarkupTextAreaElement have same sizes |
+3 -3 | hjzuber | MAIN | |
| 1.24 | 14 Sep 04 |
- added notLongerThan(int maxLength, String errorKey) to AbstractTextElement - validating userinput in TextAreaElements. if the input is longer than the specified value the validate-methode returns false. |
+4 -6 | Alexander Schneider | MAIN | |
| 1.23 | 13 Sep 04 |
fixing lenght bug in html text element |
+4 -4 | gnaegi | MAIN | |
| 1.22 | 13 Sep 04 |
- modified constructor of TextElement with parameter 'maxLength' - added to every call the appropriate maxLength |
+8 -8 | Alexander Schneider | MAIN | |
| 1.21 | 08 Sep 04 |
added validating of input in textfield 'description'. Input lenght > 255 not allowed. |
+6 -2 | Alexander Schneider | MAIN | |
| 1.20 | 23 Jul 04 |
same ordering as in searchform user won't see resource-id |
+7 -9 | hjzuber | MAIN | |
| 1.19 | 13 Jul 04 |
address all uri with Renderer build method |
+13 -8 | fjost | MAIN | |
| 1.18 | 12 Jul 04 |
Fixed hiding local var |
+5 -5 | mike | MAIN | |
| 1.17 | 12 Jul 04 |
entity beans / db objects should use strict setters / getters |
+5 -3 | fjost | MAIN | |
| 1.16 | 12 Jul 04 |
Added indexes Added attribute length limit checks |
+4 -2 | mike | MAIN | |
| 1.15 | 12 Jul 04 |
http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=834 |
+4 -6 | mike | MAIN | |
| 1.14 | 11 Jul 04 |
http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=795 |
+6 -6 | mike | MAIN | |
| 1.13 | 11 Jul 04 |
http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=789 |
+5 -5 | mike | MAIN | |
| 1.12 | 09 Jul 04 |
Added doku |
+14 -2 | mike | MAIN | |
| 1.11 | 09 Jul 04 |
http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=809 |
+4 -4 | mike | MAIN | |
| 1.10 | 08 Jul 04 |
n/a messages internationalized |
+5 -5 | mike | MAIN | |
| 1.9 | 08 Jul 04 |
Add icon to repository table model http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=786 |
+16 -4 | mike | MAIN | |
| 1.8 | 08 Jul 04 |
Bookmarks are now set to the repository entry directly, which acts as a olat resourceable. |
+4 -3 | mike | MAIN | |
| 1.7 | 01 Jul 04 |
*** empty log message *** |
+5 -3 | mike | MAIN | |
| 1.6 | 28 Jun 04 |
removed '.' in FormElement names |
+15 -15 | mike | MAIN | |
| 1.5 | 25 Jun 04 |
Implemented new access rights concept as discussed with customers -> includes guest access privileges. |
+22 -13 | mike | MAIN | |
| 1.4 | 25 Jun 04 |
Make launch/download configurable |
+29 -6 | mike | MAIN | |
| 1.3 | 01 Jun 04 |
*** empty log message *** |
+3 -3 | mike | MAIN | |
| 1.2 | 25 May 04 |
Made aborts on repository add more safe |
+6 -4 | mike | MAIN | |
| 1.1 | 17 May 04 |
Fresh, clean checkin |
+132 | mike | MAIN | |
| 1.28.2.2 | 20 Oct 04 |
Merge from HEAD |
mike | OLAT-3-1-x-BRANCH | ||
| 1.28.2.1 | 19 Oct 04 |
backport: authors course copy security problem |
+8 -2 | gnaegi | OLAT-3-1-x-BRANCH | |
| 1.37.2.2 | 22 May 06 |
OLAT-1233:Merge HEAD into branch-1233 |
+1 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.37.2.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+2 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.35.18.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+13 -14 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.42.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.43.6.1 | 16 Nov 06 |
OLAT-1879 Merge HEAD into Branch 1879 |
+9 -4 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.43.10.1 | 03 Nov 06 |
OLAT-1914 Merge HEAD to Branch |
+9 -4 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.44.30.1 | 10 Sep 07 |
OLAT-2695 fixed appending "Copy of " breaks title display length constraint |
+2 -1 | Patrick Brunner | OLAT-5_2_x-BRANCH | |
| 1.48.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.49.20.1 | 09 Jul 09 |
OPEN - issue OLAT-3723: Finalization of an existing course http://bugs.olat.org/jira/browse/OLAT-3723 |
+14 -3 | bja | OLAT-6_2-BPS-FEATURES-JUNE-2009 | |
| 1.42.2.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+9 -4 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.42.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.43.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. |
+3 -2 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.43.8.1 | 17 Jul 07 |
OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes |
+9 -4 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.49.14.1 | 27 Jul 09 |
OLAT-3946 update from HEAD |
+8 -3 | gwassmann | OLAT-HEAD-FRENTIX-3946-Podcast | |
| 1.52.2.1 | 09 Sep 10 |
OLAT-5494: merge head to epf-branch: olat3 |
deleted | rhaag | OLAT-HEAD-FRENTIX-5494-EPORTFOLIO | |
| 1.40.20.3 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+21 -13 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.40.20.2 | 17 Aug 06 |
Adding support for repository entry linking if set to canReference - allows linking to other authors content |
+8 -3 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.40.20.1 | 14 Aug 06 |
Merging HEAD to branch |
+12 -15 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.41.4.1 | 07 Aug 06 |
MERGE HEAD TO BRANCH 1508 |
+11 -14 | Patrick Brunner | OLAT-HEAD-UNIZH-1508 | |
| 1.44.26.1 | 18 Jul 07 |
OLAT-2433 work in progress.... |
+1 -1 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.45.2.1 | 11 Oct 07 |
OLAT-2725 Merges from HEAD and cleanup |
+2 -1 | gnaegi | OLAT-HEAD-YAML-1725 | |
| 1.51.4.1 | 22 Jun 10 |
updating to current head |
deleted | thomasw | OLAT_6_4_0-BPS-Onyx_Integration | |
| 1.50.18.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 |
+104 -137 | matthai | tmpOLAT-HEAD-640-until-2010-03-10 |