horde.git
16 years agoInitialize the result variable.
Gunnar Wrobel [Tue, 7 Jul 2009 14:24:50 +0000 (16:24 +0200)]
Initialize the result variable.

16 years agofix package.xml and package name
Chuck Hagenbuch [Tue, 7 Jul 2009 02:45:34 +0000 (22:45 -0400)]
fix package.xml and package name

16 years agoAdd Text_Filter_Csstidy package.
Michael M Slusarz [Mon, 6 Jul 2009 20:56:13 +0000 (14:56 -0600)]
Add Text_Filter_Csstidy package.

Deals with the GPL licensing issue by installing as a separate package.

16 years agoAdd Horde_Text_Filter_Cleanhtml::.
Michael M Slusarz [Mon, 6 Jul 2009 20:11:01 +0000 (14:11 -0600)]
Add Horde_Text_Filter_Cleanhtml::.

16 years agomime_magic extension is deprecated
Michael M Slusarz [Mon, 6 Jul 2009 19:34:16 +0000 (13:34 -0600)]
mime_magic extension is deprecated

16 years agoFix rewind of stream
Michael M Slusarz [Mon, 6 Jul 2009 05:17:22 +0000 (23:17 -0600)]
Fix rewind of stream

16 years agoAdd stream fetch() output to Cclient driver
Michael M Slusarz [Mon, 6 Jul 2009 03:52:58 +0000 (21:52 -0600)]
Add stream fetch() output to Cclient driver

16 years agoRemove Blowfish and Cast128 ciphers
Michael M Slusarz [Mon, 6 Jul 2009 03:52:30 +0000 (21:52 -0600)]
Remove Blowfish and Cast128 ciphers

16 years agoPOP3 driver improvements.
Michael M Slusarz [Mon, 6 Jul 2009 03:37:58 +0000 (21:37 -0600)]
POP3 driver improvements.

Implement capability checking for servers which lack CAPA.
Implement getID() for POP3 servers that support the IMPLEMENTATION
capability string.
Use streams internally for body data.
Honor 'stream' argument to various fetch() functions.

16 years agoLogging & error reporting tweaks
Michael M Slusarz [Sun, 5 Jul 2009 21:05:59 +0000 (15:05 -0600)]
Logging & error reporting tweaks

16 years agoHorde_Cipher_Blowfish is broken. Fallback to RC2 instead.
Michael M Slusarz [Sun, 5 Jul 2009 20:31:08 +0000 (14:31 -0600)]
Horde_Cipher_Blowfish is broken.  Fallback to RC2 instead.

16 years agoImport Horde_Cipher:: from CVS.
Michael M Slusarz [Sun, 5 Jul 2009 20:29:25 +0000 (14:29 -0600)]
Import Horde_Cipher:: from CVS.

Am dubious about the state of this package, especially since neither
blowfish nor Cast128 pass the unit tests (they don't work in CVS either
going back for many years).  It might be best to dump them or else use
PEAR's Crypt_Blowfish module instead.

16 years agoProperly clone Horde_Mime_Part objects.
Michael M Slusarz [Thu, 2 Jul 2009 19:28:01 +0000 (13:28 -0600)]
Properly clone Horde_Mime_Part objects.

16 years agoUse Horde_Util_Filter_Eol
Michael M Slusarz [Thu, 2 Jul 2009 18:30:48 +0000 (12:30 -0600)]
Use Horde_Util_Filter_Eol

16 years agoAdd Horde_Util_Filter_Eol
Michael M Slusarz [Thu, 2 Jul 2009 18:30:32 +0000 (12:30 -0600)]
Add Horde_Util_Filter_Eol

16 years agoFix Horde_Util tests.
Michael M Slusarz [Thu, 2 Jul 2009 18:20:02 +0000 (12:20 -0600)]
Fix Horde_Util tests.

16 years agoDefault to PHP default.
Michael M Slusarz [Thu, 2 Jul 2009 18:09:49 +0000 (12:09 -0600)]
Default to PHP default.

