Revisions for forwards/lib/Driver.php

Location: [ Horde ] / forwards / lib / Driver.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.29.2.3 FRAMEWORK_3 (+82 -111 lines) 10/09/2008 01:36 PM Jan Schneider jan

Merge from HEAD.

1.34 (+81 -110 lines) 06/20/2008 12:26 PM Jan Schneider jan

Refactoring

Tags: BEFORE_MERGE_3_3

1.33 (+2 -2 lines) 01/02/2008 06:11 AM Jan Schneider jan

Happy New Year

1.32 (+2 -2 lines) 10/30/2007 08:23 PM Jan Schneider jan

First round of copyright assignments.

1.31 (+2 -2 lines) 06/27/2007 01:22 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.29.2.2 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: FORWARDS_3_0_1

1.29.2.1 FRAMEWORK_3 (+3 -3 lines) 06/20/2006 05:10 AM Jan Schneider jan

MFH: Switch to BSD license.

1.30 (+3 -3 lines) 06/20/2006 04:55 AM Jan Schneider jan

Switch to BSD license.

1.29 (+5 -6 lines) 02/17/2006 11:51 AM Jan Schneider jan

Fix Horde::getDriverConfgig() usage.
Bug: 3501

Tags: FRAMEWORK_3, BEFORE_BRANCH_3, FORWARDS_3_0

1.28 (+2 -2 lines) 02/16/2006 11:34 AM Jan Schneider jan

Forwards was always ASL, not BSD, at least that's what the LICENSE file says. Eric, correct me if I'm wrong.

Tags: FORWARDS_3_0_RC1

1.27 (+1 -1 lines) 01/01/2006 04:09 PM Jan Schneider jan

Happy new year\!

1.26 (+5 -3 lines) 12/01/2005 04:57 AM Matt Selsky selsky

References.

1.25 (+3 -3 lines) 06/23/2005 05:50 PM Matt Selsky selsky

Clean up phpdoc.

1.24 (+5 -6 lines) 05/21/2005 02:02 AM Matt Selsky selsky

Clean up 'object' in phpdoc.

1.23 (+65 -77 lines) 04/26/2005 11:42 PM Matt Selsky selsky

phpdoc clean up.

1.22 (+1 -2 lines) 04/20/2005 02:34 AM Matt Selsky selsky

Remove @version.

1.21 (+1 -1 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.20 (+4 -2 lines) 11/15/2004 10:52 PM Chuck Hagenbuch chuck

- use new CSS menu
- consolidate templates
- only one file and a simple default menu, just code it inline for now

1.19 (+4 -3 lines) 09/01/2004 01:32 PM Chuck Hagenbuch chuck

Need to instantiate Mail_RFC822 to avoid static method fatal errors with PHP5.

1.18 (+101 -74 lines) 03/30/2004 12:38 PM Chuck Hagenbuch chuck

- don't call private methods
- use PEAR::raiseError instead of new PEAR_Error
- use is_a()
- don't use array_key_exists
- spacing
- consistency
- style
- don't access data members directly
- etc...

1.17 (+3 -3 lines) 01/01/2004 10:14 AM Jan Schneider jan

Happy new year everyone.

1.16 (+3 -3 lines) 10/30/2003 06:37 PM Jan Schneider jan

PHP 5 fixes.

1.15 (+12 -4 lines) 09/01/2003 05:37 PM Jan Schneider jan

Simplify driver instantiation even more.

1.14 (+16 -7 lines) 08/22/2003 08:36 PM Jan Schneider jan

Let all driver based applications use Horde::getDriverConfig().

1.13 (+3 -3 lines) 04/26/2003 08:27 PM Chuck Hagenbuch chuck

Fix license URL.

1.3.2.4 RELENG_2 (+2 -3 lines) 01/20/2003 12:19 AM Eric Rostetter ericr

Fix typo (cut/paste error)

Tags: FORWARDS_2_2_2, FORWARDS_2_2_1, FORWARDS_2_2_1_RC1, FORWARDS_2_2, FORWARDS_2_2_RC1

1.3.2.3 RELENG_2 (+46 -2 lines) 01/20/2003 12:17 AM Eric Rostetter ericr

MFH: php and html code cleanup (style, comments, etc)
MFH: add routine to parse/validate email addresses
MFH: add copyright notices where needed
MFH: Add javascript checks to form input
MFH: Add qmail driver
MFH: Add api file

1.12 (+38 -2 lines) 01/09/2003 06:25 PM Eric Rostetter ericr

* Move _make_email_address() to Driver.php so any driver can use it
* Tweak _make_email_address() a bit

1.11 (+3 -3 lines) 01/06/2003 04:35 AM Jan Schneider jan

Rename String::strtolower() to String::lower() and strtoupper() to upper().

1.10 (+3 -3 lines) 01/04/2003 09:09 PM Jan Schneider jan

Add String:: class and move all string manipulation methods from NLS:: to
String::

1.9 (+3 -3 lines) 01/03/2003 10:20 AM Jan Schneider jan

Add and fix @since tags.

1.3.2.2 RELENG_2 (+7 -7 lines) 01/03/2003 08:23 AM Jan Schneider jan

Fix @since tags.
Kill trailing whitespace.

1.8 (+3 -3 lines) 01/02/2003 09:12 PM Jan Schneider jan

Bump year.

1.7 (+7 -5 lines) 12/31/2002 09:19 AM Chuck Hagenbuch chuck

Simplify a lot of driver code; serialize() is faster than md5(), so we
can remove some code. Add a bunch of missing basename() calls, fix
some places where we shouldn't have returned a base class object, etc.

1.6 (+4 -4 lines) 12/29/2002 07:39 AM Jan Schneider jan

More strtolower() replacements.

1.5 (+46 -32 lines) 11/12/2002 08:58 PM Eric Rostetter ericr

* Style
* detab and trailing spaces

1.4 (+7 -2 lines) 10/16/2002 02:41 PM Eric Rostetter ericr

* Add license comments to files...

1.3.2.1 RELENG_2 (+1 -1 lines) 10/09/2002 12:29 AM Eric Rostetter ericr

* MFH: Update to driver based system
* MFH: Combine comments, add $Horde$ tags

Tags: FORWARDS_2_1

1.3 (+3 -4 lines) 10/08/2002 11:27 PM Eric Rostetter ericr

* Combine comments

Tags: RELENG_2

1.2 (+5 -2 lines) 07/24/2002 06:49 PM Eric Rostetter ericr

* Add $Horde$ tags

1.1 07/21/2002 08:13 PM Eric Rostetter ericr

* Add Driver classes
* general cleanup

Submitted by: Michael Cochrain and Eric Rostetter