horde.git
15 years agoDecode html entities too in cli mode.
Jan Schneider [Sun, 14 Feb 2010 16:16:19 +0000 (17:16 +0100)]
Decode html entities too in cli mode.

15 years agoNo longer a todo.
Jan Schneider [Thu, 4 Feb 2010 23:06:43 +0000 (00:06 +0100)]
No longer a todo.

15 years agoComplete implementation of Iterator support in Horde_Image.
Michael J. Rubinsky [Sun, 14 Feb 2010 21:49:13 +0000 (16:49 -0500)]
Complete implementation of Iterator support in Horde_Image.

This works in Imagemagick and Imagick only. GD will always return a clone of itself;
(GD doesn't support TIFF or PDF, and has no native methods for obtaining individual pages from GIF)

Multipage images (TIFF, GIF, PDF etc...) can now be either iterated as so:

<code>
// $original Image contains a multipage image
foreach($original as $page) {
  // $page is a Horde_Image object representing the single page
}
</code>

or individually select the page as so:

<code>
$page = $original->getImageAtIndex($pageNumber);
</code>

Horde_Image_Base#getImagePageCount returns the total number of pages.

15 years ago(finally) update horde's config to reflect new Horde_Image driver structure
Michael J. Rubinsky [Sun, 14 Feb 2010 21:48:32 +0000 (16:48 -0500)]
(finally) update horde's config to reflect new Horde_Image driver structure

15 years agoupdate tests
Michael J. Rubinsky [Sun, 14 Feb 2010 16:53:11 +0000 (11:53 -0500)]
update tests

15 years agoStart work on implementing an Iterator for Horde_Image for supporting multi-page...
Michael J. Rubinsky [Sun, 14 Feb 2010 16:48:06 +0000 (11:48 -0500)]
Start work on implementing an Iterator for Horde_Image for supporting multi-page images.

Add Iterator interface to Horde_Image_Base and implement it in Horde_Image_Imagick. Other
backend support to come.  Allows iterating through all images in a multi-page image such
as TIFF or animatted GIFs

This also goes towards a solution for Request: 6022

15 years agotweak capability array
Michael J. Rubinsky [Sun, 14 Feb 2010 15:27:04 +0000 (10:27 -0500)]
tweak capability array

15 years agoConsistent style
Michael J. Rubinsky [Sun, 14 Feb 2010 15:17:28 +0000 (10:17 -0500)]
Consistent style

15 years agofix Horde_Perms constant
Michael J. Rubinsky [Sat, 13 Feb 2010 21:06:47 +0000 (16:06 -0500)]
fix Horde_Perms constant

15 years ago[mjr] Allow creation of default, personal address book when other read-only sources...
Michael J. Rubinsky [Sat, 13 Feb 2010 20:11:17 +0000 (15:11 -0500)]
[mjr] Allow creation of default, personal address book when other read-only sources are present.

15 years agoLog deletion of objects from _deleteAll() in Horde_History
Michael J. Rubinsky [Sat, 13 Feb 2010 19:26:31 +0000 (14:26 -0500)]
Log deletion of objects from _deleteAll() in Horde_History
Bug: 8755

15 years agoMFB - use realPath here.
Michael J. Rubinsky [Sat, 13 Feb 2010 17:51:21 +0000 (12:51 -0500)]
MFB - use realPath here.
Bug: 8760

15 years agoDelete the mapMarker when clearing the Location text field
Michael J. Rubinsky [Sat, 13 Feb 2010 15:24:13 +0000 (10:24 -0500)]
Delete the mapMarker when clearing the Location text field

15 years agoFix method name
Michael J. Rubinsky [Sat, 13 Feb 2010 14:30:06 +0000 (09:30 -0500)]
Fix method name

15 years agoAdd some notes to the package.xml and update using the Packaging script.
Gunnar Wrobel [Fri, 12 Feb 2010 22:21:12 +0000 (23:21 +0100)]
Add some notes to the package.xml and update using the Packaging script.

15 years agoFix event edit form loading when maps are not available
Michael J. Rubinsky [Fri, 12 Feb 2010 21:59:49 +0000 (16:59 -0500)]
Fix event edit form loading when maps are not available

15 years agows
Michael J. Rubinsky [Fri, 12 Feb 2010 20:49:30 +0000 (15:49 -0500)]
ws

15 years agoAdd a Null HordeMap.Geocoder driver and add to Kronolith
Michael J. Rubinsky [Fri, 12 Feb 2010 20:47:40 +0000 (15:47 -0500)]
Add a Null HordeMap.Geocoder driver and add to Kronolith

Returns error for geocoding requests and lat/lng pair for reverse geocoding requests

15 years agoFix if Nag is not installed.
Jan Schneider [Fri, 12 Feb 2010 21:37:01 +0000 (22:37 +0100)]
Fix if Nag is not installed.

15 years agoUpdate using the Packaging script.
Gunnar Wrobel [Fri, 12 Feb 2010 21:34:14 +0000 (22:34 +0100)]
Update using the Packaging script.

15 years agoWS
Gunnar Wrobel [Fri, 12 Feb 2010 21:33:48 +0000 (22:33 +0100)]
WS

15 years agoIf you want to run the unit tests in the Exception package you need the Horde_Test...
Gunnar Wrobel [Fri, 12 Feb 2010 21:33:32 +0000 (22:33 +0100)]
If you want to run the unit tests in the Exception package you need the Horde_Test package -> optional dependency.

15 years agoBasic conversion from Net_LDAP2 to Horde_Ldap to make the Util class accessible.
Gunnar Wrobel [Wed, 10 Feb 2010 07:42:55 +0000 (08:42 +0100)]
Basic conversion from Net_LDAP2 to Horde_Ldap to make the Util class accessible.

15 years agoBasic conversion from Net_LDAP2 to Horde_Ldap to make the Search class accessible...
Gunnar Wrobel [Wed, 10 Feb 2010 06:15:25 +0000 (07:15 +0100)]
Basic conversion from Net_LDAP2 to Horde_Ldap to make the Search class accessible. The class does not extend the PEAR class any longer and the call to the PEAR() method has been removed.

15 years agoThe class does not extend the PEAR class any longer so avoid calling the PEAR method.
Gunnar Wrobel [Wed, 10 Feb 2010 06:14:13 +0000 (07:14 +0100)]
The class does not extend the PEAR class any longer so avoid calling the PEAR method.

15 years agoAdd missing Exception class.
Gunnar Wrobel [Wed, 10 Feb 2010 06:13:18 +0000 (07:13 +0100)]
Add missing Exception class.

15 years agoAdd static methods from old Horde_LDAP library
Ben Klang [Wed, 30 Dec 2009 16:16:56 +0000 (11:16 -0500)]
Add static methods from old Horde_LDAP library

15 years agoWhitespace fixes
Ben Klang [Wed, 30 Dec 2009 16:06:13 +0000 (11:06 -0500)]
Whitespace fixes

15 years agoConvert to proper exceptions
Ben Klang [Fri, 18 Dec 2009 03:36:57 +0000 (22:36 -0500)]
Convert to proper exceptions

15 years agoFix comment whitespace
Ben Klang [Fri, 18 Dec 2009 03:15:14 +0000 (22:15 -0500)]
Fix comment whitespace

15 years agoFix directory nesting, comment whitespace
Ben Klang [Fri, 18 Dec 2009 03:08:38 +0000 (22:08 -0500)]
Fix directory nesting, comment whitespace

15 years agoHorde-ify Horde_Ldap library. Switch to real exception handling.
Ben Klang [Fri, 18 Dec 2009 02:58:37 +0000 (21:58 -0500)]
Horde-ify Horde_Ldap library.  Switch to real exception handling.

15 years agoFork Net_LDAP2 to Horde_Ldap
Ben Klang [Fri, 18 Dec 2009 00:40:07 +0000 (19:40 -0500)]
Fork Net_LDAP2 to Horde_Ldap
Reasons:
1) Net_LDAP2 does not conform to E_STRICT on PHP5
2) Net_LDAP2 does not use exceptions, but instead checks for and returns PEAR_Error objects.

