Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (16.1 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.

c62f0b96 10/07/2010 05:24 pm Natasa Kapravelou

Recall a faulty previous commit that was related to forbiding the uploading of a file which file name would contain a slash and also adding to some files a copyright year.

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.

eba21118 10/06/2010 04:48 pm Natasa Kapravelou

Fix for Issue 35 that doesn't allow the creation of a folder which name contains slashes.

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.

3ef43fed 07/12/2010 12:14 pm Panagiotis Astithas

Fix copy & paste typos (file -> folder).

9e6a28ed 07/07/2010 06:49 pm Natasa Kapravelou

first commit of adding the public feature to folder / readForAll on each folder

2fcae28c 05/27/2010 01:32 pm Panagiotis Astithas

- Use encodeComponent for encoding the new folder name in order to be compatible with the server.
- Style fixes.

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

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.

c8239751 08/31/2009 12:58 pm Fotis Stamatelopoulos

minor cosmetic change: appropriate button label

29bbf2d3 08/28/2009 06:02 pm Fotis Stamatelopoulos

only sumbit changes to permissions if there are any

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

Remove the redundant gss top-level directory.