horde.git
16 years agoFix javascript notification driver
Michael M Slusarz [Thu, 25 Jun 2009 23:28:02 +0000 (17:28 -0600)]
Fix javascript notification driver

16 years agoFixes for LoginTasks.
Michael M Slusarz [Thu, 25 Jun 2009 21:54:50 +0000 (15:54 -0600)]
Fixes for LoginTasks.

Use basename() to determine classname.
Prevent circumventing confirmation screens by refreshing browser.
Fix DISPLAY_NONE.

16 years agodescribe() is made a non-abstract function since all tasks don't need to provide...
Michael M Slusarz [Thu, 25 Jun 2009 18:27:38 +0000 (12:27 -0600)]
describe() is made a non-abstract function since all tasks don't need to provide a description

16 years agoDeprecated warning: Don't assign return value of new by reference.
Matt Selsky [Thu, 25 Jun 2009 15:01:23 +0000 (11:01 -0400)]
Deprecated warning: Don't assign return value of new by reference.

16 years agoImprovements to notification/status listener.
Michael M Slusarz [Thu, 25 Jun 2009 01:00:46 +0000 (19:00 -0600)]
Improvements to notification/status listener.

Fix some more case-related listener name issues.
Allow notify() to store messages internally rather than outputting to
the page.
Refactor code to allow extending drivers to easily add custom icon
entries for new notification types.

16 years agoFix some case issues; missed a static declaration
Michael M Slusarz [Wed, 24 Jun 2009 23:49:35 +0000 (17:49 -0600)]
Fix some case issues; missed a static declaration

16 years agoNotification:: (CVS HEAD) -> Horde_Notification::
Michael M Slusarz [Mon, 22 Jun 2009 00:48:32 +0000 (18:48 -0600)]
Notification:: (CVS HEAD) -> Horde_Notification::

16 years agoSecret:: -> Horde_Secret::
Michael M Slusarz [Wed, 24 Jun 2009 22:23:37 +0000 (16:23 -0600)]
Secret:: -> Horde_Secret::

16 years agoFixes to autoloader.
Michael M Slusarz [Wed, 24 Jun 2009 20:35:04 +0000 (14:35 -0600)]
Fixes to autoloader.

Load Horde libs case-insensitive.
Fix detection of duplicate include paths by keeping a local cache array
and by passing all paths through realpath().

16 years agoConvert Maintenance:: (from CVS HEAD) to Horde_LoginTasks::.
Michael M Slusarz [Wed, 24 Jun 2009 06:20:58 +0000 (00:20 -0600)]
Convert Maintenance:: (from CVS HEAD) to Horde_LoginTasks::.

16 years agoFix package name.
Michael M Slusarz [Wed, 24 Jun 2009 05:03:23 +0000 (23:03 -0600)]
Fix package name.

16 years agomake this a definite, add more links
Chuck Hagenbuch [Tue, 23 Jun 2009 01:01:57 +0000 (21:01 -0400)]
make this a definite, add more links

16 years agoProvide a find() method that directly takes the search criteria.
Gunnar Wrobel [Mon, 22 Jun 2009 18:32:02 +0000 (20:32 +0200)]
Provide a find() method that directly takes the search criteria.

16 years agoUse Horde_Exception here, not Exception
Michael M Slusarz [Mon, 22 Jun 2009 04:08:46 +0000 (22:08 -0600)]
Use Horde_Exception here, not Exception

16 years agoUp socket timeout in IMAP socket driver to 30 seconds by default
Michael M Slusarz [Thu, 18 Jun 2009 20:34:54 +0000 (14:34 -0600)]
Up socket timeout in IMAP socket driver to 30 seconds by default

10 seconds is too short for certain tasks, such as searching a large
mailbox.
Add a bit more thorough error message.

16 years agoBug #8351: Fix PGP passphrase verification
Michael M Slusarz [Thu, 18 Jun 2009 17:15:03 +0000 (11:15 -0600)]
Bug #8351: Fix PGP passphrase verification

16 years agoHorde_Mime test cleanup
Michael M Slusarz [Wed, 17 Jun 2009 19:44:25 +0000 (13:44 -0600)]
Horde_Mime test cleanup

Add RFC 2231 test
Move static files to fixtures/
Fix include paths

16 years agoFix require paths in Mime tests
Michael M Slusarz [Wed, 17 Jun 2009 19:43:59 +0000 (13:43 -0600)]
Fix require paths in Mime tests

