|
1.46
HEAD
|
06/10/2009 01:24 AM |
Michael M Slusarz slusarz |
Bug:
Submitted by:
Merge after:
String:: -> Horde_String & Util:: -> Horde_Util:: conversions.
I gave in and ran a sed script to try to get the rest of these changed.
Here's the commands I ran:
find . -type f | xargs fgrep -l ' String::' | xargs sed -i '' -e 's/ String::/ Horde_String::/g'
find . -type f | xargs fgrep -l '(String::' | xargs sed -i '' -e 's/(String::/(Horde_String::/g'
find . -type f | xargs grep -l '^String::' | xargs sed -i '' -e 's/^String::/Horde_String::/g'
I then went through and removed files that shouldn't be updated (docs files
and package.xml files). Hopefully, false positives have been kept to a
minimum.
|
|
1.36.2.5
FRAMEWORK_3
|
04/16/2009 07:02 PM |
Jan Schneider jan |
MFH: 1.45
|
|
1.45
|
04/16/2009 06:09 PM |
Jan Schneider jan |
Tweak doc.
|
|
1.44
|
01/06/2009 12:49 PM |
Jan Schneider jan |
Happy New Year
|
|
1.36.2.4
FRAMEWORK_3
|
01/06/2009 10:22 AM |
Jan Schneider jan |
Happy New Year
Tags: FORWARDS_3_1, FORWARDS_3_1_RC1
|
|
1.36.2.3
FRAMEWORK_3
|
10/09/2008 01:36 PM |
Jan Schneider jan |
Merge from HEAD.
|
|
1.43
|
06/20/2008 12:26 PM |
Jan Schneider jan |
Refactoring
Tags: BEFORE_MERGE_3_3
|
|
1.42
|
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
|
05/05/2008 01:05 PM |
Ben Klang bklang |
Catch all possible results of checking Forwarding state
|
|
1.40
|
01/02/2008 06:11 AM |
Jan Schneider jan |
Happy New Year
|
|
1.36.2.2
FRAMEWORK_3
|
01/02/2007 08:54 AM |
Jan Schneider jan |
Happy New Year
Tags: FORWARDS_3_0_1
|
|
1.39
|
01/02/2007 07:46 AM |
Jan Schneider jan |
Happy New Year
|
|
1.38
|
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
|
06/20/2006 05:10 AM |
Jan Schneider jan |
MFH: Switch to BSD license.
|
|
1.37
|
06/20/2006 04:55 AM |
Jan Schneider jan |
Switch to BSD license.
|
|
1.36
|
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: BEFORE_BRANCH_3, FORWARDS_3_0, FORWARDS_3_0_RC1
|
|
1.35
|
01/01/2006 04:09 PM |
Jan Schneider jan |
Happy new year\!
|
|
1.34
|
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
|
01/03/2005 09:34 AM |
Jan Schneider jan |
Happy New Year
|
|
1.1.1.1.2.11
RELENG_2
|
01/03/2005 06:25 AM |
Jan Schneider jan |
Happy New Year! :-)
Tags: FORWARDS_2_2_2
|
|
1.32
|
11/16/2004 09:16 PM |
Chuck Hagenbuch chuck |
Focus the form.
Submitted by: Marc Jauvin <marc@r4l.com
|
|
1.31
|
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
|
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
|
10/18/2004 08:45 PM |
Chuck Hagenbuch chuck |
Registry::getParam() -> Registry::get().
|
|
1.28
|
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
|
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
|
01/17/2004 05:57 PM |
Jan Schneider jan |
All footers look the same, so why not use only one.
|
|
1.26
|
01/01/2004 10:14 AM |
Jan Schneider jan |
Happy new year everyone.
|
|
1.25
|
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
|
09/16/2003 07:04 PM |
Jan Schneider jan |
Use the new Util:: class.
|
|
1.23
|
09/01/2003 05:37 PM |
Jan Schneider jan |
Simplify driver instantiation even more.
|
|
1.22
|
08/22/2003 09:29 PM |
Jan Schneider jan |
The last bunch of hardcoded params.
|
|
1.21
|
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
|
05/09/2003 12:39 PM |
Chuck Hagenbuch chuck |
Set/show the page title.
|
|
1.19
|
04/26/2003 08:27 PM |
Chuck Hagenbuch chuck |
Fix license URL.
|
|
1.1.1.1.2.9
RELENG_2
|
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
|
01/20/2003 12:26 AM |
Eric Rostetter ericr |
Opps. Need BC here (wrong notification system)
|
|
1.1.1.1.2.7
RELENG_2
|
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
|
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
|
01/19/2003 11:42 PM |
Eric Rostetter ericr |
General cleanup
|
|
1.18
|
01/02/2003 09:12 PM |
Jan Schneider jan |
Bump year.
|
|
1.17
|
11/14/2002 10:41 PM |
Eric Rostetter ericr |
* Add javascript checks for form submit
|
|
1.16
|
11/12/2002 08:58 PM |
Eric Rostetter ericr |
* Style
* detab and trailing spaces
|
|
1.15
|
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
|
10/16/2002 02:41 PM |
Eric Rostetter ericr |
* Add license comments to files...
|
|
1.1.1.1.2.4
RELENG_2
|
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
|
10/08/2002 06:07 PM |
Eric Rostetter ericr |
* MFH 1.3: correct require statement...
|
|
1.1.1.1.2.2
RELENG_2
|
10/08/2002 06:05 PM |
Eric Rostetter ericr |
* Add $Horde$ tag
|
|
1.1.1.1.2.1
RELENG_2
|
10/08/2002 06:04 PM |
Eric Rostetter ericr |
* MFH 1.4 Remove stray font/format tags
|
|
1.13
|
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
|
08/12/2002 09:44 PM |
Eric Rostetter ericr |
* Reverse mistaken template change from last commit
|
|
1.11
|
08/12/2002 06:12 PM |
Eric Rostetter ericr |
* Revert previous change, use FORWARDS_TEMPLATES again
|
|
1.10
|
08/07/2002 01:14 AM |
Eric Rostetter ericr |
* remove status.php, inline code, since it was only one line
|
|
1.9
|
08/07/2002 01:11 AM |
Eric Rostetter ericr |
* reorganize templates dir
* call template files consitently
|
|
1.8
|
07/26/2002 01:08 PM |
Eric Rostetter ericr |
* Remove obsolete error flag reference
|
|
1.7
|
07/26/2002 01:05 PM |
Eric Rostetter ericr |
* Be consistent in how we access the template files...
Submitted by: Tim Gorter
|
|
1.6
|
07/24/2002 06:49 PM |
Eric Rostetter ericr |
* Add $Horde$ tags
|
|
1.5
|
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
|
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
|
07/03/2002 03:04 AM |
Eric Rostetter ericr |
* Remove stray font/format tags
|
|
1.3
|
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
|
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
|
05/21/2002 11:08 PM |
Eric Rostetter ericr |
Initial revision
|
|
1.1.1.1
|
05/21/2002 11:08 PM |
Eric Rostetter ericr |
import of current release version of forwards.
Tags: FORWARDS_2_0, releng_2
|