|
1.9 (+9 -8 lines) |
08/04/2008 08:58 PM |
Michael M Slusarz slusarz |
Some javascript optimizations. |
|
1.1.10.3 FRAMEWORK_3 (+1 -3 lines) |
12/20/2007 09:00 AM |
Jan Schneider jan |
Merge from HEAD. Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1, IMP_4_2, IMP_4_2_RC4, IMP_4_2_RC3, IMP_4_2_RC2 |
|
1.1.10.2 FRAMEWORK_3 (+7 -7 lines) |
11/23/2007 12:44 PM |
Jan Schneider jan |
MFH: 1.8 Tags: IMP_4_1_6 |
|
1.8 (+7 -7 lines) |
11/23/2007 12:36 PM |
Jan Schneider jan |
Form field name has to match preference name.
Bug: 5842 Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1 |
|
1.7 (+0 -2 lines) |
05/12/2007 02:15 PM |
Chuck Hagenbuch chuck |
Remove <!-- //--> in javascript
Remove pointless wrapping tables Tags: IMP_4_2_ALPHA |
|
1.6 (+1 -1 lines) |
03/06/2007 07:37 AM |
Jan Schneider jan |
Break |
|
1.1.10.1 FRAMEWORK_3 (+1 -2 lines) |
10/18/2005 08:14 AM |
Jan Schneider jan |
Merged from HEAD Tags: IMP_4_1_5, IMP_4_1_4, IMP_4_1_4_RC1, IMP_4_1_3, IMP_4_1_2, IMP_4_1_1, IMP_4_1, IMP_4_1_RC3, IMP_4_1_RC2, IMP_4_1_RC1 |
|
1.5 (+1 -1 lines) |
10/12/2005 02:31 AM |
Michael M Slusarz slusarz |
Bug: 2422
this code is not necessary as the current sent-mail value is set/changed
dynamically via javascript. Tags: BEFORE_MERGE_3_1 |
|
1.4 (+1 -1 lines) |
10/08/2005 12:54 PM |
Michael M Slusarz slusarz |
Bug: 2422
Correctly determine the current selected sent-mail folder when building the
list.
correctly create new sent-mail folder. |
|
1.3 (+0 -1 lines) |
08/12/2005 12:16 AM |
Michael M Slusarz slusarz |
Bug:
Submitted by:
Merge after:
Removed 'folders', 'namespace, and 'hierarchies' parameters.
Additionally, use correct delimiter depending on the current namespace (since
each namespace can have a different delimiter).
PLEASE NOTE: THIS COMMIT CHANGES A *LOT* OF CODE - code that has been in
IMP for years and has been tweaked until it works on 99.9% of the systems. The
new code, when fully debugged, is much better in that it conforms to RFC 2342
and removes the confusing 'namespace', 'hierarchies', and 'folders' parameters.
However, especially with systems that use a non-blank personal namespace, this
code is woefully untested at this point. If you value having a system that
may be able to work the next few days, DO NOT UPDATE FROM CVS.
This commit does not address issues with IMAP_Tree and namespaces either. I
want to stabilize this code first before I tackle that issue. There are
serious BC issues to be resolved with fixing/upgrading that code...
Finally, this change will most likely render all mailbox preferences/identity prefs that are currently storing a mailbox value invalid. This is because the
old way we stored these values (without the namespace information tacked onto
the front) is no longer valid in IMP since there is no more concept of a
"default" namespace. I will probably have to work on an upgrade script that
will automatically preface all mailbox values in prefs with either a user
specified string or with the value of the default namespace.
Please track bugs at http://bugs.horde.org/ticket/?id=2422 |
|
1.2 (+1 -1 lines) |
08/06/2005 09:14 PM |
Chuck Hagenbuch chuck |
Remove deprecated language="" attribute on script tags wherever possible. |
|
1.1 |
05/08/2004 05:07 PM |
Jan Schneider jan |
Identities are no longer managed by imp/identities.php but by the generic
preferences code. Unless you need a special preference, adding a property to
the identities for one application is now as easy as adding a new preference
to the 'identities' prefs group. Tags: FRAMEWORK_3, IMP_4_0_5, IMP_4_0_4, IMP_4_0_4_RC2, IMP_4_0_4_RC1, IMP_4_0_3, IMP_4_0_3_RC1, IMP_4_0_2, IMP_4_0_2_RC1, IMP_4_0_1, IMP_4_0, IMP_4_0_RC3, IMP_4_0_RC2, IMP_4_0_RC1, IMP_4_0_BETA |