RepositoryTableModel.java

Diff Revision Date Message Lines Author Branch
1.34 11 Feb 11

- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install

+11 -8 Patrick Brunner MAIN
1.33 11 Feb 11

- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install

+54 -51 Patrick Brunner MAIN
1.32 13 Dec 10

olat-5605: reset current page id in tablemodel when modelChanged is called to solve problem with empty table when autocompleter tablesearch is enabled

-13 schnider MAIN
1.31 16 Dec 09

OLAT-4670: Table: Refactor table-search for paging

+13 -17 guretzki MAIN
1.30 02 Dec 09

OLAT-4670: Table: new table text search used by project-broker

+3 -1 guretzki MAIN
1.29 04 Nov 09

OLAT-4596 fix wrong table header in repo reference workflow, add possibility to use translated headers in static coumn descriptors

+3 -1 gnaegi MAIN
1.28 17 Jul 09

OLAT-3723

+17 -2 bja MAIN
1.27 25 Aug 08

OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004"

+1 -1 Alexander Schneider MAIN
1.26 16 Apr 08

OLAT-3027 Fixing broken repo entry type column by adding a custom repo entry type column descriptor. I could not revoert to the previous behaviour of returning the repo entry type as a string because I need the repo entry itself to render the repo entry css icon properly. Had to make some variables in the DefaultColumnDescriptor protected so that the CompareTo method can be overridden

+3 -25 gnaegi MAIN
1.25 08 Apr 08

OLAT-2725 styling catalog

+6 -3 gnaegi MAIN
1.24 14 Feb 08

OLAT-2894: learning groups get synchronized with Instant Messaging server as well

+3 -5 schnider MAIN
1.23 21 Jan 08

OLAT-2845: Fix broken sorting on learning-resource type.

+3 -5 guretzki MAIN
1.22 18 Dec 07

OLAT-2725 merge YAML Branch in olat3 HEAD development

+19 -7 gnaegi MAIN
1.21 09 May 07

OLAT-1839: Add last-usage attribute for repository-entries (necessary for deleting learning resource).

+3 -1 guretzki MAIN
1.20 29 Sep 06

OLAT-1796 update to apache 2.0 license boiler plate

+20 -12 Patrick Brunner MAIN
1.19 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

+11 -11 Patrick Brunner MAIN
1.18 05 Apr 06

header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time!

+13 -11 guretzki MAIN
1.17 23 Feb 06

Merge from OLAT-4_0_2-BPS_UNIZH-1319 Branch

+6 -6 mike MAIN
1.16 21 Mar 05

making repository row creation date customizable

+3 -3 gnaegi MAIN
1.15 18 Mar 05

last change....

+5 -3 gnaegi MAIN
1.14 26 Jan 05

allow select button label to be null (no select link at all)

+6 -4 gnaegi MAIN
1.13 19 Jan 05

Refactoring table: - Table is private component that can only be used by the TableController - The tables layout is configured via the TableGuiConfiguration - All tables are refactored to use the TableController http://bugzilla.olat.org/show_bug.cgi?id=1152

+10 -10 gnaegi MAIN
1.12 12 Oct 04

Javadoc

+28 -7 mike MAIN
1.11 12 Jul 04

removed fixme

+2 -9 fjost MAIN
1.10 09 Jul 04

add custom tablecellrenderer (at the moment: used icon implementation used in repository)

+22 -6 fjost MAIN
1.9 08 Jul 04

Add icon to repository table model http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=786

+13 -8 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 07 Jul 04

http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=774

+9 -11 mike MAIN
1.6 30 Jun 04

Internationalisation of access-code, new terms

+6 -6 hjzuber MAIN
1.5 25 Jun 04

Selecting RepositoryEntry "Name"-Link will attemp to first launch, then download and eventually display details of the entry.

+5 -4 mike MAIN
1.4 25 Jun 04

Implemented new access rights concept as discussed with customers -> includes guest access privileges.

+8 -7 mike MAIN
1.3 23 Jun 04

bug 716

+10 -2 mike MAIN
1.2 27 May 04

Fixed repository delete

+7 -9 mike MAIN
1.1 17 May 04

Fresh, clean checkin

+92 mike MAIN
1.16.14.4 23 Feb 06

Correctly select items in repository details view

+6 -6 mike OLAT-4_0_2-BPS_UNIZH-1319
1.16.14.3 23 Feb 06

Make last column launch the entry

+3 -3 mike OLAT-4_0_2-BPS_UNIZH-1319
1.16.14.2 20 Feb 06

*** empty log message ***

+3 -3 mike OLAT-4_0_2-BPS_UNIZH-1319
1.16.14.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.

+4 -4 Patrick Brunner OLAT-4_0_2-BPS_UNIZH-1319
1.16.16.1 31 Mar 06

OLAT-1482 ajax -ify olat work in progress!

+6 -6 fjost OLAT-4_1-GOODSOLUTIONS-1411
1.17.4.1 06 Apr 06

merged head (with ajax, header cleanup)

+13 -11 guretzki OLAT-4_2_0-UNIZH-1480
1.19.40.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.26.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.27.20.4 15 Jul 09

RESOLVED - issue OLAT-3723: Finalization of an existing course http://bugs.olat.org/jira/browse/OLAT-3723

+1 -1 bja OLAT-6_2-BPS-FEATURES-JUNE-2009
1.27.20.3 13 Jul 09

RESOLVED - issue OLAT-3723: Finalization of an existing course http://bugs.olat.org/jira/browse/OLAT-3723

+2 -6 bja OLAT-6_2-BPS-FEATURES-JUNE-2009
1.27.20.2 09 Jul 09

OPEN - issue OLAT-3723: Finalization of an existing course http://bugs.olat.org/jira/browse/OLAT-3723

+5 -16 bja OLAT-6_2-BPS-FEATURES-JUNE-2009
1.27.20.1 01 Jul 09

Incomplete - taskOLAT-3723 http://bugs.olat.org/jira/browse/OLAT-3723

+36 -2 bja OLAT-6_2-BPS-FEATURES-JUNE-2009
1.28.14.2 11 Nov 09

OLAT-4596 revert fix to lable table header correct - depends on other code only available on HEAD

+1 -3 gnaegi OLAT-6_2_x-BRANCH-PUBLIC
1.28.14.1 04 Nov 09

OLAT-4596 fix wrong table header in repo reference workflow, add possibility to use translated headers in static coumn descriptors

+3 -1 gnaegi OLAT-6_2_x-BRANCH-PUBLIC
1.19.34.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.20.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.

+19 -7 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.20.8.1 17 Jul 07

OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes

+3 -1 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.27.14.1 27 Jul 09

OLAT-3946 update from HEAD

+17 -2 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.19.28.1 03 Nov 06

Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD

+20 -12 gnaegi OLAT-HEAD-JGS-1577
1.21.10.1 21 Nov 07

OLAT-2725 implemented css based table image rendering

+19 -7 gnaegi OLAT-HEAD-YAML-1725