horde.git
16 years agoAdapt testing.
Gunnar Wrobel [Wed, 4 Nov 2009 15:18:55 +0000 (16:18 +0100)]
Adapt testing.

16 years agoCorrect retrieving user attributes.
Gunnar Wrobel [Wed, 4 Nov 2009 15:18:47 +0000 (16:18 +0100)]
Correct retrieving user attributes.

16 years agoHash.php was missing.
Gunnar Wrobel [Wed, 4 Nov 2009 15:18:31 +0000 (16:18 +0100)]
Hash.php was missing.

16 years agoCorrect the attribute definitions.
Gunnar Wrobel [Wed, 4 Nov 2009 15:18:21 +0000 (16:18 +0100)]
Correct the attribute definitions.

16 years agoCorrect the attribute definitions.
Gunnar Wrobel [Wed, 4 Nov 2009 15:18:08 +0000 (16:18 +0100)]
Correct the attribute definitions.

16 years agoFix constructor. Add todo. Use array_shift instead of array_pop.
Gunnar Wrobel [Wed, 4 Nov 2009 15:17:51 +0000 (16:17 +0100)]
Fix constructor. Add todo. Use array_shift instead of array_pop.

16 years agoReturn an object decorated with the hash decorator.
Gunnar Wrobel [Wed, 4 Nov 2009 15:17:20 +0000 (16:17 +0100)]
Return an object decorated with the hash decorator.

16 years agoReturn the correct attribute value.
Gunnar Wrobel [Wed, 4 Nov 2009 15:16:53 +0000 (16:16 +0100)]
Return the correct attribute value.

16 years agoIndicate that binding failed.
Gunnar Wrobel [Wed, 4 Nov 2009 15:16:23 +0000 (16:16 +0100)]
Indicate that binding failed.

16 years agoThe parent class declares this as public.
Gunnar Wrobel [Wed, 4 Nov 2009 14:47:45 +0000 (15:47 +0100)]
The parent class declares this as public.

16 years agoAdd a stub method for abstract _authenticate() throwing a "Not implemented" error...
Gunnar Wrobel [Wed, 4 Nov 2009 14:47:23 +0000 (15:47 +0100)]
Add a stub method for abstract _authenticate() throwing a "Not implemented" error. Otherwise the classes are not useable.

16 years agoAdded testing for the Kolab auth driver.
Gunnar Wrobel [Wed, 4 Nov 2009 14:41:17 +0000 (15:41 +0100)]
Added testing for the Kolab auth driver.

16 years agoClarify error.
Gunnar Wrobel [Wed, 4 Nov 2009 11:55:35 +0000 (12:55 +0100)]
Clarify error.

16 years agoTypo.
Gunnar Wrobel [Wed, 4 Nov 2009 11:55:11 +0000 (12:55 +0100)]
Typo.

16 years agoReduce the functionality of the kolab authentication driver. Some functionality shoul...
Gunnar Wrobel [Wed, 4 Nov 2009 11:10:47 +0000 (12:10 +0100)]
Reduce the functionality of the kolab authentication driver. Some functionality should be readded as decorators.

16 years agoComplete testing.
Gunnar Wrobel [Wed, 4 Nov 2009 09:14:22 +0000 (10:14 +0100)]
Complete testing.

16 years agoMove handling the internal side of the object attributes into the structure handler.
Gunnar Wrobel [Wed, 4 Nov 2009 09:13:30 +0000 (10:13 +0100)]
Move handling the internal side of the object attributes into the structure handler.

16 years agoUpdate.
Gunnar Wrobel [Wed, 4 Nov 2009 09:12:06 +0000 (10:12 +0100)]
Update.

16 years agoInterface fixes.
Gunnar Wrobel [Wed, 4 Nov 2009 09:11:58 +0000 (10:11 +0100)]
Interface fixes.

16 years agoFix handling the search scope.
Gunnar Wrobel [Wed, 4 Nov 2009 09:11:31 +0000 (10:11 +0100)]
Fix handling the search scope.

16 years agoTypo.
Gunnar Wrobel [Wed, 4 Nov 2009 09:11:14 +0000 (10:11 +0100)]
Typo.

