Revisions for imp/templates/prefs/spamselect.inc

Location: [ Horde ] / imp / templates / prefs / spamselect.inc 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.12 (+7 -6 lines) 08/04/2008 08:58 PM Michael M Slusarz slusarz

Some javascript optimizations.

1.1.10.7 FRAMEWORK_3 (+3 -10 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.11 (+3 -10 lines) 05/12/2007 02:15 PM Chuck Hagenbuch chuck

Remove <!-- //--> in javascript
Remove pointless wrapping tables

Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1, IMP_4_2_ALPHA

1.10 (+2 -2 lines) 07/16/2006 03:02 AM Matt Selsky selsky

Add labels to form elements.

Bug: 4080

1.1.10.6 FRAMEWORK_3 (+1 -1 lines) 11/11/2005 01:15 AM Michael M Slusarz slusarz

MFH: prefs.php - 1.18; folderselect.inc - 2.21; spamselect.inc - 1.9;
trashselect.inc - 2.19

Tags: IMP_4_1_6, 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.9 (+1 -1 lines) 11/11/2005 01:13 AM Michael M Slusarz slusarz

no value in an option tags results in the content of the tag to be used for
the form value.  This means a folder named 'None' (or the equivalent in your
local language) is created and selected instead of the expected behavior of
deslecting the folder value.

1.1.10.5 FRAMEWORK_3 (+2 -2 lines) 10/18/2005 08:14 AM Jan Schneider jan

Merged from HEAD

1.8 (+1 -1 lines) 09/07/2005 01:45 AM Michael M Slusarz slusarz

Bug: 2422
spam_folder and trash_folder converted to using IMP::folderPref().

Tags: BEFORE_MERGE_3_1

1.7 (+1 -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.6 (+1 -1 lines) 08/06/2005 09:14 PM Chuck Hagenbuch chuck

Remove deprecated language="" attribute on script tags wherever possible.

1.5 (+1 -1 lines) 07/23/2005 07:10 AM Jan Schneider jan

MFB 1.1.10.4

1.1.10.4 FRAMEWORK_3 (+1 -1 lines) 07/23/2005 06:59 AM Jan Schneider jan

Fix rewriting of "Create a new Spam folder" entry.

Tags: IMP_4_0_5, IMP_4_0_4, IMP_4_0_4_RC2, IMP_4_0_4_RC1

1.1.10.3 FRAMEWORK_3 (+0 -1 lines) 04/27/2005 12:22 AM Michael M Slusarz slusarz

MFH: 1.8 - prefs.php; 2.16 - folderselect.inc; 1.7 - initialpageselect.inc;
1.4 - spamselect.inc; 2.13 - trashselect.inc

1.4 (+0 -1 lines) 04/27/2005 12:18 AM Michael M Slusarz slusarz

Call mail/getStream in centralized location.

1.1.10.2 FRAMEWORK_3 (+27 -5 lines) 04/25/2005 03:50 PM Jan Schneider jan

MFH: Fix drop down lists in folder preferences (Bug #1794).

1.3 (+27 -5 lines) 04/14/2005 10:43 PM Michael M Slusarz slusarz

Bug: 1794
Hmmm... this must have been broke for awhile since it stems from the fact that
the preferences pages are no longer loaded from IMP - they are loaded from
Horde.  Therefore, the IMAP stream was not being opened at all (this is done
when we check authentication in IMP).  Fix that, and clean up the code while
I'm there, add new folder creation capability to SPAM folder, use existing
code in lib/prefs.php to update Spam folder preference, and use unique names
for the JS functions so that they don't clobber each other.  Whew.

1.1.10.1 FRAMEWORK_3 (+1 -1 lines) 03/02/2005 05:33 PM Jan Schneider jan

MFH 1.2

Tags: IMP_4_0_3, IMP_4_0_3_RC1

1.2 (+1 -1 lines) 03/02/2005 05:29 PM Jan Schneider jan

Allow to set no spam folder.

1.1 04/09/2004 11:31 AM Jan Schneider jan

Make spam folder a preference instead of a config option.

Tags: FRAMEWORK_3, 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