Michael M Slusarz [Thu, 9 Jul 2009 03:00:36 +0000 (21:00 -0600)]
Horde core framework package import into Git from CVS HEAD
Named core framework package Core - makes more sense to me then
framework since technically, Core is part of the framework.
Also, split out Release into a separate package since 99.9% of users
don't need this package.
Michael M Slusarz [Tue, 7 Jul 2009 01:08:53 +0000 (19:08 -0600)]
Auth:: (CVS) -> Horde_Auth::
Michael M Slusarz [Tue, 7 Jul 2009 19:57:42 +0000 (13:57 -0600)]
Correctly identify charset of HTML data
Michael M Slusarz [Tue, 7 Jul 2009 19:41:44 +0000 (13:41 -0600)]
package.xml fixes
Michael M Slusarz [Tue, 7 Jul 2009 08:30:03 +0000 (02:30 -0600)]
Remove dependency on Mail_mimeDecode.
Previously, we were using Mail_mimeDecode to parse MIME message text and
to parse MIME headers with parameter data.
This code is more robust, cleaner, probably faster, and doesn't thrown
errors in PHP 5 strict mode.
In transition, added ability to get params and base of MIME headers
directly.
Michael M Slusarz [Tue, 7 Jul 2009 07:35:47 +0000 (01:35 -0600)]
Added Horde_Mime::uudecode()
Gunnar Wrobel [Tue, 7 Jul 2009 14:24:50 +0000 (16:24 +0200)]
Initialize the result variable.
Chuck Hagenbuch [Tue, 7 Jul 2009 02:45:34 +0000 (22:45 -0400)]
fix package.xml and package name
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.
Michael M Slusarz [Mon, 6 Jul 2009 20:11:01 +0000 (14:11 -0600)]
Add Horde_Text_Filter_Cleanhtml::.
Michael M Slusarz [Mon, 6 Jul 2009 19:34:16 +0000 (13:34 -0600)]
mime_magic extension is deprecated
Michael M Slusarz [Mon, 6 Jul 2009 05:17:22 +0000 (23:17 -0600)]
Fix rewind of stream
Michael M Slusarz [Mon, 6 Jul 2009 03:52:58 +0000 (21:52 -0600)]
Add stream fetch() output to Cclient driver
Michael M Slusarz [Mon, 6 Jul 2009 03:52:30 +0000 (21:52 -0600)]
Remove Blowfish and Cast128 ciphers
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.
Michael M Slusarz [Sun, 5 Jul 2009 21:05:59 +0000 (15:05 -0600)]
Logging & error reporting tweaks
Michael M Slusarz [Sun, 5 Jul 2009 20:31:08 +0000 (14:31 -0600)]
Horde_Cipher_Blowfish is broken. Fallback to RC2 instead.
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.
Michael M Slusarz [Thu, 2 Jul 2009 19:28:01 +0000 (13:28 -0600)]
Properly clone Horde_Mime_Part objects.
Michael M Slusarz [Thu, 2 Jul 2009 18:30:48 +0000 (12:30 -0600)]
Use Horde_Util_Filter_Eol
Michael M Slusarz [Thu, 2 Jul 2009 18:30:32 +0000 (12:30 -0600)]
Add Horde_Util_Filter_Eol
Michael M Slusarz [Thu, 2 Jul 2009 18:20:02 +0000 (12:20 -0600)]
Fix Horde_Util tests.
Michael M Slusarz [Thu, 2 Jul 2009 18:09:49 +0000 (12:09 -0600)]
Default to PHP default.
Michael M Slusarz [Thu, 2 Jul 2009 15:50:01 +0000 (09:50 -0600)]
Fix logic
Michael M Slusarz [Wed, 1 Jul 2009 22:57:35 +0000 (16:57 -0600)]
Less resource intensive search for null character
Michael M Slusarz [Wed, 1 Jul 2009 22:57:05 +0000 (16:57 -0600)]
Make sure stream is rewound to the beginning.
Michael M Slusarz [Wed, 1 Jul 2009 22:23:10 +0000 (16:23 -0600)]
Allow toString() to add the necessary base message header text
Michael M Slusarz [Wed, 1 Jul 2009 18:25:00 +0000 (12:25 -0600)]
Fix multipart size determination
Gunnar Wrobel [Wed, 1 Jul 2009 18:48:14 +0000 (20:48 +0200)]
Correct variable name.
Michael M Slusarz [Wed, 1 Jul 2009 06:47:34 +0000 (00:47 -0600)]
Remove debug; use ftell() instead of fstat()
Michael M Slusarz [Wed, 1 Jul 2009 03:55:02 +0000 (21:55 -0600)]
More efficient way of setting contents.
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
Chuck Hagenbuch [Wed, 1 Jul 2009 03:22:11 +0000 (23:22 -0400)]
these functions don't belong here
Michael M Slusarz [Tue, 30 Jun 2009 18:43:15 +0000 (12:43 -0600)]
Bug #7856: Allow underscore characters in path
Michael M Slusarz [Tue, 30 Jun 2009 18:41:58 +0000 (12:41 -0600)]
phpdoc
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.
Michael M Slusarz [Tue, 30 Jun 2009 05:08:17 +0000 (23:08 -0600)]
Fix typo
Michael M Slusarz [Tue, 30 Jun 2009 05:05:02 +0000 (23:05 -0600)]
Fix undefined error
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
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.
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.
Michael M Slusarz [Tue, 30 Jun 2009 02:54:12 +0000 (20:54 -0600)]
Cache array pointer
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
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
Michael M Slusarz [Mon, 29 Jun 2009 18:35:29 +0000 (12:35 -0600)]
Add Data URI limit for Opera
Michael M Slusarz [Mon, 29 Jun 2009 04:44:30 +0000 (22:44 -0600)]
Slightly shorter constant name
Gunnar Wrobel [Mon, 29 Jun 2009 07:16:45 +0000 (09:16 +0200)]
Remove obsolete postalAddress attribute.
Gunnar Wrobel [Mon, 29 Jun 2009 06:41:03 +0000 (08:41 +0200)]
Fix testing.
Gunnar Wrobel [Mon, 29 Jun 2009 05:55:55 +0000 (07:55 +0200)]
Error handling.
Gunnar Wrobel [Mon, 29 Jun 2009 05:44:07 +0000 (07:44 +0200)]
Correct catching errors.
Gunnar Wrobel [Mon, 29 Jun 2009 05:31:56 +0000 (07:31 +0200)]
Completed testing fixes.
Gunnar Wrobel [Mon, 29 Jun 2009 04:12:13 +0000 (06:12 +0200)]
Test fixes.
Gunnar Wrobel [Mon, 29 Jun 2009 03:48:32 +0000 (05:48 +0200)]
Typo.
Gunnar Wrobel [Mon, 29 Jun 2009 03:52:03 +0000 (05:52 +0200)]
Completed Kolab_Format PHP5 cleanup.
Gunnar Wrobel [Tue, 23 Jun 2009 16:06:12 +0000 (18:06 +0200)]
Imported Kolab_Format from Horde CVS.
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).
Michael M Slusarz [Fri, 26 Jun 2009 07:34:21 +0000 (01:34 -0600)]
Added Horde_SessionObjects::prune()
Michael M Slusarz [Thu, 25 Jun 2009 23:57:43 +0000 (17:57 -0600)]
No need to store utils object when serializing
Matt Selsky [Thu, 25 Jun 2009 18:31:58 +0000 (14:31 -0400)]
split -> explode
Michael M Slusarz [Thu, 25 Jun 2009 23:28:02 +0000 (17:28 -0600)]
Fix javascript notification driver
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.
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
Matt Selsky [Thu, 25 Jun 2009 15:01:23 +0000 (11:01 -0400)]
Deprecated warning: Don't assign return value of new by reference.
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.
Michael M Slusarz [Wed, 24 Jun 2009 23:49:35 +0000 (17:49 -0600)]
Fix some case issues; missed a static declaration
Michael M Slusarz [Mon, 22 Jun 2009 00:48:32 +0000 (18:48 -0600)]
Notification:: (CVS HEAD) -> Horde_Notification::
Michael M Slusarz [Wed, 24 Jun 2009 22:23:37 +0000 (16:23 -0600)]
Secret:: -> Horde_Secret::
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().
Michael M Slusarz [Wed, 24 Jun 2009 06:20:58 +0000 (00:20 -0600)]
Convert Maintenance:: (from CVS HEAD) to Horde_LoginTasks::.
Michael M Slusarz [Wed, 24 Jun 2009 05:03:23 +0000 (23:03 -0600)]
Fix package name.
Chuck Hagenbuch [Tue, 23 Jun 2009 01:01:57 +0000 (21:01 -0400)]
make this a definite, add more links
Gunnar Wrobel [Mon, 22 Jun 2009 18:32:02 +0000 (20:32 +0200)]
Provide a find() method that directly takes the search criteria.
Michael M Slusarz [Mon, 22 Jun 2009 04:08:46 +0000 (22:08 -0600)]
Use Horde_Exception here, not Exception
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.
Michael M Slusarz [Thu, 18 Jun 2009 17:15:03 +0000 (11:15 -0600)]
Bug #8351: Fix PGP passphrase verification
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
Michael M Slusarz [Wed, 17 Jun 2009 19:43:59 +0000 (13:43 -0600)]
Fix require paths in Mime tests
Gunnar Wrobel [Wed, 17 Jun 2009 10:06:24 +0000 (12:06 +0200)]
Allow to return dates formatted as Horde_Date.
Gunnar Wrobel [Tue, 16 Jun 2009 15:05:32 +0000 (17:05 +0200)]
Typo.
Gunnar Wrobel [Tue, 16 Jun 2009 14:59:37 +0000 (16:59 +0200)]
Typo.
Gunnar Wrobel [Tue, 16 Jun 2009 14:41:53 +0000 (16:41 +0200)]
Test getArrayChanges
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)
Chuck Hagenbuch [Tue, 16 Jun 2009 13:55:27 +0000 (09:55 -0400)]
update email address
Gunnar Wrobel [Tue, 16 Jun 2009 13:13:44 +0000 (15:13 +0200)]
Fix testing.
Jan Schneider [Tue, 16 Jun 2009 12:58:07 +0000 (14:58 +0200)]
Make sure we return an integer (Bug 8347).
Jan Schneider [Mon, 15 Jun 2009 17:10:47 +0000 (19:10 +0200)]
Fix setting the charset in the ctor.
Add setBasePart().
Jan Schneider [Mon, 15 Jun 2009 14:49:36 +0000 (16:49 +0200)]
ctor throws too.
Michael M Slusarz [Mon, 15 Jun 2009 10:33:21 +0000 (04:33 -0600)]
String:: -> Horde_String::
Chuck Hagenbuch [Tue, 16 Jun 2009 02:56:21 +0000 (22:56 -0400)]
fix direct iterator usage (don't return an initial null)
Chuck Hagenbuch [Tue, 16 Jun 2009 02:42:11 +0000 (22:42 -0400)]
add StatementParser.php to the filelist
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
Chuck Hagenbuch [Tue, 16 Jun 2009 02:23:30 +0000 (22:23 -0400)]
only enforce needing Suite.php files inside the Adapter/ directory
Chuck Hagenbuch [Tue, 16 Jun 2009 02:23:18 +0000 (22:23 -0400)]
fix tests for returning columns indexed by name
Chuck Hagenbuch [Mon, 15 Jun 2009 01:14:47 +0000 (21:14 -0400)]
request method must be public static
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
Michael M Slusarz [Fri, 12 Jun 2009 22:16:39 +0000 (16:16 -0600)]
Fix package.xml's
Chuck Hagenbuch [Fri, 12 Jun 2009 20:06:53 +0000 (16:06 -0400)]
add a Horde_Rpc_Exception class; start PHP 5 code cleanup
Michael M Slusarz [Fri, 12 Jun 2009 17:22:09 +0000 (11:22 -0600)]
Fix variable name
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
Michael M Slusarz [Thu, 11 Jun 2009 09:40:31 +0000 (03:40 -0600)]
Bug #8335: Fix reading 0-length literals