Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client / rest / RestCommand.java @ a60ea262

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

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

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

928122a9 01/19/2010 03:02 pm Panagiotis Astithas

Restore check for atob, since it works fine in every combination tried: Windows/Linux, IE/FF/Safari/Chrome.

2ba74f46 01/15/2010 03:40 pm Giannis Koutsoubos

removed hack for local testing

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

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

2147acc8 07/14/2009 05:12 pm Panagiotis Astithas

Don't use the unsafe Accept-Charset header, since its contents are already defined in the Accept header and Webkit (Chrome, Safari) complains about it.

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

Remove the redundant gss top-level directory.