horde.git
16 years agoFix server selection on reload
Michael M Slusarz [Tue, 17 Mar 2009 13:53:25 +0000 (07:53 -0600)]
Fix server selection on reload

16 years agoImprove hover effect.
Jan Schneider [Tue, 17 Mar 2009 18:17:22 +0000 (19:17 +0100)]
Improve hover effect.

16 years agoUse new dragdrop functionality.
Jan Schneider [Tue, 17 Mar 2009 17:18:48 +0000 (18:18 +0100)]
Use new dragdrop functionality.

16 years agoFind drop targets if using ghosts.
Jan Schneider [Tue, 17 Mar 2009 17:17:21 +0000 (18:17 +0100)]
Find drop targets if using ghosts.

16 years agoConsider page scrolling when snapping into the viewport. Should we really snap
Jan Schneider [Tue, 17 Mar 2009 16:05:58 +0000 (17:05 +0100)]
Consider page scrolling when snapping into the viewport. Should we really snap
into the viewport, or rather into the body?

16 years agoFix dragging in scrolled elements.
Jan Schneider [Tue, 17 Mar 2009 15:56:37 +0000 (16:56 +0100)]
Fix dragging in scrolled elements.
offset option always overrides default positioning.

16 years agoTweak method names.
Jan Schneider [Tue, 17 Mar 2009 14:34:13 +0000 (15:34 +0100)]
Tweak method names.

16 years agoKeep ghost positioned at the original position under the mouse pointer.
Jan Schneider [Tue, 17 Mar 2009 14:10:19 +0000 (15:10 +0100)]
Keep ghost positioned at the original position under the mouse pointer.

16 years agoAdd snapToParent option.
Jan Schneider [Tue, 17 Mar 2009 13:20:58 +0000 (14:20 +0100)]
Add snapToParent option.

16 years agoRemember splitbar position on login/refresh.
Michael M Slusarz [Tue, 17 Mar 2009 11:49:54 +0000 (05:49 -0600)]
Remember splitbar position on login/refresh.

16 years agoUse MODSEQ as cache ID if available
Michael M Slusarz [Tue, 17 Mar 2009 10:28:47 +0000 (04:28 -0600)]
Use MODSEQ as cache ID if available

16 years agoSimplify date display
Michael M Slusarz [Mon, 16 Mar 2009 20:41:55 +0000 (14:41 -0600)]
Simplify date display

16 years agodragdrop enhancements.
Michael M Slusarz [Mon, 16 Mar 2009 20:01:23 +0000 (14:01 -0600)]
dragdrop enhancements.

Allow dragging of item without ghosting.
Snap dragged item to edge of screen.
Use default classnames for both drag and drop.

16 years agoAdd drag and drop. Doesn't save in the backend yet.
Jan Schneider [Mon, 16 Mar 2009 18:03:12 +0000 (19:03 +0100)]
Add drag and drop. Doesn't save in the backend yet.

16 years agoAdd option to set a parent element for the dragger.
Jan Schneider [Mon, 16 Mar 2009 17:19:11 +0000 (18:19 +0100)]
Add option to set a parent element for the dragger.

16 years agoCreate captions absolutely positioned.
Jan Schneider [Mon, 16 Mar 2009 15:41:00 +0000 (16:41 +0100)]
Create captions absolutely positioned.

16 years agoCatch events not found, reduce indention.
Jan Schneider [Fri, 13 Mar 2009 16:21:49 +0000 (17:21 +0100)]
Catch events not found, reduce indention.

16 years agoImplement getEvent().
Jan Schneider [Fri, 13 Mar 2009 16:19:26 +0000 (17:19 +0100)]
Implement getEvent().

16 years agoinitial queue stub files and basic request-only storage/request shutdown task runner
Chuck Hagenbuch [Mon, 16 Mar 2009 14:37:43 +0000 (10:37 -0400)]
initial queue stub files and basic request-only storage/request shutdown task runner

16 years agoanother scribd client implementation
Chuck Hagenbuch [Mon, 16 Mar 2009 00:40:35 +0000 (20:40 -0400)]
another scribd client implementation

16 years agoFix locally modifiable file paths.
Michael M Slusarz [Mon, 16 Mar 2009 14:31:37 +0000 (08:31 -0600)]
Fix locally modifiable file paths.

