horde.git
16 years agofix showVariable (was previously returning the variable name, not its value)
Chuck Hagenbuch [Tue, 23 Dec 2008 19:07:14 +0000 (14:07 -0500)]
fix showVariable (was previously returning the variable name, not its value)

16 years agomake sure that we have a charset parameter in the db config, and default it to UTF-8
Chuck Hagenbuch [Tue, 23 Dec 2008 19:04:24 +0000 (14:04 -0500)]
make sure that we have a charset parameter in the db config, and default it to UTF-8

16 years agonotes on mssql needing nchar for unicode strings
Chuck Hagenbuch [Tue, 23 Dec 2008 19:03:42 +0000 (14:03 -0500)]
notes on mssql needing nchar for unicode strings

16 years agomore entropy for uniqid
Chuck Hagenbuch [Tue, 23 Dec 2008 16:14:31 +0000 (11:14 -0500)]
more entropy for uniqid

16 years agoSet the content type to multipart/alternative when we have either a
Michael J. Rubinsky [Tue, 23 Dec 2008 16:17:35 +0000 (11:17 -0500)]
Set the content type to multipart/alternative when we have either a
plain text part or html part.

Michael - S. I'm not 100% sure if this is correct, but if the type
is not explictly set here, it uses the default of
application/octet-stream and the message body is empty when sent.

16 years agoNeed to pass in mail sending parameters.
Michael M Slusarz [Tue, 23 Dec 2008 05:59:05 +0000 (22:59 -0700)]
Need to pass in mail sending parameters.

16 years agoThese function names have changed.
Michael M Slusarz [Tue, 23 Dec 2008 05:22:00 +0000 (22:22 -0700)]
These function names have changed.

16 years agofix test defs in package.xml
Chuck Hagenbuch [Tue, 23 Dec 2008 05:45:09 +0000 (00:45 -0500)]
fix test defs in package.xml

16 years agomake mysql tables utf-8 by default
Chuck Hagenbuch [Mon, 22 Dec 2008 21:40:00 +0000 (16:40 -0500)]
make mysql tables utf-8 by default

16 years agoaddAgentHeader() -> addUserAgentHeader()
Michael J. Rubinsky [Mon, 22 Dec 2008 18:53:04 +0000 (13:53 -0500)]
addAgentHeader() -> addUserAgentHeader()

16 years agoThese methods now live in Horde_Mime_Address
Michael J. Rubinsky [Mon, 22 Dec 2008 18:51:29 +0000 (13:51 -0500)]
These methods now live in Horde_Mime_Address

16 years agoprefix current url with /
Chuck Hagenbuch [Sun, 21 Dec 2008 19:24:27 +0000 (14:24 -0500)]
prefix current url with /

16 years agoremove bogus file
Chuck Hagenbuch [Sun, 21 Dec 2008 02:59:11 +0000 (21:59 -0500)]
remove bogus file

16 years agoFix package name.
Michael M Slusarz [Sun, 21 Dec 2008 05:36:35 +0000 (22:36 -0700)]
Fix package name.

16 years agoignore libs/ dir
Chuck Hagenbuch [Sun, 21 Dec 2008 02:55:18 +0000 (21:55 -0500)]
ignore libs/ dir

16 years agomerge from maintainable svn
Chuck Hagenbuch [Sat, 20 Dec 2008 05:22:09 +0000 (00:22 -0500)]
merge from maintainable svn

16 years agoAdd componentFactory pattern to always create a specific object if one is
Chuck Hagenbuch [Sat, 20 Dec 2008 05:20:49 +0000 (00:20 -0500)]
Add componentFactory pattern to always create a specific object if one is
present, but fall back to the abstract objects without having to think about it
each time. Gets rid of a few duplicate methods also.

16 years agoNeed to open readwrite to get PERMFLAGS info.
Michael M Slusarz [Wed, 17 Dec 2008 07:10:12 +0000 (00:10 -0700)]
Need to open readwrite to get PERMFLAGS info.

16 years agofunction definition style
Michael M Slusarz [Tue, 16 Dec 2008 20:03:53 +0000 (13:03 -0700)]
function definition style

16 years agoReintroduce default charset feature.
Michael M Slusarz [Tue, 16 Dec 2008 20:03:36 +0000 (13:03 -0700)]
Reintroduce default charset feature.

16 years agoFix MIME determination when no extension is present.
Michael M Slusarz [Mon, 15 Dec 2008 19:19:41 +0000 (12:19 -0700)]
Fix MIME determination when no extension is present.

