horde.git
15 years agoFix array key name
Michael M Slusarz [Fri, 12 Mar 2010 19:15:41 +0000 (12:15 -0700)]
Fix array key name

15 years agoFix adding scripts while running dimp but not on a dimp page (i.e. contacts.php)
Michael M Slusarz [Fri, 12 Mar 2010 18:45:10 +0000 (11:45 -0700)]
Fix adding scripts while running dimp but not on a dimp page (i.e. contacts.php)

15 years agoMore efficient way of checking script names.
Michael M Slusarz [Fri, 12 Mar 2010 18:42:34 +0000 (11:42 -0700)]
More efficient way of checking script names.

15 years agoFix core loading.
Jan Schneider [Fri, 12 Mar 2010 18:10:44 +0000 (19:10 +0100)]
Fix core loading.

15 years agoCast image to string.
Jan Schneider [Fri, 12 Mar 2010 17:38:27 +0000 (18:38 +0100)]
Cast image to string.

15 years agorequire, not require_once.
Jan Schneider [Fri, 12 Mar 2010 16:23:34 +0000 (17:23 +0100)]
require, not require_once.

15 years agoHorde_Perms is throwing exceptions.
Jan Schneider [Fri, 12 Mar 2010 16:22:09 +0000 (17:22 +0100)]
Horde_Perms is throwing exceptions.

15 years agoRemove usage of undefined variable.
Jan Schneider [Fri, 12 Mar 2010 16:09:18 +0000 (17:09 +0100)]
Remove usage of undefined variable.

15 years agoCatch unserialization error.
Jan Schneider [Fri, 12 Mar 2010 16:06:42 +0000 (17:06 +0100)]
Catch unserialization error.

15 years agoCatch (and ignore) exceptinos from VFS when deleting ansel's image cache.
Michael J. Rubinsky [Fri, 12 Mar 2010 15:11:25 +0000 (10:11 -0500)]
Catch (and ignore) exceptinos from VFS when deleting ansel's image cache.

We don't care if the file doesn't exist when deleting it...and it saves having to
stat the file before deleting it.

15 years agosetData() is asynchronous, so need to make sure data is set before sending
Michael M Slusarz [Fri, 12 Mar 2010 06:38:15 +0000 (23:38 -0700)]
setData() is asynchronous, so need to make sure data is set before sending

15 years agoFix sizing of spellchecker DIV
Michael M Slusarz [Fri, 12 Mar 2010 06:16:10 +0000 (23:16 -0700)]
Fix sizing of spellchecker DIV

15 years agoCast Horde_Url to string here
Michael J. Rubinsky [Thu, 11 Mar 2010 23:47:22 +0000 (18:47 -0500)]
Cast Horde_Url to string here

15 years agoMove the getOwner() method into the namespace handler.
Gunnar Wrobel [Thu, 11 Mar 2010 21:22:22 +0000 (22:22 +0100)]
Move the getOwner() method into the namespace handler.

15 years agoCover the getOwner() method with testing.
Gunnar Wrobel [Thu, 11 Mar 2010 21:17:44 +0000 (22:17 +0100)]
Cover the getOwner() method with testing.

15 years agoMove getTitle() into the namespace handler.
Gunnar Wrobel [Thu, 11 Mar 2010 20:57:32 +0000 (21:57 +0100)]
Move getTitle() into the namespace handler.

15 years agoNew test for the namespace handler.
Gunnar Wrobel [Thu, 11 Mar 2010 20:48:56 +0000 (21:48 +0100)]
New test for the namespace handler.

15 years agoDo not cache the namespace handler. Fix connection variable name and properly avoid...
Gunnar Wrobel [Thu, 11 Mar 2010 20:11:57 +0000 (21:11 +0100)]
Do not cache the namespace handler. Fix connection variable name and properly avoid caching the connection, too.

15 years agoAdd the draft of a namespace handler.
Gunnar Wrobel [Thu, 11 Mar 2010 20:03:37 +0000 (21:03 +0100)]
Add the draft of a namespace handler.

15 years agoTest the area we are about to modify.
Gunnar Wrobel [Thu, 11 Mar 2010 19:49:27 +0000 (20:49 +0100)]
Test the area we are about to modify.

15 years agoAllow running the tests on a very basic level.
Gunnar Wrobel [Thu, 11 Mar 2010 19:15:32 +0000 (20:15 +0100)]
Allow running the tests on a very basic level.