16 years agoTicket #8667: Add resetPassword() to Horde_Auth_Application::.
Duck [Tue, 3 Nov 2009 18:44:24 +0000 (11:44 -0700)]
Ticket #8667: Add resetPassword() to Horde_Auth_Application::.

Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
16 years agoAdapt to Kolab_Server interface changes.
Gunnar Wrobel [Tue, 3 Nov 2009 14:19:59 +0000 (15:19 +0100)]
Adapt to Kolab_Server interface changes.

16 years agoReorganize interfaces and decorators.
Gunnar Wrobel [Tue, 3 Nov 2009 10:56:09 +0000 (11:56 +0100)]
Reorganize interfaces and decorators.

16 years agoWe always need autocomplete.js.
Jan Schneider [Mon, 2 Nov 2009 16:26:52 +0000 (17:26 +0100)]
We always need autocomplete.js.

16 years agoFix interface names.
Gunnar Wrobel [Mon, 2 Nov 2009 16:20:01 +0000 (17:20 +0100)]
Fix interface names.

16 years agoObsolete
Gunnar Wrobel [Mon, 2 Nov 2009 16:19:46 +0000 (17:19 +0100)]
Obsolete

16 years agoMove search handlers from Object/ to Search/. Additional testing. Some Interfaces...
Gunnar Wrobel [Mon, 2 Nov 2009 16:10:08 +0000 (17:10 +0100)]
Move search handlers from Object/ to Search/. Additional testing. Some Interfaces moved to Interface.php.

16 years agoraw_params is returned from _attach(), not a parameter to pass to it, and it's option...
Michael J. Rubinsky [Sat, 31 Oct 2009 03:05:50 +0000 (23:05 -0400)]
raw_params is returned from _attach(), not a parameter to pass to it, and it's optionally returned,
so we need to check existence before accessing it.

16 years agoSkip only those tests that really rely on Net_LDAP2
Gunnar Wrobel [Fri, 30 Oct 2009 23:19:10 +0000 (00:19 +0100)]
Skip only those tests that really rely on Net_LDAP2

16 years agoContinued search implementation. Extended testing. Ensured that test requiring Net_LD...
Gunnar Wrobel [Fri, 30 Oct 2009 23:01:13 +0000 (00:01 +0100)]
Continued search implementation. Extended testing. Ensured that test requiring Net_LDAP2 are skipped.

16 years agoFix typo
Michael M Slusarz [Fri, 30 Oct 2009 22:15:09 +0000 (16:15 -0600)]
Fix typo

16 years agofunc_replace -> raw_params
Michael M Slusarz [Fri, 30 Oct 2009 22:12:45 +0000 (16:12 -0600)]
func_replace -> raw_params

16 years agoDefault to an Http response
Chuck Hagenbuch [Fri, 30 Oct 2009 00:11:29 +0000 (20:11 -0400)]
Default to an Http response

16 years agoobject instantiation style
Chuck Hagenbuch [Fri, 30 Oct 2009 00:11:04 +0000 (20:11 -0400)]
object instantiation style

16 years agoGet rid of some random stuff in the Http response class, and add more from the
Chuck Hagenbuch [Thu, 29 Oct 2009 22:41:14 +0000 (18:41 -0400)]
Get rid of some random stuff in the Http response class, and add more from the
Mad version.

16 years agofix spelling
Chuck Hagenbuch [Thu, 29 Oct 2009 22:40:42 +0000 (18:40 -0400)]
fix spelling

16 years agoUpdate to use \ as the namespace separator.
Chuck Hagenbuch [Thu, 29 Oct 2009 22:40:16 +0000 (18:40 -0400)]
Update to use \ as the namespace separator.

16 years agofunc_replace doesn't seem to be needed/used by any _attach() methods.
Michael J. Rubinsky [Thu, 29 Oct 2009 21:55:35 +0000 (17:55 -0400)]
func_replace doesn't seem to be needed/used by any _attach() methods.

16 years agoFix javascript generation when assinging to a variable
Michael J. Rubinsky [Thu, 29 Oct 2009 20:26:33 +0000 (16:26 -0400)]
Fix javascript generation when assinging to a variable

16 years agoexistence check
Michael J. Rubinsky [Thu, 29 Oct 2009 19:51:50 +0000 (15:51 -0400)]
existence check

