[commits] Horde branch imp_6_1 updated. bfc25c1281614c80983d3370b65f6664dd861465

Michael M Slusarz slusarz at horde.org
Wed Jan 23 23:49:26 UTC 2013


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

from: 74719b000a1014e38f31affa5245777e41f56170

f7113a7 Start moving basic view pages to separate view libraries
da92c59 Convert basic folders page to View library
cddf1b2 Convert saveimage page to View library
278f3f9 Convert thread page to View library
281650c These are not used anymore
f88e530 Convert basic search page to View library
eeae092 Convert advanced search page to View library
8523580 Convert compose page to View library
d3ed0e5 IMP_Ui_Quota -> IMP_Quota_Ui
26192f8 This method is only used internally in one class
7ba7a83 Convert message page to View library
d1945ed Convert mailbox page to View library
f14846b Cleanup getInitialPage() usage
bf69544 Convert pgp page to View library
10baf87 Convert smime page to View library
362f8b2 IMP::header() no longer needed
bfc25c1 [mms] All basic view pages are now routed through the basic.php endpoint.

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

commit f7113a71e40665b050ac1423e3662d8fbe95933b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 22 22:58:44 2013 -0700

    Start moving basic view pages to separate view libraries
    
    First up - the contacts page

 imp/basic.php                      |   47 +++++++++++++
 imp/compose.php                    |    4 +-
 imp/contacts.php                   |  108 ------------------------------
 imp/js/contacts.js                 |    2 +-
 imp/lib/Basic/Base.php             |   84 +++++++++++++++++++++++
 imp/lib/Basic/Contacts.php         |  128 ++++++++++++++++++++++++++++++++++++
 imp/lib/Dynamic/Compose/Common.php |    2 +-
 imp/package.xml                    |   10 ++-
 8 files changed, 270 insertions(+), 115 deletions(-)
 create mode 100644 imp/basic.php
 delete mode 100644 imp/contacts.php
 create mode 100644 imp/lib/Basic/Base.php
 create mode 100644 imp/lib/Basic/Contacts.php

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

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

commit da92c5978e9f80238dbc321cad9e7769bb162e84
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 22 23:13:43 2013 -0700

    Convert basic folders page to View library

 imp/folders.php           |  452 -------------------------------------------
 imp/js/folders.js         |    8 +-
 imp/lib/Application.php   |    2 +-
 imp/lib/Auth.php          |    2 +-
 imp/lib/Basic/Folders.php |  466 +++++++++++++++++++++++++++++++++++++++++++++
 imp/package.xml           |    6 +-
 6 files changed, 475 insertions(+), 461 deletions(-)
 delete mode 100644 imp/folders.php
 create mode 100644 imp/lib/Basic/Folders.php

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

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

commit cddf1b27166c1807a8c7a7c5c9d592557b7e99e6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 22 23:30:44 2013 -0700

    Convert saveimage page to View library

 imp/lib/Basic/Saveimage.php |   90 +++++++++++++++++++++++++++++++++++++++++++
 imp/lib/Contents.php        |    2 +-
 imp/package.xml             |    8 ++--
 imp/saveimage.php           |   71 ----------------------------------
 4 files changed, 95 insertions(+), 76 deletions(-)
 create mode 100644 imp/lib/Basic/Saveimage.php
 delete mode 100644 imp/saveimage.php

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

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

commit 278f3f9695c50f7fb0e2e6c31be352455c136938
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 22 23:35:55 2013 -0700

    Convert thread page to View library

 imp/basic.php                 |    8 +-
 imp/lib/Basic/Base.php        |    9 ++
 imp/lib/Basic/Thread.php      |  206 +++++++++++++++++++++++++++++++++++++++++
 imp/lib/Dynamic/Mailbox.php   |    2 +-
 imp/lib/Mime/Viewer/Plain.php |    4 +-
 imp/mailbox.php               |    2 +-
 imp/message.php               |    2 +-
 imp/package.xml               |    9 ++-
 imp/thread.php                |  195 --------------------------------------
 9 files changed, 230 insertions(+), 207 deletions(-)
 create mode 100644 imp/lib/Basic/Thread.php
 delete mode 100644 imp/thread.php

http://git.horde.org/horde-git/-/commit/278f3f9695c50f7fb0e2e6c31be352455c136938

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

commit 281650cd5cfe7cee21f3a3ee1f39b61756b42b7d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 00:00:04 2013 -0700

    These are not used anymore

 imp/lib/Mailbox/List.php         |   13 -------------
 imp/lib/Mailbox/List/Virtual.php |   10 ----------
 2 files changed, 0 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/281650cd5cfe7cee21f3a3ee1f39b61756b42b7d

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

commit f88e530c50ccddb4e146b6cf6aad5507d46c38ab
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 00:21:09 2013 -0700

    Convert basic search page to View library

 imp/lib/Basic/Searchbasic.php |  131 +++++++++++++++++++++++++++++++++++++++++
 imp/mailbox.php               |    4 +-
 imp/search-basic.php          |  118 -------------------------------------
 imp/search.php                |   10 ++--
 4 files changed, 138 insertions(+), 125 deletions(-)
 create mode 100644 imp/lib/Basic/Searchbasic.php
 delete mode 100644 imp/search-basic.php

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

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