15 years agoStrict standards (though these segments need to be moved to exceptions later anyhow).
Gunnar Wrobel [Thu, 11 Mar 2010 19:15:02 +0000 (20:15 +0100)]
Strict standards (though these segments need to be moved to exceptions later anyhow).

15 years agoAdapt class name.
Gunnar Wrobel [Thu, 11 Mar 2010 19:14:27 +0000 (20:14 +0100)]
Adapt class name.

15 years agoFix creating the Kolab data cache.
Gunnar Wrobel [Thu, 11 Mar 2010 19:13:53 +0000 (20:13 +0100)]
Fix creating the Kolab data cache.

15 years agoBasic fixes to get kronolith working with the Kolab backend.
Gunnar Wrobel [Thu, 11 Mar 2010 18:49:14 +0000 (19:49 +0100)]
Basic fixes to get kronolith working with the Kolab backend.

15 years agoTemporarily fix handling of return values from the Imap_Client library
Gunnar Wrobel [Thu, 11 Mar 2010 18:48:16 +0000 (19:48 +0100)]
Temporarily fix handling of return values from the Imap_Client library
so that Kolab_Storage can be used by the applications.

15 years agoAdapt name of the base class and fix visibility of the data class variable.
Gunnar Wrobel [Thu, 11 Mar 2010 18:46:19 +0000 (19:46 +0100)]
Adapt name of the base class and fix visibility of the data class variable.

15 years agoAdd the "secure" parameter expected by the Imap_Client library.
Gunnar Wrobel [Thu, 11 Mar 2010 18:45:15 +0000 (19:45 +0100)]
Add the "secure" parameter expected by the Imap_Client library.

Should be made configurable later.

15 years agoImplement iCalendar import.
Jan Schneider [Thu, 11 Mar 2010 17:24:37 +0000 (18:24 +0100)]
Implement iCalendar import.

15 years agoSpeed up year rendering by almost a magnitude.
Jan Schneider [Thu, 11 Mar 2010 14:26:23 +0000 (15:26 +0100)]
Speed up year rendering by almost a magnitude.

15 years agoUse element storage.
Jan Schneider [Thu, 11 Mar 2010 13:17:44 +0000 (14:17 +0100)]
Use element storage.

15 years agoRemove unused event handler.
Jan Schneider [Thu, 11 Mar 2010 11:41:13 +0000 (12:41 +0100)]
Remove unused event handler.

15 years agoAdd parameter to enforce charset conversion and use it to enforce UTF-8
Jan Schneider [Thu, 11 Mar 2010 10:53:45 +0000 (11:53 +0100)]
Add parameter to enforce charset conversion and use it to enforce UTF-8
encoded data for JSON serialization.
This makes convertToUtf8() obsolete.

15 years agoTypo?
Jan Schneider [Thu, 11 Mar 2010 10:14:27 +0000 (11:14 +0100)]
Typo?

15 years agoMove chunkContent() to Horde_Ajax_Application_Base.
Jan Schneider [Thu, 11 Mar 2010 10:11:11 +0000 (11:11 +0100)]
Move chunkContent() to Horde_Ajax_Application_Base.

15 years agoA quick fix to avoid asking for shares if login failed.
Gunnar Wrobel [Thu, 11 Mar 2010 07:28:40 +0000 (08:28 +0100)]
A quick fix to avoid asking for shares if login failed.

15 years agoAdapt handling of invalid credentials and ensure that no IMAP connection is attempted...
Gunnar Wrobel [Thu, 11 Mar 2010 07:27:42 +0000 (08:27 +0100)]
Adapt handling of invalid credentials and ensure that no IMAP connection is attempted if login failed.

15 years agoAdapt login handling to the newer Horde_Ldap class.
Gunnar Wrobel [Thu, 11 Mar 2010 07:11:19 +0000 (08:11 +0100)]
Adapt login handling to the newer Horde_Ldap class.

15 years agoMerge from CVS HEAD: Don't do subjectline check until spellcheck-on-send is done
Michael M Slusarz [Thu, 11 Mar 2010 06:14:53 +0000 (23:14 -0700)]
Merge from CVS HEAD: Don't do subjectline check until spellcheck-on-send is done

15 years agoupdate changelog from cvs
Michael M Slusarz [Thu, 11 Mar 2010 06:12:54 +0000 (23:12 -0700)]
update changelog from cvs

15 years agoFix IMP message redirection
Michael M Slusarz [Thu, 11 Mar 2010 05:29:18 +0000 (22:29 -0700)]
Fix IMP message redirection

15 years agoFix superfluous ws for some headers.
Michael M Slusarz [Thu, 11 Mar 2010 05:28:52 +0000 (22:28 -0700)]
Fix superfluous ws for some headers.