16 years agoAllow to return dates formatted as Horde_Date.
Gunnar Wrobel [Wed, 17 Jun 2009 10:06:24 +0000 (12:06 +0200)]
Allow to return dates formatted as Horde_Date.

16 years agoTypo.
Gunnar Wrobel [Tue, 16 Jun 2009 15:05:32 +0000 (17:05 +0200)]
Typo.

16 years agoTypo.
Gunnar Wrobel [Tue, 16 Jun 2009 14:59:37 +0000 (16:59 +0200)]
Typo.

16 years agoTest getArrayChanges
Gunnar Wrobel [Tue, 16 Jun 2009 14:41:53 +0000 (16:41 +0200)]
Test getArrayChanges

16 years agoFix the modification of objects for hidden LDAP attributes (e.g. openLDAPaci)
Gunnar Wrobel [Tue, 16 Jun 2009 14:41:44 +0000 (16:41 +0200)]
Fix the modification of objects for hidden LDAP attributes (e.g. openLDAPaci)

16 years agoupdate email address
Chuck Hagenbuch [Tue, 16 Jun 2009 13:55:27 +0000 (09:55 -0400)]
update email address

16 years agoFix testing.
Gunnar Wrobel [Tue, 16 Jun 2009 13:13:44 +0000 (15:13 +0200)]
Fix testing.

16 years agoMake sure we return an integer (Bug 8347).
Jan Schneider [Tue, 16 Jun 2009 12:58:07 +0000 (14:58 +0200)]
Make sure we return an integer (Bug 8347).

16 years agoFix setting the charset in the ctor.
Jan Schneider [Mon, 15 Jun 2009 17:10:47 +0000 (19:10 +0200)]
Fix setting the charset in the ctor.
Add setBasePart().

16 years agoctor throws too.
Jan Schneider [Mon, 15 Jun 2009 14:49:36 +0000 (16:49 +0200)]
ctor throws too.

16 years agoString:: -> Horde_String::
Michael M Slusarz [Mon, 15 Jun 2009 10:33:21 +0000 (04:33 -0600)]
String:: -> Horde_String::