15 years agoDeprecate former Horde_LDAP library
Ben Klang [Wed, 30 Dec 2009 23:48:06 +0000 (18:48 -0500)]
Deprecate former Horde_LDAP library

15 years agoAdd mouse scrolling for due date/time too.
Jan Schneider [Fri, 12 Feb 2010 19:33:51 +0000 (20:33 +0100)]
Add mouse scrolling for due date/time too.

15 years agoSet default due date/time.
Jan Schneider [Fri, 12 Feb 2010 19:32:34 +0000 (20:32 +0100)]
Set default due date/time.

15 years agoFix saving all-day events.
Jan Schneider [Fri, 12 Feb 2010 17:47:21 +0000 (18:47 +0100)]
Fix saving all-day events.

15 years agoSimplify selectors.
Jan Schneider [Fri, 12 Feb 2010 17:37:58 +0000 (18:37 +0100)]
Simplify selectors.

15 years agoFix error with IE and prototype.
Jan Schneider [Fri, 12 Feb 2010 17:35:49 +0000 (18:35 +0100)]
Fix error with IE and prototype.

15 years agoAdd close button to growler logs too.
Jan Schneider [Fri, 12 Feb 2010 15:39:18 +0000 (16:39 +0100)]
Add close button to growler logs too.

15 years agoStyle
Jan Schneider [Fri, 12 Feb 2010 15:21:44 +0000 (16:21 +0100)]
Style

