horde.git
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 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 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

16 years agoNew static function to get raw MIME Part text.
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

16 years agoFixes to improve POP3 compatibility
Michael M Slusarz [Tue, 3 Mar 2009 22:18:25 +0000 (15:18 -0700)]
Fixes to improve POP3 compatibility

16 years agoAdd support for parsing RFC 2384 URLs.
Michael M Slusarz [Tue, 3 Mar 2009 20:51:12 +0000 (13:51 -0700)]
Add support for parsing RFC 2384 URLs.

16 years agoFix library name/location
Michael M Slusarz [Tue, 3 Mar 2009 20:50:55 +0000 (13:50 -0700)]
Fix library name/location

16 years agoFixes to Cclient_Pop3 driver.
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.

16 years agofix release date for 0.4.0
Chuck Hagenbuch [Wed, 4 Mar 2009 16:51:20 +0000 (11:51 -0500)]
fix release date for 0.4.0

16 years agoadd Horde_Routes_Printer to the filelist
Chuck Hagenbuch [Wed, 4 Mar 2009 04:30:19 +0000 (23:30 -0500)]
add Horde_Routes_Printer to the filelist

16 years agoIndicate if an object is missing.
Gunnar Wrobel [Tue, 3 Mar 2009 22:48:49 +0000 (22:48 +0000)]
Indicate if an object is missing.

16 years agoIgnore if the database file is missing.
Gunnar Wrobel [Tue, 3 Mar 2009 21:56:52 +0000 (21:56 +0000)]
Ignore if the database file is missing.

16 years agoAdd object missing exception and fix property access.
Gunnar Wrobel [Tue, 3 Mar 2009 21:21:51 +0000 (21:21 +0000)]
Add object missing exception and fix property access.

16 years agoAdded a file test driver.
Gunnar Wrobel [Tue, 3 Mar 2009 19:37:37 +0000 (19:37 +0000)]
Added a file test driver.

16 years agoMerge branch 'master' of git@github.com:wrobel/horde into t/Kolab_Server/HK/GW/Initia...
Gunnar Wrobel [Tue, 3 Mar 2009 18:58:00 +0000 (18:58 +0000)]
Merge branch 'master' of git@github.com:wrobel/horde into t/Kolab_Server/HK/GW/InitialImport

16 years agoFix some errors in the test script.
Michael M Slusarz [Tue, 3 Mar 2009 06:58:19 +0000 (23:58 -0700)]
Fix some errors in the test script.

16 years agoRemove function that no longer exists.
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.

16 years agoAdd server connect exception code.
Michael M Slusarz [Tue, 3 Mar 2009 04:45:19 +0000 (21:45 -0700)]
Add server connect exception code.

16 years agoUpdate e-mail address.
Michael M Slusarz [Tue, 3 Mar 2009 04:34:35 +0000 (21:34 -0700)]
Update e-mail address.

16 years agoTicket #8036: Better error handling for gnupg and openssl command line binaries
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

16 years agoFix comment
Michael M Slusarz [Mon, 2 Mar 2009 21:15:21 +0000 (14:15 -0700)]
Fix comment

16 years agoConvert the Object specific classes to PHP5.
Gunnar Wrobel [Mon, 2 Mar 2009 08:02:04 +0000 (08:02 +0000)]
Convert the Object specific classes to PHP5.

16 years agostyle
Gunnar Wrobel [Mon, 2 Mar 2009 07:19:10 +0000 (07:19 +0000)]
style

16 years agoSplit of Kolab_Session from Kolab_Server.
Gunnar Wrobel [Mon, 2 Mar 2009 07:06:50 +0000 (07:06 +0000)]
Split of Kolab_Session from Kolab_Server.

16 years agoTesting has been corrected.
Gunnar Wrobel [Mon, 2 Mar 2009 06:45:12 +0000 (06:45 +0000)]
Testing has been corrected.

16 years agoCheck for proxy configuration first, so we don't lose the Proxy-Authorization
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.

16 years agoreturn null for undefined variables; get rid of __set entirely; protect internal...
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()

16 years agoUpdate tests to reflect the expected *.html.php template and layout
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.

16 years agoAdd missing setLayout method, change layout filenames to be
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

16 years agoOn second thought - I don't see the reason for checking the existence
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.

16 years agoHorde 4-ify Horde_Crypt.
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.

16 years ago$this->name ----> $this->$name
Michael J. Rubinsky [Thu, 26 Feb 2009 05:27:24 +0000 (00:27 -0500)]
$this->name ---->  $this->$name

16 years agofix ssl params in splitread config
Chuck Hagenbuch [Wed, 25 Feb 2009 05:37:14 +0000 (00:37 -0500)]
fix ssl params in splitread config

16 years agofix class names; make destructor public
Chuck Hagenbuch [Wed, 25 Feb 2009 05:02:06 +0000 (00:02 -0500)]
fix class names; make destructor public

16 years agoCan't mask these errors - makes debugging impossible
Michael M Slusarz [Wed, 25 Feb 2009 04:08:27 +0000 (21:08 -0700)]
Can't mask these errors - makes debugging impossible

16 years agoallow access to the request object with arrow notation
Chuck Hagenbuch [Tue, 24 Feb 2009 16:39:21 +0000 (11:39 -0500)]
allow access to the request object with arrow notation

16 years agoAdd the Horde_Kolab_Server_Exception class definition.
Gunnar Wrobel [Tue, 24 Feb 2009 09:18:46 +0000 (09:18 +0000)]
Add the Horde_Kolab_Server_Exception class definition.

16 years agoIntermediate commit for the Kolab_Server rewrite from Horde 3 to Horde
Gunnar Wrobel [Tue, 24 Feb 2009 08:28:56 +0000 (08:28 +0000)]
Intermediate commit for the Kolab_Server rewrite from Horde 3 to Horde
4. Most tests are running again.

