Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client / SearchResults.java @ 739a8eba

History | View | Annotate | Download (32 kB)

# Date Author Comment
f0cd9b29 03/17/2011 04:28 pm Giannis Koutsoubos

correctly display last page button in pager, all columns draggable in search results, do not show pagers if size==GSS_VISIBLE_FILE_COUNT, sync SearchResults with FileList code

9b11a5ca 03/15/2011 03:47 pm Giannis Koutsoubos

server side paging support for search results, asyncdataprovider for display search results in gwt client

0fee7cb5 02/28/2011 05:14 pm Natasa Kapravelou

Double click is not allowed for trashed files displayed in the Search results, for the same reason the lytebox option has been disabled for trashed images displayed in the Search results. The above changes are related to Issue 78.

08880e98 02/25/2011 06:34 pm Giannis Koutsoubos

use celltable for search results, add (InTrash) next to path for trashed files in search results

5b09ea6c 01/25/2011 02:44 pm Giannis Koutsoubos

replace tree with celltree ( still work in progress)

4315bcc5 07/13/2010 05:20 pm Panagiotis Astithas

Reject invalid resource names, like '.' and '..' in both server and web client. This fixes issue 19.

023f6f1e 07/08/2010 01:57 pm Panagiotis Astithas

- Add an administration application.
- Remove the redundant RequestBuilder wrapper for efficiency.
- Fix warnings.
- Ignore the admin app build artifacts.
- Guard against users without userclasses in the DB.
- Add a dev mode launcher for debugging the admin app.

fd294c94 05/19/2010 02:04 pm Panagiotis Astithas

Fix warnings and stop complaining about parameter assignment. We're not eleven.

ba82fd20 03/23/2010 05:07 pm Giannis Koutsoubos

right click selection in search results

62f168b2 03/11/2010 11:53 am Giannis Koutsoubos

use http caching by using IF-MODIFIED-SINCE HEADERS and handling response accordingly

bc9942d1 02/08/2010 04:50 pm Giannis Koutsoubos

right click selection fo file list

5c6b2883 01/20/2010 06:28 pm Panagiotis Astithas

Use the standard theme from GWT, instead of our bad emulation from the GWT-1.3 era.

6e6e914e 01/18/2010 06:29 pm Panagiotis Astithas

Remove unused code, fix a few warnings and restore some inadvertent changes. Also mention the new dependency in the build text.

afd3a0ef 01/15/2010 03:25 pm Giannis Koutsoubos

moved towards gwt version 2.0 - updated dnd to version 3 -removed all deprecations

ba8a1aff 11/20/2009 12:24 pm Fotis Stamatelopoulos

- keep sorting on refresh (file list & search results list)
- image preview in file list has slide show functionality and the "view" link is only available for png, gif, jpg/jpeg files)

10786b3c 10/30/2009 04:47 pm Panagiotis Astithas

Use the modification date for files in search results, too.

16baf609 06/04/2009 12:02 pm Panagiotis Astithas

Remove the redundant gss top-level directory.