[commits] Horde branch master updated. 00b30682486fb16a53df0f773dd36c478a6e07a2

Michael M Slusarz slusarz at horde.org
Mon Mar 7 08:10:43 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 2deefcdcf28c5c6539f44aaca7a5934352adca7a

dac95cb Catch message list changes when viewing a preview
986b48a Remove 'Server and Folder Information' pref group
5b51529 Get rid of purge_trash/purge_spam preferences
ac363c6 Reset nobuttons variable after updating preferences.
527132c Move JS code out of prefsGroup(), since it may be run multiple times
b1eefaa Don't re-run prefsGroup() if there is no form data to process
3363dce Prefs values can't be removed from backend, or else they won't be auto-upgraded on first login
7bb4e5d Remove delete_attachments_monthly pref
6b5a6df Remove Accounts code
5168e6f Move initial page selection to mboxdisplay prefgroup
8357993 Move sentmail login tasks to new sent mail pref group
7e5dac1 Remove delete_sentmail_monthly and purge_sentmail prefs
2a7bd3f reduce wordiness
d8746ce Hide message range when list does not scroll
e0dd5ec Always do convertCharset() calls on mailbox names in prefs
08e144d Update inthread from draft-00 to draft-01
9fc2e00 sortdisplay is now RFC 5957
b25734c Special-use is now RFC 6154; update to match final RFC
9bfd16f Fix Horde_SQL install location
0fa9f0d Fix flag name
260abaa Added constants for IMAP RFC defined flags
0df0614 Use IMAP flag constants
4e12486 Add PHPUnit testcase framework to Imap_Client
8679fe8 Bug #9627: Fix typos in expungeMailbox()
e7d4664 Bug #9626: Add Horde_Imap_Client_Ids#isEmpty()
286cf00 Moved URL parsing tests to PHPUnit test
22e480c ids
00b3068 Moved Subject parsing tests to PHPUnit test

-----------------------------------------------------------------------

commit dac95cb3cff10eac186f05f1d2476a32b22c94f3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 11:32:16 2011 -0700

    Catch message list changes when viewing a preview

 imp/lib/Ajax/Application.php |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/dac95cb3cff10eac186f05f1d2476a32b22c94f3

-----------------------------------------------------------------------

commit 986b48acaee0e3decea2870f37e84cb8805e15fb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 12:46:47 2011 -0700

    Remove 'Server and Folder Information' pref group

 imp/config/prefs.php |  192 +++++++++++++++++++++++++-------------------------
 1 files changed, 96 insertions(+), 96 deletions(-)

http://git.horde.org/horde-git/-/commit/986b48acaee0e3decea2870f37e84cb8805e15fb

-----------------------------------------------------------------------

commit 5b515291373cdc546318d14e570893e75ea2e720
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 13:13:55 2011 -0700

    Get rid of purge_trash/purge_spam preferences
    
    Move purge logintask prefs to Delete & Spam groups respectively.

 imp/config/prefs.php                              |   96 +++++++++------------
 imp/docs/UPGRADING                                |    2 +
 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php |   36 ++++++++
 imp/lib/LoginTasks/Task/PurgeSpam.php             |    8 +-
 imp/lib/LoginTasks/Task/PurgeTrash.php            |    8 +-
 imp/lib/Prefs/Ui.php                              |    2 -
 imp/locale/en/help.xml                            |   22 +----
 7 files changed, 90 insertions(+), 84 deletions(-)

http://git.horde.org/horde-git/-/commit/5b515291373cdc546318d14e570893e75ea2e720

-----------------------------------------------------------------------

commit ac363c69ab643c1f1457e71bb0527fd264af596c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 13:33:25 2011 -0700

    Reset nobuttons variable after updating preferences.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/ac363c69ab643c1f1457e71bb0527fd264af596c

-----------------------------------------------------------------------

commit 527132cc655a9c1de4b543c62deabc38d10a31e9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 13:34:23 2011 -0700

    Move JS code out of prefsGroup(), since it may be run multiple times

 imp/lib/Prefs/Ui.php |   70 ++++++++++++++++++-------------------------------
 1 files changed, 26 insertions(+), 44 deletions(-)

http://git.horde.org/horde-git/-/commit/527132cc655a9c1de4b543c62deabc38d10a31e9

-----------------------------------------------------------------------

commit b1eefaa6d33e528697023ec26f05fe50cedc5645
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 13:37:30 2011 -0700

    Don't re-run prefsGroup() if there is no form data to process

 framework/Core/lib/Horde/Core/Prefs/Ui.php |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/b1eefaa6d33e528697023ec26f05fe50cedc5645

