horde.git
16 years agoAdd 'nocache' parameter; documentation.
Michael M Slusarz [Mon, 30 Mar 2009 07:31:31 +0000 (01:31 -0600)]
Add 'nocache' parameter; documentation.

16 years agoMake the utils object publicly accessible
Michael M Slusarz [Mon, 30 Mar 2009 07:06:21 +0000 (01:06 -0600)]
Make the utils object publicly accessible

16 years agoMore debug information.
Michael M Slusarz [Mon, 30 Mar 2009 03:54:35 +0000 (21:54 -0600)]
More debug information.

16 years agoE_DEPRECATED is 5.3+ only
Michael J. Rubinsky [Mon, 30 Mar 2009 15:52:51 +0000 (11:52 -0400)]
E_DEPRECATED is 5.3+ only

16 years agoSpelling
Michael J. Rubinsky [Thu, 5 Mar 2009 23:09:17 +0000 (18:09 -0500)]
Spelling

16 years agoMerge branch 'master' of chuck@dev.horde.org:/horde/git/horde
Chuck Hagenbuch [Mon, 30 Mar 2009 03:05:03 +0000 (23:05 -0400)]
Merge branch 'master' of chuck@dev.horde.org:/horde/git/horde

16 years agoneed to remove E_DEPRECATED when autoloading files
Chuck Hagenbuch [Mon, 30 Mar 2009 03:04:44 +0000 (23:04 -0400)]
need to remove E_DEPRECATED when autoloading files

16 years agoUse fread() exclusively instead of relying on fgets().
Michael M Slusarz [Sun, 29 Mar 2009 22:17:40 +0000 (16:17 -0600)]
Use fread() exclusively instead of relying on fgets().

16 years agoTypo
Michael M Slusarz [Sun, 29 Mar 2009 20:18:29 +0000 (14:18 -0600)]
Typo

16 years agoSome fixes for the LDAP handling of Kolab_Server. It was still broken
Gunnar Wrobel [Sun, 29 Mar 2009 21:08:46 +0000 (21:08 +0000)]
Some fixes for the LDAP handling of Kolab_Server. It was still broken
in some places because of the switch to Net_LDAP2.

16 years agoAdd the getServer function for admins. This allows them to login too.
Gunnar Wrobel [Sun, 29 Mar 2009 21:08:06 +0000 (21:08 +0000)]
Add the getServer function for admins. This allows them to login too.

16 years agoWork around IMAP servers that don't return UIDNEXT
Michael M Slusarz [Fri, 27 Mar 2009 06:21:21 +0000 (00:21 -0600)]
Work around IMAP servers that don't return UIDNEXT

16 years agoFix arrival sorting when client sorting
Michael M Slusarz [Fri, 27 Mar 2009 05:55:30 +0000 (23:55 -0600)]
Fix arrival sorting when client sorting

16 years agoFix MODSEQ storage logic
Michael M Slusarz [Fri, 27 Mar 2009 04:56:37 +0000 (22:56 -0600)]
Fix MODSEQ storage logic

16 years agoNeed IMAP port to produce truly unique cache ID
Michael M Slusarz [Fri, 27 Mar 2009 04:38:13 +0000 (22:38 -0600)]
Need IMAP port to produce truly unique cache ID

16 years agoSequence->ID lookup fixes
Michael M Slusarz [Fri, 27 Mar 2009 04:02:56 +0000 (22:02 -0600)]
Sequence->ID lookup fixes

16 years agoLogging tweak
Michael M Slusarz [Fri, 27 Mar 2009 01:21:14 +0000 (19:21 -0600)]
Logging tweak

16 years agoFix logic
Michael M Slusarz [Fri, 27 Mar 2009 00:56:37 +0000 (18:56 -0600)]
Fix logic

16 years agofix undefined values
Chuck Hagenbuch [Thu, 26 Mar 2009 14:09:41 +0000 (10:09 -0400)]
fix undefined values

16 years agoAttemted to use strict checking but this fails at the moment because a
Gunnar Wrobel [Thu, 26 Mar 2009 10:27:14 +0000 (10:27 +0000)]
Attemted to use strict checking but this fails at the moment because a
number of packages from horde-cvs offer static methods that are not
yet declared as such.

Fixed only some strict issues within the Kolab_Server package.

16 years agoThe list of objects should contain the object uid as array key.
Gunnar Wrobel [Thu, 26 Mar 2009 10:25:51 +0000 (10:25 +0000)]
The list of objects should contain the object uid as array key.

