Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (9.6 kB)

# Date Author Comment
df9802b9 06/24/2010 03:40 pm Natasa Kapravelou

allow the proper completion of the given url for cases such as Trash, My Shared, Other's Shared.

bddcde7b 06/23/2010 05:44 pm Natasa Kapravelou

Minor fix. In case of a bad typed url home folder is selected instead of Trash folder in previous version

2487ac7b 06/22/2010 02:30 pm Natasa Kapravelou

Features concerning history navigation: 1. the user can use the browser history navigation with back and fwd arrows. (problems emerge if the user closes an already expanded tree of a folder, or sub folder, then history navigation is broken).
2. the user can type any 'parent' folder uri in the browser's address bar and fetch it's files e.g #Files/files/Data and any folder right below the home folder (not deeper), #Files/thrash/, #Files/others/, #Files/shared/. Only if the parent folder is already expanded, the user can navigate to the sub folders by typing the sub folder's name/uri at the address bar. Finally, if the user types a uri in the address bar which can't match any object in the application, Trash folder is selected....

98b59163 06/09/2010 05:23 pm Natasa Kapravelou

updateHistory removed from RestResource and other resources and implemented only in GSS updateHistory. New method constructUri implemented inside every Resource. Can't call the RestResource constructUri inside getTreeItem method in PopupTree. In case doing that all history navigation using browser's arrows is broken. Some NPE received in folders containing special characters (still searching why)

a90cda9b 06/03/2010 06:59 pm Natasa Kapravelou

another attempt to implement fetching the corresponding directory from a given uri. A getTreeItem method implemented in PopupTree as log as implementing the getName() in RestResource----needs improvement

08e5b7c7 06/02/2010 06:34 pm Natasa Kapravelou

early commit - first attemp, regarding giving a uri and fetching the proper directory

b98ec534 06/02/2010 01:05 pm Natasa Kapravelou

commit after code review. 1.Abstract method changed. Abstract removed and a basic implementation added in the RestResouce thus it's implemented only in the necessary Resource classes 2.bad comments removed 3. methods constructPartialPath and containsFolder moved from PopupTree to FolderResource since only this class uses them

81e0410f 06/01/2010 06:27 pm Natasa Kapravelou

Automated merge with https://gss.googlecode.com/hg/

c5070ebe 06/01/2010 06:26 pm Natasa Kapravelou

improved version of bug (almost)fix 371. Abstract methods implemented inside RestResource and therefore inside inherited resources in order if/else statements to be removed from PopupTree.java. The functionality remains the same (history support for folder navigation)

6ba2b21a 06/01/2010 05:57 pm Panagiotis Astithas

Fix warnings and simplify a method signature.

8c550474 06/01/2010 02:58 pm Natasa Kapravelou

Bugzilla – Bug 371, Add history support for folder navigation almost done. Issues listed for futher development 1.Forward navigation through Other's Shared folders. 2. Usual navigation problems with folder name '%' 3.Cross browser functionality check

7cdb5411 05/25/2010 03:31 pm Panagiotis Astithas

Fix build path errors during the last merge and silence a few warnings.

0174fdb2 05/25/2010 01:34 pm Natasa Kapravelou

Just before implementing the browser's history-not fully tested yet. Changes: GSS.java has been changed,i) in the first launch historyToken equals(Files), ii) History.addValueChangeHandler has been implemented and a Map collection has been used to store corresponding uri's/ TreeItem objects.Therefore, PopupTree.java has been updated to add the uri - TreeItem object pair to history map collection. Finally, a getPopupTree method has been added in the Folders.java that returns the PopupTree obj

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

4cf7beda 05/12/2010 04:15 pm Natasa Kapravelou

Changes in PopupTree.java in order to catch user's selection and present it in the browser url. not completed yet

06b48563 05/12/2010 01:51 pm Natasa Kapravelou

Formating commit. Comments fixed after code review. 1. Added a 2010 entry in copyright notice in GSS.java and also in PopupTree.java 2. Removed unnecessary comments in GSS.java 3. Code layout fixed for JSNI code 4. comment layout fixed in PopupTree.java line 181

b34c766c 05/12/2010 11:12 am Natasa Kapravelou

PopupTree.java changed and works for left folders menu. User's current selection in Folders is shown in the browser's address bar. Bug: it doesn't work when Trash / Other's Shared is selected

8c999b8c 05/12/2010 10:33 am Natasa Kapravelou

GSS.java changes to show user's selection in browser's address
PopupTree.java method on selection not completed
TestUri.java test class

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

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

ff8eb545 01/26/2010 11:00 am Giannis Koutsoubos

right click selection for folder tree

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

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

aa07a34b 06/16/2009 04:27 pm Panagiotis Astithas

Fix warnings.

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

Remove the redundant gss top-level directory.