16 years agoOptimize dragging
Michael M Slusarz [Mon, 16 Mar 2009 13:32:23 +0000 (07:32 -0600)]
Optimize dragging

16 years agoUse CAPTCHA if no securtiy answer is provided
Duck (Jakob Munih) [Mon, 16 Mar 2009 09:00:40 +0000 (10:00 +0100)]
Use CAPTCHA if no securtiy answer is provided

16 years agoExit if viewer exists
Duck (Jakob Munih) [Sun, 15 Mar 2009 14:44:46 +0000 (15:44 +0100)]
Exit if viewer exists

16 years agofix folder names
Chuck Hagenbuch [Sun, 15 Mar 2009 02:32:20 +0000 (22:32 -0400)]
fix folder names

16 years agoLog debug errors to firebug console, if available
Michael M Slusarz [Sat, 14 Mar 2009 14:55:28 +0000 (08:55 -0600)]
Log debug errors to firebug console, if available

16 years agoOnly run mouseOver() once per mouseover
Michael M Slusarz [Sat, 14 Mar 2009 14:46:05 +0000 (08:46 -0600)]
Only run mouseOver() once per mouseover

16 years agoFix dragdrop.js when drop area contains scrollbars.
Michael M Slusarz [Fri, 13 Mar 2009 18:35:56 +0000 (12:35 -0600)]
Fix dragdrop.js when drop area contains scrollbars.

Mouseover/mouseout events may not trigger when moving over a scrollbar,
so we need to observe the current position by looking at the mousemove
event instead.  Works out for the better since we are already processing
the mousemove event - allows us to remove 2 more global event observe
calls.

16 years agoVery basic event form display.
Jan Schneider [Fri, 13 Mar 2009 15:25:04 +0000 (16:25 +0100)]
Very basic event form display.

16 years agoWrap, appendChild() -> insert().
Jan Schneider [Fri, 13 Mar 2009 14:22:21 +0000 (15:22 +0100)]
Wrap, appendChild() -> insert().

16 years agoShow timeObjects.
Jan Schneider [Fri, 13 Mar 2009 14:20:45 +0000 (15:20 +0100)]
Show timeObjects.

16 years agoFix turning off remote calendars.
Jan Schneider [Fri, 13 Mar 2009 13:02:41 +0000 (14:02 +0100)]
Fix turning off remote calendars.
Always fill event cache.

16 years agoLoad holidays.
Jan Schneider [Fri, 13 Mar 2009 12:52:26 +0000 (13:52 +0100)]
Load holidays.

16 years agoFill cache if no events found.
Jan Schneider [Fri, 13 Mar 2009 12:42:30 +0000 (13:42 +0100)]
Fill cache if no events found.

16 years agoShow spinner while retrieving events.
Jan Schneider [Fri, 13 Mar 2009 11:26:22 +0000 (12:26 +0100)]
Show spinner while retrieving events.

16 years agoAdd week support to viewDates().
Jan Schneider [Fri, 13 Mar 2009 10:57:48 +0000 (11:57 +0100)]
Add week support to viewDates().
Fix minical in non-month views.

16 years agoPersonal flag doesn't need IMAP
Michael M Slusarz [Fri, 13 Mar 2009 06:46:28 +0000 (00:46 -0600)]
Personal flag doesn't need IMAP

16 years agoWork around some browser limitations regarding RFC 2397
Michael M Slusarz [Fri, 13 Mar 2009 05:20:37 +0000 (23:20 -0600)]
Work around some browser limitations regarding RFC 2397

16 years agoFix mailbox click handler
Michael M Slusarz [Thu, 12 Mar 2009 19:22:51 +0000 (13:22 -0600)]
Fix mailbox click handler

16 years agoRemove .svn directory.
Jan Schneider [Thu, 12 Mar 2009 23:17:07 +0000 (00:17 +0100)]
Remove .svn directory.

16 years agoSave enabled/disabled calendars in prefs.
Jan Schneider [Thu, 12 Mar 2009 23:11:10 +0000 (00:11 +0100)]
Save enabled/disabled calendars in prefs.
Fetch events from originally disabled calendars.