16 years agoFix logic
Michael M Slusarz [Thu, 2 Jul 2009 15:50:01 +0000 (09:50 -0600)]
Fix logic

16 years agoLess resource intensive search for null character
Michael M Slusarz [Wed, 1 Jul 2009 22:57:35 +0000 (16:57 -0600)]
Less resource intensive search for null character

16 years agoMake sure stream is rewound to the beginning.
Michael M Slusarz [Wed, 1 Jul 2009 22:57:05 +0000 (16:57 -0600)]
Make sure stream is rewound to the beginning.

16 years agoAllow toString() to add the necessary base message header text
Michael M Slusarz [Wed, 1 Jul 2009 22:23:10 +0000 (16:23 -0600)]
Allow toString() to add the necessary base message header text

16 years agoFix multipart size determination
Michael M Slusarz [Wed, 1 Jul 2009 18:25:00 +0000 (12:25 -0600)]
Fix multipart size determination

16 years agoCorrect variable name.
Gunnar Wrobel [Wed, 1 Jul 2009 18:48:14 +0000 (20:48 +0200)]
Correct variable name.

16 years agoRemove debug; use ftell() instead of fstat()
Michael M Slusarz [Wed, 1 Jul 2009 06:47:34 +0000 (00:47 -0600)]
Remove debug; use ftell() instead of fstat()

16 years agoMore efficient way of setting contents.
Michael M Slusarz [Wed, 1 Jul 2009 03:55:02 +0000 (21:55 -0600)]
More efficient way of setting contents.

16 years agoMajor rewrite of the contents portion of Horde_Mime_Part.
Michael M Slusarz [Tue, 30 Jun 2009 22:00:57 +0000 (16:00 -0600)]
Major rewrite of the contents portion of Horde_Mime_Part.

Always store data inside part in binary format. Reduces overhead (no
need to store in larger base64 format) and allows us to do the
decompression at the same time we have to write the data to the new
internal stream object anyway.

Reworked parameters for setContents(), appendContents(), getContents(),
setTransferEncoding(), addMimeHeaders(), toString().

Removed getContentsAsStream(), getCanonicalContents() -> these can be
accessed via options to getContents().

Removed transferDecode(), transferEncode(), transferEncodeContents(),
transferDecodeContents(), strict7bit(), getTransferEncoding(), and
getCurrentEncoding() -> this is all handled internally on a call to
toString().

Removed toCanonicalString() -> this can be accessed via options to
toString().