16 years agoFix the search handler.
Gunnar Wrobel [Thu, 29 Oct 2009 15:55:37 +0000 (16:55 +0100)]
Fix the search handler.

16 years agoAdd basic test case definition.
Gunnar Wrobel [Thu, 29 Oct 2009 15:54:34 +0000 (16:54 +0100)]
Add basic test case definition.

16 years agoAdd testing for the search handler.
Gunnar Wrobel [Thu, 29 Oct 2009 15:52:58 +0000 (16:52 +0100)]
Add testing for the search handler.

16 years agoNote that this a test for bug #8546.
Jan Schneider [Thu, 29 Oct 2009 14:55:02 +0000 (15:55 +0100)]
Note that this a test for bug #8546.

16 years agoFix package name.
Jan Schneider [Thu, 29 Oct 2009 14:15:20 +0000 (15:15 +0100)]
Fix package name.

16 years agoMake those test executable individually.
Jan Schneider [Thu, 29 Oct 2009 14:02:52 +0000 (15:02 +0100)]
Make those test executable individually.

16 years agoUse calendar extension if available.
Jan Schneider [Thu, 29 Oct 2009 13:52:19 +0000 (14:52 +0100)]
Use calendar extension if available.

16 years agoAdd AutoCompleter Ajax driver.
Michael M Slusarz [Thu, 29 Oct 2009 01:27:45 +0000 (19:27 -0600)]
Add AutoCompleter Ajax driver.

16 years agoFix testing the configuration based factory.
Gunnar Wrobel [Wed, 28 Oct 2009 22:53:33 +0000 (23:53 +0100)]
Fix testing the configuration based factory.

16 years agoFix duplicate declaration.
Michael M Slusarz [Wed, 28 Oct 2009 22:18:35 +0000 (16:18 -0600)]
Fix duplicate declaration.

16 years agoBetter @return description for getEmbeddedMimeParts()
Michael M Slusarz [Wed, 28 Oct 2009 21:52:44 +0000 (15:52 -0600)]
Better @return description for getEmbeddedMimeParts()

16 years agoStrict checking
Gunnar Wrobel [Wed, 28 Oct 2009 22:18:01 +0000 (23:18 +0100)]
Strict checking

16 years agoFix path.
Gunnar Wrobel [Wed, 28 Oct 2009 21:58:54 +0000 (22:58 +0100)]
Fix path.

16 years agophpdoc, CS
Gunnar Wrobel [Wed, 28 Oct 2009 21:58:43 +0000 (22:58 +0100)]
phpdoc, CS

16 years agoAdd tests to package.xml.
Gunnar Wrobel [Wed, 28 Oct 2009 21:39:58 +0000 (22:39 +0100)]
Add tests to package.xml.

16 years agoFix the Kolab_Session factories now that the Kolab_Server factories are complete...
Gunnar Wrobel [Wed, 28 Oct 2009 21:39:42 +0000 (22:39 +0100)]
Fix the Kolab_Session factories now that the Kolab_Server factories are complete. Additional testing.

16 years agoConfiguration based factories should not require any parameters but the configuration.
Gunnar Wrobel [Wed, 28 Oct 2009 21:38:37 +0000 (22:38 +0100)]
Configuration based factories should not require any parameters but the configuration.

16 years agoFix reading stream in combine wrapper
Michael M Slusarz [Wed, 28 Oct 2009 18:45:00 +0000 (12:45 -0600)]
Fix reading stream in combine wrapper

16 years agostream_copy_to_stream() requires fstat(), so implement it here
Michael M Slusarz [Wed, 28 Oct 2009 17:54:40 +0000 (11:54 -0600)]
stream_copy_to_stream() requires fstat(), so implement it here

16 years agoCompleted the factory testing.
Gunnar Wrobel [Wed, 28 Oct 2009 08:30:24 +0000 (09:30 +0100)]
Completed the factory testing.

16 years agoWhen urlFor() is passed a named route, pass it to generate()
Chuck Hagenbuch [Wed, 28 Oct 2009 03:26:41 +0000 (23:26 -0400)]
When urlFor() is passed a named route, pass it to generate()

Includes some other changes to make this work with formatted routes, and some
updates to the tests to reflect updated assumptions.

