Statistics
| Branch: | Tag: | Revision:

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

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

c24efcc9 05/19/2010 12:22 pm Natasa Kapravelou

New javascript method Trim added in DisplayHelper that trim not only whitespaces but also nbsp. Continue modifying the PopupTree in order to show the correct URI in browsers address bar. Not completed yet since the encoding need revision and history hasnot implemented yet. Add a new condition check in FileMenu.java that checks when the Upload option should be available (related to Issue 9 bug), no completed since in Trash/foo_folder the option of New Folder/Upload should not be available

6b561ede 05/05/2010 06:18 pm Natasa Kapravelou

Don't show the New Folder option in File menu when Trash,My Shared, Other's Shared is selected. This fixes Issue 9

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

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

efcf7a2d 09/07/2009 01:00 pm Fotis Stamatelopoulos

Hide download and property file menu options on multiple selection

e85f2ab5 09/07/2009 12:07 pm Fotis Stamatelopoulos

Hide download and property file menu options on multiple selection

b4b6e89f 07/13/2009 03:46 pm Panagiotis Astithas

Use Lytebox (a Lightbox clone) for quick viewing images.

b0cdfc28 07/07/2009 03:49 pm Fotis Stamatelopoulos

initial implementation of a simple image viewer ("View Image" command in the file context menu)

ee81f580 06/15/2009 01:30 pm Panagiotis Astithas

Use the shorter and more common label \"Save As\".

c357d641 06/15/2009 12:45 pm Dimitris Routsis

Merge with 612ee1db5780de03ba2db24aae9513e7f28fea8a

617fe906 06/12/2009 06:17 pm Dimitris Routsis

- Add "Save file as" menu that forces browser to download file instead of opening it inline.
- Fix broken international characters in browser Save As dialog.

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.

ea517aad 06/12/2009 02:40 pm Dimitris Routsis

Don't show Upload and Paste options in My Shared and Other's Shared pseudo-folders.

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

Remove the redundant gss top-level directory.