Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client / Folders.java @ fc0fa492

History | View | Annotate | Download (12.2 kB)

# Date Author Comment
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.

76b42d38 06/22/2010 06:00 pm Natasa Kapravelou

New Folder/ Upload option is not available when My Shared,Trash and any folder below Trash is selected. Options New Folder and Upload are shown when the user clicks the File menu from the MenuBar or right clicks on one of the above mentioned folders (My Shared,Trash and any folder below Trash). This fixes Issue 9

6ba2b21a 06/01/2010 05:57 pm Panagiotis Astithas

Fix warnings and simplify a method signature.

0174fdb2 05/25/2010 01:34 pm Natasa Kapravelou

Just before implementing the browser's history-not fully tested yet. Changes: GSS.java has been changed,i) in the first launch historyToken equals(Files), ii) History.addValueChangeHandler has been implemented and a Map collection has been used to store corresponding uri's/ TreeItem objects.Therefore, PopupTree.java has been updated to add the uri - TreeItem object pair to history map collection. Finally, a getPopupTree method has been added in the Folders.java that returns the PopupTree obj

f7c2e76a 03/11/2010 02:41 pm Giannis Koutsoubos

minimize http requests on initialization (my shared and others)
on other's shared nodes use only requests needed for visible items

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

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

c527afd3 08/28/2009 07:50 pm Fotis Stamatelopoulos

correctly refresh the OthersShared folder tree on folder renames

6cf8fb8b 07/01/2009 12:17 pm Dimitris Routsis

Properly update others shares when refreshing / expanding tree after other user has changed sharing. (Bug #703)

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

Remove the redundant gss top-level directory.