16 years agoSimple event caching.
Jan Schneider [Mon, 9 Mar 2009 14:10:30 +0000 (15:10 +0100)]
Simple event caching.
Turn calendars on and off.

16 years agoDon't return Holidays driver, if disabled.
Jan Schneider [Mon, 9 Mar 2009 08:24:48 +0000 (09:24 +0100)]
Don't return Holidays driver, if disabled.

16 years agoPermission checking.
Jan Schneider [Mon, 9 Mar 2009 08:24:23 +0000 (09:24 +0100)]
Permission checking.

16 years agoBug #8066: Fix cancel buttons on folder pages
Michael M Slusarz [Thu, 12 Mar 2009 19:03:51 +0000 (13:03 -0600)]
Bug #8066: Fix cancel buttons on folder pages

16 years agoBug #8066: Fix empty trash when in trash mailbox
Michael M Slusarz [Thu, 12 Mar 2009 18:48:57 +0000 (12:48 -0600)]
Bug #8066: Fix empty trash when in trash mailbox

16 years agoBug #8069: Convert to new param values
Michael M Slusarz [Thu, 12 Mar 2009 18:29:09 +0000 (12:29 -0600)]
Bug #8069: Convert to new param values

16 years agoBug #8071: Fix typo
Michael M Slusarz [Thu, 12 Mar 2009 18:16:57 +0000 (12:16 -0600)]
Bug #8071: Fix typo

16 years agocast primary key to string where necessary
Chuck Hagenbuch [Thu, 12 Mar 2009 17:57:21 +0000 (13:57 -0400)]
cast primary key to string where necessary

16 years agomake sure prototype loads before quickfinder
Chuck Hagenbuch [Thu, 12 Mar 2009 17:56:02 +0000 (13:56 -0400)]
make sure prototype loads before quickfinder

