Revisions for forwards/main.php

Location: [ Horde ] / forwards / main.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.43 (+52 -41 lines) 06/20/2008 12:26 PM Jan Schneider jan

Refactoring

1.42 (+6 -5 lines) 05/05/2008 04:52 PM Ben Klang bklang

Allow the administrator to configure Forwards to use an unaltered username (ie. don't strip domain name)
Bug: 4634

1.41 (+9 -3 lines) 05/05/2008 01:05 PM Ben Klang bklang

Catch all possible results of checking Forwarding state

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

Happy New Year

1.36.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.39 (+1 -1 lines) 01/02/2007 07:46 AM Jan Schneider jan

Happy New Year

1.38 (+3 -1 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

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

MFH: Switch to BSD license.

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

Switch to BSD license.

1.36 (+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: FRAMEWORK_3, FORWARDS_3_0, FORWARDS_3_0_RC1

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

Happy new year\!

1.34 (+9 -5 lines) 07/08/2005 09:29 PM Chuck Hagenbuch chuck

[cjh] Add forwards driver isKeepLocal() implementation
(Benoit Branciard <Benoit.Branciard@univ-paris1.fr>).
[cjh] Fix $conf['enabled']['authenticate'] = false
(Benoit Branciard <Benoit.Branciard@univ-paris1.fr>).

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

Happy New Year

1.1.1.1.2.11 RELENG_2 (+2 -2 lines) 01/03/2005 06:25 AM Jan Schneider jan

Happy New Year! :-)

Tags: FORWARDS_2_2_2

1.32 (+2 -1 lines) 11/16/2004 09:16 PM Chuck Hagenbuch chuck

Focus the form.

Submitted by: Marc Jauvin <marc@r4l.com>

1.31 (+3 -4 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.30 (+2 -2 lines) 11/15/2004 10:23 PM Chuck Hagenbuch chuck

[cjh] New SOAP driver (Marc Jauvin <marc@r4l.com>).
[cjh] Config option for whether or not to require authenticating
to update forwards settings.

1.29 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.28 (+12 -13 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.1.1.1.2.10 RELENG_2 (+2 -2 lines) 03/26/2004 05:43 PM Jan Schneider jan

Lots and lots of copyright and license updates and fixes. Someone will have to that for the HEAD branches too.

Tags: FORWARDS_2_2_1, FORWARDS_2_2_1_RC1

1.27 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.26 (+2 -2 lines) 01/01/2004 10:14 AM Jan Schneider jan

Happy new year everyone.

1.25 (+8 -5 lines) 12/30/2003 11:40 PM Chuck Hagenbuch chuck

lib/Driver/{forwards,qmail,mdaemon,sql}.php:
- isEnabledForwarding() now returns 'Y' if forwarding is enabled, otherwise
false.

main.php:
- Make user of the new return values for isEnabledForwarding(), to provide
the user with a helpful status message where possible.

lib/Driver/ldap.php:
- Added a 'version' parameter - PHP4 defaults to LDAP protocol 2, but newer
versions of OpenLDAP default to protocol 3, so it is necessary to set the
appropriate option befor calling ldap_bind().
- Use the error notification mechanism currently in HEAD.
- Tidied up the code that actually retrieves data from the LDAP server.
- Gracefully handle an attempt to double-free the LDAP forwarding
attribute.
- Rework isEnabledForwarding() to return 'Y' or 'N'.

Note that this patch does NOT make the LDAP driver handle 'Keep a copy in
your local mailbox?'.  That functionality is not currently present in LDAP,
and I'd like to update the existing functionality first, before adding new
goodies.

Submitted by: Richard.Heggs@nottinghamcity.gov.uk

1.24 (+6 -6 lines) 09/16/2003 07:04 PM Jan Schneider jan

Use the new Util:: class.

1.23 (+2 -2 lines) 09/01/2003 05:37 PM Jan Schneider jan

Simplify driver instantiation even more.

1.22 (+2 -2 lines) 08/22/2003 09:29 PM Jan Schneider jan

The last bunch of hardcoded params.

1.21 (+2 -2 lines) 05/22/2003 04:23 PM Chuck Hagenbuch chuck

- remove menu.php files
- use new, more compact Help code
- remove a bunch of unneeded requires
- some style cleanup

1.20 (+4 -3 lines) 05/09/2003 12:39 PM Chuck Hagenbuch chuck

Set/show the page title.

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

Fix license URL.

1.1.1.1.2.9 RELENG_2 (+2 -1 lines) 01/20/2003 12:30 AM Eric Rostetter ericr

Javascript works better if you include it at some point ;)

Tags: FORWARDS_2_2, FORWARDS_2_2_RC1

1.1.1.1.2.8 RELENG_2 (+4 -2 lines) 01/20/2003 12:26 AM Eric Rostetter ericr

Opps.  Need BC here (wrong notification system)

1.1.1.1.2.7 RELENG_2 (+2 -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.1.1.1.2.6 RELENG_2 (+7 -1 lines) 01/19/2003 11:43 PM Eric Rostetter ericr

Add test to retrieve/show the current forward if one is set

1.1.1.1.2.5 RELENG_2 (+13 -5 lines) 01/19/2003 11:42 PM Eric Rostetter ericr

General cleanup

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

Bump year.

1.17 (+2 -1 lines) 11/14/2002 10:41 PM Eric Rostetter ericr

* Add javascript checks for form submit

1.16 (+3 -3 lines) 11/12/2002 08:58 PM Eric Rostetter ericr

* Style
* detab and trailing spaces

1.15 (+26 -32 lines) 11/10/2002 04:13 PM Chuck Hagenbuch chuck

- fix typo (Ben Scott <bscott@chiark.greenend.org.uk>).
- fix a bunch of style.

1.14 (+8 -1 lines) 10/16/2002 02:41 PM Eric Rostetter ericr

* Add license comments to files...

1.1.1.1.2.4 RELENG_2 (+47 -49 lines) 10/09/2002 12:28 AM Eric Rostetter ericr

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

Tags: FORWARDS_2_1

1.1.1.1.2.3 RELENG_2 (+2 -2 lines) 10/08/2002 06:07 PM Eric Rostetter ericr

* MFH 1.3: correct require statement...

1.1.1.1.2.2 RELENG_2 (+1 -0 lines) 10/08/2002 06:05 PM Eric Rostetter ericr

* Add $Horde$ tag

1.1.1.1.2.1 RELENG_2 (+0 -2 lines) 10/08/2002 06:04 PM Eric Rostetter ericr

* MFH 1.4 Remove stray font/format tags

1.13 (+17 -23 lines) 10/02/2002 05:53 PM Chuck Hagenbuch chuck

- Use the new Menu:: methods everwhere. Consolidates a ton of code.
- Lots of random clean up along the way. For instance, sorted out the
  mess that was the sork applications' menu files. Those apps still need
  a really good coding standards/xhtml scrub, but this is a start.

1.12 (+2 -2 lines) 08/12/2002 09:44 PM Eric Rostetter ericr

* Reverse mistaken template change from last commit

1.11 (+5 -5 lines) 08/12/2002 06:12 PM Eric Rostetter ericr

* Revert previous change, use FORWARDS_TEMPLATES again

1.10 (+3 -2 lines) 08/07/2002 01:14 AM Eric Rostetter ericr

* remove status.php, inline code, since it was only one line

1.9 (+4 -4 lines) 08/07/2002 01:11 AM Eric Rostetter ericr

* reorganize templates dir
* call template files consitently

1.8 (+1 -2 lines) 07/26/2002 01:08 PM Eric Rostetter ericr

* Remove obsolete error flag reference

1.7 (+2 -2 lines) 07/26/2002 01:05 PM Eric Rostetter ericr

* Be consistent in how we access the template files...

Submitted by: Tim Gorter

1.6 (+1 -0 lines) 07/24/2002 06:49 PM Eric Rostetter ericr

* Add $Horde$ tags

1.5 (+53 -46 lines) 07/21/2002 08:13 PM Eric Rostetter ericr

* Add Driver classes
* general cleanup

Submitted by: Michael Cochrain and Eric Rostetter

1.1.1.1.4.1 RELENG_1 (+5 -6 lines) 07/09/2002 04:34 PM Eric Rostetter ericr

* Import (via checkin, not import) the old V1.0a version
* Remove config files, leave only .dist versions
* add .htaccess files

1.4 (+0 -2 lines) 07/03/2002 03:04 AM Eric Rostetter ericr

* Remove stray font/format tags

1.3 (+6 -3 lines) 06/18/2002 01:52 AM Eric Rostetter ericr

* add routine to fetch existing forward and pre-fill the forward address
* general cleanup

1.2 (+17 -18 lines) 05/29/2002 12:35 PM Eric Rostetter ericr

Bring up to head status (new notification system, change $registry calls)
Add language support and theme support to common-header
Add access control files to directories

1.1.1.1 (+0 -0 lines) 05/21/2002 11:08 PM Eric Rostetter ericr

import of current release version of forwards.

Tags: RELENG_2, RELENG_1, FORWARDS_2_0, releng_2

1.1 05/21/2002 11:08 PM Eric Rostetter ericr

Initial revision