Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client / FolderContextMenu.java @ 739a8eba

History | View | Annotate | Download (16.7 kB)

# Date Author Comment
2390ae8e 02/28/2011 04:26 pm Natasa Kapravelou

Don't allow Cut, Move to Trash, Delete options for the home folder. This solves issue 76.

bd2b3100 02/22/2011 05:57 pm Natasa Kapravelou

Since WebDriver instance is common for both FileUtils and FolderUtils a new class has been created 'setUpUtils' that serves common variables and setUp() and tearDown() methods. For the same reason, GeneralPurposeUtils has been created to hold common frequantly used methods for both file and folder tests. Also an initial test SeleneseTestCase class has been created in order to create tests that need right click. However, this test doesn't start. Finally, id's in folderContextDialog changed and moved inside <span> element.

67a0315c 02/18/2011 06:52 pm Natasa Kapravelou

Made a new arrangement of tests on folder utilities and added some new methods regarding file tests. Tests on group items failed. And folderContext menu ids need revising.

c9660f7f 02/14/2011 12:54 pm Natasa Kapravelou

Added ids to the displayed popup items when right click on a folder (FolderContextMenu).

25cc4c1b 02/09/2011 06:07 pm Natasa Kapravelou

Added ids to folder context menu for trash folder after a wrong merge.

f7434e60 02/08/2011 04:15 pm Giannis Koutsoubos

restore trash menu item

98b84eb7 01/31/2011 05:24 pm Giannis Koutsoubos

tree support for others, node type based on resource type, initial refresh support

05e3858e 01/25/2011 03:15 pm Giannis Koutsoubos

show popup for FolderResource

5b09ea6c 01/25/2011 02:44 pm Giannis Koutsoubos

replace tree with celltree ( still work in progress)

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

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

e2d2e378 08/28/2009 04:39 pm Fotis Stamatelopoulos

be consistent: show sharing option in shared folders, as we do in shared folders

66cbe681 07/03/2009 02:41 pm Dimitris Routsis

Add Cut, Move to trash and Delete options to Other's shared context menu.

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.