16 years agocatch the case when there is no ls-tree output for the current path (looks like this...
Chuck Hagenbuch [Thu, 12 Mar 2009 17:54:52 +0000 (13:54 -0400)]
catch the case when there is no ls-tree output for the current path (looks like this command needs to know about the current branch, too)

16 years ago must be a string for Exceptions
Chuck Hagenbuch [Thu, 12 Mar 2009 17:32:52 +0000 (13:32 -0400)]
 must be a string for Exceptions

16 years agorework some loops to avoid an infinite loop on bad output. could still detect this...
Chuck Hagenbuch [Thu, 12 Mar 2009 17:31:23 +0000 (13:31 -0400)]
rework some loops to avoid an infinite loop on bad output. could still detect this much earlier

16 years agonotification classes
Duck (Jakob Munih) [Thu, 12 Mar 2009 13:25:14 +0000 (14:25 +0100)]
notification classes

16 years agoReplace report with generalized notification
Duck (Jakob Munih) [Thu, 12 Mar 2009 13:24:50 +0000 (14:24 +0100)]
Replace report with generalized notification

16 years agoShow tab with FB, to expose FB connection
Duck (Jakob Munih) [Thu, 12 Mar 2009 13:24:31 +0000 (14:24 +0100)]
Show tab with FB, to expose FB connection

16 years agoBug #8062: Fix link parsing
Michael M Slusarz [Tue, 10 Mar 2009 22:30:47 +0000 (16:30 -0600)]
Bug #8062: Fix link parsing

We need to make sure there is a space before target/href or else params
contained in a URL can confuse the regexp if named target or href.

16 years agoMultipart/related inline fixes
Michael M Slusarz [Tue, 10 Mar 2009 22:23:11 +0000 (16:23 -0600)]
Multipart/related inline fixes

Multipart/related parts should show the base part in the inline screen,
rather than the viewable internal part. We want the link associated with
the inline data to view the full related message, rather than a
particular subpart.

16 years agomultipart/alternative needs to be viewable in full render mode.
Michael M Slusarz [Tue, 10 Mar 2009 22:22:44 +0000 (16:22 -0600)]
multipart/alternative needs to be viewable in full render mode.

16 years agoRename Mime drivers
Michael M Slusarz [Tue, 10 Mar 2009 21:59:41 +0000 (15:59 -0600)]
Rename Mime drivers

16 years agoBug #7745: Fix cache expiration when deleting a mailbox
Michael M Slusarz [Tue, 10 Mar 2009 21:10:40 +0000 (15:10 -0600)]
Bug #7745: Fix cache expiration when deleting a mailbox

16 years agoBug #8050: Fix folder list generation.
Michael M Slusarz [Tue, 10 Mar 2009 18:36:51 +0000 (12:36 -0600)]
Bug #8050: Fix folder list generation.

16 years agoCorrectly fix unflagging messages in viewport
Michael M Slusarz [Tue, 10 Mar 2009 18:17:45 +0000 (12:17 -0600)]
Correctly fix unflagging messages in viewport

16 years agoMFB: Make the whole folder row clickable, and also fix a weird overflow artifact...
Jan Schneider [Tue, 10 Mar 2009 13:58:22 +0000 (14:58 +0100)]
MFB: Make the whole folder row clickable, and also fix a weird overflow artifact that I've seen since FF3.

16 years agoMFB: variable name typo
Jan Schneider [Fri, 6 Mar 2009 18:22:00 +0000 (19:22 +0100)]
MFB: variable name typo

16 years agoFix variable name
Michael J. Rubinsky [Tue, 10 Mar 2009 13:45:06 +0000 (09:45 -0400)]
Fix variable name

16 years agoUpdate even FB status if possible
Duck (Jakob Munih) [Tue, 10 Mar 2009 08:39:35 +0000 (09:39 +0100)]
Update even FB status if possible

16 years agoFix removing flags in viewport
Michael M Slusarz [Tue, 10 Mar 2009 04:49:30 +0000 (22:49 -0600)]
Fix removing flags in viewport

16 years agoBug #8055: Fix array_keys() location
Michael M Slusarz [Mon, 9 Mar 2009 22:33:13 +0000 (16:33 -0600)]
Bug #8055: Fix array_keys() location

16 years agoBug #8055: Don't store _instance in cache.
Michael M Slusarz [Mon, 9 Mar 2009 21:30:38 +0000 (15:30 -0600)]
Bug #8055: Don't store _instance in cache.

16 years agoBug #8051: Fix rename folder
Michael M Slusarz [Mon, 9 Mar 2009 21:20:01 +0000 (15:20 -0600)]
Bug #8051: Fix rename folder

16 years agoBug #8050: Fix drafts selection
Michael M Slusarz [Mon, 9 Mar 2009 21:11:43 +0000 (15:11 -0600)]
Bug #8050: Fix drafts selection

16 years agoBug #8046: Default to 'imp' for compose links.
Michael M Slusarz [Mon, 9 Mar 2009 20:41:59 +0000 (14:41 -0600)]
Bug #8046: Default to 'imp' for compose links.

16 years agoUnneeded SPAN
Michael M Slusarz [Fri, 6 Mar 2009 23:41:52 +0000 (16:41 -0700)]
Unneeded SPAN

16 years agoMake sure DimpCore.init() is not called twice.
Michael M Slusarz [Fri, 6 Mar 2009 20:22:16 +0000 (13:22 -0700)]
Make sure DimpCore.init() is not called twice.

16 years agoFix prefs warnings
Duck (Jakob Munih) [Sun, 8 Mar 2009 11:38:40 +0000 (12:38 +0100)]
Fix prefs warnings

16 years agoUse friends driver directly
Duck (Jakob Munih) [Sun, 8 Mar 2009 11:38:03 +0000 (12:38 +0100)]
Use friends driver directly

16 years agoAdd getImageUrl in API to get user picture url
Duck (Jakob Munih) [Sun, 8 Mar 2009 11:37:48 +0000 (12:37 +0100)]
Add getImageUrl in API to get user picture url

16 years agoCatch admin errors
Duck (Jakob Munih) [Sun, 8 Mar 2009 11:37:31 +0000 (12:37 +0100)]
Catch admin errors

16 years agoCatch registry errors
Duck (Jakob Munih) [Sun, 8 Mar 2009 11:37:18 +0000 (12:37 +0100)]
Catch registry errors

16 years agoFix variable
Duck (Jakob Munih) [Sun, 8 Mar 2009 11:37:02 +0000 (12:37 +0100)]
Fix variable

16 years agoAllow passing *real* arrays to methods that take a "facebook array"
Michael J. Rubinsky [Fri, 6 Mar 2009 21:27:03 +0000 (16:27 -0500)]
Allow passing *real* arrays to methods that take a "facebook array"
and make sure we json encode the array before sending it up.

16 years agoLet url wrap.
Jan Schneider [Fri, 6 Mar 2009 11:17:33 +0000 (12:17 +0100)]
Let url wrap.
Bug: 8043

16 years agoIE 6 hover fix for context menus.
Michael M Slusarz [Fri, 6 Mar 2009 07:50:44 +0000 (00:50 -0700)]
IE 6 hover fix for context menus.

16 years agoThe document DOM element does not have attributes
Michael M Slusarz [Fri, 6 Mar 2009 07:23:41 +0000 (00:23 -0700)]
The document DOM element does not have attributes

16 years agoFix inline-block/contextmenu display on IE and FF2
Michael M Slusarz [Fri, 6 Mar 2009 06:51:57 +0000 (23:51 -0700)]
Fix inline-block/contextmenu display on IE and FF2

16 years agoThis was annoying - fix scrollbar display on webkit
Michael M Slusarz [Fri, 6 Mar 2009 06:30:17 +0000 (23:30 -0700)]
This was annoying - fix scrollbar display on webkit

16 years agoEasier-to-read param display.
Michael M Slusarz [Fri, 6 Mar 2009 06:29:53 +0000 (23:29 -0700)]
Easier-to-read param display.

16 years agoCorrectly fill parameters
Michael M Slusarz [Thu, 5 Mar 2009 08:28:29 +0000 (01:28 -0700)]
Correctly fill parameters

16 years agoFix passing HTTP auth for remote calendars through Kronolith::listEvents().
Jan Schneider [Thu, 5 Mar 2009 15:02:49 +0000 (16:02 +0100)]
Fix passing HTTP auth for remote calendars through Kronolith::listEvents().
Use higher timout value for remote calendars if retrieving events through
ajax, since events are being updated asynchronously.

16 years agoFix adding matching events.
Jan Schneider [Thu, 5 Mar 2009 14:59:49 +0000 (15:59 +0100)]
Fix adding matching events.
Cache parsed iCalendar objects instead of raw data.

16 years agoUse VFS content, not attachments option as a path to get contents
Duck (Jakob Munih) [Thu, 5 Mar 2009 09:58:52 +0000 (10:58 +0100)]
Use VFS content, not attachments option as a path to get contents

16 years agoRegistry constant renames
Michael M Slusarz [Thu, 5 Mar 2009 04:04:57 +0000 (21:04 -0700)]
Registry constant renames

16 years agoTypo
Michael M Slusarz [Wed, 4 Mar 2009 23:58:45 +0000 (16:58 -0700)]
Typo

16 years agodimp folder add/remove fixes
Michael M Slusarz [Wed, 4 Mar 2009 22:49:01 +0000 (15:49 -0700)]
dimp folder add/remove fixes

16 years agochangelog
Michael M Slusarz [Wed, 4 Mar 2009 20:29:08 +0000 (13:29 -0700)]
changelog

16 years agoCatch exceptions from the http client and rethrow them as
Michael J. Rubinsky [Thu, 5 Mar 2009 01:32:04 +0000 (20:32 -0500)]
Catch exceptions from the http client and rethrow them as
Horde_Service_Facebook_Exception if needed.

16 years agoFix logic in setUser for not setting cookies
Michael J. Rubinsky [Thu, 5 Mar 2009 01:29:50 +0000 (20:29 -0500)]
Fix logic in setUser for not setting cookies
Move getLoggedInUser() method to the Auth class even though it calls the
'Users.getLoggedInUsers' api method. Makes more sense as an Auth method.

16 years agoDon't statically cache these, make it an instance variable...it can lead to
Michael J. Rubinsky [Thu, 5 Mar 2009 01:27:03 +0000 (20:27 -0500)]
Don't statically cache these, make it an instance variable...it can lead to
unexpected results in some cases when  a script instantiates two Horde_Servce_Facebook
instances.

16 years agoBuild calendar list on the client side.
Jan Schneider [Thu, 5 Mar 2009 00:42:50 +0000 (01:42 +0100)]
Build calendar list on the client side.
Retrieve each calendar's events seperately.