16 years agoAdd Horde_Imap_Client_Utils::createUrl()
Michael M Slusarz [Tue, 27 Oct 2009 23:05:15 +0000 (17:05 -0600)]
Add Horde_Imap_Client_Utils::createUrl()

16 years agoAdd full IMAP URL parsing
Michael M Slusarz [Mon, 3 Aug 2009 20:27:53 +0000 (14:27 -0600)]
Add full IMAP URL parsing

16 years agoCS
Gunnar Wrobel [Tue, 27 Oct 2009 23:12:20 +0000 (00:12 +0100)]
CS

16 years agoFix the code coverage report.
Gunnar Wrobel [Tue, 27 Oct 2009 23:12:06 +0000 (00:12 +0100)]
Fix the code coverage report.

16 years agoStart splitting the factory into separate classes. Added some tests for that.
Gunnar Wrobel [Tue, 27 Oct 2009 23:11:27 +0000 (00:11 +0100)]
Start splitting the factory into separate classes. Added some tests for that.

16 years agoRemove xinha driver
Michael M Slusarz [Tue, 27 Oct 2009 01:57:23 +0000 (19:57 -0600)]
Remove xinha driver

16 years agoMerge branch 'combine'
Michael M Slusarz [Mon, 26 Oct 2009 18:33:41 +0000 (12:33 -0600)]
Merge branch 'combine'

16 years agoAdd Horde_Stream_Wrapper_Combine::
Michael M Slusarz [Sat, 24 Oct 2009 23:56:44 +0000 (17:56 -0600)]
Add Horde_Stream_Wrapper_Combine::

16 years agoFix the search call.
Gunnar Wrobel [Mon, 26 Oct 2009 18:16:39 +0000 (19:16 +0100)]
Fix the search call.

16 years agoMerge branch 'refactor-Kolab_Session'
Gunnar Wrobel [Mon, 26 Oct 2009 17:57:42 +0000 (18:57 +0100)]
Merge branch 'refactor-Kolab_Session'

16 years agoRefactoring and testing of Kolab_Session largely complete. The connection with Kolab_...
Gunnar Wrobel [Mon, 26 Oct 2009 17:55:05 +0000 (18:55 +0100)]
Refactoring and testing of Kolab_Session largely complete. The connection with Kolab_Server still needs some fixes on the side of Kolab_Server.

16 years agoThis package relies on Horde_Support_StringStream::.
Michael M Slusarz [Mon, 26 Oct 2009 15:46:24 +0000 (09:46 -0600)]
This package relies on Horde_Support_StringStream::.

16 years agoMFB: Small cleanups.
Jan Schneider [Mon, 26 Oct 2009 12:10:54 +0000 (13:10 +0100)]
MFB: Small cleanups.

16 years agoAdd Ckeditor RTE driver.
Michael M Slusarz [Sat, 24 Oct 2009 23:56:05 +0000 (17:56 -0600)]
Add Ckeditor RTE driver.

16 years agodoc fixes; no need to load prototype.js here
Michael M Slusarz [Sat, 24 Oct 2009 12:47:43 +0000 (06:47 -0600)]
doc fixes; no need to load prototype.js here

16 years agoThese should be Horde_Http_Exception objects, not Horde_Http_Client_Exception
Michael J. Rubinsky [Sat, 24 Oct 2009 16:33:38 +0000 (12:33 -0400)]
These should be Horde_Http_Exception objects, not Horde_Http_Client_Exception

16 years agoMerge branch 'master' into refactor-Kolab_Session
Gunnar Wrobel [Fri, 23 Oct 2009 17:10:08 +0000 (19:10 +0200)]
Merge branch 'master' into refactor-Kolab_Session

16 years agoSupport SORT=DISPLAY extension
Michael M Slusarz [Thu, 22 Oct 2009 20:18:07 +0000 (14:18 -0600)]
Support SORT=DISPLAY extension

16 years agoFix for moved base class. These inter-package dependencies were a bad idea and I...
Gunnar Wrobel [Thu, 22 Oct 2009 10:24:13 +0000 (12:24 +0200)]
Fix for moved base class. These inter-package dependencies were a bad idea and I need to remove them.

