pithos
14 years agoMake sure *nocache* files are never cached and *cache* files are cached for a year...
Panagiotis Astithas [Fri, 30 Oct 2009 15:00:13 +0000 (17:00 +0200)]
Make sure *nocache* files are never cached and *cache* files are cached for a year. This way redeployments should never require cleaning the browser cache again. Also, cache everything else for 40 days, to make the application startup snappier.

14 years agoUse the modification date for files in search results, too.
Panagiotis Astithas [Fri, 30 Oct 2009 14:47:11 +0000 (16:47 +0200)]
Use the modification date for files in search results, too.

14 years agoSend and display modification dates for shared, others and trash namespaces, since...
Panagiotis Astithas [Thu, 29 Oct 2009 15:53:53 +0000 (17:53 +0200)]
Send and display modification dates for shared, others and trash namespaces, since the UI file list code is the same for both the files namespace and these virtual namespaces. It is also more consistent to use the same reduced file representation for every namespace.

14 years agoAllow setting the modification date when updating a file.
Panagiotis Astithas [Tue, 20 Oct 2009 09:51:07 +0000 (12:51 +0300)]
Allow setting the modification date when updating a file.

14 years ago- Display the modification date instead of the creation date, since the former is...
Panagiotis Astithas [Fri, 16 Oct 2009 15:15:40 +0000 (18:15 +0300)]
- Display the modification date instead of the creation date, since the former is more useful.
- Fix sorting on the owner column.
- Make sorting comparisons more efficient by removing unnecessary object creation.

14 years agoUpdate the FileHeader auditInfo when uploading a new body.
Panagiotis Astithas [Fri, 16 Oct 2009 15:13:09 +0000 (18:13 +0300)]
Update the FileHeader auditInfo when uploading a new body.

14 years agoParse the modification date for files in the folder.
Panagiotis Astithas [Fri, 16 Oct 2009 15:12:21 +0000 (18:12 +0300)]
Parse the modification date for files in the folder.

14 years agoChase the JDK update.
Panagiotis Astithas [Fri, 16 Oct 2009 15:10:43 +0000 (18:10 +0300)]
Chase the JDK update.

14 years agomerge
Fotis Stamatelopoulos [Wed, 30 Sep 2009 16:03:25 +0000 (19:03 +0300)]
merge

14 years agobetter matching of MS Office mime types (in showing file icons and indexing)
Fotis Stamatelopoulos [Wed, 30 Sep 2009 15:47:06 +0000 (18:47 +0300)]
better matching of MS Office mime types (in showing file icons and indexing)

14 years agoRetry transactions in the face of optimistic locking exceptions for all "write" trans...
Dimitris Routsis [Mon, 28 Sep 2009 11:32:54 +0000 (14:32 +0300)]
Retry transactions in the face of optimistic locking exceptions for all "write" transactions in WebDAV API.
Move TransactionHelper class to EJBs so it is visible from both REST and WebDAV WARs.

14 years agoRetry transactions in the face of optimistic locking exceptions for all "write" trans...
Dimitris Routsis [Mon, 28 Sep 2009 09:39:39 +0000 (12:39 +0300)]
Retry transactions in the face of optimistic locking exceptions for all "write" transactions in REST API.

14 years agoChange to folder modification semantics: When anything inside a folder is updated...
Dimitris Routsis [Thu, 24 Sep 2009 12:55:01 +0000 (15:55 +0300)]
Change to folder modification semantics: When anything inside a folder is updated (including file and folder metadata), modification user and date should be updated also for all parent folders up to root.

14 years agoDon't show loading indicator for suggestion.
Dimitris Routsis [Thu, 10 Sep 2009 09:59:59 +0000 (12:59 +0300)]
Don't show loading indicator for suggestion.

14 years agoFixed broken caching in IE.
Dimitris Routsis [Thu, 10 Sep 2009 09:46:52 +0000 (12:46 +0300)]
Fixed broken caching in IE.