-----------------------------------------------------------------------

commit 3363dce352744588fa34dcad1d88a0837e662018
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 13:40:07 2011 -0700

    Prefs values can't be removed from backend, or else they won't be auto-upgraded on first login

 imp/docs/UPGRADING |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3363dce352744588fa34dcad1d88a0837e662018

-----------------------------------------------------------------------

commit 7bb4e5dcacb2759a9d363e06f7540d25b00aa100
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 13:55:23 2011 -0700

    Remove delete_attachments_monthly pref

 imp/config/prefs.php                                 |   29 +++++++-----------
 imp/docs/UPGRADING                                   |    1 +
 imp/lib/Compose.php                                  |    4 +-
 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php    |   19 +++++++++++
 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php |    5 +--
 imp/lib/Prefs/Ui.php                                 |    6 ++++
 imp/locale/en/help.xml                               |    9 +-----
 7 files changed, 42 insertions(+), 31 deletions(-)

http://git.horde.org/horde-git/-/commit/7bb4e5dcacb2759a9d363e06f7540d25b00aa100

-----------------------------------------------------------------------

commit 6b5a6df071d62dcae44ae6ae115c27481ba83902
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 14:02:13 2011 -0700

    Remove Accounts code
    
    It looks like this isn't going to happen before IMP 5.

 imp/config/conf.xml               |    2 -
 imp/config/prefs.php              |   22 -------
 imp/js/accountsprefs.js           |   60 ------------------
 imp/lib/Accounts.php              |  114 ---------------------------------
 imp/lib/Prefs/Ui.php              |  125 -------------------------------------
 imp/templates/prefs/accounts.html |   91 ---------------------------
 imp/themes/default/screen.css     |   21 ------
 7 files changed, 0 insertions(+), 435 deletions(-)
 delete mode 100644 imp/js/accountsprefs.js
 delete mode 100644 imp/lib/Accounts.php
 delete mode 100644 imp/templates/prefs/accounts.html

http://git.horde.org/horde-git/-/commit/6b5a6df071d62dcae44ae6ae115c27481ba83902

-----------------------------------------------------------------------

commit 5168e6f047fb60bec8607a6bfe1df82a97d93025
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 14:04:06 2011 -0700

    Move initial page selection to mboxdisplay prefgroup

 imp/config/prefs.php |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/5168e6f047fb60bec8607a6bfe1df82a97d93025

-----------------------------------------------------------------------

commit 835799311f86637520fde38e90917c77e1d51911
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 14:18:40 2011 -0700

    Move sentmail login tasks to new sent mail pref group

 imp/config/prefs.php |  132 +++++++++++++++++++++++++-------------------------
 1 files changed, 66 insertions(+), 66 deletions(-)

http://git.horde.org/horde-git/-/commit/835799311f86637520fde38e90917c77e1d51911

-----------------------------------------------------------------------

commit 7e5dac13679d79fb2c7b39a395eff200fa045817
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 14:22:00 2011 -0700

    Remove delete_sentmail_monthly and purge_sentmail prefs

 imp/config/prefs.php                              |   25 ++-----------
 imp/docs/UPGRADING                                |    2 +
 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php |   38 +++++++++++++++++++++
 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php |    5 +--
 imp/lib/LoginTasks/Task/PurgeSentmail.php         |    8 ++--
 imp/lib/Prefs/Ui.php                              |    2 -
 imp/locale/en/help.xml                            |   36 ++++++-------------
 7 files changed, 61 insertions(+), 55 deletions(-)

http://git.horde.org/horde-git/-/commit/7e5dac13679d79fb2c7b39a395eff200fa045817

-----------------------------------------------------------------------

commit 2a7bd3f9eea2d34fceebf11f235f3bd91227a129
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 14:31:51 2011 -0700

    reduce wordiness

 imp/config/prefs.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/2a7bd3f9eea2d34fceebf11f235f3bd91227a129

-----------------------------------------------------------------------

commit d8746cec87f11f588fa99029bb22984c15c06159
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 15:30:28 2011 -0700

    Hide message range when list does not scroll

 imp/js/dimpbase.js |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/d8746cec87f11f588fa99029bb22984c15c06159

-----------------------------------------------------------------------

