Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client / tree @ 4856bcbf

Latest revisions

# Date Author Comment
a60ea262 01/31/2011 04:02 pm Natasa Kapravelou

Added ids in homefolder(tree.homeFolder), Trash(tree.Trash), My Shared (tree.myShared) and Other's Shared (tree.othersShared). Also added ids in the items shown in the popup when right clicking in a folder (the naming convention is folderContextMenu.action) and in the items shown in the popup when right clicking in a file (the naming convention is fileContextMenu.action).

e5a2f3bd 01/28/2011 05:46 pm Natasa Kapravelou

Added some id's to the topPanel Menu. Id's are created using a conventional name space like topMenu.titleOfMenu.titleAction e.g topMenu.File.NewFolder. Also changed the junit version to JUnit 4.8.1 in the build.xml

e1828145 10/05/2010 04:20 pm Natasa Kapravelou

Properly show all files and folders that are marked as 'public' below the 'My Shared' view (concerning the client source code).

9ab5db6d 09/01/2010 06:26 pm Natasa Kapravelou

A new Command(GetUserFullName) was implemented in order to fetch user's full name out of the user name.

e8fd351d 07/23/2010 05:16 pm Natasa Kapravelou

- fix the problem which was related to download a file. It works now since an if statement was updated from if(content) to if (folder != null && content)
- fix the path of a containing subfolder in a public folder
- When a folder is marked as public from a user all containing files are also marked as public...

c5b7e657 07/09/2010 02:52 pm Natasa Kapravelou

Merge with 66f69a7348ed1a0de9113a64025721fcc6e68b84

2f924703 07/09/2010 02:32 pm Natasa Kapravelou

-Allow user to declare a public folder i)a checkbox named [Public] added in the web client's folder properties dialog ii) an API change made in order to return readforall flag for a folder iii) a readforall column added in the domain model
Public folders are marked with the same icon as shared folders and are available also in the My Shared view. This fixes Issue 17 along with the revision 7fc12576aafb

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.

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

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

d98c561b 03/23/2010 04:27 pm Giannis Koutsoubos

fix sharing icon and popup for my shared items and others

View revisions

Also available in: Atom