16 years agoMissed on line in the merge.
Jan Schneider [Mon, 15 Dec 2008 21:27:52 +0000 (22:27 +0100)]
Missed on line in the merge.

16 years agoFix package name.
Jan Schneider [Mon, 15 Dec 2008 21:25:18 +0000 (22:25 +0100)]
Fix package name.

16 years agoMerge from CVS HEAD: 1.34.10.22
Michael M Slusarz [Mon, 15 Dec 2008 18:53:53 +0000 (11:53 -0700)]
Merge from CVS HEAD: 1.34.10.22

16 years agoMerge from CVS HEAD: 1.73
Michael M Slusarz [Mon, 15 Dec 2008 18:51:15 +0000 (11:51 -0700)]
Merge from CVS HEAD: 1.73

16 years agoDon't add empty part at end of data.
Michael M Slusarz [Mon, 15 Dec 2008 18:49:42 +0000 (11:49 -0700)]
Don't add empty part at end of data.

17 years agoAdd filter option to getAddressesFromObject
Michael M Slusarz [Fri, 12 Dec 2008 20:09:23 +0000 (13:09 -0700)]
Add filter option to getAddressesFromObject

17 years agoalternate rename table syntax (http://www.flamingspork.com/blog/2008/12/11/stewart...
Chuck Hagenbuch [Fri, 12 Dec 2008 19:40:09 +0000 (14:40 -0500)]
alternate rename table syntax (flamingspork.com/blog/2008/12/11/stewart-learns-more-sql-oddities-or-wtfs/)

17 years agoWas missing brackets around Content-ID.
Michael M Slusarz [Fri, 12 Dec 2008 19:18:13 +0000 (12:18 -0700)]
Was missing brackets around Content-ID.

17 years agoUpdates to new Horde 4 format.
Michael M Slusarz [Thu, 11 Dec 2008 22:46:44 +0000 (15:46 -0700)]
Updates to new Horde 4 format.

17 years agofix brace style
Chuck Hagenbuch [Thu, 11 Dec 2008 23:06:31 +0000 (18:06 -0500)]
fix brace style

17 years agoInitial Horde 4 import of Horde_Secret.
Michael M Slusarz [Thu, 11 Dec 2008 22:13:33 +0000 (15:13 -0700)]
Initial Horde 4 import of Horde_Secret.

17 years agoFix Bug #7771 - undefined error.
Michael M Slusarz [Thu, 11 Dec 2008 16:57:26 +0000 (09:57 -0700)]
Fix Bug #7771 - undefined error.

17 years agoFix package names
Jan Schneider [Thu, 11 Dec 2008 11:02:36 +0000 (12:02 +0100)]
Fix package names

17 years agoMove Horde_Mime and Horde_Crypt from hatchery.
Michael M Slusarz [Wed, 10 Dec 2008 23:11:22 +0000 (16:11 -0700)]
Move Horde_Mime and Horde_Crypt from hatchery.

17 years agoremove non-existant file
Chuck Hagenbuch [Wed, 10 Dec 2008 19:04:39 +0000 (14:04 -0500)]
remove non-existant file

17 years agoDoc fixes.
Michael M Slusarz [Wed, 10 Dec 2008 07:22:06 +0000 (00:22 -0700)]
Doc fixes.

17 years ago* Add Horde_Controller_StatusCodes class
Michael J. Rubinsky [Wed, 10 Dec 2008 17:37:33 +0000 (12:37 -0500)]
* Add Horde_Controller_StatusCodes class
* Missed adding the  urlFor() method directly to Horde_Controller_Base

17 years agoRemove debug output
Michael J. Rubinsky [Wed, 10 Dec 2008 00:34:00 +0000 (19:34 -0500)]
Remove debug output

17 years ago* Implement a Horde_Controller_Dispatcher::singleton() method
Michael J. Rubinsky [Wed, 10 Dec 2008 00:21:30 +0000 (19:21 -0500)]
* Implement a Horde_Controller_Dispatcher::singleton() method
* Add Horde_Controller_UrlWriter class and a getter method to return in from
  a controller.

Chuck - in poking around I saw that there is an entry in package.xml for a non-existent
Controller/Mime.php file? Should that be nuked or is that file still coming?

17 years agoOnly need to increment thread level if in base.
Michael M Slusarz [Tue, 9 Dec 2008 07:02:27 +0000 (00:02 -0700)]
Only need to increment thread level if in base.

17 years agosomewhat more straightforward if statements
Chuck Hagenbuch [Tue, 9 Dec 2008 18:33:49 +0000 (13:33 -0500)]
somewhat more straightforward if statements

17 years agoExistence checking, avoid warnings
Michael J. Rubinsky [Tue, 9 Dec 2008 17:25:48 +0000 (12:25 -0500)]
Existence checking, avoid warnings

17 years agoadd some temp files from Eclipse to the ignore list
Michael J. Rubinsky [Tue, 9 Dec 2008 05:55:47 +0000 (00:55 -0500)]
add some temp files from Eclipse to the ignore list

17 years agodeclare the $_body instance variable - avoid warnings
Michael J. Rubinsky [Tue, 9 Dec 2008 05:53:19 +0000 (00:53 -0500)]
declare the $_body instance variable - avoid warnings

17 years agoFix thread sorting in certain instances
Michael M Slusarz [Fri, 5 Dec 2008 21:19:59 +0000 (14:19 -0700)]
Fix thread sorting in certain instances

17 years agotodo for making this a far more powerful library
Chuck Hagenbuch [Fri, 5 Dec 2008 16:20:54 +0000 (11:20 -0500)]
todo for making this a far more powerful library

17 years agoUpdate deleted message count if not using cache.
Michael M Slusarz [Thu, 4 Dec 2008 19:49:31 +0000 (12:49 -0700)]
Update deleted message count if not using cache.

17 years agoFix start/length/peek options in fetch()
Michael M Slusarz [Thu, 4 Dec 2008 19:20:36 +0000 (12:20 -0700)]
Fix start/length/peek options in fetch()

17 years agoAdd getParam().
Michael M Slusarz [Thu, 4 Dec 2008 19:20:06 +0000 (12:20 -0700)]
Add getParam().

17 years agoSome string sanity checking; coding format.
Michael M Slusarz [Wed, 3 Dec 2008 06:28:00 +0000 (23:28 -0700)]
Some string sanity checking; coding format.

17 years agomake this file autoloadable
Chuck Hagenbuch [Tue, 2 Dec 2008 18:54:24 +0000 (13:54 -0500)]
make this file autoloadable

17 years agoFix MD5 auth; catch NIL ID responses.
Michael M Slusarz [Tue, 2 Dec 2008 04:26:45 +0000 (21:26 -0700)]
Fix MD5 auth; catch NIL ID responses.

17 years agoRemove $Horde$ CVS tags.
Michael M Slusarz [Mon, 1 Dec 2008 10:44:37 +0000 (03:44 -0700)]
Remove $Horde$ CVS tags.

17 years agoadd syslog Horde_Log handler (#6989)
Chuck Hagenbuch [Mon, 1 Dec 2008 01:34:27 +0000 (20:34 -0500)]
add syslog Horde_Log handler (#6989)

17 years agopdo-optimized selectAssoc
Chuck Hagenbuch [Sun, 30 Nov 2008 05:15:47 +0000 (00:15 -0500)]
pdo-optimized selectAssoc

17 years agoadd selectAssoc()
Chuck Hagenbuch [Sun, 30 Nov 2008 04:51:16 +0000 (23:51 -0500)]
add selectAssoc()

17 years agostart using some mime type detection in horde_controller
Chuck Hagenbuch [Sat, 29 Nov 2008 01:31:49 +0000 (20:31 -0500)]
start using some mime type detection in horde_controller

17 years agomove Horde_Pdf to git repo
Chuck Hagenbuch [Sat, 29 Nov 2008 01:27:42 +0000 (20:27 -0500)]
move Horde_Pdf to git repo

17 years agoadd Routes
Chuck Hagenbuch [Sat, 29 Nov 2008 01:25:57 +0000 (20:25 -0500)]
add Routes

17 years agoHorde_Mime_Message -> Horde_Mime_Part
Michael M Slusarz [Mon, 24 Nov 2008 22:06:02 +0000 (15:06 -0700)]
Horde_Mime_Message -> Horde_Mime_Part

17 years agostick with Horde's convention of using factory()
Chuck Hagenbuch [Mon, 24 Nov 2008 04:05:14 +0000 (23:05 -0500)]
stick with Horde's convention of using factory()

17 years agoBugfixes.
Michael M Slusarz [Fri, 21 Nov 2008 05:11:16 +0000 (22:11 -0700)]
Bugfixes.

Always logout at end of page (imapproxy won't send an UNSELECT otherwise
so we won't be in unselected state when we log back in). Don't overwrite
cached capability information when unserializing object.

17 years ago$_cacheOb might not be initialized here yet.
Michael M Slusarz [Thu, 20 Nov 2008 22:44:39 +0000 (15:44 -0700)]
$_cacheOb might not be initialized here yet.

17 years agoSupport repeated elements in fromArray()
Chuck Hagenbuch [Thu, 20 Nov 2008 21:03:39 +0000 (16:03 -0500)]
Support repeated elements in fromArray()

17 years agoadd Http_Client
Chuck Hagenbuch [Wed, 19 Nov 2008 03:49:32 +0000 (22:49 -0500)]
add Http_Client

17 years agoremove CVS directories. that's embarrassing
Chuck Hagenbuch [Wed, 19 Nov 2008 03:48:50 +0000 (22:48 -0500)]
remove CVS directories. that's embarrassing

17 years agoAdd log callback handler
Michael M Slusarz [Tue, 18 Nov 2008 22:37:15 +0000 (15:37 -0700)]
Add log callback handler

17 years agoDon't trim literal data.
Michael M Slusarz [Tue, 18 Nov 2008 08:14:59 +0000 (01:14 -0700)]
Don't trim literal data.

Trimming this breaks, e.g., determining the canonical contents of a body
MIME section when verifying a PGP signature.

17 years agoAdd Horde_Yaml to git
Chuck Hagenbuch [Sat, 15 Nov 2008 14:55:28 +0000 (09:55 -0500)]
Add Horde_Yaml to git

17 years agoadd Horde_Xml_Element to git
Chuck Hagenbuch [Sat, 15 Nov 2008 14:55:15 +0000 (09:55 -0500)]
add Horde_Xml_Element to git

17 years agomove Horde_Text_Textile to git
Chuck Hagenbuch [Sat, 15 Nov 2008 14:54:59 +0000 (09:54 -0500)]
move Horde_Text_Textile to git

17 years agomove Horde_Oauth to git
Chuck Hagenbuch [Sat, 15 Nov 2008 14:54:33 +0000 (09:54 -0500)]
move Horde_Oauth to git

17 years agomove Horde_Feed to git
Chuck Hagenbuch [Sat, 15 Nov 2008 14:54:12 +0000 (09:54 -0500)]
move Horde_Feed to git

17 years agomove Horde_Db to git
Chuck Hagenbuch [Sat, 15 Nov 2008 14:53:52 +0000 (09:53 -0500)]
move Horde_Db to git

17 years agomove Horde_Argv to git
Chuck Hagenbuch [Sat, 15 Nov 2008 14:53:18 +0000 (09:53 -0500)]
move Horde_Argv to git

17 years agoMIME->Mime updates
Michael M Slusarz [Mon, 10 Nov 2008 19:12:11 +0000 (12:12 -0700)]
MIME->Mime updates

17 years agoAdd gitignore file.
Michael M Slusarz [Mon, 10 Nov 2008 18:38:11 +0000 (11:38 -0700)]
Add gitignore file.

17 years agoMerge branch 'master' of dev.horde.org:/horde/git/horde
Michael M Slusarz [Mon, 10 Nov 2008 03:28:38 +0000 (20:28 -0700)]
Merge branch 'master' of dev.horde.org:/horde/git/horde

17 years agocontroller should go into the main repo, it's already horde 4 ready
Chuck Hagenbuch [Sun, 9 Nov 2008 20:36:46 +0000 (15:36 -0500)]
controller should go into the main repo, it's already horde 4 ready

17 years agoAdd Horde_Autoloader.
Michael M Slusarz [Sun, 9 Nov 2008 06:58:39 +0000 (23:58 -0700)]
Add Horde_Autoloader.

17 years agomove Horde_Log to git
Chuck Hagenbuch [Fri, 7 Nov 2008 02:26:43 +0000 (21:26 -0500)]
move Horde_Log to git

17 years agoImport Horde_Imap_Client lib.
Michael M Slusarz [Thu, 6 Nov 2008 05:49:17 +0000 (22:49 -0700)]
Import Horde_Imap_Client lib.

17 years agoinitial import to initialize repository - framework horde/support package
Chuck Hagenbuch [Tue, 21 Oct 2008 01:49:49 +0000 (21:49 -0400)]
initial import to initialize repository - framework horde/support package