14 years agoPrevent any client from creating group including / in name (by sending BAD REQUEST...
Dimitris Routsis [Tue, 8 Sep 2009 13:02:54 +0000 (16:02 +0300)]
Prevent any client from creating group including / in name (by sending BAD REQUEST response.)

14 years agoHide download and property file menu options on multiple selection
Fotis Stamatelopoulos [Mon, 7 Sep 2009 10:00:42 +0000 (13:00 +0300)]
Hide download and property file menu options on multiple selection

14 years agoHide download and property file menu options on multiple selection
Fotis Stamatelopoulos [Mon, 7 Sep 2009 09:07:03 +0000 (12:07 +0300)]
Hide download and property file menu options on multiple selection

14 years agoAdded the groupURI parameter when parsing permissions, which precedes the group param...
Fotis Stamatelopoulos [Fri, 4 Sep 2009 15:01:45 +0000 (18:01 +0300)]
Added the groupURI parameter when parsing permissions, which precedes the group parameter. This allows the unique identification of groups throughout the application. We keep the group parameter for backwards compatibility with old clients

14 years agoFix bug: Delete user didn't work for group with international name.
Dimitris Routsis [Fri, 4 Sep 2009 08:31:59 +0000 (11:31 +0300)]
Fix bug: Delete user didn't work for group with international name.

14 years agoFix wrong encoding in new folder names, by returning the already constructed URI...
Panagiotis Astithas [Thu, 3 Sep 2009 15:19:12 +0000 (18:19 +0300)]
Fix wrong encoding in new folder names, by returning the already constructed URI. This required that createFolder() returns the newly-created folder, which was always a good idea (builder pattern).

14 years agoUpdate the 32bit VM due to a new jdk update.
Panagiotis Astithas [Wed, 2 Sep 2009 14:52:09 +0000 (17:52 +0300)]
Update the 32bit VM due to a new jdk update.

14 years agoRetry transactions in the face of optimistic locking exceptions when creating folders...
Panagiotis Astithas [Wed, 2 Sep 2009 14:51:09 +0000 (17:51 +0300)]
Retry transactions in the face of optimistic locking exceptions when creating folders or modifying resources. Also avoid an extra EJB call by returning the modified folder after the fact.

14 years ago- Correctly check whether the group has already access to the resource
Fotis Stamatelopoulos [Wed, 2 Sep 2009 10:05:12 +0000 (13:05 +0300)]
- Correctly check whether the group has already access to the resource
- Check NPE (to be on the safe side & clear warning)
- More appropriate messages

14 years agominor cosmetic change: appropriate button label
Fotis Stamatelopoulos [Mon, 31 Aug 2009 09:58:37 +0000 (12:58 +0300)]
minor cosmetic change: appropriate button label

14 years agocorrectly refresh the OthersShared folder tree on folder renames
Fotis Stamatelopoulos [Fri, 28 Aug 2009 16:50:51 +0000 (19:50 +0300)]
correctly refresh the OthersShared folder tree on folder renames

14 years agoonly sumbit changes to permissions if there are any
Fotis Stamatelopoulos [Fri, 28 Aug 2009 15:02:38 +0000 (18:02 +0300)]
only sumbit changes to permissions if there are any

14 years agoproperly select and expand the tree item (group) that was previously "selected",...
Fotis Stamatelopoulos [Fri, 28 Aug 2009 14:27:04 +0000 (17:27 +0300)]
properly select and expand the tree item (group) that was previously "selected", upon updating the tree

14 years agobe consistent: show sharing option in shared folders, as we do in shared folders
Fotis Stamatelopoulos [Fri, 28 Aug 2009 13:39:18 +0000 (16:39 +0300)]
be consistent: show sharing option in shared folders, as we do in shared folders

14 years agoSilently replace @ character when uploading. (Will have to do at least till a proper...
Dimitris Routsis [Wed, 26 Aug 2009 09:57:34 +0000 (12:57 +0300)]
Silently replace @ character when uploading. (Will have to do at least till a proper solution is found.)

14 years agoUse URL.encodeComponent() instead of URL.encode() as it encodes a few more characters...
Dimitris Routsis [Tue, 25 Aug 2009 14:58:03 +0000 (17:58 +0300)]
Use URL.encodeComponent() instead of URL.encode() as it encodes a few more characters that may appear in filenames and URL.encode() left unencoded.

14 years agoIncrease stack size as compiler in Windows chokes with default size.
Dimitris Routsis [Tue, 25 Aug 2009 14:56:43 +0000 (17:56 +0300)]
Increase stack size as compiler in Windows chokes with default size.

14 years agoAvoid a NPE when the next parameter is empty.
Panagiotis Astithas [Fri, 21 Aug 2009 12:08:15 +0000 (15:08 +0300)]
Avoid a NPE when the next parameter is empty.

14 years agoFix multiple file uploads in IE using Google Gears. It needed a POST instead of PUT...
Panagiotis Astithas [Fri, 7 Aug 2009 14:39:34 +0000 (17:39 +0300)]
Fix multiple file uploads in IE using Google Gears. It needed a POST instead of PUT, which required accommodating it in the server-side code. Also, error codes from file uploads are not handled in IE, since merely accessing the request.status field throws an internal error.

14 years agoAdd a custom error page for 403 errors and apply the main site style to all error...
Panagiotis Astithas [Wed, 5 Aug 2009 14:02:57 +0000 (17:02 +0300)]
Add a custom error page for 403 errors and apply the main site style to all error pages.

14 years agoParse the nextUrl parameter with URI instead of URL so that chrome: URIs can be used...
Panagiotis Astithas [Tue, 4 Aug 2009 09:56:03 +0000 (12:56 +0300)]
Parse the nextUrl parameter with URI instead of URL so that chrome: URIs can be used for redirection. This should simplify the login process for Firefox extensions.

15 years agoUpgrade gwt-dnd to version 2.6.4 for bug fixes and better support of GWT 1.6. Also...
Panagiotis Astithas [Tue, 14 Jul 2009 14:35:26 +0000 (17:35 +0300)]
Upgrade gwt-dnd to version 2.6.4 for bug fixes and better support of GWT 1.6. Also add a commented-out flag for enabling detailed GWT compiler output.

15 years agoDon't use the unsafe Accept-Charset header, since its contents are already defined...
Panagiotis Astithas [Tue, 14 Jul 2009 14:12:50 +0000 (17:12 +0300)]
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.

15 years agoUse Lytebox (a Lightbox clone) for quick viewing images.
Panagiotis Astithas [Mon, 13 Jul 2009 12:46:13 +0000 (15:46 +0300)]
Use Lytebox (a Lightbox clone) for quick viewing images.

15 years agoDisable multiple uploads using Gears for IE, until we investigate the problem.
Panagiotis Astithas [Mon, 13 Jul 2009 10:03:13 +0000 (13:03 +0300)]
Disable multiple uploads using Gears for IE, until we investigate the problem.

15 years agodo not show the "Save as" option on multiple selection
Fotis Stamatelopoulos [Wed, 8 Jul 2009 15:23:41 +0000 (18:23 +0300)]
do not show the "Save as" option on multiple selection

15 years agodisplay message while image loads on the client viewer
Fotis Stamatelopoulos [Wed, 8 Jul 2009 15:10:02 +0000 (18:10 +0300)]
display message while image loads on the client viewer

15 years agoavoid class cast exception in multiple file selection
Fotis Stamatelopoulos [Wed, 8 Jul 2009 15:09:16 +0000 (18:09 +0300)]
avoid class cast exception in multiple file selection

15 years agotake into account Mac OS clients
Fotis Stamatelopoulos [Wed, 8 Jul 2009 13:55:32 +0000 (16:55 +0300)]
take into account Mac OS clients

15 years agoinitial implementation of a simple image viewer ("View Image" command in the file...
Fotis Stamatelopoulos [Tue, 7 Jul 2009 12:49:55 +0000 (15:49 +0300)]
initial implementation of a simple image viewer ("View Image" command in the file context menu)

15 years agoCosmetic changes (widget sizes and alignment)
Fotis Stamatelopoulos [Tue, 7 Jul 2009 10:41:08 +0000 (13:41 +0300)]
Cosmetic changes (widget sizes and alignment)

15 years ago- added a few more mime-types when attempting to identify mime-type from the file...
Fotis Stamatelopoulos [Mon, 6 Jul 2009 15:23:02 +0000 (18:23 +0300)]
- added a few more mime-types when attempting to identify mime-type from the file extension
- remove warnings (uneeded throws declarations)

15 years agoMerge with d1e79f3c8c8779d14ab5297049bdc0812f942654
Fotis Stamatelopoulos [Mon, 6 Jul 2009 14:30:38 +0000 (17:30 +0300)]
Merge ... d1e79f3c8c8779d14ab5297049bdc0812f942654

15 years agoignore case when examining the file extension for guessing the mime-type
Fotis Stamatelopoulos [Mon, 6 Jul 2009 14:28:01 +0000 (17:28 +0300)]
ignore case when examining the file extension for guessing the mime-type

15 years agoFixed bug that prevented tags with international characters from being indexed proper...
Dimitris Routsis [Mon, 6 Jul 2009 13:31:35 +0000 (16:31 +0300)]
Fixed bug that prevented tags with international characters from being indexed properly, causing search to fail. (Bug #864 #2)

15 years agoFixed broken search for international characters. (Bug #864)
Dimitris Routsis [Mon, 6 Jul 2009 12:49:50 +0000 (15:49 +0300)]
Fixed broken search for international characters. (Bug #864)

15 years agoMerge with 24c6efe7ed90856868433076609836d2a95f7154
Dimitris Routsis [Mon, 6 Jul 2009 10:12:29 +0000 (13:12 +0300)]
Merge ... 24c6efe7ed90856868433076609836d2a95f7154

15 years agoFixed bug: When copying a versioned file, destination versioned flag wasn't set,...
Dimitris Routsis [Mon, 6 Jul 2009 10:11:29 +0000 (13:11 +0300)]
Fixed bug: When copying a versioned file, destination versioned flag wasn't set, causing only last version to be copied.

15 years agoFixed problems copying/moving via drag-and-drop had with international characters...
Dimitris Routsis [Mon, 6 Jul 2009 09:25:47 +0000 (12:25 +0300)]
Fixed problems copying/moving via drag-and-drop had with international characters in file / folder names.

15 years agodropped SOAP
Fotis Stamatelopoulos [Fri, 3 Jul 2009 15:05:34 +0000 (18:05 +0300)]
dropped SOAP

15 years agoFixed corner case: When selecting 1 row and then the one above it via shift-click...
Dimitris Routsis [Fri, 3 Jul 2009 14:40:32 +0000 (17:40 +0300)]
Fixed corner case: When selecting 1 row and then the one above it via shift-click, only one row would be selected instead of the correct two.

15 years agoMerge with f948e955504b0f4f31c1fe813f97f0297cd64cdb
Fotis Stamatelopoulos [Fri, 3 Jul 2009 13:29:33 +0000 (16:29 +0300)]
Merge ... f948e955504b0f4f31c1fe813f97f0297cd64cdb

15 years ago- more efficient moveFile implementation
Fotis Stamatelopoulos [Fri, 3 Jul 2009 13:25:06 +0000 (16:25 +0300)]
- more efficient moveFile implementation
- code clean up for better maintenance and easier implementation of future file storage layering

15 years agoMove create new WebDAV password URL from /users to plain / for user.
Dimitris Routsis [Fri, 3 Jul 2009 12:54:27 +0000 (15:54 +0300)]
Move create new WebDAV password URL from /users to plain / for user.

15 years agoMerge with fb4f6b87b576c0adf49a83ca6285a89f6154709c
Dimitris Routsis [Fri, 3 Jul 2009 11:42:05 +0000 (14:42 +0300)]
Merge ... fb4f6b87b576c0adf49a83ca6285a89f6154709c

15 years agoAdd Cut, Move to trash and Delete options to Other's shared context menu.
Dimitris Routsis [Fri, 3 Jul 2009 11:41:03 +0000 (14:41 +0300)]
Add Cut, Move to trash and Delete options to Other's shared context menu.

15 years agoReauthenticate user when creating new WebDAV password, so the new password gets sent...
Dimitris Routsis [Fri, 3 Jul 2009 11:39:47 +0000 (14:39 +0300)]
Reauthenticate user when creating new WebDAV password, so the new password gets sent back in a secure way.

15 years ago- add status panel refresh wherever needed
Fotis Stamatelopoulos [Fri, 3 Jul 2009 11:24:55 +0000 (14:24 +0300)]
- add status panel refresh wherever needed
- remove various warnings
- display "move" option for "Shared" folders

15 years agorefresh status panel on delete folder
Fotis Stamatelopoulos [Fri, 3 Jul 2009 11:16:45 +0000 (14:16 +0300)]
refresh status panel on delete folder

15 years agorefresh status panel on Paste
Fotis Stamatelopoulos [Fri, 3 Jul 2009 10:50:31 +0000 (13:50 +0300)]
refresh status panel on Paste

15 years agoMerge with 2a2d62f9da9674f80214a52654521f9e6d807b99
Dimitris Routsis [Thu, 2 Jul 2009 13:53:50 +0000 (16:53 +0300)]
Merge ... 2a2d62f9da9674f80214a52654521f9e6d807b99

15 years agoSwitch reset WebDAV password from GET to POST.
Dimitris Routsis [Thu, 2 Jul 2009 13:29:43 +0000 (16:29 +0300)]
Switch reset WebDAV password from GET to POST.

15 years agoUse a different strategy for login in development environments that does not require...
Panagiotis Astithas [Thu, 2 Jul 2009 09:18:46 +0000 (12:18 +0300)]
Use a different strategy for login in development environments that does not require me to recompile the web client for production deployment. Now, if the testUsername property is found in gss.properties the server treats the value as an authenticated username.

The client redirect does not work for development though, since the login URL is specified in a web client property that would require recompilation again. So instead of:

http://127.0.0.1:8080/pithos/

we will now use the more elaborate form:

http://127.0.0.1:8080/pithos/login?next=http://127.0.0.1:8080/pithos/

15 years agoMerge with 7326fe16b35cbc65c6c6e1c59d8f7e107cd351ce
Panagiotis Astithas [Wed, 1 Jul 2009 15:40:55 +0000 (18:40 +0300)]
Merge ... 7326fe16b35cbc65c6c6e1c59d8f7e107cd351ce

15 years agoAdd forgotten getter and setter.
Panagiotis Astithas [Wed, 1 Jul 2009 15:39:08 +0000 (18:39 +0300)]
Add forgotten getter and setter.

15 years agoFix a typo.
Panagiotis Astithas [Wed, 1 Jul 2009 15:38:30 +0000 (18:38 +0300)]
Fix a typo.

15 years agoIf no WebDAV password has ever been generated, copy token to it at initial login...
Dimitris Routsis [Wed, 1 Jul 2009 15:36:51 +0000 (18:36 +0300)]
If no WebDAV password has ever been generated, copy token to it at initial login, to make sure user sees value in Show Credentials dialog.

15 years agoMerge with 1c0e8bb4b8b36009b768310cf3c323380e6c7f87
Dimitris Routsis [Wed, 1 Jul 2009 12:48:05 +0000 (15:48 +0300)]
Merge ... 1c0e8bb4b8b36009b768310cf3c323380e6c7f87

15 years agoProperly update root "other's shared" when refreshing / expanding tree after other...
Dimitris Routsis [Wed, 1 Jul 2009 12:45:16 +0000 (15:45 +0300)]
Properly update root "other's shared" when refreshing / expanding tree after other user has changed sharing. (Bug #703)

15 years agoProperly update others shares when refreshing / expanding tree after other user has...
Dimitris Routsis [Wed, 1 Jul 2009 09:17:53 +0000 (12:17 +0300)]
Properly update others shares when refreshing / expanding tree after other user has changed sharing. (Bug #703)

15 years agoUse a single configuration entry for the service home URL and avoid hardcoding it...
Panagiotis Astithas [Tue, 30 Jun 2009 14:14:13 +0000 (17:14 +0300)]
Use a single configuration entry for the service home URL and avoid hardcoding it in the logo image link.

15 years ago- Remove completely Permission entry for user that get assigned no permissions at...
Dimitris Routsis [Mon, 29 Jun 2009 12:31:53 +0000 (15:31 +0300)]
- Remove completely Permission entry for user that get assigned no permissions at all when updating file / folder permissions.
- Delete orphan Permission entries when updating file / folder permissions. (Used to stay behind)

15 years agoWhen using token as WebDAV password (fallback case), also copy it to webdavpassword...
Dimitris Routsis [Mon, 29 Jun 2009 09:39:24 +0000 (12:39 +0300)]
When using token as WebDAV password (fallback case), also copy it to webdavpassword field so it will never expire.

15 years agoFallback for transition to new WebDAV password: If no password has been created,...
Dimitris Routsis [Fri, 26 Jun 2009 14:52:13 +0000 (17:52 +0300)]
Fallback for transition to new WebDAV password: If no password has been created, use token as before.

15 years agoMerge with cb72e6e4ab36e8a6966f6f33af76e8f32ee53305
Dimitris Routsis [Thu, 25 Jun 2009 16:10:19 +0000 (19:10 +0300)]
Merge ... cb72e6e4ab36e8a6966f6f33af76e8f32ee53305

15 years agoAdd system-generated password for WebDAV. (Bug #705)
Dimitris Routsis [Thu, 25 Jun 2009 15:45:53 +0000 (18:45 +0300)]
Add system-generated password for WebDAV. (Bug #705)

15 years agoIncrease the GWT compiler memory so that using GWT 1.6 in compatibility mode is possible.
Panagiotis Astithas [Wed, 24 Jun 2009 14:51:53 +0000 (17:51 +0300)]
Increase the GWT compiler memory so that using GWT 1.6 in compatibility mode is possible.

15 years agoDisable fade-in and fade-out effects for IE because it has bugs rendering non-opaque...
Dimitris Routsis [Wed, 24 Jun 2009 10:28:36 +0000 (13:28 +0300)]
Disable fade-in and fade-out effects for IE because it has bugs rendering non-opaque objects.
(See e.g. http://www.nabble.com/Fading-effects-and-anti-aliasing-in-IE-Opera-td15501116s27240.html, http://snook.ca/archives/html_and_css/ie-position-fixed-opacity-filter, http://blogs.msdn.com/ie/archive/2006/08/31/730887.aspx)

15 years agoMinor cleanups.
Panagiotis Astithas [Tue, 23 Jun 2009 14:31:50 +0000 (17:31 +0300)]
Minor cleanups.

15 years agoUploaded files should be counted towards owner's (i.e. namespace owner's) quota,...
Dimitris Routsis [Tue, 23 Jun 2009 09:11:56 +0000 (12:11 +0300)]
Uploaded files should be counted towards owner's (i.e. namespace owner's) quota, not uplolader's.

15 years agoImproved rounding for human-readable percentOfFreeSpace().
Dimitris Routsis [Tue, 23 Jun 2009 08:34:52 +0000 (11:34 +0300)]
Improved rounding for human-readable percentOfFreeSpace().

15 years agoFix uploads for files with funny names, by using URL.encode() instead of URL.encodeCo...
Panagiotis Astithas [Mon, 22 Jun 2009 13:02:58 +0000 (16:02 +0300)]
Fix uploads for files with funny names, by using URL.encode() instead of URL.encodeComponent(). The latter is required for HTML form-based uploads only.

15 years agoProperly cancel the upload for both gears-enabled and regular file uploads. This...
Panagiotis Astithas [Fri, 19 Jun 2009 14:09:45 +0000 (17:09 +0300)]
Properly cancel the upload for both gears-enabled and regular file uploads. This doesn't seem to be working in my localhost tests, but it must be either a bug in gears, or the too fast connection to the server from the loopback interface.

15 years agoMention that we include the gwt-google-apis project in our code.
Panagiotis Astithas [Fri, 19 Jun 2009 13:46:29 +0000 (16:46 +0300)]
Mention that we include the gwt-google-apis project in our code.

15 years agoUse an exponential backoff strategy for retrying rolled back transactions.
Panagiotis Astithas [Wed, 17 Jun 2009 15:11:10 +0000 (18:11 +0300)]
Use an exponential backoff strategy for retrying rolled back transactions.

15 years agoDisplay the Google Gears site in a new window.
Panagiotis Astithas [Wed, 17 Jun 2009 12:05:46 +0000 (15:05 +0300)]
Display the Google Gears site in a new window.

15 years agoPerform the validation checks for every selected file and do it before starting the...
Panagiotis Astithas [Tue, 16 Jun 2009 14:35:29 +0000 (17:35 +0300)]
Perform the validation checks for every selected file and do it before starting the file uploads. Also, handle all possible error responses to the PUT requests.

15 years agoReword the help comment, add some code comments and do some minor style cleanup.
Panagiotis Astithas [Tue, 16 Jun 2009 14:33:10 +0000 (17:33 +0300)]
Reword the help comment, add some code comments and do some minor style cleanup.

15 years agoFix warnings.
Panagiotis Astithas [Tue, 16 Jun 2009 13:27:50 +0000 (16:27 +0300)]
Fix warnings.

15 years agoAdd a help comment on the file upload dialog mentioning the extra functionality provi...
Panagiotis Astithas [Tue, 16 Jun 2009 11:00:32 +0000 (14:00 +0300)]
Add a help comment on the file upload dialog mentioning the extra functionality provided by google gears and a link for installing it.

15 years agoUse separate progress bars next to each file, in order to better track the progress...
Panagiotis Astithas [Mon, 15 Jun 2009 14:36:19 +0000 (17:36 +0300)]
Use separate progress bars next to each file, in order to better track the progress of the upload process.

15 years agoIntroduce TransactionHelper, a utility class for retrying the supplied transactional...
Panagiotis Astithas [Mon, 15 Jun 2009 13:01:24 +0000 (16:01 +0300)]
Introduce TransactionHelper, a utility class for retrying the supplied transactional command in the face of rollbacks caused by optimistic lock exceptions. This allows multiple file uploads to succeed, even in a single core system.

Also make hitting the ENTER key behave the same as clicking the Upload button.

15 years agoUse the shorter and more common label \"Save As\".
Panagiotis Astithas [Mon, 15 Jun 2009 10:30:12 +0000 (13:30 +0300)]
Use the shorter and more common label \"Save As\".

15 years agoMerge with 3eaa2eb924fb461ee35eecb10b8ee0b0853165e0
Panagiotis Astithas [Mon, 15 Jun 2009 10:02:52 +0000 (13:02 +0300)]
Merge ... 3eaa2eb924fb461ee35eecb10b8ee0b0853165e0

15 years agoMerge with 612ee1db5780de03ba2db24aae9513e7f28fea8a
Dimitris Routsis [Mon, 15 Jun 2009 09:45:25 +0000 (12:45 +0300)]
Merge ... 612ee1db5780de03ba2db24aae9513e7f28fea8a