15 years agoReturn the current log status again.
Jan Schneider [Fri, 12 Feb 2010 15:00:49 +0000 (16:00 +0100)]
Return the current log status again.

15 years agoAlways show close button.
Jan Schneider [Fri, 12 Feb 2010 14:50:31 +0000 (15:50 +0100)]
Always show close button.

15 years agoOnly show map link if the is a location.
Jan Schneider [Fri, 12 Feb 2010 14:33:00 +0000 (15:33 +0100)]
Only show map link if the is a location.
Tweak edit form.

15 years agoCreate all-day event when clicking in the all-day row.
Jan Schneider [Fri, 12 Feb 2010 14:07:46 +0000 (15:07 +0100)]
Create all-day event when clicking in the all-day row.

15 years agoAlways and consitently reset edit forms before deciding whether to load date
Jan Schneider [Fri, 12 Feb 2010 13:32:50 +0000 (14:32 +0100)]
Always and consitently reset edit forms before deciding whether to load date
into them.

15 years agoShow due date, even if the task isn't due yet.
Jan Schneider [Fri, 12 Feb 2010 13:20:07 +0000 (14:20 +0100)]
Show due date, even if the task isn't due yet.

15 years agoReset due date and time when loading tasks.
Jan Schneider [Fri, 12 Feb 2010 13:08:54 +0000 (14:08 +0100)]
Reset due date and time when loading tasks.

15 years agoFix parse error.
Jan Schneider [Fri, 12 Feb 2010 12:58:20 +0000 (13:58 +0100)]
Fix parse error.

15 years agoReplace is_a() calls.
Jan Schneider [Fri, 12 Feb 2010 12:21:37 +0000 (13:21 +0100)]
Replace is_a() calls.
Fade out PEAR_Error.

15 years agoUse Horde_Exception_NotFound.
Jan Schneider [Fri, 12 Feb 2010 12:04:18 +0000 (13:04 +0100)]
Use Horde_Exception_NotFound.

15 years agoFix saving due dates.
Jan Schneider [Fri, 12 Feb 2010 11:03:44 +0000 (12:03 +0100)]
Fix saving due dates.