Also:
Fix rtrim() call (don't trim non-EOL whitespace chars).
phpdoc

16 years agothese functions don't belong here
Chuck Hagenbuch [Wed, 1 Jul 2009 03:22:11 +0000 (23:22 -0400)]
these functions don't belong here

16 years agoBug #7856: Allow underscore characters in path
Michael M Slusarz [Tue, 30 Jun 2009 18:43:15 +0000 (12:43 -0600)]
Bug #7856: Allow underscore characters in path

16 years agophpdoc
Michael M Slusarz [Tue, 30 Jun 2009 18:41:58 +0000 (12:41 -0600)]
phpdoc

16 years agoHorde_Mime_Part:: stream fixes.
Michael M Slusarz [Tue, 30 Jun 2009 08:33:41 +0000 (02:33 -0600)]
Horde_Mime_Part:: stream fixes.

Fix serialize() of Horde_Mime_Part::.
Fix some typos.

16 years agoFix typo
Michael M Slusarz [Tue, 30 Jun 2009 05:08:17 +0000 (23:08 -0600)]
Fix typo

16 years agoFix undefined error
Michael M Slusarz [Tue, 30 Jun 2009 05:05:02 +0000 (23:05 -0600)]
Fix undefined error

16 years agoMake php temp memory limit a bit lower - 1 MB instead of default 2 MB
Michael M Slusarz [Tue, 30 Jun 2009 05:04:50 +0000 (23:04 -0600)]
Make php temp memory limit a bit lower - 1 MB instead of default 2 MB

16 years agoImplement stream return for fullmsg, bodytext, and bodypart for Socket
Michael M Slusarz [Tue, 30 Jun 2009 00:35:06 +0000 (18:35 -0600)]
Implement stream return for fullmsg, bodytext, and bodypart for Socket
driver.

16 years agoRequest #3359: Horde_Mime_Part uses memory streams to store contents data.
Michael M Slusarz [Mon, 29 Jun 2009 22:24:59 +0000 (16:24 -0600)]
Request #3359: Horde_Mime_Part uses memory streams to store contents data.

16 years agoCache array pointer
Michael M Slusarz [Tue, 30 Jun 2009 02:54:12 +0000 (20:54 -0600)]
Cache array pointer

16 years agoNeed to clone Horde_Mime_Part so later changes aren't saved in cache
Michael M Slusarz [Tue, 30 Jun 2009 00:36:34 +0000 (18:36 -0600)]
Need to clone Horde_Mime_Part so later changes aren't saved in cache

16 years agoI've spent way too much time trying to get this to work, and I think the issue is...
Michael M Slusarz [Mon, 29 Jun 2009 20:09:22 +0000 (14:09 -0600)]
I've spent way too much time trying to get this to work, and I think the issue is simply that PHP doesn't currently support what I am trying to do

16 years agoAdd Data URI limit for Opera
Michael M Slusarz [Mon, 29 Jun 2009 18:35:29 +0000 (12:35 -0600)]
Add Data URI limit for Opera

16 years agoSlightly shorter constant name
Michael M Slusarz [Mon, 29 Jun 2009 04:44:30 +0000 (22:44 -0600)]
Slightly shorter constant name

16 years agoRemove obsolete postalAddress attribute.
Gunnar Wrobel [Mon, 29 Jun 2009 07:16:45 +0000 (09:16 +0200)]
Remove obsolete postalAddress attribute.

16 years agoFix testing.
Gunnar Wrobel [Mon, 29 Jun 2009 06:41:03 +0000 (08:41 +0200)]
Fix testing.

16 years agoError handling.
Gunnar Wrobel [Mon, 29 Jun 2009 05:55:55 +0000 (07:55 +0200)]
Error handling.

16 years agoCorrect catching errors.
Gunnar Wrobel [Mon, 29 Jun 2009 05:44:07 +0000 (07:44 +0200)]
Correct catching errors.

16 years agoCompleted testing fixes.
Gunnar Wrobel [Mon, 29 Jun 2009 05:31:56 +0000 (07:31 +0200)]
Completed testing fixes.

16 years agoTest fixes.
Gunnar Wrobel [Mon, 29 Jun 2009 04:12:13 +0000 (06:12 +0200)]
Test fixes.

16 years agoTypo.
Gunnar Wrobel [Mon, 29 Jun 2009 03:48:32 +0000 (05:48 +0200)]
Typo.

16 years agoCompleted Kolab_Format PHP5 cleanup.
Gunnar Wrobel [Mon, 29 Jun 2009 03:52:03 +0000 (05:52 +0200)]
Completed Kolab_Format PHP5 cleanup.

16 years agoImported Kolab_Format from Horde CVS.
Gunnar Wrobel [Tue, 23 Jun 2009 16:06:12 +0000 (18:06 +0200)]
Imported Kolab_Format from Horde CVS.

16 years agoRemove "baseinstalldir" as it places Notification.php in an incorrect location (Horde...
Gunnar Wrobel [Fri, 26 Jun 2009 08:19:56 +0000 (10:19 +0200)]
Remove "baseinstalldir" as it places Notification.php in an incorrect location (Horde/Horde/Notification.php).

16 years agoAdded Horde_SessionObjects::prune()
Michael M Slusarz [Fri, 26 Jun 2009 07:34:21 +0000 (01:34 -0600)]
Added Horde_SessionObjects::prune()

16 years agoNo need to store utils object when serializing
Michael M Slusarz [Thu, 25 Jun 2009 23:57:43 +0000 (17:57 -0600)]
No need to store utils object when serializing

16 years agosplit -> explode
Matt Selsky [Thu, 25 Jun 2009 18:31:58 +0000 (14:31 -0400)]
split -> explode

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