Michael M Slusarz [Wed, 18 Mar 2009 19:44:04 +0000 (13:44 -0600)]
Return message list, not message count
Michael M Slusarz [Tue, 17 Mar 2009 19:28:02 +0000 (13:28 -0600)]
Add username to login/authenticate debug log
Michael M Slusarz [Tue, 17 Mar 2009 16:21:31 +0000 (10:21 -0600)]
Add support to return list of expunged messages
Michael M Slusarz [Tue, 17 Mar 2009 13:41:43 +0000 (07:41 -0600)]
Note some new RFCs
Mike Naberezny [Mon, 16 Mar 2009 03:23:50 +0000 (20:23 -0700)]
Fixed comment block.
Michael M Slusarz [Thu, 12 Mar 2009 19:04:26 +0000 (13:04 -0600)]
Fix list when dealing with empty mailboxes
Chuck Hagenbuch [Thu, 12 Mar 2009 17:58:07 +0000 (13:58 -0400)]
fix class name
Jan Schneider [Wed, 11 Mar 2009 08:58:23 +0000 (09:58 +0100)]
Fix package.xml (Bug #8068).
Michael M Slusarz [Tue, 10 Mar 2009 21:58:05 +0000 (15:58 -0600)]
Convert drivers to Horde 4 package format.
Remove some unneeded require/include and remove unrequired packages from
package.xml.
Michael M Slusarz [Tue, 10 Mar 2009 04:56:46 +0000 (22:56 -0600)]
More places to invalidate status cache
Michael M Slusarz [Tue, 10 Mar 2009 03:03:58 +0000 (21:03 -0600)]
Fix status caching in selected mailbox
Chuck Hagenbuch [Fri, 6 Mar 2009 03:37:43 +0000 (22:37 -0500)]
make primary keys unsigned
Jan Schneider [Thu, 5 Mar 2009 10:18:40 +0000 (11:18 +0100)]
Fix class name.
Bug: 8047
Mike Naberezny [Thu, 5 Mar 2009 04:41:37 +0000 (20:41 -0800)]
Fixed unset to use correct key. Thanks to Josh Davis for noticing this.
Michael M Slusarz [Thu, 5 Mar 2009 03:53:00 +0000 (20:53 -0700)]
Import Horde_Cache from CVS HEAD.
Michael M Slusarz [Thu, 5 Mar 2009 03:52:49 +0000 (20:52 -0700)]
Typo
Michael M Slusarz [Tue, 3 Mar 2009 05:17:33 +0000 (22:17 -0700)]
Added Socket_Pop3 driver.
Michael M Slusarz [Wed, 4 Mar 2009 04:21:28 +0000 (21:21 -0700)]
Fix logic/doc typos
Michael M Slusarz [Wed, 4 Mar 2009 02:44:53 +0000 (19:44 -0700)]
New static function to get raw MIME Part text.
Replaces splitContents() functionality.
Allow parseMessage() to return structure info instead of
Horde_Mime_Part object
Michael M Slusarz [Tue, 3 Mar 2009 22:18:25 +0000 (15:18 -0700)]
Fixes to improve POP3 compatibility
Michael M Slusarz [Tue, 3 Mar 2009 20:51:12 +0000 (13:51 -0700)]
Add support for parsing RFC 2384 URLs.
Michael M Slusarz [Tue, 3 Mar 2009 20:50:55 +0000 (13:50 -0700)]
Fix library name/location
Michael M Slusarz [Tue, 3 Mar 2009 20:18:08 +0000 (13:18 -0700)]
Fixes to Cclient_Pop3 driver.
Disable caching in POP3 driver.
Need to check for empty, not isset.
Add support for delete/undelete.
Chuck Hagenbuch [Wed, 4 Mar 2009 16:51:20 +0000 (11:51 -0500)]
fix release date for 0.4.0
Chuck Hagenbuch [Wed, 4 Mar 2009 04:30:19 +0000 (23:30 -0500)]
add Horde_Routes_Printer to the filelist
Michael M Slusarz [Tue, 3 Mar 2009 06:58:19 +0000 (23:58 -0700)]
Fix some errors in the test script.
Michael M Slusarz [Tue, 3 Mar 2009 04:49:13 +0000 (21:49 -0700)]
Remove function that no longer exists.
Reuse existing code.
Add some more status flags not supported by POP.
Michael M Slusarz [Tue, 3 Mar 2009 04:45:19 +0000 (21:45 -0700)]
Add server connect exception code.
Michael M Slusarz [Tue, 3 Mar 2009 04:34:35 +0000 (21:34 -0700)]
Update e-mail address.
Michael M Slusarz [Mon, 2 Mar 2009 21:46:13 +0000 (14:46 -0700)]
Ticket #8036: Better error handling for gnupg and openssl command line binaries
Michael M Slusarz [Mon, 2 Mar 2009 21:15:21 +0000 (14:15 -0700)]
Fix comment
Michael J. Rubinsky [Sat, 28 Feb 2009 21:06:42 +0000 (16:06 -0500)]
Check for proxy configuration first, so we don't lose the Proxy-Authorization
header.
Need to concatenate the header name with the value before we perform
the implode function on the array or we lose the header names.
Chuck Hagenbuch [Thu, 26 Feb 2009 22:14:56 +0000 (17:14 -0500)]
return null for undefined variables; get rid of __set entirely; protect internal variables from overwriting in assign()
Michael J. Rubinsky [Thu, 26 Feb 2009 19:47:26 +0000 (14:47 -0500)]
Update tests to reflect the expected *.html.php template and layout
filenames.
Michael J. Rubinsky [Thu, 26 Feb 2009 16:18:20 +0000 (11:18 -0500)]
Add missing setLayout method, change layout filenames to be
*.html.php
Michael J. Rubinsky [Thu, 26 Feb 2009 14:06:31 +0000 (09:06 -0500)]
On second thought - I don't see the reason for checking the existence
of a public member in __get() - if it existed, __get() would never get
called - and checking this would have the effect of making all non-public
members public. Just return an empty string if a non-visible member is
accessed.
Michael M Slusarz [Thu, 26 Feb 2009 05:30:40 +0000 (22:30 -0700)]
Horde 4-ify Horde_Crypt.
Rework driver naming scheme
Use file_put_contents() in Pgp driver.
Convert to full Exception handling.
Michael J. Rubinsky [Thu, 26 Feb 2009 05:27:24 +0000 (00:27 -0500)]
$this->name ----> $this->$name
Chuck Hagenbuch [Wed, 25 Feb 2009 05:37:14 +0000 (00:37 -0500)]
fix ssl params in splitread config
Chuck Hagenbuch [Wed, 25 Feb 2009 05:02:06 +0000 (00:02 -0500)]
fix class names; make destructor public
Michael M Slusarz [Wed, 25 Feb 2009 04:08:27 +0000 (21:08 -0700)]
Can't mask these errors - makes debugging impossible
Chuck Hagenbuch [Tue, 24 Feb 2009 16:39:21 +0000 (11:39 -0500)]
allow access to the request object with arrow notation
Michael M Slusarz [Mon, 23 Feb 2009 20:03:51 +0000 (13:03 -0700)]
Convert drivers to ucfirst names
Michael M Slusarz [Mon, 23 Feb 2009 19:04:09 +0000 (12:04 -0700)]
Shorten session var name
Michael M Slusarz [Mon, 23 Feb 2009 09:07:14 +0000 (02:07 -0700)]
Import Horde_SessionHandler:: from CVS HEAD.
Chuck Hagenbuch [Mon, 23 Feb 2009 17:30:45 +0000 (12:30 -0500)]
test tweaks
Chuck Hagenbuch [Mon, 23 Feb 2009 15:19:38 +0000 (10:19 -0500)]
fix parse error
Michael M Slusarz [Mon, 23 Feb 2009 07:23:09 +0000 (00:23 -0700)]
Fix typos.
Michael M Slusarz [Mon, 23 Feb 2009 05:31:10 +0000 (22:31 -0700)]
Import Text_Flowed from CVS HEAD
Chuck Hagenbuch [Mon, 23 Feb 2009 04:52:18 +0000 (23:52 -0500)]
add number helper to package.xml
Chuck Hagenbuch [Mon, 23 Feb 2009 04:48:22 +0000 (23:48 -0500)]
add number helper - only one method right now; the other originals here need to be locale-specific
Chuck Hagenbuch [Mon, 23 Feb 2009 04:44:25 +0000 (23:44 -0500)]
port missing inflections, except titlize, foreignKey, and ordinalize
Chuck Hagenbuch [Mon, 23 Feb 2009 04:21:26 +0000 (23:21 -0500)]
- add helper base test
- add getHelperPaths
- add local variables in views
- add partials
- add .html to template names with no extension
Chuck Hagenbuch [Mon, 23 Feb 2009 02:42:48 +0000 (21:42 -0500)]
add text helpers
Chuck Hagenbuch [Mon, 23 Feb 2009 02:26:25 +0000 (21:26 -0500)]
add two new fixtures, broaden blogroll test, add skipped test for nested blogroll structures
Chuck Hagenbuch [Mon, 23 Feb 2009 02:11:10 +0000 (21:11 -0500)]
instead of dying, create a default mapper if one is otherwise unavailable
Chuck Hagenbuch [Mon, 23 Feb 2009 02:09:37 +0000 (21:09 -0500)]
add new files
Chuck Hagenbuch [Mon, 23 Feb 2009 02:05:36 +0000 (21:05 -0500)]
- add the rest of the Url helper methods
- port initial Form helpers
- add FormBuilder
Chuck Hagenbuch [Mon, 23 Feb 2009 01:30:20 +0000 (20:30 -0500)]
make optional
Chuck Hagenbuch [Mon, 23 Feb 2009 01:29:37 +0000 (20:29 -0500)]
use factory instead of getInstance still
Chuck Hagenbuch [Sun, 22 Feb 2009 16:51:37 +0000 (11:51 -0500)]
initial Horde/Test package for wrapping/extending PHPUnit
Chuck Hagenbuch [Sun, 22 Feb 2009 16:38:01 +0000 (11:38 -0500)]
add doc folder with TODO list
Chuck Hagenbuch [Sun, 22 Feb 2009 16:37:21 +0000 (11:37 -0500)]
fix copyright dates
Chuck Hagenbuch [Sun, 22 Feb 2009 16:35:47 +0000 (11:35 -0500)]
fix helper collision detection
Michael J. Rubinsky [Sun, 22 Feb 2009 23:21:05 +0000 (18:21 -0500)]
Fix typo
Michael J. Rubinsky [Sun, 22 Feb 2009 23:19:37 +0000 (18:19 -0500)]
Fix dir names in package.xml file
Michael M Slusarz [Sun, 22 Feb 2009 09:17:40 +0000 (02:17 -0700)]
Import Horde_Token from CVS HEAD
Michael M Slusarz [Sun, 22 Feb 2009 08:53:54 +0000 (01:53 -0700)]
Use exceptions in Horde_Mime
Michael M Slusarz [Sun, 22 Feb 2009 08:34:02 +0000 (01:34 -0700)]
Better static usage.
Michael M Slusarz [Sun, 22 Feb 2009 01:32:45 +0000 (18:32 -0700)]
Import Horde_SpellChecker from CVS HEAD.
Michael M Slusarz [Sun, 22 Feb 2009 01:28:55 +0000 (18:28 -0700)]
Incorrect comment.
Chuck Hagenbuch [Sat, 21 Feb 2009 02:00:35 +0000 (21:00 -0500)]
remove reference on new
Michael M Slusarz [Fri, 20 Feb 2009 20:53:57 +0000 (13:53 -0700)]
Don't set name if it doesn't exist
Michael M Slusarz [Fri, 20 Feb 2009 20:39:15 +0000 (13:39 -0700)]
Fix parsing of MIME parameter values.
Correctly parse messages containing both RFC 2045 and RFC 2231 param
values.
Michael M Slusarz [Fri, 20 Feb 2009 18:38:52 +0000 (11:38 -0700)]
Bug #8017: App might not have Mime driver config
Chuck Hagenbuch [Fri, 20 Feb 2009 04:22:23 +0000 (23:22 -0500)]
rename to _normalizeConfig, since we normalize horde names to pdo as well as rails names to pdo
Chuck Hagenbuch [Thu, 19 Feb 2009 22:47:51 +0000 (17:47 -0500)]
- add an option to throw an exception when helper methods clash
- allow calling addHelper('Tag') or addHelper('MyHelper') which automatically
instantiates Horde_View_Helper_Tag or MyHelper objects, respectively.
Michael M Slusarz [Thu, 19 Feb 2009 06:48:18 +0000 (23:48 -0700)]
Use Gnumeric for Excel conversion
Michael M Slusarz [Thu, 19 Feb 2009 06:34:07 +0000 (23:34 -0700)]
Use abiword for msword display
Michael J. Rubinsky [Wed, 18 Feb 2009 19:59:33 +0000 (14:59 -0500)]
Fix ordering of operations for Horde_Db_Adapter_Pdo_Myql::_parseConfig()
The parameters need to be translated before we check them.
Michael J. Rubinsky [Wed, 18 Feb 2009 18:18:56 +0000 (13:18 -0500)]
Need to convert hostspec as well
Michael J. Rubinsky [Tue, 17 Feb 2009 06:11:49 +0000 (01:11 -0500)]
Revert "ws"
remove incorrectly added file
This reverts commit
194624e0d251edf9791a3a1ed6b6911c7cdfd8cd.
Michael J. Rubinsky [Tue, 17 Feb 2009 06:10:29 +0000 (01:10 -0500)]
ws
Chuck Hagenbuch [Wed, 18 Feb 2009 16:14:08 +0000 (11:14 -0500)]
fix path (duck@obala.net, #8008)
Chuck Hagenbuch [Tue, 17 Feb 2009 05:51:06 +0000 (00:51 -0500)]
add benchmark, capture, and debug helpers
Chuck Hagenbuch [Tue, 17 Feb 2009 05:44:56 +0000 (00:44 -0500)]
add mock log handler
Chuck Hagenbuch [Tue, 17 Feb 2009 05:14:47 +0000 (00:14 -0500)]
revamp helpers to use horde_view_helper_base base class, add tag and javascript helpers, add tests, add url docs
Chuck Hagenbuch [Mon, 16 Feb 2009 17:04:15 +0000 (12:04 -0500)]
note about the new memcached extension
Michael M Slusarz [Fri, 13 Feb 2009 07:58:12 +0000 (00:58 -0700)]
Fix function scope
Michael M Slusarz [Fri, 13 Feb 2009 07:31:31 +0000 (00:31 -0700)]
Status caching should be disabled by default
Chuck Hagenbuch [Sat, 14 Feb 2009 20:31:21 +0000 (15:31 -0500)]
add support for 'g' in ini file filesizes (Bug #7956)
Chuck Hagenbuch [Fri, 13 Feb 2009 15:53:38 +0000 (10:53 -0500)]
import Horde_View
Michael M Slusarz [Fri, 13 Feb 2009 05:49:40 +0000 (22:49 -0700)]
Fix serialization
Michael M Slusarz [Fri, 13 Feb 2009 05:47:48 +0000 (22:47 -0700)]
Missed the Serialize conversion in horde.git
Chuck Hagenbuch [Fri, 13 Feb 2009 05:38:11 +0000 (00:38 -0500)]
fix constant name
Michael M Slusarz [Fri, 13 Feb 2009 05:36:26 +0000 (22:36 -0700)]
No longer used
Michael M Slusarz [Fri, 13 Feb 2009 04:42:11 +0000 (21:42 -0700)]
Import Horde_Serialize from CVS.
Michael M Slusarz [Fri, 13 Feb 2009 02:26:43 +0000 (19:26 -0700)]
Import Horde_SessionObjects from CVS.
Michael M Slusarz [Fri, 13 Feb 2009 01:59:20 +0000 (18:59 -0700)]
Import Horde_Memcache from CVS.
Michael M Slusarz [Tue, 10 Feb 2009 18:34:31 +0000 (11:34 -0700)]
Don't have crypt lib check for secure connection