15 years agogetEvent() doesn't return PEAR_Errors anymore.
Jan Schneider [Fri, 12 Feb 2010 10:56:18 +0000 (11:56 +0100)]
getEvent() doesn't return PEAR_Errors anymore.

15 years agoRe-enable inactive task forms.
Jan Schneider [Fri, 12 Feb 2010 10:49:56 +0000 (11:49 +0100)]
Re-enable inactive task forms.
Create task cache when adding a first task.
Show "no items" initially when no tasks exist from the start.
Catch edge case when to-be-deleted tasks don't exist anymore.

15 years agoSort
Jan Schneider [Fri, 12 Feb 2010 10:38:16 +0000 (11:38 +0100)]
Sort

15 years agoDon't react on clicks and mouseovers of the 'no items' row.
Jan Schneider [Fri, 12 Feb 2010 10:34:46 +0000 (11:34 +0100)]
Don't react on clicks and mouseovers of the 'no items' row.

15 years agoWe don't need a custom notification handler for Kronolith anymore.
Jan Schneider [Fri, 12 Feb 2010 10:33:16 +0000 (11:33 +0100)]
We don't need a custom notification handler for Kronolith anymore.

15 years agoFix scope.
Jan Schneider [Thu, 11 Feb 2010 22:09:50 +0000 (23:09 +0100)]
Fix scope.

15 years agoBug #8867: refactor Horde::getServiceLink() for general use, not just menu-related use
Michael M Slusarz [Thu, 11 Feb 2010 21:16:06 +0000 (14:16 -0700)]
Bug #8867: refactor Horde::getServiceLink() for general use, not just menu-related use

15 years agoUse Horde_Injector to instantiate Horde_Perms
Michael M Slusarz [Thu, 11 Feb 2010 20:56:29 +0000 (13:56 -0700)]
Use Horde_Injector to instantiate Horde_Perms

Resource savings - many pages don't need permissions checking, so only
create Perms object if needed.

15 years agoHorde_Perms now created with Horde_Injector
Michael M Slusarz [Thu, 11 Feb 2010 19:58:14 +0000 (12:58 -0700)]
Horde_Perms now created with Horde_Injector

15 years agoRemove Horde_Cli::singleton().
Michael M Slusarz [Thu, 11 Feb 2010 19:50:38 +0000 (12:50 -0700)]
Remove Horde_Cli::singleton().

If calling appInit() with 'cli' parameter set to true, the global
variable $cli will contain the Horde_Cli instance.

15 years agoUse global notification object
Michael M Slusarz [Thu, 11 Feb 2010 19:35:23 +0000 (12:35 -0700)]
Use global notification object

15 years agoAlways utilize global Horde_Browser object
Michael M Slusarz [Thu, 11 Feb 2010 19:20:20 +0000 (12:20 -0700)]
Always utilize global Horde_Browser object

15 years agoCheck that the file exists and has contents when uploading
Michael M Slusarz [Thu, 11 Feb 2010 19:14:36 +0000 (12:14 -0700)]
Check that the file exists and has contents when uploading

15 years agoHorde_Script_Files fixes/improvements
Michael M Slusarz [Thu, 11 Feb 2010 19:01:01 +0000 (12:01 -0700)]
Horde_Script_Files fixes/improvements

Don't use private methods (not sure how this was working anymore)
Use injector to hold singleton object

15 years agoFix duplicate output of javascript files
Michael M Slusarz [Thu, 11 Feb 2010 18:54:53 +0000 (11:54 -0700)]
Fix duplicate output of javascript files

15 years agoTypos
Michael J. Rubinsky [Thu, 11 Feb 2010 19:31:04 +0000 (14:31 -0500)]
Typos
Sumbmitted By: rsalmon (at) mbpgroup (dot) com