16 years agoFix mailbox name
Michael M Slusarz [Wed, 25 Mar 2009 18:53:40 +0000 (12:53 -0600)]
Fix mailbox name

16 years agoMore thorough job of identifying mailboxes we shouldn't be caching.
Michael M Slusarz [Wed, 25 Mar 2009 18:45:16 +0000 (12:45 -0600)]
More thorough job of identifying mailboxes we shouldn't be caching.

Based primarily on NOMODSEQ (RFC 4551) and UIDNOTSTICKY (RFC 4315)
responses.

16 years agoremove print statements leaking searialized data
Chuck Hagenbuch [Wed, 25 Mar 2009 15:57:25 +0000 (11:57 -0400)]
remove print statements leaking searialized data

16 years agoContinue trying to sort out the CONDSTORE/QRESYNC mess.
Michael M Slusarz [Wed, 25 Mar 2009 06:38:32 +0000 (00:38 -0600)]
Continue trying to sort out the CONDSTORE/QRESYNC mess.

16 years agoFix thread level calculation
Michael M Slusarz [Tue, 24 Mar 2009 22:15:33 +0000 (16:15 -0600)]
Fix thread level calculation

16 years agoConvert to new thread return format
Michael M Slusarz [Tue, 24 Mar 2009 22:15:25 +0000 (16:15 -0600)]
Convert to new thread return format

16 years agoOptimize Horde_Imap_Client_Thread for storage
Michael M Slusarz [Tue, 24 Mar 2009 20:39:09 +0000 (14:39 -0600)]
Optimize Horde_Imap_Client_Thread for storage

Now that it may be serialized and stored in cache, optimize the internal
data structures.  New storage saves approx. 60%.

16 years agoMore caching improvements.
Michael M Slusarz [Tue, 24 Mar 2009 19:47:15 +0000 (13:47 -0600)]
More caching improvements.

Add (limited) search caching for non CONDSTORE enabled servers.
Add thread caching.

16 years agoFix some typos
Michael M Slusarz [Tue, 24 Mar 2009 05:34:47 +0000 (23:34 -0600)]
Fix some typos