commit e0dd5ec95ffa935b0ef5295da9a3af702c514fa5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 16:24:22 2011 -0700

    Always do convertCharset() calls on mailbox names in prefs

 imp/config/prefs.php |   28 ++++++++++++----------------
 1 files changed, 12 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/e0dd5ec95ffa935b0ef5295da9a3af702c514fa5

-----------------------------------------------------------------------

commit 08e144d5299b1bea66d5b5209104e2cc41a1ea72
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 16:46:59 2011 -0700

    Update inthread from draft-00 to draft-01

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    4 ++--
 imp/docs/RFCS                                          |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/08e144d5299b1bea66d5b5209104e2cc41a1ea72

-----------------------------------------------------------------------

commit 9fc2e005ba5ee3b2719fb257bf21b51167095c0c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 16:53:38 2011 -0700

    sortdisplay is now RFC 5957

 framework/Imap_Client/lib/Horde/Imap/Client.php        |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    2 +-
 imp/docs/RFCS                                          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/9fc2e005ba5ee3b2719fb257bf21b51167095c0c

-----------------------------------------------------------------------

commit b25734c730b892b1b73b4bf08ea671c1a70a6378
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 4 17:40:56 2011 -0700

    Special-use is now RFC 6154; update to match final RFC

 framework/Imap_Client/lib/Horde/Imap/Client.php           |    9 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php      |   10 ++--
 framework/Imap_Client/lib/Horde/Imap/Client/Exception.php |   19 ++++---
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php    |   18 ++++---
 framework/Imap_Client/package.xml                         |   21 +-------
 imp/docs/RFCS                                             |    4 +-
 imp/lib/Folder.php                                        |   36 ++++---------
 imp/lib/Prefs/Ui.php                                      |   20 ++++----
 8 files changed, 60 insertions(+), 77 deletions(-)

http://git.horde.org/horde-git/-/commit/b25734c730b892b1b73b4bf08ea671c1a70a6378

-----------------------------------------------------------------------

commit 9bfd16f8be99bfe3975e28c38b18e96228fbe98b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Mar 6 22:00:02 2011 -0700

    Fix Horde_SQL install location

 framework/SQL/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/9bfd16f8be99bfe3975e28c38b18e96228fbe98b

-----------------------------------------------------------------------

commit 0fa9f0d70e8650d1d5b56f4e30b4bbb45a668143
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 7 00:01:13 2011 -0700

    Fix flag name

 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0fa9f0d70e8650d1d5b56f4e30b4bbb45a668143

-----------------------------------------------------------------------

commit 260abaaff8c8d600d5d890f5fd608b5254e6103d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 7 00:20:24 2011 -0700

    Added constants for IMAP RFC defined flags

 framework/Imap_Client/lib/Horde/Imap/Client.php              |   13 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php         |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php      |    8 ++--
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php |   14 +++---
 framework/Imap_Client/lib/Horde/Imap/Client/Mock.php         |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |   16 +++---
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php  |   12 +++-
 framework/Imap_Client/package.xml                            |   25 ++-------
 framework/Imap_Client/test/Horde/Imap/test_client.php        |   28 +++++-----
 9 files changed, 62 insertions(+), 58 deletions(-)

http://git.horde.org/horde-git/-/commit/260abaaff8c8d600d5d890f5fd608b5254e6103d

-----------------------------------------------------------------------

commit 0df0614858669e9bd2e827d9ddf60a6489309252
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 7 00:20:53 2011 -0700

    Use IMAP flag constants

 imp/lib/Ajax/Application.php      |   10 +++++-----
 imp/lib/Block/Newmail.php         |    2 +-
 imp/lib/Compose.php               |   20 ++++++++++----------
 imp/lib/Flag/Imap/Answered.php    |    2 +-
 imp/lib/Flag/Imap/Deleted.php     |    2 +-
 imp/lib/Flag/Imap/Draft.php       |    2 +-
 imp/lib/Flag/Imap/Flagged.php     |    2 +-
 imp/lib/Flag/Imap/Forwarded.php   |    2 +-
 imp/lib/Flag/Imap/Seen.php        |    2 +-
 imp/lib/Flag/System/Unseen.php    |    2 +-
 imp/lib/Mailbox/List.php          |   12 ++++++------
 imp/lib/Message.php               |   13 ++++++-------
 imp/lib/Search/Vfolder/Vinbox.php |    4 ++--
 imp/lib/Search/Vfolder/Vtrash.php |    2 +-
 imp/lib/Ui/Mailbox.php            |    2 +-
 imp/lib/Ui/Message.php            |    4 ++--
 imp/mailbox-mimp.php              |    2 +-
 imp/message-dimp.php              |    2 +-
 imp/message-mimp.php              |    2 +-
 imp/message.php                   |    2 +-
 imp/rss.php                       |    2 +-
 imp/thread.php                    |    2 +-
 22 files changed, 47 insertions(+), 48 deletions(-)