15 years agoThis is an int, not null. Was breaking all sorts of stuff
Michael M Slusarz [Thu, 11 Feb 2010 18:02:56 +0000 (11:02 -0700)]
This is an int, not null. Was breaking all sorts of stuff

15 years agoDon't overwrite .kronolithToday in year view.
Jan Schneider [Thu, 11 Feb 2010 17:53:55 +0000 (18:53 +0100)]
Don't overwrite .kronolithToday in year view.

15 years agoFloats casted to strings are locale dependant. Use sprintf() with %F instead.
Jan Schneider [Thu, 11 Feb 2010 17:50:49 +0000 (18:50 +0100)]
Floats casted to strings are locale dependant. Use sprintf() with %F instead.

15 years agoRequest #6232: Show alarm notifications in DIMP.
Michael M Slusarz [Thu, 11 Feb 2010 17:47:20 +0000 (10:47 -0700)]
Request #6232: Show alarm notifications in DIMP.

15 years agoFix error notification.
Michael M Slusarz [Thu, 11 Feb 2010 17:41:23 +0000 (10:41 -0700)]
Fix error notification.

15 years ago'driver' can be null but Horde_Alarm will use default sql values.
Michael M Slusarz [Thu, 11 Feb 2010 17:36:01 +0000 (10:36 -0700)]
'driver' can be null but Horde_Alarm will use default sql values.

15 years agoCS
Gunnar Wrobel [Thu, 11 Feb 2010 14:31:06 +0000 (15:31 +0100)]
CS

15 years agoUpdate the Injector package.xml using the Packaging script.
Gunnar Wrobel [Thu, 11 Feb 2010 14:01:44 +0000 (15:01 +0100)]
Update the Injector package.xml using the Packaging script.

15 years agoComplete coverage.
Gunnar Wrobel [Thu, 11 Feb 2010 13:57:52 +0000 (14:57 +0100)]
Complete coverage.

15 years agoComplete coverage.
Gunnar Wrobel [Thu, 11 Feb 2010 13:52:26 +0000 (14:52 +0100)]
Complete coverage.

15 years agoOmit warning during autoloading when an included file does not exist.
Gunnar Wrobel [Thu, 11 Feb 2010 13:48:13 +0000 (14:48 +0100)]
Omit warning during autoloading when an included file does not exist.

Otherwise some test may fail under strict conditions since
class_exists() and new ReflectionClass() suddenly emit a warning for
non-existant classes. See tests in Horde_Injector that test for
reactions on specifying non existing Instances.

15 years agoUpdate the package.xml using the Packaging script.
Gunnar Wrobel [Thu, 11 Feb 2010 12:15:51 +0000 (13:15 +0100)]
Update the package.xml using the Packaging script.

15 years agoTypo
Gunnar Wrobel [Thu, 11 Feb 2010 11:32:09 +0000 (12:32 +0100)]
Typo

15 years agoComplete exception testing.
Gunnar Wrobel [Thu, 11 Feb 2010 11:11:48 +0000 (12:11 +0100)]
Complete exception testing.

15 years agoSupport previous exceptions in PHP < 5.3.0.
Gunnar Wrobel [Thu, 11 Feb 2010 10:56:27 +0000 (11:56 +0100)]
Support previous exceptions in PHP < 5.3.0.

Taken from http://framework.zend.com/wiki/display/ZFPROP/previous+Exception+on+Zend_Exception+-+Marc+Bennewitz

15 years agoFix tests.
Jan Schneider [Thu, 11 Feb 2010 10:50:19 +0000 (11:50 +0100)]
Fix tests.

15 years agoExtract PEAR and exception handling into a separate class.
Gunnar Wrobel [Thu, 11 Feb 2010 10:07:15 +0000 (11:07 +0100)]
Extract PEAR and exception handling into a separate class.

Again we always know when we throw a PEAR Error or an exception at
Horde_Exception. It is not necessary to have the class trying to
determine what the arguments might have been.

