Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client / FilePropertiesDialog.java @ 3ee27ba6

History | View | Annotate | Download (18.3 kB)

# Date Author Comment
78729465 11/17/2010 03:00 pm Natasa Kapravelou

Make displaying of the user hint about slashes in file/folder names conditional. This solves Issue 45.

8b79a1c8 10/07/2010 04:15 pm Natasa Kapravelou

Fix for Issue 35, added a note message on creating a new folder or updating an existing folder, informing the user that slashes are not allowed in folder names.The same note is added during the update of file name. Also, the client code has altered in order to forbid the creation or the update of a resource name.At last, don't allow uploading a file which file name contains slash.

ce2716a9 09/03/2010 03:21 pm Natasa Kapravelou

Display the full name in the ACL. The full name is displayed once right click and select Properties on a file. Full name is displayed in the General tab > Owner, in the Sharing tab and in the Versions tab. Moreover in the file list of every folder. Full names are displayed after the execution of the GetUserCommand, thus they are not always displayed at once.

9ab5db6d 09/01/2010 06:26 pm Natasa Kapravelou

A new Command(GetUserFullName) was implemented in order to fetch user's full name out of the user name.

6735a2ab 08/20/2010 04:56 pm Panagiotis Astithas

Inline the tags and separate them with commas to hint on their impportance as separators.

afcd9a21 07/12/2010 12:47 pm Panagiotis Astithas

The public flag, as well as all resource properties, are nouns, not verbs.

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.

f841ed5b 06/03/2010 01:10 pm Panagiotis Astithas

Display the file URI unconditionally, since it can be now meaningfully used even when not public. Also reword the label and tooltip in order to be more evident for inexperienced users.

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.

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

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

2002c1dc 11/19/2009 12:47 pm Dimitris Routsis

Add multiple file selection properties dialog allowing editing of tags and versioning.

5e9d7683 11/12/2009 02:39 pm Dimitris Routsis

Fix bug: When renaming file, selected file was not updated, leading to a 404 error if user tried to view properties of renamed file. (Bug #752)

e164b7ca 10/16/2009 06:15 pm Panagiotis Astithas

- Display the modification date instead of the creation date, since the former is more useful.
- Fix sorting on the owner column.
- Make sorting comparisons more efficient by removing unnecessary object creation.

9fe07ba5 07/08/2009 04:55 pm Fotis Stamatelopoulos

take into account Mac OS clients

8960233b 07/07/2009 01:41 pm Fotis Stamatelopoulos

Cosmetic changes (widget sizes and alignment)

5c6b4b2c 06/12/2009 06:02 pm Panagiotis Astithas

First rough implementation of the file upload functionality using Google Gears. Multiple file uploads are still buggy, but single file uploads are mostly working as before.

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

Remove the redundant gss top-level directory.