16 years agofix direct iterator usage (don't return an initial null)
Chuck Hagenbuch [Tue, 16 Jun 2009 02:56:21 +0000 (22:56 -0400)]
fix direct iterator usage (don't return an initial null)

16 years agoadd StatementParser.php to the filelist
Chuck Hagenbuch [Tue, 16 Jun 2009 02:42:11 +0000 (22:42 -0400)]
add StatementParser.php to the filelist

16 years agoAdd Horde_Db_StatementParser, for looping through SQL files - a better implementation...
Chuck Hagenbuch [Tue, 16 Jun 2009 02:36:11 +0000 (22:36 -0400)]
Add Horde_Db_StatementParser, for looping through SQL files - a better implementation of what's in horde-sql-shell from admintools

16 years agoonly enforce needing Suite.php files inside the Adapter/ directory
Chuck Hagenbuch [Tue, 16 Jun 2009 02:23:30 +0000 (22:23 -0400)]
only enforce needing Suite.php files inside the Adapter/ directory

16 years agofix tests for returning columns indexed by name
Chuck Hagenbuch [Tue, 16 Jun 2009 02:23:18 +0000 (22:23 -0400)]
fix tests for returning columns indexed by name

16 years agorequest method must be public static
Chuck Hagenbuch [Mon, 15 Jun 2009 01:14:47 +0000 (21:14 -0400)]
request method must be public static

16 years agoadd getTempFileWithExtension() for generating a unique temporary file with a known...
Chuck Hagenbuch [Sun, 14 Jun 2009 02:00:50 +0000 (22:00 -0400)]
add getTempFileWithExtension() for generating a unique temporary file with a known extension

16 years agoFix package.xml's
Michael M Slusarz [Fri, 12 Jun 2009 22:16:39 +0000 (16:16 -0600)]
Fix package.xml's

16 years agoadd a Horde_Rpc_Exception class; start PHP 5 code cleanup
Chuck Hagenbuch [Fri, 12 Jun 2009 20:06:53 +0000 (16:06 -0400)]
add a Horde_Rpc_Exception class; start PHP 5 code cleanup

16 years agoFix variable name
Michael M Slusarz [Fri, 12 Jun 2009 17:22:09 +0000 (11:22 -0600)]
Fix variable name

16 years agoport http://cvs.horde.org/diff.php/framework/RPC/RPC/PhpSoap.php?rt=horde&r1=1.3...
Chuck Hagenbuch [Fri, 12 Jun 2009 15:28:37 +0000 (11:28 -0400)]
port cvs.horde.org/diff.php/framework/RPC/RPC/PhpSoap.php?rt=horde&r1=1.3&r2=1.4&ty=u from CVS
fix class name

16 years agoBug #8335: Fix reading 0-length literals
Michael M Slusarz [Thu, 11 Jun 2009 09:40:31 +0000 (03:40 -0600)]
Bug #8335: Fix reading 0-length literals

16 years agoFix display of hidden quoteblocks
Michael M Slusarz [Thu, 11 Jun 2009 05:49:39 +0000 (23:49 -0600)]
Fix display of hidden quoteblocks

16 years agoHorde_Text:: -> Horde_Text_Filter_Space2html
Michael M Slusarz [Thu, 11 Jun 2009 04:39:09 +0000 (22:39 -0600)]
Horde_Text:: -> Horde_Text_Filter_Space2html

16 years agoImplement FETCH_HEADERS for Socket/Pop3 driver
Michael M Slusarz [Thu, 11 Jun 2009 00:25:11 +0000 (18:25 -0600)]
Implement FETCH_HEADERS for Socket/Pop3 driver

16 years agoImport Horde_Cli:: from CVS HEAD
Michael M Slusarz [Wed, 10 Jun 2009 19:33:17 +0000 (13:33 -0600)]
Import Horde_Cli:: from CVS HEAD

16 years agoImport Horde_History:: from CVS HEAD
Michael M Slusarz [Wed, 10 Jun 2009 19:16:26 +0000 (13:16 -0600)]
Import Horde_History:: from CVS HEAD

16 years agoImport Horde_Template from CVS HEAD
Michael M Slusarz [Wed, 10 Jun 2009 18:52:05 +0000 (12:52 -0600)]
Import Horde_Template from CVS HEAD

16 years agoImport Text_Filter from CVS HEAD
Michael M Slusarz [Wed, 10 Jun 2009 07:31:07 +0000 (01:31 -0600)]
Import Text_Filter from CVS HEAD

16 years agoText -> Horde_Text
Michael M Slusarz [Wed, 10 Jun 2009 04:41:54 +0000 (22:41 -0600)]
Text -> Horde_Text

16 years agoVariables:: -> Horde_Variables
Michael J. Rubinsky [Wed, 10 Jun 2009 00:34:36 +0000 (20:34 -0400)]
Variables:: -> Horde_Variables

16 years agoImport Horde_Util package from CVS HEAD
Michael M Slusarz [Tue, 9 Jun 2009 21:50:41 +0000 (15:50 -0600)]
Import Horde_Util package from CVS HEAD

16 years agoRemove the special handling when reading the postal address. It is invalid.
Gunnar Wrobel [Tue, 9 Jun 2009 15:13:00 +0000 (17:13 +0200)]
Remove the special handling when reading the postal address. It is invalid.

16 years agoA bit better error handling for empty MIME IDs
Michael M Slusarz [Mon, 8 Jun 2009 22:16:17 +0000 (16:16 -0600)]
A bit better error handling for empty MIME IDs

16 years agoHide irrelevant warning messages from gnupg
Michael M Slusarz [Mon, 8 Jun 2009 18:39:22 +0000 (12:39 -0600)]
Hide irrelevant warning messages from gnupg

16 years agoFinish recurrence tests.
Jan Schneider [Mon, 8 Jun 2009 16:24:16 +0000 (18:24 +0200)]
Finish recurrence tests.

16 years agoAdd reset().
Jan Schneider [Mon, 8 Jun 2009 16:17:58 +0000 (18:17 +0200)]
Add reset().

16 years agoFix property name.
Jan Schneider [Mon, 8 Jun 2009 15:37:02 +0000 (17:37 +0200)]
Fix property name.

16 years agoPort first half of recurrence tests.
Jan Schneider [Mon, 8 Jun 2009 15:29:02 +0000 (17:29 +0200)]
Port first half of recurrence tests.

16 years agoadd Horde_Support_Stack
Chuck Hagenbuch [Mon, 8 Jun 2009 14:48:35 +0000 (10:48 -0400)]
add Horde_Support_Stack

16 years agoSupport the OpenLDAP aci attribute.
Gunnar Wrobel [Mon, 8 Jun 2009 06:50:25 +0000 (08:50 +0200)]
Support the OpenLDAP aci attribute.

16 years agoFix the comparison of two arrays for changes.
Gunnar Wrobel [Sun, 7 Jun 2009 14:57:46 +0000 (16:57 +0200)]
Fix the comparison of two arrays for changes.

16 years agoMFB: Show photos inline if possible.
Jan Schneider [Sun, 7 Jun 2009 10:48:39 +0000 (12:48 +0200)]
MFB: Show photos inline if possible.

16 years agoMake dataurl capability detection more precisely.
Jan Schneider [Sun, 7 Jun 2009 10:46:29 +0000 (12:46 +0200)]
Make dataurl capability detection more precisely.

16 years agoSupport privatefax number.
Gunnar Wrobel [Fri, 5 Jun 2009 17:18:28 +0000 (19:18 +0200)]
Support privatefax number.

16 years agoPhoto support.
Gunnar Wrobel [Fri, 5 Jun 2009 16:43:15 +0000 (18:43 +0200)]
Photo support.

16 years agoPhoto support.
Gunnar Wrobel [Fri, 5 Jun 2009 16:32:24 +0000 (18:32 +0200)]
Photo support.

16 years agoSupport the "pseudonym" attribute.
Gunnar Wrobel [Fri, 5 Jun 2009 15:50:06 +0000 (17:50 +0200)]
Support the "pseudonym" attribute.

16 years agoSupport the home fax number.
Gunnar Wrobel [Fri, 5 Jun 2009 09:54:07 +0000 (11:54 +0200)]
Support the home fax number.

16 years agoAllow several uris with the same label.
Gunnar Wrobel [Fri, 5 Jun 2009 09:53:55 +0000 (11:53 +0200)]
Allow several uris with the same label.

16 years agoEmpty arrays should also be considered as empty.
Gunnar Wrobel [Fri, 5 Jun 2009 09:53:40 +0000 (11:53 +0200)]
Empty arrays should also be considered as empty.

16 years agoallow injecting the path or the argv_parser directly in the cli request constructor
Chuck Hagenbuch [Thu, 4 Jun 2009 17:06:15 +0000 (13:06 -0400)]
allow injecting the path or the argv_parser directly in the cli request constructor

16 years agoDon't strip trailing ws for literal data; fix error detection
Michael M Slusarz [Thu, 4 Jun 2009 16:43:17 +0000 (10:43 -0600)]
Don't strip trailing ws for literal data; fix error detection

16 years agoAllow to request the object hash with multiple values rather than single values.
Gunnar Wrobel [Thu, 4 Jun 2009 14:52:52 +0000 (16:52 +0200)]
Allow to request the object hash with multiple values rather than single values.

16 years agoDon't maintain PHP based mime magic lookup anymore
Michael M Slusarz [Wed, 3 Jun 2009 02:50:57 +0000 (20:50 -0600)]
Don't maintain PHP based mime magic lookup anymore

16 years agoUse the default name of the birth day.
Gunnar Wrobel [Thu, 4 Jun 2009 04:32:03 +0000 (06:32 +0200)]
Use the default name of the birth day.

16 years agoreport the bad log level in the exception
Chuck Hagenbuch [Wed, 3 Jun 2009 15:24:39 +0000 (11:24 -0400)]
report the bad log level in the exception

16 years agowe want to compare strftime() to Horde_Date#strftime() - not so much each one to...
Chuck Hagenbuch [Wed, 3 Jun 2009 13:30:39 +0000 (09:30 -0400)]
we want to compare strftime() to Horde_Date#strftime() - not so much each one to a static value

16 years agoFix handling of the user pass when accessing LDAP with a proxy user for searching.
Gunnar Wrobel [Tue, 2 Jun 2009 20:27:03 +0000 (22:27 +0200)]
Fix handling of the user pass when accessing LDAP with a proxy user for searching.

Fixed a typo.

16 years agoSelect the master server when writing an entry.
Gunnar Wrobel [Tue, 2 Jun 2009 19:17:31 +0000 (21:17 +0200)]
Select the master server when writing an entry.

16 years agoSupport selecting the master server for write access.
Gunnar Wrobel [Tue, 2 Jun 2009 19:16:51 +0000 (21:16 +0200)]
Support selecting the master server for write access.

16 years agoCache the LDAP connection as early as possible.
Gunnar Wrobel [Tue, 2 Jun 2009 14:34:26 +0000 (16:34 +0200)]
Cache the LDAP connection as early as possible.

16 years agoFix testing.
Gunnar Wrobel [Tue, 2 Jun 2009 14:02:58 +0000 (16:02 +0200)]
Fix testing.

16 years agoFix the handling of the connection parameters.
Gunnar Wrobel [Tue, 2 Jun 2009 14:02:50 +0000 (16:02 +0200)]
Fix the handling of the connection parameters.

16 years agoAdd Utils.php.
Jan Schneider [Tue, 2 Jun 2009 16:44:46 +0000 (18:44 +0200)]
Add Utils.php.

16 years agomove static methods to a Utils class
Chuck Hagenbuch [Tue, 2 Jun 2009 14:48:18 +0000 (10:48 -0400)]
move static methods to a Utils class

16 years agoport phpt tests to phpunit. I could use some help breaking up the recurrence tests...
Chuck Hagenbuch [Mon, 1 Jun 2009 03:54:24 +0000 (23:54 -0400)]
port phpt tests to phpunit. I could use some help breaking up the recurrence tests into something meaningful

16 years agoadd failing test for a DST-related math problem uncovered while working on Horde_Date...
Chuck Hagenbuch [Sat, 30 May 2009 15:56:46 +0000 (11:56 -0400)]
add failing test for a DST-related math problem uncovered while working on Horde_Date_Parser

16 years agoremove the special escape callback and just implement escape() as an additional helper
Chuck Hagenbuch [Sat, 30 May 2009 15:37:06 +0000 (11:37 -0400)]
remove the special escape callback and just implement escape() as an additional helper

16 years agoreturn the helper object added in addHelper()
Chuck Hagenbuch [Sat, 30 May 2009 15:36:37 +0000 (11:36 -0400)]
return the helper object added in addHelper()

16 years agoPHP's don't-double-encode implementation leaves invalid entities
Chuck Hagenbuch [Sat, 30 May 2009 15:34:02 +0000 (11:34 -0400)]
PHP's don't-double-encode implementation leaves invalid entities

16 years agouse addHelper('string') syntax; test helpers through the views
Chuck Hagenbuch [Sat, 30 May 2009 15:32:48 +0000 (11:32 -0400)]
use addHelper('string') syntax; test helpers through the views

16 years agocall htmlspecialchars, not htmlentities
Chuck Hagenbuch [Sat, 30 May 2009 15:31:13 +0000 (11:31 -0400)]
call htmlspecialchars, not htmlentities

16 years agouse the view's encoding when calling htmlentities
Chuck Hagenbuch [Sat, 30 May 2009 15:30:01 +0000 (11:30 -0400)]
use the view's encoding when calling htmlentities

16 years agofix the parent class of the Block helper
Chuck Hagenbuch [Sat, 30 May 2009 15:29:05 +0000 (11:29 -0400)]
fix the parent class of the Block helper

16 years agoadd addBuiltinHelpers() method for adding all built-in helpers to a view
Chuck Hagenbuch [Sat, 30 May 2009 15:28:50 +0000 (11:28 -0400)]
add addBuiltinHelpers() method for adding all built-in helpers to a view

16 years ago- Handle "-" in command-line controller names automatically
Chuck Hagenbuch [Sat, 30 May 2009 15:02:48 +0000 (11:02 -0400)]
- Handle "-" in command-line controller names automatically
- Allow much more flexibility in setting the path for command line requests

16 years agophp 5 style
Chuck Hagenbuch [Sat, 30 May 2009 01:02:20 +0000 (21:02 -0400)]
php 5 style

16 years agoadd toDays(), fromDays(), and diff() functions, and convert to PHP 5 style
Chuck Hagenbuch [Sat, 30 May 2009 01:01:38 +0000 (21:01 -0400)]
add toDays(), fromDays(), and diff() functions, and convert to PHP 5 style

16 years agouse Y-M-D to initialize Horde dates, not seconds, since otherwise the test might...
Chuck Hagenbuch [Sat, 30 May 2009 01:00:46 +0000 (21:00 -0400)]
use Y-M-D to initialize Horde dates, not seconds, since otherwise the test might be timezone-dependent

16 years agoinitial horde/date package in git
Chuck Hagenbuch [Fri, 29 May 2009 22:24:49 +0000 (18:24 -0400)]
initial horde/date package in git