15 years agoFix isDraft() usage
Michael M Slusarz [Thu, 11 Mar 2010 05:14:52 +0000 (22:14 -0700)]
Fix isDraft() usage

15 years agoSimplify
Michael M Slusarz [Wed, 10 Mar 2010 10:04:14 +0000 (03:04 -0700)]
Simplify

15 years agoConvert Horde_Scheduler to H4.
Michael M Slusarz [Tue, 9 Mar 2010 21:58:48 +0000 (14:58 -0700)]
Convert Horde_Scheduler to H4.

15 years ago...and another one for the iPhoto plugin
Michael J. Rubinsky [Thu, 11 Mar 2010 05:16:23 +0000 (00:16 -0500)]
...and another one for the iPhoto plugin

15 years agoGuess I should start a CHANGES file
Michael J. Rubinsky [Thu, 11 Mar 2010 05:15:08 +0000 (00:15 -0500)]
Guess I should start a CHANGES file

Hope to put together some kind of binary package for download shortly

15 years agoChange xcode project to enable 32 and 64 bit builds for the plugin.
Michael J. Rubinsky [Thu, 11 Mar 2010 05:06:44 +0000 (00:06 -0500)]
Change xcode project to enable 32 and 64 bit builds for the plugin.

Plugin now loads successully into Aperture 3 in 64 bit mode.

15 years agoFix a race condition when calling close() and showHtml() in one context makes
Jan Schneider [Wed, 10 Mar 2010 22:57:01 +0000 (23:57 +0100)]
Fix a race condition when calling close() and showHtml() in one context makes
the appear and fade effects eliminate each other.

15 years agoClose date/color pickers when clicking anywhere on the event/task/calendar
Jan Schneider [Wed, 10 Mar 2010 22:14:03 +0000 (23:14 +0100)]
Close date/color pickers when clicking anywhere on the event/task/calendar
dialogs.

15 years agoMake this easier to translate.
Jan Schneider [Wed, 10 Mar 2010 17:47:07 +0000 (18:47 +0100)]
Make this easier to translate.

15 years agofix at least some of the broken icons in the sidebar
Michael J. Rubinsky [Wed, 10 Mar 2010 21:03:12 +0000 (16:03 -0500)]
fix at least some of the broken icons in the sidebar

15 years agoOperator: Fix getting a handle on a Horde_Perms instance
Ben Klang [Wed, 10 Mar 2010 20:19:55 +0000 (15:19 -0500)]
Operator: Fix getting a handle on a Horde_Perms instance

15 years agoFirst stab at a pretty autocompleter for event attendees.
Michael J. Rubinsky [Wed, 10 Mar 2010 20:21:02 +0000 (15:21 -0500)]
First stab at a pretty autocompleter for event attendees.

Mostly working...there seems to be an issue with the fb grid never
resetting, even when opening a different event, but that seems to
have broken before...

15 years agoNeed to allow for removing all attendees when using the ajax interface
Michael J. Rubinsky [Wed, 10 Mar 2010 20:15:28 +0000 (15:15 -0500)]
Need to allow for removing all attendees when using the ajax interface

15 years agodisable tagging for events without perms_edit
Michael J. Rubinsky [Wed, 10 Mar 2010 18:34:06 +0000 (13:34 -0500)]
disable tagging for events without perms_edit

15 years agosimplify tag ac initialization/resetting
Michael J. Rubinsky [Wed, 10 Mar 2010 18:05:59 +0000 (13:05 -0500)]
simplify tag ac initialization/resetting

15 years agorevert another incorrect conflict resolution
Michael J. Rubinsky [Wed, 10 Mar 2010 18:04:28 +0000 (13:04 -0500)]
revert another incorrect conflict resolution

15 years agoCalling reset() now automatically calls init() if the object is not initialized.
Michael J. Rubinsky [Wed, 10 Mar 2010 18:00:53 +0000 (13:00 -0500)]
Calling reset() now automatically calls init() if the object is not initialized.

Simplifies client code, plus add some checks to avoid doing work for nothing...

15 years agoFix incorrect conlfict resolution
Michael J. Rubinsky [Wed, 10 Mar 2010 17:32:18 +0000 (12:32 -0500)]
Fix incorrect conlfict resolution

15 years agoDon't show edit icon for external calendars either.
Michael J. Rubinsky [Wed, 10 Mar 2010 16:36:22 +0000 (11:36 -0500)]
Don't show edit icon for external calendars either.