http://git.horde.org/horde-git/-/commit/0df0614858669e9bd2e827d9ddf60a6489309252

-----------------------------------------------------------------------

commit 4e124862835d5bb1cdd39aca399bf2eee02d4fad
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 7 00:30:20 2011 -0700

    Add PHPUnit testcase framework to Imap_Client

 framework/Imap_Client/package.xml                            |   24 +-
 framework/Imap_Client/test/Horde/Imap/Client/AllTests.php    |   50 +
 framework/Imap_Client/test/Horde/Imap/Client/Autoload.php    |   26 +
 framework/Imap_Client/test/Horde/Imap/Client/test_client.php |  911 ++++++++++
 framework/Imap_Client/test/Horde/Imap/Client/test_email.txt  |   14 +
 framework/Imap_Client/test/Horde/Imap/Client/test_email2.txt |  112 ++
 framework/Imap_Client/test/Horde/Imap/test_client.php        |  911 ----------
 framework/Imap_Client/test/Horde/Imap/test_email.txt         |   14 -
 framework/Imap_Client/test/Horde/Imap/test_email2.txt        |  112 --
 9 files changed, 1130 insertions(+), 1044 deletions(-)
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/AllTests.php
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Autoload.php
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/test_client.php
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/test_email.txt
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/test_email2.txt
 delete mode 100644 framework/Imap_Client/test/Horde/Imap/test_client.php
 delete mode 100644 framework/Imap_Client/test/Horde/Imap/test_email.txt
 delete mode 100644 framework/Imap_Client/test/Horde/Imap/test_email2.txt

http://git.horde.org/horde-git/-/commit/4e124862835d5bb1cdd39aca399bf2eee02d4fad

-----------------------------------------------------------------------

commit 8679fe85395ba10085251f7e64c0a0c28751e8b4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 7 00:44:21 2011 -0700

    Bug #9627: Fix typos in expungeMailbox()

 imp/lib/Message.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8679fe85395ba10085251f7e64c0a0c28751e8b4

-----------------------------------------------------------------------

commit e7d466400e867b7c3fef90540ae862542d5a195c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 7 00:38:06 2011 -0700

    Bug #9626: Add Horde_Imap_Client_Ids#isEmpty()

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php     |    8 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php      |   10 ++
 framework/Imap_Client/package.xml                        |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php |   64 ++++++++++++++
 4 files changed, 83 insertions(+), 1 deletions(-)
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php

http://git.horde.org/horde-git/-/commit/e7d466400e867b7c3fef90540ae862542d5a195c

-----------------------------------------------------------------------

commit 286cf00913d708ac65fba160f93ce92534100f3f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 7 01:04:37 2011 -0700

    Moved URL parsing tests to PHPUnit test

 framework/Imap_Client/test/Horde/Imap/Client/UrlParseTest.php |   76 +++++++++
 framework/Imap_Client/test/Horde/Imap/Client/test_client.php  |   34 ----
 2 files changed, 76 insertions(+), 34 deletions(-)
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/UrlParseTest.php

http://git.horde.org/horde-git/-/commit/286cf00913d708ac65fba160f93ce92534100f3f

-----------------------------------------------------------------------

commit 22e480ca3ed00e93133a714711ecaad617940bf3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 7 01:11:38 2011 -0700

    ids

 framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php |   16 +++++++-------
 1 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/22e480ca3ed00e93133a714711ecaad617940bf3

-----------------------------------------------------------------------

commit 00b30682486fb16a53df0f773dd36c478a6e07a2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 7 01:11:59 2011 -0700

    Moved Subject parsing tests to PHPUnit test

 framework/Imap_Client/package.xml                                 |    6 +-
 framework/Imap_Client/test/Horde/Imap/Client/SubjectParseTest.php |   61 +++++
 framework/Imap_Client/test/Horde/Imap/Client/test_client.php      |   16 --
 3 files changed, 66 insertions(+), 17 deletions(-)
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/SubjectParseTest.php

http://git.horde.org/horde-git/-/commit/00b30682486fb16a53df0f773dd36c478a6e07a2




More information about the commits mailing list