16 years agoFix parse errors (Bug #8109).
Jan Schneider [Mon, 23 Mar 2009 11:36:13 +0000 (12:36 +0100)]
Fix parse errors (Bug #8109).

16 years agoFix testing for the recent changes.
Gunnar Wrobel [Mon, 23 Mar 2009 10:28:58 +0000 (10:28 +0000)]
Fix testing for the recent changes.

16 years agoFix the use of class variables.
Gunnar Wrobel [Mon, 23 Mar 2009 10:28:44 +0000 (10:28 +0000)]
Fix the use of class variables.

16 years agoFix the use of class variables.
Gunnar Wrobel [Mon, 23 Mar 2009 10:28:25 +0000 (10:28 +0000)]
Fix the use of class variables.

16 years agoAdd the base object class.
Gunnar Wrobel [Mon, 23 Mar 2009 10:28:09 +0000 (10:28 +0000)]
Add the base object class.

16 years agoStarted cleaning up the object class hierarchy. The object classes should not have...
Gunnar Wrobel [Mon, 23 Mar 2009 10:27:58 +0000 (10:27 +0000)]
Started cleaning up the object class hierarchy. The object classes should not have more knowledge than they need.

16 years agoUse class vars and move LDAP specific functionality into the LDAP subclass.
Gunnar Wrobel [Mon, 23 Mar 2009 10:26:25 +0000 (10:26 +0000)]
Use class vars and move LDAP specific functionality into the LDAP subclass.

16 years agoCreation of the manager account should not happen if there is one already.
Gunnar Wrobel [Mon, 23 Mar 2009 10:25:52 +0000 (10:25 +0000)]
Creation of the manager account should not happen if there is one already.

16 years agoFixed typo.
Gunnar Wrobel [Mon, 23 Mar 2009 10:25:01 +0000 (10:25 +0000)]
Fixed typo.

16 years agoMove sequence parsing code (+mailbox info) from IMP.
Michael M Slusarz [Sun, 22 Mar 2009 02:42:58 +0000 (20:42 -0600)]
Move sequence parsing code (+mailbox info) from IMP.

16 years agoCache sequences in string format.
Michael M Slusarz [Sun, 22 Mar 2009 02:00:35 +0000 (20:00 -0600)]
Cache sequences in string format.

16 years agoadd Vagabondo/Kliksafe to the robots list
Chuck Hagenbuch [Sun, 22 Mar 2009 14:09:09 +0000 (10:09 -0400)]
add Vagabondo/Kliksafe to the robots list

16 years agoRemove topgit specific branch files. Next time I should avoid using topgit for the...
Gunnar Wrobel [Fri, 20 Mar 2009 22:57:38 +0000 (23:57 +0100)]
Remove topgit specific branch files. Next time I should avoid using topgit for the import branch as I'm not developing a patch in that case.

16 years agoMerge commit '0d4024e38d9ba1922b7863063a89ceab76bda1f5' into t/Kolab_Server/HK/GW...
Gunnar Wrobel [Fri, 20 Mar 2009 22:54:19 +0000 (23:54 +0100)]
Merge commit '0d4024e38d9ba1922b7863063a89ceab76bda1f5' into t/Kolab_Server/HK/GW/InitialImport

16 years agoMerge branch 'master' of git://dev.horde.org/horde/git/horde into t/Kolab_Server...
Gunnar Wrobel [Fri, 20 Mar 2009 22:51:55 +0000 (23:51 +0100)]
Merge branch 'master' of git://dev.horde.org/horde/git/horde into t/Kolab_Server/HK/GW/InitialImport

16 years agoDon't update metadata if nothing has changed
Michael M Slusarz [Fri, 20 Mar 2009 17:51:21 +0000 (11:51 -0600)]
Don't update metadata if nothing has changed

16 years agoPHP 5-ish method of storing singleton instances.
Michael M Slusarz [Fri, 20 Mar 2009 17:50:21 +0000 (11:50 -0600)]
PHP 5-ish method of storing singleton instances.

16 years agoChangelog; fix typos.
Michael M Slusarz [Fri, 20 Mar 2009 16:27:05 +0000 (10:27 -0600)]
Changelog; fix typos.

16 years agoImplement search (message list) caching
Michael M Slusarz [Fri, 20 Mar 2009 15:48:28 +0000 (09:48 -0600)]
Implement search (message list) caching

16 years agohash module required to be active.
Michael M Slusarz [Fri, 20 Mar 2009 15:40:12 +0000 (09:40 -0600)]
hash module required to be active.

16 years agoFix tests.
Jan Schneider [Wed, 18 Mar 2009 23:01:17 +0000 (00:01 +0100)]
Fix tests.

16 years agoMFB 1.14.4.33
Jan Schneider [Wed, 18 Mar 2009 22:53:34 +0000 (23:53 +0100)]
MFB 1.14.4.33

16 years agoFix install location in the package.xml.
Gunnar Wrobel [Wed, 18 Mar 2009 21:54:56 +0000 (21:54 +0000)]
Fix install location in the package.xml.

16 years agoThrow errors when including non existing files.
Gunnar Wrobel [Wed, 18 Mar 2009 21:54:34 +0000 (21:54 +0000)]
Throw errors when including non existing files.

16 years agoAdapt to class vars.
Gunnar Wrobel [Wed, 18 Mar 2009 21:54:15 +0000 (21:54 +0000)]
Adapt to class vars.

16 years agoMerged "* Fixed testing problems with the test IMAP driver."
Gunnar Wrobel [Wed, 18 Mar 2009 21:53:30 +0000 (21:53 +0000)]
Merged "* Fixed testing problems with the test IMAP driver."

16 years agoUpdate documentation.
Gunnar Wrobel [Wed, 18 Mar 2009 21:51:01 +0000 (21:51 +0000)]
Update documentation.

16 years agoUpdate and complete testing to the recent changes.
Gunnar Wrobel [Wed, 18 Mar 2009 21:50:14 +0000 (21:50 +0000)]
Update and complete testing to the recent changes.

16 years agoFix the use of the data class variable and how the test system binds.
Gunnar Wrobel [Wed, 18 Mar 2009 21:49:49 +0000 (21:49 +0000)]
Fix the use of the data class variable and how the test system binds.

16 years agoChange to class vars.
Gunnar Wrobel [Wed, 18 Mar 2009 21:48:19 +0000 (21:48 +0000)]
Change to class vars.

Fix the use of the password.

16 years agoFix typos.
Gunnar Wrobel [Wed, 18 Mar 2009 21:47:44 +0000 (21:47 +0000)]
Fix typos.

16 years agoSwitch to exceptions.
Gunnar Wrobel [Wed, 18 Mar 2009 21:27:48 +0000 (21:27 +0000)]
Switch to exceptions.

Move away from global vars.

16 years agoUse class vars.
Gunnar Wrobel [Wed, 18 Mar 2009 21:26:46 +0000 (21:26 +0000)]
Use class vars.

Adapt to the way we handle Horde_Kolab_Server_Object instances now.

16 years agoUse class vars.
Gunnar Wrobel [Wed, 18 Mar 2009 21:25:32 +0000 (21:25 +0000)]
Use class vars.

Do not require the use of required variables.

16 years agoUse class vars.
Gunnar Wrobel [Wed, 18 Mar 2009 21:24:27 +0000 (21:24 +0000)]
Use class vars.

Merge Fixed addrsForIdOrMail to return only lowercased mail addresses
      (kolab/issue3426,
      https://www.intevation.de/roundup/kolab/issue3426).

Avoid notices in addrsForIdOrMail.

Fix minor typos.

16 years agoReally return message list in expunge() for Socket driver.
Michael M Slusarz [Wed, 18 Mar 2009 19:44:04 +0000 (13:44 -0600)]
Really return message list in expunge() for Socket driver.

16 years agoReturn message list, not message count
Michael M Slusarz [Wed, 18 Mar 2009 19:44:04 +0000 (13:44 -0600)]
Return message list, not message count

16 years agoAdd username to login/authenticate debug log
Michael M Slusarz [Tue, 17 Mar 2009 19:28:02 +0000 (13:28 -0600)]
Add username to login/authenticate debug log

16 years agoAdd support to return list of expunged messages
Michael M Slusarz [Tue, 17 Mar 2009 16:21:31 +0000 (10:21 -0600)]
Add support to return list of expunged messages

16 years agoNote some new RFCs
Michael M Slusarz [Tue, 17 Mar 2009 13:41:43 +0000 (07:41 -0600)]
Note some new RFCs

16 years agoMerge branch 'master' of git://dev.horde.org/horde/git/horde into t/Kolab_Server...
Gunnar Wrobel [Tue, 17 Mar 2009 06:39:56 +0000 (07:39 +0100)]
Merge branch 'master' of git://dev.horde.org/horde/git/horde into t/Kolab_Server/HK/GW/InitialImport

16 years agoProvide the authentication status within Kolab_Session to be compatible with the...
Gunnar Wrobel [Mon, 16 Mar 2009 06:06:44 +0000 (06:06 +0000)]
Provide the authentication status within Kolab_Session to be compatible with the old library.

16 years agoFixed comment block.
Mike Naberezny [Mon, 16 Mar 2009 03:23:50 +0000 (20:23 -0700)]
Fixed comment block.

16 years agoFix list when dealing with empty mailboxes
Michael M Slusarz [Thu, 12 Mar 2009 19:04:26 +0000 (13:04 -0600)]
Fix list when dealing with empty mailboxes

16 years agofix class name
Chuck Hagenbuch [Thu, 12 Mar 2009 17:58:07 +0000 (13:58 -0400)]
fix class name

16 years agoMerge commit 'f7ab33eadcfcf81a67c91ae0c291f07d63b553c6' into t/Kolab_Server/HK/GW...
Gunnar Wrobel [Thu, 12 Mar 2009 17:47:35 +0000 (17:47 +0000)]
Merge commit 'f7ab33eadcfcf81a67c91ae0c291f07d63b553c6' into t/Kolab_Server/HK/GW/InitialImport

16 years agoAdd a rough TODO list for Kolab_Server.
Gunnar Wrobel [Thu, 12 Mar 2009 17:47:07 +0000 (17:47 +0000)]
Add a rough TODO list for Kolab_Server.

16 years agoUse class constants rather than global constants.
Gunnar Wrobel [Thu, 12 Mar 2009 17:46:29 +0000 (17:46 +0000)]
Use class constants rather than global constants.

16 years agoExport the correct data content.
Gunnar Wrobel [Thu, 12 Mar 2009 17:45:48 +0000 (17:45 +0000)]
Export the correct data content.

16 years agoClass variable _data needs to be protected rather than private so that the derived...
Gunnar Wrobel [Thu, 12 Mar 2009 17:45:08 +0000 (17:45 +0000)]
Class variable _data needs to be protected rather than private so that the derived classes can access it.

16 years agoFix incorrect class name from Horde_Cache_Apc to Horde_Cache_Null.
Gunnar Wrobel [Thu, 12 Mar 2009 17:43:40 +0000 (17:43 +0000)]
Fix incorrect class name from Horde_Cache_Apc to Horde_Cache_Null.

16 years agoMerge commit 'ec89db4999ca458d1c07ab288fd96a2f22ebd176' into t/Kolab_Server/HK/GW...
Gunnar Wrobel [Wed, 11 Mar 2009 13:59:20 +0000 (14:59 +0100)]
Merge commit 'ec89db4999ca458d1c07ab288fd96a2f22ebd176' into t/Kolab_Server/HK/GW/InitialImport

16 years agoMerge commit 'refs/remotes/origin/t/Kolab_Server/HK/GW/InitialImport' into HEAD
Gunnar Wrobel [Wed, 11 Mar 2009 13:59:19 +0000 (14:59 +0100)]
Merge commit 'refs/remotes/origin/t/Kolab_Server/HK/GW/InitialImport' into HEAD

16 years agoMerge branch 'master' of git://dev.horde.org/horde/git/horde into t/Kolab_Server...
Gunnar Wrobel [Wed, 11 Mar 2009 13:59:05 +0000 (14:59 +0100)]
Merge branch 'master' of git://dev.horde.org/horde/git/horde into t/Kolab_Server/HK/GW/InitialImport

16 years agoFix package.xml (Bug #8068).
Jan Schneider [Wed, 11 Mar 2009 08:58:23 +0000 (09:58 +0100)]
Fix package.xml (Bug #8068).

16 years agoConvert drivers to Horde 4 package format.
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.

16 years agoMore places to invalidate status cache
Michael M Slusarz [Tue, 10 Mar 2009 04:56:46 +0000 (22:56 -0600)]
More places to invalidate status cache

16 years agoFix status caching in selected mailbox
Michael M Slusarz [Tue, 10 Mar 2009 03:03:58 +0000 (21:03 -0600)]
Fix status caching in selected mailbox

16 years agoFix the call to the derive function.
Gunnar Wrobel [Mon, 9 Mar 2009 08:27:52 +0000 (08:27 +0000)]
Fix the call to the derive function.

16 years agoProvide an initial admin user for testing if the required credentials have been defined.
Gunnar Wrobel [Mon, 9 Mar 2009 08:27:38 +0000 (08:27 +0000)]
Provide an initial admin user for testing if the required credentials have been defined.

16 years agoAdapt unit testing to the recent changes.
Gunnar Wrobel [Mon, 9 Mar 2009 07:17:40 +0000 (07:17 +0000)]
Adapt unit testing to the recent changes.

16 years agoMerge branch 'master' of git@github.com:wrobel/horde into t/Kolab_Server/HK/GW/Initia...
Gunnar Wrobel [Mon, 9 Mar 2009 04:45:09 +0000 (04:45 +0000)]
Merge branch 'master' of git@github.com:wrobel/horde into t/Kolab_Server/HK/GW/InitialImport

16 years agoMerge branch 'master' of git://dev.horde.org/horde/git/horde into t/Kolab_Server...
Gunnar Wrobel [Mon, 9 Mar 2009 04:39:30 +0000 (05:39 +0100)]
Merge branch 'master' of git://dev.horde.org/horde/git/horde into t/Kolab_Server/HK/GW/InitialImport

16 years agomake primary keys unsigned
Chuck Hagenbuch [Fri, 6 Mar 2009 03:37:43 +0000 (22:37 -0500)]
make primary keys unsigned

16 years agoFix class name.
Jan Schneider [Thu, 5 Mar 2009 10:18:40 +0000 (11:18 +0100)]
Fix class name.
Bug: 8047

16 years agoFixed unset to use correct key. Thanks to Josh Davis for noticing this.
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.

16 years agoImport Horde_Cache from CVS HEAD.
Michael M Slusarz [Thu, 5 Mar 2009 03:53:00 +0000 (20:53 -0700)]
Import Horde_Cache from CVS HEAD.

16 years agoTypo
Michael M Slusarz [Thu, 5 Mar 2009 03:52:49 +0000 (20:52 -0700)]
Typo

16 years agoAdded Socket_Pop3 driver.
Michael M Slusarz [Tue, 3 Mar 2009 05:17:33 +0000 (22:17 -0700)]
Added Socket_Pop3 driver.

16 years agoFix logic/doc typos
Michael M Slusarz [Wed, 4 Mar 2009 04:21:28 +0000 (21:21 -0700)]
Fix logic/doc typos