15 years agoBetter way of loading and initializing the tag autocompleter.
Michael J. Rubinsky [Wed, 10 Mar 2010 16:32:47 +0000 (11:32 -0500)]
Better way of loading and initializing the tag autocompleter.

Avoids issues with execution timing, dom loading etc...

15 years agoRename init() to reset() and implement a new init() method that actually initializes...
Michael J. Rubinsky [Wed, 10 Mar 2010 16:24:40 +0000 (11:24 -0500)]
Rename init() to reset() and implement a new init() method that actually initializes the object

15 years ago[ansel] Fix getting url for images from the API
Michael J. Rubinsky [Wed, 10 Mar 2010 15:44:44 +0000 (10:44 -0500)]
[ansel] Fix getting url for images from the API

15 years agoImplement task list permissions. Fix remote calendar management.
Jan Schneider [Wed, 10 Mar 2010 16:29:19 +0000 (17:29 +0100)]
Implement task list permissions. Fix remote calendar management.

15 years agoFix parse error.
Jan Schneider [Wed, 10 Mar 2010 16:10:23 +0000 (17:10 +0100)]
Fix parse error.

15 years agoDon't show edit link for Holiday calendars
Michael J. Rubinsky [Wed, 10 Mar 2010 14:23:43 +0000 (09:23 -0500)]
Don't show edit link for Holiday calendars

15 years agoProvide the tasks with the backend. This allows to avoid bootstraping the tasks witho...
Gunnar Wrobel [Wed, 10 Mar 2010 08:57:19 +0000 (09:57 +0100)]
Provide the tasks with the backend. This allows to avoid bootstraping the tasks without using globals.

15 years agoThis requires Horde_Support.
Gunnar Wrobel [Wed, 10 Mar 2010 08:35:20 +0000 (09:35 +0100)]
This requires Horde_Support.

15 years agoNothing requiring Horde_Support here.
Gunnar Wrobel [Wed, 10 Mar 2010 08:34:52 +0000 (09:34 +0100)]
Nothing requiring Horde_Support here.

15 years agoProvide the backend with the tasks to be displayed when generating the
Gunnar Wrobel [Wed, 10 Mar 2010 08:33:42 +0000 (09:33 +0100)]
Provide the backend with the tasks to be displayed when generating the
URL to redirect to.

This allows to use tasks that redirect to their own specific handler.

15 years agoMerge branch 'Horde_LoginTasks-Refactor'
Gunnar Wrobel [Wed, 10 Mar 2010 08:10:29 +0000 (09:10 +0100)]
Merge branch 'Horde_LoginTasks-Refactor'

15 years agoAllow finer control of PHP ini error messages
Michael M Slusarz [Wed, 10 Mar 2010 06:48:27 +0000 (23:48 -0700)]
Allow finer control of PHP ini error messages

15 years agoAllow test script to run even if Horde is not fully configured
Michael M Slusarz [Wed, 10 Mar 2010 06:29:25 +0000 (23:29 -0700)]
Allow test script to run even if Horde is not fully configured

15 years agoDon't call the editCalendarCallback until the RedBox has finished displaying.
Michael J. Rubinsky [Wed, 10 Mar 2010 06:27:32 +0000 (01:27 -0500)]
Don't call the editCalendarCallback until the RedBox has finished displaying.

This fixes issues during the first load of the calendar chunk:
  Proper enabling/disabling the form based on perms
  Properly initializing the pretty autocompleter

15 years agoAdd pre_sent hook
Michael M Slusarz [Wed, 10 Mar 2010 06:19:15 +0000 (23:19 -0700)]
Add pre_sent hook

15 years agoRename 'postsent' hook to 'post_sent' to be consistent with new 'pre_sent' hook.
Michael M Slusarz [Wed, 10 Mar 2010 06:17:06 +0000 (23:17 -0700)]
Rename 'postsent' hook to 'post_sent' to be consistent with new 'pre_sent' hook.

15 years agoAllow auto forward/reply notice box to be closed
Michael M Slusarz [Wed, 10 Mar 2010 06:08:51 +0000 (23:08 -0700)]
Allow auto forward/reply notice box to be closed

15 years agoCorrectly reload horde prefs after updating identity prefs
Michael M Slusarz [Wed, 10 Mar 2010 04:59:27 +0000 (21:59 -0700)]
Correctly reload horde prefs after updating identity prefs

15 years agoDon't fetch the topTags when we can't tag the calendar anyway
Michael J. Rubinsky [Wed, 10 Mar 2010 05:44:31 +0000 (00:44 -0500)]
Don't fetch the topTags when we can't tag the calendar anyway

