Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (15.8 kB)

# Date Author Comment
beba23d1 10/11/2010 03:29 pm Natasa Kapravelou

Revoke the previous commit to the old version since it doesn't add more value to forbid slashes to file names.

de2ff169 10/11/2010 01:24 pm Natasa Kapravelou

Fix for Issue 35 in order to inform the user from a browser client that the file to be uploaded contains illegal characters and give a chance to replace the file name on his/her own or automatically replace the illegal character with '-'.

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.

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

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

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

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

9ad7d9ae 06/22/2009 04:02 pm Panagiotis Astithas

Fix uploads for files with funny names, by using URL.encode() instead of URL.encodeComponent(). The latter is required for HTML form-based uploads only.

c6f2b274 06/19/2009 05:09 pm Panagiotis Astithas

Properly cancel the upload for both gears-enabled and regular file uploads. This doesn't seem to be working in my localhost tests, but it must be either a bug in gears, or the too fast connection to the server from the loopback interface.

19fe0bff 06/17/2009 03:05 pm Panagiotis Astithas

Display the Google Gears site in a new window.

02ce29e5 06/16/2009 05:33 pm Panagiotis Astithas

Reword the help comment, add some code comments and do some minor style cleanup.

3de5aa1e 06/16/2009 02:00 pm Panagiotis Astithas

Add a help comment on the file upload dialog mentioning the extra functionality provided by google gears and a link for installing it.

4fc9ea8b 06/15/2009 05:36 pm Panagiotis Astithas

Use separate progress bars next to each file, in order to better track the progress of the upload process.

204107fb 06/15/2009 04:01 pm Panagiotis Astithas

Introduce TransactionHelper, a utility class for retrying the supplied transactional command in the face of rollbacks caused by optimistic lock exceptions. This allows multiple file uploads to succeed, even in a single core system.

Also make hitting the ENTER key behave the same as clicking the Upload button.

a8ede553 06/15/2009 12:24 pm Panagiotis Astithas

Fix uploading file when a synonymous one is in the trash.

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.