commit eeae092e9c0c72e651b8c90a0512b942a33c6521
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 01:19:27 2013 -0700

    Convert advanced search page to View library

 imp/js/search.js                            |    8 +-
 imp/lib/Ajax/Application/Handler/Search.php |    2 +-
 imp/lib/Application.php                     |    4 +-
 imp/lib/Basic/Base.php                      |    2 +-
 imp/lib/Basic/Folders.php                   |    4 +-
 imp/lib/Basic/Search.php                    |  525 +++++++++++++++++++++++++++
 imp/lib/Basic/Searchbasic.php               |    2 +-
 imp/lib/Dynamic/Mailbox.php                 |    2 +-
 imp/lib/IMP.php                             |    2 +-
 imp/lib/Mailbox.php                         |   30 +-
 imp/lib/Search.php                          |    2 +-
 imp/lib/Search/Ui.php                       |   68 ++++
 imp/lib/Ui/Search.php                       |   60 ---
 imp/package.xml                             |   19 +-
 imp/search.php                              |  512 --------------------------
 imp/templates/search/search.html.php        |    2 +-
 16 files changed, 629 insertions(+), 615 deletions(-)
 create mode 100644 imp/lib/Basic/Search.php
 create mode 100644 imp/lib/Search/Ui.php
 delete mode 100644 imp/lib/Ui/Search.php
 delete mode 100644 imp/search.php

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

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

commit 8523580a72da7ac07a59487078857057541c3ef9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 03:01:35 2013 -0700

    Convert compose page to View library

 imp/compose.php                               | 1067 -----------------------
 imp/js/compose.js                             |    4 +-
 imp/lib/Ajax/Application/Handler/Common.php   |    2 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php  |    4 +-
 imp/lib/Api.php                               |    8 +-
 imp/lib/Basic/Compose.php                     | 1137 ++++++++++++++++++++++++-
 imp/lib/Compose/Ui.php                        |  146 ++++
 imp/lib/Dynamic/Compose.php                   |    2 +-
 imp/lib/Dynamic/Compose/Common.php            |    2 +-
 imp/lib/Dynamic/Message.php                   |    2 +-
 imp/lib/IMP.php                               |    6 +-
 imp/lib/Prefs/Special/Mailto.php              |    2 +-
 imp/lib/Ui/Compose.php                        |  197 -----
 imp/mailbox.php                               |    4 +-
 imp/package.xml                               |    8 +-
 imp/templates/basic/compose/compose.html.php  |    2 -
 imp/templates/basic/compose/redirect.html.php |    2 -
 17 files changed, 1287 insertions(+), 1308 deletions(-)
 delete mode 100644 imp/compose.php
 create mode 100644 imp/lib/Compose/Ui.php
 delete mode 100644 imp/lib/Ui/Compose.php

http://git.horde.org/horde-git/-/commit/8523580a72da7ac07a59487078857057541c3ef9

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

commit d3ed0e52fbd0f7ba1072d1435aa5cd8031b61eca
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 13:18:10 2013 -0700

    IMP_Ui_Quota -> IMP_Quota_Ui

 imp/lib/Ajax/Queue.php   |    2 +-
 imp/lib/Quota/Ui.php     |   84 ++++++++++++++++++++++++++++++++++++++++++++++
 imp/lib/Ui/Quota.php     |   76 -----------------------------------------
 imp/lib/View/Subinfo.php |    2 +-
 imp/package.xml          |    4 +-
 5 files changed, 88 insertions(+), 80 deletions(-)
 create mode 100644 imp/lib/Quota/Ui.php
 delete mode 100644 imp/lib/Ui/Quota.php

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

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

commit 26192f81c58952b2e9ceb5734f27db1c7d543110
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 13:49:26 2013 -0700

    This method is only used internally in one class

 imp/lib/Ajax/Application/ShowMessage.php |   12 ++++++++++--
 imp/lib/Ui/Message.php                   |   16 ----------------
 2 files changed, 10 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/26192f81c58952b2e9ceb5734f27db1c7d543110

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

commit 7ba7a834c211fac6fc93593c7d7de1dac13a3691
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 13:50:04 2013 -0700

    Convert message page to View library

 imp/js/message.js                            |   18 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php |    3 +-
 imp/lib/Ajax/Application/ShowMessage.php     |    2 +-
 imp/lib/Basic/Message.php                    | 1007 ++++++++++++++++++++++++++
 imp/lib/Basic/Thread.php                     |    4 +-
 imp/lib/Block/Newmail.php                    |    2 +-
 imp/lib/Compose.php                          |   17 +-
 imp/lib/Contents/View.php                    |    3 +-
 imp/lib/Dynamic/Message.php                  |    2 +-
 imp/lib/Mailbox.php                          |    9 +
 imp/lib/Message/Ui.php                       |  341 +++++++++
 imp/lib/Mime/Viewer/Plain.php                |    3 +-
 imp/lib/Mime/Viewer/Rfc822.php               |    2 +-
 imp/lib/Minimal/Message.php                  |    2 +-
 imp/lib/Ui/Message.php                       |  390 ----------
 imp/mailbox.php                              |    4 +-
 imp/message.php                              |  928 ------------------------
 imp/package.xml                              |   12 +-
 imp/rss.php                                  |    4 +-
 19 files changed, 1394 insertions(+), 1359 deletions(-)
 create mode 100644 imp/lib/Basic/Message.php
 create mode 100644 imp/lib/Message/Ui.php
 delete mode 100644 imp/lib/Ui/Message.php
 delete mode 100644 imp/message.php

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

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