15 years agoDisable the autocompleter when form is disabled.
Michael J. Rubinsky [Wed, 10 Mar 2010 05:39:05 +0000 (00:39 -0500)]
Disable the autocompleter when form is disabled.

15 years agoadd functions for disabling and enabling the pretty autocompleter.
Michael J. Rubinsky [Wed, 10 Mar 2010 05:37:17 +0000 (00:37 -0500)]
add functions for disabling and enabling the pretty autocompleter.

Toggles visibility of the delete icons on each tag node and enables/disables
the borderless input field

15 years agoActually retrieve and set the calendar tags.
Michael J. Rubinsky [Wed, 10 Mar 2010 04:54:03 +0000 (23:54 -0500)]
Actually retrieve and set the calendar tags.

Still an issue with the very first time the calendar chunk loads due
to the timing of the callbacks, but this gets calendar tags *mostly* working

15 years agoFix element name
Michael J. Rubinsky [Wed, 10 Mar 2010 04:50:48 +0000 (23:50 -0500)]
Fix element name

15 years agoPrevent making the ACTrigger visible when the form is disabled
Michael J. Rubinsky [Wed, 10 Mar 2010 04:27:10 +0000 (23:27 -0500)]
Prevent making the ACTrigger visible when the form is disabled

15 years agoMove convertToUtf8() from Horde_Util:: to Horde_String::
Michael M Slusarz [Wed, 10 Mar 2010 01:33:26 +0000 (18:33 -0700)]
Move convertToUtf8() from Horde_Util:: to Horde_String::

15 years agoCatch VFS thrown exceptions
Michael M Slusarz [Tue, 9 Mar 2010 23:17:04 +0000 (16:17 -0700)]
Catch VFS thrown exceptions

15 years agoConvert VFS to PHP 5.
Michael M Slusarz [Sun, 7 Mar 2010 08:06:17 +0000 (01:06 -0700)]
Convert VFS to PHP 5.

I realize there is a H4-Vfs stub lying around, but it looks like zero
work has been done on it for awhile.  So, in the meanwhile, update VFS -
mostly to eliminate the boatload of PEAR_Error usage.

15 years agoFix supefluous whitespace removal
Michael M Slusarz [Tue, 9 Mar 2010 21:22:54 +0000 (14:22 -0700)]
Fix supefluous whitespace removal

15 years agoUse abbreviatinos for a few IDs.
Jan Schneider [Tue, 9 Mar 2010 23:33:17 +0000 (00:33 +0100)]
Use abbreviatinos for a few IDs.

15 years agoSplit out permissions form.
Jan Schneider [Tue, 9 Mar 2010 23:23:02 +0000 (00:23 +0100)]
Split out permissions form.

15 years agoUse CSS 3 border rules.
Jan Schneider [Tue, 9 Mar 2010 23:20:36 +0000 (00:20 +0100)]
Use CSS 3 border rules.

15 years agoNo need to pass the class name around in the ajax communication.
Jan Schneider [Tue, 9 Mar 2010 23:03:08 +0000 (00:03 +0100)]
No need to pass the class name around in the ajax communication.

15 years agoFix a few buglets with the basic permission screen.
Jan Schneider [Tue, 9 Mar 2010 22:44:26 +0000 (23:44 +0100)]
Fix a few buglets with the basic permission screen.

15 years agoSave permissions, yay.
Jan Schneider [Tue, 9 Mar 2010 18:46:24 +0000 (19:46 +0100)]
Save permissions, yay.

15 years agouse a different css class for toptags if the form is disabled
Michael J. Rubinsky [Tue, 9 Mar 2010 19:21:54 +0000 (14:21 -0500)]
use a different css class for toptags if the form is disabled

15 years agoReorder.
Gunnar Wrobel [Tue, 9 Mar 2010 19:06:24 +0000 (20:06 +0100)]
Reorder.

15 years agoChanges to support having more then one tag autocompleter
Michael J. Rubinsky [Tue, 9 Mar 2010 18:50:51 +0000 (13:50 -0500)]
Changes to support having more then one tag autocompleter

Fixes tag autocompleter for calendars.

15 years agoallow passing the domid for triggercontainer
Michael J. Rubinsky [Tue, 9 Mar 2010 18:46:57 +0000 (13:46 -0500)]
allow passing the domid for triggercontainer

15 years agoSimplify
Gunnar Wrobel [Tue, 9 Mar 2010 18:41:53 +0000 (19:41 +0100)]
Simplify