15 years agoDo not convert incorrect code types to integer automatically.
Gunnar Wrobel [Thu, 11 Feb 2010 08:29:43 +0000 (09:29 +0100)]
Do not convert incorrect code types to integer automatically.

If $code is null it will be converted to 0 by the default Exception
anyhow.

If $code contains a string it will elicit a Fatal Error. But that is
okay and should not be hidden. In nearly all cases where we provided a
string as $code it was a simple coding error that needs to be fixed.

There may be cases where the code is a value returned from another
library. If it is uncertain that the library ensures that the return
value is an integer then it can be cast into an integer before
providing it to the exception.

15 years agoExtract the error_get_last() handling into a separate Exception class.
Gunnar Wrobel [Thu, 11 Feb 2010 08:09:59 +0000 (09:09 +0100)]
Extract the error_get_last() handling into a separate Exception class.

In all cases (Horde_Feed, Horde_Xml_Element, Horde_Yaml, and Horde_Http) where
we throw the result from error_get_last() into the exception class we know
exactly that we are doing so.

Rather than having the Exception class trying to determine what kind of
parameters it might have received we can use a separate class for that.

15 years agoUse Horde_Exception_PermissionDenied.
Jan Schneider [Thu, 11 Feb 2010 09:51:45 +0000 (10:51 +0100)]
Use Horde_Exception_PermissionDenied.

15 years agoFix dragging in the month view.
Jan Schneider [Wed, 10 Feb 2010 23:42:17 +0000 (00:42 +0100)]
Fix dragging in the month view.

15 years agoDon't wrap HTML->Text reply data
Michael M Slusarz [Wed, 10 Feb 2010 20:21:22 +0000 (13:21 -0700)]
Don't wrap HTML->Text reply data

15 years agoMove filter interface into Horde_Text_Filter_Base class.
Michael M Slusarz [Wed, 10 Feb 2010 20:20:32 +0000 (13:20 -0700)]
Move filter interface into Horde_Text_Filter_Base class.

15 years agoTweaks to reply quote styling
Michael M Slusarz [Wed, 10 Feb 2010 19:54:45 +0000 (12:54 -0700)]
Tweaks to reply quote styling

15 years agoImprovements to the Html2Text filter.
Michael M Slusarz [Wed, 10 Feb 2010 19:20:03 +0000 (12:20 -0700)]
Improvements to the Html2Text filter.

15 years agoAdd ability to define filters to use with preg_replace_callback().
Michael M Slusarz [Wed, 10 Feb 2010 18:59:58 +0000 (11:59 -0700)]
Add ability to define filters to use with preg_replace_callback().

15 years agoFix undefined error warning.
Michael M Slusarz [Wed, 10 Feb 2010 18:49:27 +0000 (11:49 -0700)]
Fix undefined error warning.

15 years agoThis can all be done in one call in PHP 4.3.0+
Michael M Slusarz [Wed, 10 Feb 2010 18:14:22 +0000 (11:14 -0700)]
This can all be done in one call in PHP 4.3.0+

15 years agoMove from main() to init() in the AllTests.php files.
Gunnar Wrobel [Thu, 11 Feb 2010 07:59:57 +0000 (08:59 +0100)]
Move from main() to init() in the AllTests.php files.

15 years agoFix adding events via the API.
Michael J. Rubinsky [Wed, 10 Feb 2010 21:06:29 +0000 (16:06 -0500)]
Fix adding events via the API.

Sneaky little bug. Can't catch a Kronolith_Exception here, since
Kronolith_Driver#getByUID can also throw a Horde_Exception_NotFound now too.

15 years agoFix variable name
Michael J. Rubinsky [Wed, 10 Feb 2010 19:37:54 +0000 (14:37 -0500)]
Fix variable name

15 years agospelling
Michael J. Rubinsky [Wed, 10 Feb 2010 19:14:56 +0000 (14:14 -0500)]
spelling