16 years agoConvert drivers to ucfirst names
Michael M Slusarz [Mon, 23 Feb 2009 20:03:51 +0000 (13:03 -0700)]
Convert drivers to ucfirst names

16 years agoShorten session var name
Michael M Slusarz [Mon, 23 Feb 2009 19:04:09 +0000 (12:04 -0700)]
Shorten session var name

16 years agoImport Horde_SessionHandler:: from CVS HEAD.
Michael M Slusarz [Mon, 23 Feb 2009 09:07:14 +0000 (02:07 -0700)]
Import Horde_SessionHandler:: from CVS HEAD.

16 years agotest tweaks
Chuck Hagenbuch [Mon, 23 Feb 2009 17:30:45 +0000 (12:30 -0500)]
test tweaks

16 years agofix parse error
Chuck Hagenbuch [Mon, 23 Feb 2009 15:19:38 +0000 (10:19 -0500)]
fix parse error

16 years agoFix typos.
Michael M Slusarz [Mon, 23 Feb 2009 07:23:09 +0000 (00:23 -0700)]
Fix typos.

16 years agoImport Text_Flowed from CVS HEAD
Michael M Slusarz [Mon, 23 Feb 2009 05:31:10 +0000 (22:31 -0700)]
Import Text_Flowed from CVS HEAD

16 years agoadd number helper to package.xml
Chuck Hagenbuch [Mon, 23 Feb 2009 04:52:18 +0000 (23:52 -0500)]
add number helper to package.xml

16 years agoadd number helper - only one method right now; the other originals here need to be...
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

16 years agoport missing inflections, except titlize, foreignKey, and ordinalize
Chuck Hagenbuch [Mon, 23 Feb 2009 04:44:25 +0000 (23:44 -0500)]
port missing inflections, except titlize, foreignKey, and ordinalize

16 years ago- add helper base test
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

16 years agoadd text helpers
Chuck Hagenbuch [Mon, 23 Feb 2009 02:42:48 +0000 (21:42 -0500)]
add text helpers

16 years agoadd two new fixtures, broaden blogroll test, add skipped test for nested blogroll...
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

16 years agoinstead of dying, create a default mapper if one is otherwise unavailable
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

16 years agoadd new files
Chuck Hagenbuch [Mon, 23 Feb 2009 02:09:37 +0000 (21:09 -0500)]
add new files

16 years ago- add the rest of the Url helper methods
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

16 years agomake optional
Chuck Hagenbuch [Mon, 23 Feb 2009 01:30:20 +0000 (20:30 -0500)]
make  optional

16 years agouse factory instead of getInstance still
Chuck Hagenbuch [Mon, 23 Feb 2009 01:29:37 +0000 (20:29 -0500)]
use factory instead of getInstance still

16 years agoinitial Horde/Test package for wrapping/extending PHPUnit
Chuck Hagenbuch [Sun, 22 Feb 2009 16:51:37 +0000 (11:51 -0500)]
initial Horde/Test package for wrapping/extending PHPUnit

16 years agoadd doc folder with TODO list
Chuck Hagenbuch [Sun, 22 Feb 2009 16:38:01 +0000 (11:38 -0500)]
add doc folder with TODO list

16 years agofix copyright dates
Chuck Hagenbuch [Sun, 22 Feb 2009 16:37:21 +0000 (11:37 -0500)]
fix copyright dates

16 years agofix helper collision detection
Chuck Hagenbuch [Sun, 22 Feb 2009 16:35:47 +0000 (11:35 -0500)]
fix helper collision detection

16 years agoFix typo
Michael J. Rubinsky [Sun, 22 Feb 2009 23:21:05 +0000 (18:21 -0500)]
Fix typo

16 years agoFix dir names in package.xml file
Michael J. Rubinsky [Sun, 22 Feb 2009 23:19:37 +0000 (18:19 -0500)]
Fix dir names in package.xml file

16 years agoImport Horde_Token from CVS HEAD
Michael M Slusarz [Sun, 22 Feb 2009 09:17:40 +0000 (02:17 -0700)]
Import Horde_Token from CVS HEAD

16 years agoUse exceptions in Horde_Mime
Michael M Slusarz [Sun, 22 Feb 2009 08:53:54 +0000 (01:53 -0700)]
Use exceptions in Horde_Mime

16 years agoBetter static usage.
Michael M Slusarz [Sun, 22 Feb 2009 08:34:02 +0000 (01:34 -0700)]
Better static usage.

16 years agoImport Horde_SpellChecker from CVS HEAD.
Michael M Slusarz [Sun, 22 Feb 2009 01:32:45 +0000 (18:32 -0700)]
Import Horde_SpellChecker from CVS HEAD.

16 years agoIncorrect comment.
Michael M Slusarz [Sun, 22 Feb 2009 01:28:55 +0000 (18:28 -0700)]
Incorrect comment.

16 years agoremove reference on new
Chuck Hagenbuch [Sat, 21 Feb 2009 02:00:35 +0000 (21:00 -0500)]
remove reference on new

16 years agoDon't set name if it doesn't exist
Michael M Slusarz [Fri, 20 Feb 2009 20:53:57 +0000 (13:53 -0700)]
Don't set name if it doesn't exist

16 years agoFix parsing of MIME parameter values.
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.

16 years agoBug #8017: App might not have Mime driver config
Michael M Slusarz [Fri, 20 Feb 2009 18:38:52 +0000 (11:38 -0700)]
Bug #8017: App might not have Mime driver config

16 years agorename to _normalizeConfig, since we normalize horde names to pdo as well as rails...
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

16 years ago- add an option to throw an exception when helper methods clash
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.