16 years agoRefactored the mock driver into a mock LDAP connection to adapt it to
Gunnar Wrobel [Thu, 22 Oct 2009 10:19:00 +0000 (12:19 +0200)]
Refactored the mock driver into a mock LDAP connection to adapt it to
the new structure. Fixed the server factory. Fixed some of the unit
tests.

16 years agoAdded Horde_Notification::replace()
Michael M Slusarz [Wed, 21 Oct 2009 19:37:37 +0000 (13:37 -0600)]
Added Horde_Notification::replace()

16 years agoRefactor Kolab_Session. No testing yet.
Gunnar Wrobel [Wed, 21 Oct 2009 12:02:53 +0000 (14:02 +0200)]
Refactor Kolab_Session. No testing yet.

16 years agoRemove this parameter - it is too dimp-specific
Michael M Slusarz [Wed, 21 Oct 2009 08:18:56 +0000 (02:18 -0600)]
Remove this parameter - it is too dimp-specific

16 years agoRemove \r from debug output
Michael M Slusarz [Wed, 21 Oct 2009 04:43:36 +0000 (22:43 -0600)]
Remove \r from debug output

16 years agoMerge branch 'Kolab_Server_Refactoring'
Gunnar Wrobel [Tue, 20 Oct 2009 07:58:45 +0000 (09:58 +0200)]
Merge branch 'Kolab_Server_Refactoring'

16 years agoBasic refactoring of Kolab_Server completed. Many tests still need fixing and some...
Gunnar Wrobel [Tue, 20 Oct 2009 07:49:57 +0000 (09:49 +0200)]
Basic refactoring of Kolab_Server completed. Many tests still need fixing and some classes need to be completed too.

16 years agoUpdate to new SpellChecker js code
Michael M Slusarz [Mon, 19 Oct 2009 18:50:52 +0000 (12:50 -0600)]
Update to new SpellChecker js code

16 years agoBug #8652: Fix method call
Michael M Slusarz [Mon, 19 Oct 2009 16:09:57 +0000 (10:09 -0600)]
Bug #8652: Fix method call

16 years agoBug #8651: Fix class name
Michael M Slusarz [Mon, 19 Oct 2009 15:57:01 +0000 (09:57 -0600)]
Bug #8651: Fix class name

16 years agoUse Horde_String.
Jan Schneider [Mon, 19 Oct 2009 08:22:06 +0000 (10:22 +0200)]
Use Horde_String.

16 years agoAdd all script to the same onload block, if possible
Michael M Slusarz [Mon, 19 Oct 2009 03:33:55 +0000 (21:33 -0600)]
Add all script to the same onload block, if possible

16 years agoTweak a few php 5 things and make sure driver names are ucfirst
Chuck Hagenbuch [Mon, 19 Oct 2009 01:23:23 +0000 (21:23 -0400)]
Tweak a few php 5 things and make sure driver names are ucfirst

16 years agoIgnore '.' in the include_path for the purposes of Horde_Autoloader.
Chuck Hagenbuch [Sat, 17 Oct 2009 02:10:05 +0000 (22:10 -0400)]
Ignore '.' in the include_path for the purposes of Horde_Autoloader.

16 years agoA few style/spelling tweaks
Chuck Hagenbuch [Fri, 16 Oct 2009 22:22:46 +0000 (18:22 -0400)]
A few style/spelling tweaks

16 years agoAdd missing array key
Michael M Slusarz [Fri, 16 Oct 2009 11:54:15 +0000 (05:54 -0600)]
Add missing array key

16 years agoLogout on read error
Michael M Slusarz [Fri, 16 Oct 2009 09:21:54 +0000 (03:21 -0600)]
Logout on read error

16 years agoSilence errors on bad stream
Michael M Slusarz [Fri, 16 Oct 2009 09:08:25 +0000 (03:08 -0600)]
Silence errors on bad stream

16 years agoDon't include files using a relative path; always run through the include_path
Chuck Hagenbuch [Thu, 15 Oct 2009 17:59:58 +0000 (13:59 -0400)]
Don't include files using a relative path; always run through the include_path
explicitly trying absolute paths.

This avoids PHP checking the local directory for a file even if '.' isn't in the
include_path. Also, we now use realpath() directly instead of
Horde_Util::realPath(). This both reduces dependencies, and it removes invalid
paths from the include_path. The generic realPath() has its use, but here we're
dealing with real files on the filesystem.