commit d1945ed6e8676bcaeec3262775f5615a691ad7de
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 14:12:45 2013 -0700

    Convert mailbox page to View library

 imp/config/hooks.php.dist                 |    2 +-
 imp/js/mailbox.js                         |   23 +-
 imp/lib/Ajax/Application/ListMessages.php |    2 +-
 imp/lib/Application.php                   |    5 +-
 imp/lib/Auth.php                          |   10 +-
 imp/lib/Basic/Compose.php                 |    8 +-
 imp/lib/Basic/Folders.php                 |    2 +-
 imp/lib/Basic/Mailbox.php                 |  998 +++++++++++++++++++++++++++++
 imp/lib/Basic/Message.php                 |   28 +-
 imp/lib/Basic/Search.php                  |    4 +-
 imp/lib/Basic/Searchbasic.php             |    4 +-
 imp/lib/Basic/Thread.php                  |    6 +-
 imp/lib/Block/Newmail.php                 |    4 +-
 imp/lib/Block/Summary.php                 |    2 +-
 imp/lib/Contents/View.php                 |    4 +-
 imp/lib/Imap/Tree.php                     |    2 +-
 imp/lib/Mailbox.php                       |   58 +-
 imp/lib/Mailbox/Ui.php                    |  203 ++++++
 imp/lib/Minimal/Compose.php               |    2 +-
 imp/lib/Minimal/Mailbox.php               |    2 +-
 imp/lib/Minimal/Message.php               |    3 +-
 imp/lib/Prefs/Special/Searches.php        |    2 +-
 imp/lib/Ui/Mailbox.php                    |  195 ------
 imp/mailbox.php                           |  983 ----------------------------
 imp/rss.php                               |    2 +-
 25 files changed, 1290 insertions(+), 1264 deletions(-)
 create mode 100644 imp/lib/Basic/Mailbox.php
 create mode 100644 imp/lib/Mailbox/Ui.php
 delete mode 100644 imp/lib/Ui/Mailbox.php
 delete mode 100644 imp/mailbox.php

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

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

commit f14846bfea5ed193d26a7284da740b8751ad66ec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 15:51:07 2013 -0700

    Cleanup getInitialPage() usage

 imp/index.php    |   12 +-----------
 imp/lib/Auth.php |   19 +++----------------
 2 files changed, 4 insertions(+), 27 deletions(-)

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

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

commit bf695444783b0d91b483fe3410d44cc163dbb2e4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 16:15:41 2013 -0700

    Convert pgp page to View library

 imp/lib/Basic/Pgp.php                   |  221 +++++++++++++++++++++++++++++++
 imp/lib/Crypt/Pgp.php                   |   90 -------------
 imp/lib/Prefs/Special/PgpPrivateKey.php |    2 +-
 imp/lib/Prefs/Special/PgpPublicKey.php  |    2 +-
 imp/package.xml                         |   16 +--
 imp/pgp.php                             |  111 ----------------
 6 files changed, 230 insertions(+), 212 deletions(-)
 create mode 100644 imp/lib/Basic/Pgp.php
 delete mode 100644 imp/pgp.php

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

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

commit 10baf8785607988e4b669c292b849e0a6d452365
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 16:27:54 2013 -0700

    Convert smime page to View library

 imp/lib/Basic/Smime.php                   |  218 +++++++++++++++++++++++++++++
 imp/lib/Crypt/Smime.php                   |  108 --------------
 imp/lib/Prefs/Special/SmimePrivateKey.php |    2 +-
 imp/lib/Prefs/Special/SmimePublicKey.php  |    2 +-
 imp/package.xml                           |    6 +-
 imp/smime.php                             |  102 --------------
 6 files changed, 223 insertions(+), 215 deletions(-)
 create mode 100644 imp/lib/Basic/Smime.php
 delete mode 100644 imp/smime.php

http://git.horde.org/horde-git/-/commit/10baf8785607988e4b669c292b849e0a6d452365

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

commit 362f8b26c41a20da739a00189d5f10f3b52796aa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 16:28:12 2013 -0700

    IMP::header() no longer needed

 imp/lib/IMP.php |   53 -----------------------------------------------------
 1 files changed, 0 insertions(+), 53 deletions(-)

http://git.horde.org/horde-git/-/commit/362f8b26c41a20da739a00189d5f10f3b52796aa

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

commit bfc25c1281614c80983d3370b65f6664dd861465
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 16:29:11 2013 -0700

    [mms] All basic view pages are now routed through the basic.php endpoint.

 imp/docs/CHANGES |    1 +
 imp/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

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




More information about the commits mailing list