pithos
14 years agoimproved version of bug (almost)fix 371. Abstract methods implemented inside RestReso...
Natasa Kapravelou [Tue, 1 Jun 2010 15:26:48 +0000 (18:26 +0300)]
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)

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Natasa Kapravelou [Tue, 1 Jun 2010 11:58:53 +0000 (14:58 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agoBugzilla – Bug 371, Add history support for folder navigation almost done. Issues...
Natasa Kapravelou [Tue, 1 Jun 2010 11:58:27 +0000 (14:58 +0300)]
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

14 years agoFix the owner permission removal check when updating folders as well, and add the...
Panagiotis Astithas [Thu, 27 May 2010 11:17:19 +0000 (14:17 +0300)]
Fix the owner permission removal check when updating folders as well, and add the empty permission check to that case, too.

14 years ago- Use encodeComponent for encoding the new folder name in order to be compatible...
Panagiotis Astithas [Thu, 27 May 2010 10:32:18 +0000 (13:32 +0300)]
- Use encodeComponent for encoding the new folder name in order to be compatible with the server.
- Style fixes.

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Natasa Kapravelou [Tue, 25 May 2010 12:53:39 +0000 (15:53 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agotrying to fix a build path error
Natasa Kapravelou [Tue, 25 May 2010 12:44:18 +0000 (15:44 +0300)]
trying to fix a build path error

14 years agoFix build path errors during the last merge and silence a few warnings.
Panagiotis Astithas [Tue, 25 May 2010 12:31:30 +0000 (15:31 +0300)]
Fix build path errors during the last merge and silence a few warnings.

14 years agomerge with 51a2069b54c1
Natasa Kapravelou [Tue, 25 May 2010 10:44:46 +0000 (13:44 +0300)]
merge with 51a2069b54c1

14 years agoJust before implementing the browser's history-not fully tested yet. Changes: GSS...
Natasa Kapravelou [Tue, 25 May 2010 10:34:32 +0000 (13:34 +0300)]
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

14 years agoRedirect to login for browser requests without a cookie present and also for requests...
Panagiotis Astithas [Fri, 21 May 2010 15:43:02 +0000 (18:43 +0300)]
Redirect to login for browser requests without a cookie present and also for requests with cookies but without the proper one.

14 years agoNow that we keep around the cookie, give the user the opportunity to use it as the...
Panagiotis Astithas [Thu, 20 May 2010 15:28:07 +0000 (18:28 +0300)]
Now that we keep around the cookie, give the user the opportunity to use it as the authentication token to get to a file. This way passing around simple file resource URIs is possible, and as long as the user has authenticated with the service in the current browser session, he can access the file. Furthermore, treat such simple browser access as a special case and redirect to login before returning back to the file. Now one can e-mail the file URI to another user and he can click on the link, get prompted to login (or even register for the service) and then get back to the file URI to download it automatically.

This should help spread the word about the service in a more viral way.

14 years agoSimplify a method call.
Panagiotis Astithas [Thu, 20 May 2010 14:37:40 +0000 (17:37 +0300)]
Simplify a method call.

14 years agoUpgrade commons-codec from 1.3 to 1.4.
Panagiotis Astithas [Thu, 20 May 2010 14:37:15 +0000 (17:37 +0300)]
Upgrade commons-codec from 1.3 to 1.4.

14 years agoFix more than 100 warnings.
Panagiotis Astithas [Wed, 19 May 2010 13:16:15 +0000 (16:16 +0300)]
Fix more than 100 warnings.

14 years agoDon't allow usernames with spaces.
Panagiotis Astithas [Wed, 19 May 2010 11:09:06 +0000 (14:09 +0300)]
Don't allow usernames with spaces.

14 years agoOnly clear the cookie when the user logs out. This way a user only needs to login...
Panagiotis Astithas [Wed, 19 May 2010 11:07:21 +0000 (14:07 +0300)]
Only clear the cookie when the user logs out. This way a user only needs to login once per session and the site appears more web-like. This was not possible before the SSL transport was present, since the token would be exposed to eavesdroppers.

14 years agoFix warnings and stop complaining about parameter assignment. We're not eleven.
Panagiotis Astithas [Wed, 19 May 2010 11:04:29 +0000 (14:04 +0300)]
Fix warnings and stop complaining about parameter assignment. We're not eleven.

14 years agoNew javascript method Trim added in DisplayHelper that trim not only whitespaces...
Natasa Kapravelou [Wed, 19 May 2010 09:22:29 +0000 (12:22 +0300)]
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

14 years agoFix the check for removed owner permissions.
Panagiotis Astithas [Mon, 17 May 2010 15:09:20 +0000 (18:09 +0300)]
Fix the check for removed owner permissions.

14 years agoHandle metadata updates even if they are sent with application/x-www/form-urlencoded...
Panagiotis Astithas [Mon, 17 May 2010 10:55:03 +0000 (13:55 +0300)]
Handle metadata updates even if they are sent with application/x-www/form-urlencoded content type.

14 years agoUpgrade gwt-gears to version 1.3.0.
Panagiotis Astithas [Wed, 12 May 2010 15:09:53 +0000 (18:09 +0300)]
Upgrade gwt-gears to version 1.3.0.

14 years agoChanges in PopupTree.java in order to catch user's selection and present it in the...
Natasa Kapravelou [Wed, 12 May 2010 13:15:03 +0000 (16:15 +0300)]
Changes in PopupTree.java in order to catch user's selection and present it in the browser url. not completed yet

14 years agoFormating commit. Comments fixed after code review. 1. Added a 2010 entry in copyrigh...
Natasa Kapravelou [Wed, 12 May 2010 10:51:58 +0000 (13:51 +0300)]
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

14 years agoPopupTree.java changed and works for left folders menu. User's current selection...
Natasa Kapravelou [Wed, 12 May 2010 08:12:40 +0000 (11:12 +0300)]
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

14 years agoMerge with dab7e1d55b579c81cdbcabd066f9ff9291ccbba7
Natasa Kapravelou [Wed, 12 May 2010 07:38:30 +0000 (10:38 +0300)]
Merge ... dab7e1d55b579c81cdbcabd066f9ff9291ccbba7

14 years agonew test class (testing purposes only)
Natasa Kapravelou [Wed, 12 May 2010 07:36:31 +0000 (10:36 +0300)]
new test class (testing purposes only)

14 years agoGSS.java changes to show user's selection in browser's address
Natasa Kapravelou [Wed, 12 May 2010 07:33:07 +0000 (10:33 +0300)]
GSS.java changes to show user's selection in browser's address
PopupTree.java method on selection not completed
TestUri.java test class

14 years agoFix build with ant.
Panagiotis Astithas [Mon, 10 May 2010 09:29:09 +0000 (12:29 +0300)]
Fix build with ant.

14 years agoPrettify the jsp pages.
Panagiotis Astithas [Fri, 7 May 2010 14:08:04 +0000 (17:08 +0300)]
Prettify the jsp pages.

14 years agoSet all required objectClass attributes when adding an entry to LDAP. Also consistent...
Panagiotis Astithas [Thu, 6 May 2010 15:00:48 +0000 (18:00 +0300)]
Set all required objectClass attributes when adding an entry to LDAP. Also consistently encode and decode request parameters on success and errors.

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Natasa Kapravelou [Wed, 5 May 2010 15:19:32 +0000 (18:19 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agoDon't show the New Folder option in File menu when Trash,My Shared, Other's Shared...
Natasa Kapravelou [Wed, 5 May 2010 15:18:22 +0000 (18:18 +0300)]
Don't show the New Folder option in File menu when Trash,My Shared, Other's Shared is selected. This fixes Issue 9

14 years agoUse firstname & lastname instead of full name for more flexibility and escape commas...
Panagiotis Astithas [Wed, 5 May 2010 13:39:52 +0000 (16:39 +0300)]
Use firstname & lastname instead of full name for more flexibility and escape commas in property file.

14 years agoCreate user accounts in an LDAP-based IdP server after registration, so that Shibbole...
Panagiotis Astithas [Wed, 5 May 2010 12:45:25 +0000 (15:45 +0300)]
Create user accounts in an LDAP-based IdP server after registration, so that Shibboleth login can work.

14 years agoImplement proper backend lookup for invitations.
Panagiotis Astithas [Thu, 29 Apr 2010 15:23:00 +0000 (18:23 +0300)]
Implement proper backend lookup for invitations.

14 years agoAdd a user registration flow. Registration can be open for all, or limited to issued...
Panagiotis Astithas [Thu, 29 Apr 2010 14:54:31 +0000 (17:54 +0300)]
Add a user registration flow. Registration can be open for all, or limited to issued invitation codes, as configured in gss.properties.

14 years agoWe don't need to debug EHCache and HTTPClient.
Panagiotis Astithas [Fri, 23 Apr 2010 11:40:16 +0000 (14:40 +0300)]
We don't need to debug EHCache and HTTPClient.

14 years agoUse better wording for the workers property.
Panagiotis Astithas [Wed, 21 Apr 2010 13:10:46 +0000 (16:10 +0300)]
Use better wording for the workers property.

14 years agoDon't hardcode the number of workers for gwt compilation. Use an ant property instead.
Panagiotis Astithas [Wed, 21 Apr 2010 13:05:53 +0000 (16:05 +0300)]
Don't hardcode the number of workers for gwt compilation. Use an ant property instead.

14 years agoMake folder move more efficient by not copying the actual file contents.
Panagiotis Astithas [Tue, 20 Apr 2010 14:17:14 +0000 (17:17 +0300)]
Make folder move more efficient by not copying the actual file contents.

14 years agoSplit persistentId into identityProvider and identityProviderId for easier DB queries.
Panagiotis Astithas [Tue, 20 Apr 2010 11:31:59 +0000 (14:31 +0300)]
Split persistentId into identityProvider and identityProviderId for easier DB queries.

14 years agoLog the file id when indexing fails and hide the stack trace for file not found cases...
Panagiotis Astithas [Tue, 20 Apr 2010 11:00:08 +0000 (14:00 +0300)]
Log the file id when indexing fails and hide the stack trace for file not found cases, where it is redundant.

14 years agoUse exponential backoff when updating the password or last login time in WebDAV.
Panagiotis Astithas [Fri, 16 Apr 2010 14:39:21 +0000 (17:39 +0300)]
Use exponential backoff when updating the password or last login time in WebDAV.

14 years agoDisplay the last login in the web client.
Panagiotis Astithas [Fri, 16 Apr 2010 14:18:39 +0000 (17:18 +0300)]
Display the last login in the web client.

14 years agoUpdate the last login for WebDAV access as well.
Panagiotis Astithas [Fri, 16 Apr 2010 13:32:49 +0000 (16:32 +0300)]
Update the last login for WebDAV access as well.

14 years agoAdd a new API operation for invalidating the current authentication token and returni...
Panagiotis Astithas [Thu, 15 Apr 2010 15:09:56 +0000 (18:09 +0300)]
Add a new API operation for invalidating the current authentication token and returning a new one.

14 years agoStore the time the user last logged-in. Since the user object is now modified in...
Panagiotis Astithas [Thu, 15 Apr 2010 14:04:24 +0000 (17:04 +0300)]
Store the time the user last logged-in. Since the user object is now modified in every login, drop the updated flag optimization. Also, remove an obsolete EJB method.

14 years agoRetrieve the persistent-id from Shibboleth and store it in the DBMS for future use...
Panagiotis Astithas [Thu, 15 Apr 2010 13:39:49 +0000 (16:39 +0300)]
Retrieve the persistent-id from Shibboleth and store it in the DBMS for future use. Also, fix a few warnings.

14 years agoLog any persistent-id attributes from Shibboleth.
Panagiotis Astithas [Thu, 8 Apr 2010 10:38:02 +0000 (13:38 +0300)]
Log any persistent-id attributes from Shibboleth.

14 years agoFix classpath for builds without eclipse.
Panagiotis Astithas [Wed, 7 Apr 2010 11:56:00 +0000 (14:56 +0300)]
Fix classpath for builds without eclipse.

14 years agoUse EHCache for second-level caching.
Panagiotis Astithas [Thu, 1 Apr 2010 15:42:11 +0000 (18:42 +0300)]
Use EHCache for second-level caching.

14 years agoIgnore Mac cache files.
Panagiotis Astithas [Thu, 1 Apr 2010 14:50:38 +0000 (17:50 +0300)]
Ignore Mac cache files.

14 years agofixed display of My Shared files
Giannis Koutsoubos [Wed, 31 Mar 2010 13:44:28 +0000 (16:44 +0300)]
fixed display of My Shared files

14 years agoFix the native library path for JBossWeb libraries.
Panagiotis Astithas [Fri, 26 Mar 2010 15:30:42 +0000 (17:30 +0200)]
Fix the native library path for JBossWeb libraries.

14 years agoUse SSL transport all over the place, for the production deployment.
Panagiotis Astithas [Wed, 24 Mar 2010 10:44:01 +0000 (12:44 +0200)]
Use SSL transport all over the place, for the production deployment.

14 years agoFix broken classpath on Eclipse due to gwt-dnd upgrade.
Panagiotis Astithas [Tue, 23 Mar 2010 16:42:02 +0000 (18:42 +0200)]
Fix broken classpath on Eclipse due to gwt-dnd upgrade.

14 years agoright click selection in search results
Giannis Koutsoubos [Tue, 23 Mar 2010 15:07:56 +0000 (17:07 +0200)]
right click selection in search results

14 years agoremoved development stuff
Giannis Koutsoubos [Tue, 23 Mar 2010 14:46:22 +0000 (16:46 +0200)]
removed development stuff

14 years agofix: when dragging a file on a selected folder, selection style gets lost
Giannis Koutsoubos [Tue, 23 Mar 2010 14:38:01 +0000 (16:38 +0200)]
fix: when dragging a file on a selected folder, selection style gets lost

14 years agoremoved clickhandler from dnd icon
Giannis Koutsoubos [Tue, 23 Mar 2010 14:36:51 +0000 (16:36 +0200)]
removed clickhandler from dnd icon

14 years agofetch file data also for MyShare and Other User Shared
Giannis Koutsoubos [Tue, 23 Mar 2010 14:35:18 +0000 (16:35 +0200)]
fetch file data also for MyShare and Other User Shared

14 years agoupgrade gwt-dnd to version 3.0.1
Giannis Koutsoubos [Tue, 23 Mar 2010 14:30:38 +0000 (16:30 +0200)]
upgrade gwt-dnd to version 3.0.1

14 years agofix sharing icon and popup for my shared items and others
Giannis Koutsoubos [Tue, 23 Mar 2010 14:27:40 +0000 (16:27 +0200)]
fix sharing icon and popup for my shared items and others

14 years agoAvoid JavaScript errors caused by non-existent text.
Panagiotis Astithas [Thu, 18 Mar 2010 15:58:05 +0000 (17:58 +0200)]
Avoid JavaScript errors caused by non-existent text.

14 years agoDon't waste time constructing the cookie for the iPhone client login case.
Panagiotis Astithas [Mon, 15 Mar 2010 12:10:53 +0000 (14:10 +0200)]
Don't waste  time constructing the cookie for the iPhone client login case.

14 years agoMove the loading indicator to the top of the page, in order to be less distracting...
Panagiotis Astithas [Mon, 15 Mar 2010 11:44:22 +0000 (13:44 +0200)]
Move the loading indicator to the top of the page, in order to be less distracting and improve perceived latency. Use a single inlined animated GIF in order to speed up bootstrap.

14 years agoFix the HornetQ installation paths for the production deployment.
Panagiotis Astithas [Fri, 12 Mar 2010 12:30:00 +0000 (14:30 +0200)]
Fix the HornetQ installation paths for the production deployment.

14 years agoAdd HornetQ installation step to the production deployment installation.
Panagiotis Astithas [Fri, 12 Mar 2010 10:44:57 +0000 (12:44 +0200)]
Add HornetQ installation step to the production deployment installation.

14 years agominimize http requests on initialization (my shared and others)
Giannis Koutsoubos [Thu, 11 Mar 2010 12:41:25 +0000 (14:41 +0200)]
minimize http requests on initialization (my shared and others)
on other's shared nodes use only requests needed for visible items

14 years agouse http caching by using IF-MODIFIED-SINCE HEADERS and handling response accordingly
Giannis Koutsoubos [Thu, 11 Mar 2010 09:53:57 +0000 (11:53 +0200)]
use http caching by using IF-MODIFIED-SINCE HEADERS and handling response accordingly

14 years agofix class cast exception when trying to drag and drop files
Giannis Koutsoubos [Wed, 10 Mar 2010 12:36:12 +0000 (14:36 +0200)]
fix class cast exception when trying to drag and drop files

14 years agoReplace JBossMessaging 1.x and its HSQLDB data store with HornetQ. Indexing should...
Panagiotis Astithas [Tue, 9 Mar 2010 15:43:07 +0000 (17:43 +0200)]
Replace JBossMessaging 1.x and its HSQLDB data store with HornetQ. Indexing should be faster and more reliable now.

14 years agoUpgrade to JBoss 5.1.0 from 5.0.0.
Panagiotis Astithas [Tue, 23 Feb 2010 14:22:50 +0000 (16:22 +0200)]
Upgrade to JBoss 5.1.0 from 5.0.0.

14 years agoAdd some clarifications about how to set up athentication.
Panagiotis Astithas [Wed, 17 Feb 2010 08:36:42 +0000 (10:36 +0200)]
Add some clarifications about how to set up athentication.

14 years agoright click selection fo file list
Giannis Koutsoubos [Mon, 8 Feb 2010 14:50:03 +0000 (16:50 +0200)]
right click selection fo file list

14 years agoSmall style fixes:
Panagiotis Astithas [Mon, 1 Feb 2010 16:15:53 +0000 (18:15 +0200)]
Small style fixes:
- Use the background color for the splitter.
- Remove the padding inside the dialog boxes so that our background color appears uniform in warnings and errors.
- Restore the padding we remove when overriding the gwt-DialogBox style.

14 years agoLet the Escape key hide the suggest box.
Panagiotis Astithas [Fri, 29 Jan 2010 12:22:36 +0000 (14:22 +0200)]
Let the Escape key hide the suggest box.

14 years agoQuit messing with SuggestBox internals now that there is a public API to work with.
Panagiotis Astithas [Fri, 29 Jan 2010 10:57:15 +0000 (12:57 +0200)]
Quit messing with SuggestBox internals now that there is a public API to work with.

14 years agoright click selection in groups tree
Giannis Koutsoubos [Thu, 28 Jan 2010 12:12:18 +0000 (14:12 +0200)]
right click selection in groups tree

14 years agoAdd the file content type to the search results, as specified in the API documentation.
Panagiotis Astithas [Wed, 27 Jan 2010 13:28:19 +0000 (15:28 +0200)]
Add the file content type to the search results, as specified in the API documentation.

Discovered by: Giorgos Verigakis

14 years agoAllow login in development mode to utilize the GWT 2.0 browser plugin.
Panagiotis Astithas [Tue, 26 Jan 2010 18:14:15 +0000 (20:14 +0200)]
Allow login in development mode to utilize the GWT 2.0 browser plugin.

14 years agoright click selection for folder tree
Giannis Koutsoubos [Tue, 26 Jan 2010 09:00:07 +0000 (11:00 +0200)]
right click selection for folder tree

14 years agoHandle IE status code 1223 as a regular 204 and fix warnings.
Panagiotis Astithas [Fri, 22 Jan 2010 10:04:31 +0000 (12:04 +0200)]
Handle IE status code 1223 as a regular 204 and fix warnings.

14 years agoUse the standard theme from GWT, instead of our bad emulation from the GWT-1.3 era.
Panagiotis Astithas [Wed, 20 Jan 2010 16:28:05 +0000 (18:28 +0200)]
Use the standard theme from GWT, instead of our bad emulation from the GWT-1.3 era.

14 years agoMake the fade effect a tad snappier and remove debug code.
Panagiotis Astithas [Wed, 20 Jan 2010 13:16:48 +0000 (15:16 +0200)]
Make the fade effect a tad snappier and remove debug code.

14 years agoFix confusion over width and height.
Panagiotis Astithas [Wed, 20 Jan 2010 12:39:57 +0000 (14:39 +0200)]
Fix confusion over width and height.

14 years agoRevert inadvertent change.
Panagiotis Astithas [Tue, 19 Jan 2010 15:36:16 +0000 (17:36 +0200)]
Revert inadvertent change.

14 years agoMake 1GB not appear as 1024MB. Perception matters.
Panagiotis Astithas [Tue, 19 Jan 2010 13:39:29 +0000 (15:39 +0200)]
Make 1GB not appear as 1024MB. Perception matters.

14 years agoFix warning.
Panagiotis Astithas [Tue, 19 Jan 2010 13:35:24 +0000 (15:35 +0200)]
Fix warning.

14 years agoMake the name-username separator a bit more subtle.
Panagiotis Astithas [Tue, 19 Jan 2010 13:05:53 +0000 (15:05 +0200)]
Make the name-username separator a bit more subtle.

14 years agoRestore check for atob, since it works fine in every combination tried: Windows/Linux...
Panagiotis Astithas [Tue, 19 Jan 2010 13:02:45 +0000 (15:02 +0200)]
Restore check for atob, since it works fine in every combination tried: Windows/Linux, IE/FF/Safari/Chrome.

14 years agoRemove unused code, fix a few warnings and restore some inadvertent changes. Also...
Panagiotis Astithas [Mon, 18 Jan 2010 16:29:39 +0000 (18:29 +0200)]
Remove unused code, fix a few warnings and restore some inadvertent changes. Also mention the new dependency in the build text.

14 years agoUpdate the gwt-dnd version.
Panagiotis Astithas [Mon, 18 Jan 2010 12:59:46 +0000 (14:59 +0200)]
Update the gwt-dnd version.

14 years agoremoved hack for local testing
Giannis Koutsoubos [Fri, 15 Jan 2010 13:40:06 +0000 (15:40 +0200)]
removed hack for local testing

14 years agomoved towards gwt version 2.0 - updated dnd to version 3 -removed all deprecations
Giannis Koutsoubos [Fri, 15 Jan 2010 13:25:32 +0000 (15:25 +0200)]
moved towards gwt version 2.0 - updated dnd to version 3 -removed all deprecations

14 years agoRemove extra empty space on top of the page on webkit browsers.
Panagiotis Astithas [Mon, 14 Dec 2009 12:19:03 +0000 (14:19 +0200)]
Remove extra empty space on top of the page on webkit browsers.

14 years agoFix the alignment of the quota label and simplify the HTML widget for better performance.
Panagiotis Astithas [Fri, 11 Dec 2009 14:18:49 +0000 (16:18 +0200)]
Fix the alignment of the quota label and simplify the HTML widget for better performance.

14 years agoUpdate gwt-dnd to version 2.6.5.
Panagiotis Astithas [Thu, 10 Dec 2009 13:51:35 +0000 (15:51 +0200)]
Update gwt-dnd to version 2.6.5.

14 years agoGuard firebug console logging to avoid warnings on webkit & IE(?).
Panagiotis Astithas [Wed, 9 Dec 2009 15:02:21 +0000 (17:02 +0200)]
Guard firebug console logging to avoid warnings on webkit & IE(?).