The branch "master" has been updated. The following is a summary of the commits.
from: 4ca3a5cbfc3b72fc5ad992b77ca4b5f10f423c03 318ba55 phpdoc 98a8a4a Cleaner handling of data streams when sending data to SMTP server 597407d Remove RSS feed from IMP a86e24a Process data chunks in larger sizes 0566327 Remove basic.php script 09a0a68 Remove basic view menu-related code 78f7ec9 Remove basic-only preferences d61e66f Remove basic view compose code 4f64a92 Remove basic view folders code fcc4101 Remove basic view message code d665182 Remove basic view mailbox code d2bedf8 Remove basic view basicsearch code a569e6c Remove basic template directory 422109b More stuff to remove relating to basic view 7b643fd Cleanup js directory by moving prefs-related scripts to subdir 9d533e9 Update package.xml 900a1d7 Move single use methods into the locations where they are used 9f33bde phpdoc 07a5d26 Remove basic view help text 3a81dbe Remove basic view themes b77a400 [mms] Removed basic view. d62209b Git master has long since had broken basic view behavior, so 6.3.0 isn't happening d0fd872 X-Face isn't supported anymore. Not that anyone will miss it 19c0453 Remove zip download for individual files Summary: http://github.com/horde/horde/compare/4ca3a5cbfc3b72fc5ad992b77ca4b5f10f423c03...19c04530c3a9fec915f200772c39b78301f33756 ----------------------------------------------------------------------- commit 318ba55287363214e2c5f3c95c0855d2361d740c Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 06:59:22 2014 -0600 phpdoc framework/Smtp/lib/Horde/Smtp.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/318ba55287363214e2c5f3c95c0855d2361d740c ----------------------------------------------------------------------- commit 98a8a4a5736a7b8c20a5474021ae0c39b7f84d26 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 07:06:30 2014 -0600 Cleaner handling of data streams when sending data to SMTP server framework/Smtp/lib/Horde/Smtp.php | 61 ++++++++++++++++++++++-------------- 1 files changed, 37 insertions(+), 24 deletions(-) http://github.com/horde/horde/commit/98a8a4a5736a7b8c20a5474021ae0c39b7f84d26 ----------------------------------------------------------------------- commit 597407d5a95d0987a5d503857ef4c4612e3ee48f Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 07:11:31 2014 -0600 Remove RSS feed from IMP imp/lib/Basic/Mailbox.php | 22 -------- imp/rss.php | 102 ------------------------------------- imp/templates/rss/mailbox.rss.php | 26 --------- 3 files changed, 0 insertions(+), 150 deletions(-) delete mode 100644 imp/rss.php delete mode 100644 imp/templates/rss/mailbox.rss.php http://github.com/horde/horde/commit/597407d5a95d0987a5d503857ef4c4612e3ee48f ----------------------------------------------------------------------- commit a86e24a9cb6e6e4c3946f9584946b336b9a3abde Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 07:16:43 2014 -0600 Process data chunks in larger sizes imp/lib/Compose/Attachment/Storage.php | 2 +- imp/lib/Compose/LinkedAttachment.php | 2 +- imp/lib/Contents.php | 2 +- imp/lib/Mbox/Generate.php | 2 +- imp/view.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/a86e24a9cb6e6e4c3946f9584946b336b9a3abde ----------------------------------------------------------------------- commit 05663273893440501abbb64abe8c99d83f465198 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 12:47:27 2014 -0600 Remove basic.php script imp/basic.php | 55 ----------------------------------------------- imp/lib/Basic/Error.php | 31 -------------------------- 2 files changed, 0 insertions(+), 86 deletions(-) delete mode 100644 imp/basic.php delete mode 100644 imp/lib/Basic/Error.php http://github.com/horde/horde/commit/05663273893440501abbb64abe8c99d83f465198 ----------------------------------------------------------------------- commit 09a0a68e5cac62687d4e9bc0dca4991097089d96 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 12:47:38 2014 -0600 Remove basic view menu-related code imp/lib/Application.php | 104 +---------------------------------------------- 1 files changed, 1 insertions(+), 103 deletions(-) http://github.com/horde/horde/commit/09a0a68e5cac62687d4e9bc0dca4991097089d96 ----------------------------------------------------------------------- commit 78f7ec99fffdb18f06d13fdda20ba0fa397190c9 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 12:47:54 2014 -0600 Remove basic-only preferences imp/config/hooks.php.dist | 10 ++--- imp/config/prefs.php | 110 +++------------------------------------------ imp/docs/RELEASE_NOTES | 4 +- imp/docs/UPGRADING | 20 ++++++++- 4 files changed, 31 insertions(+), 113 deletions(-) http://github.com/horde/horde/commit/78f7ec99fffdb18f06d13fdda20ba0fa397190c9 ----------------------------------------------------------------------- commit d61e66f0b0307c884bbbdf2921ba649b6c5f6ca0 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 12:47:03 2014 -0600 Remove basic view compose code imp/js/ckeditor/imagepoll.js | 2 +- imp/js/ckeditor/imageupload.js | 2 +- imp/js/ckeditor/pasteattachment.js | 2 +- imp/js/compose-base.js | 117 -- imp/js/compose-dimp.js | 1826 ---------------------- imp/js/compose.js | 1999 +++++++++++++++++++++---- imp/js/message-dimp.js | 4 +- imp/lib/Ajax/Application/Handler/Common.php | 4 +- imp/lib/Basic/Compose.php | 1175 --------------- imp/lib/Compose/Link.php | 24 +- imp/lib/Compose/Ui.php | 2 +- imp/lib/Dynamic/Compose.php | 4 +- imp/lib/Dynamic/Compose/Common.php | 13 +- imp/lib/Mime/Viewer/Html.php | 2 +- imp/lib/Script/Package/Compose.php | 70 + imp/lib/Script/Package/ComposeBase.php | 64 - imp/templates/basic/compose/compose.html.php | 362 ----- imp/templates/basic/compose/redirect.html.php | 57 - imp/templates/basic/compose/success.html.php | 4 - 19 files changed, 1827 insertions(+), 3906 deletions(-) delete mode 100644 imp/js/compose-base.js delete mode 100644 imp/js/compose-dimp.js delete mode 100644 imp/lib/Basic/Compose.php create mode 100644 imp/lib/Script/Package/Compose.php delete mode 100644 imp/lib/Script/Package/ComposeBase.php delete mode 100644 imp/templates/basic/compose/compose.html.php delete mode 100644 imp/templates/basic/compose/redirect.html.php delete mode 100644 imp/templates/basic/compose/success.html.php http://github.com/horde/horde/commit/d61e66f0b0307c884bbbdf2921ba649b6c5f6ca0 ----------------------------------------------------------------------- commit 4f64a926d14595f62c6197bc15a46ccbc9212743 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 12:53:34 2014 -0600 Remove basic view folders code imp/js/folders.js | 193 -------- imp/lib/Basic/Folders.php | 465 ------------------ imp/templates/basic/folders/actions.html.php | 64 --- imp/templates/basic/folders/folders_confirm.html.php | 29 -- imp/templates/basic/folders/folders_size.html.php | 43 -- imp/templates/basic/folders/head.html.php | 7 - imp/templates/basic/folders/import.html.php | 19 - 7 files changed, 0 insertions(+), 820 deletions(-) delete mode 100644 imp/js/folders.js delete mode 100644 imp/lib/Basic/Folders.php delete mode 100644 imp/templates/basic/folders/actions.html.php delete mode 100644 imp/templates/basic/folders/folders_confirm.html.php delete mode 100644 imp/templates/basic/folders/folders_size.html.php delete mode 100644 imp/templates/basic/folders/head.html.php delete mode 100644 imp/templates/basic/folders/import.html.php http://github.com/horde/horde/commit/4f64a926d14595f62c6197bc15a46ccbc9212743 ----------------------------------------------------------------------- commit fcc4101d095303cf240ef05666c47ac96083a96c Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 12:57:44 2014 -0600 Remove basic view message code imp/js/message-dimp.js | 339 ------- imp/js/message.js | 429 +++++--- imp/lib/Basic/Message.php | 953 ------------------ imp/lib/Dynamic/Message.php | 16 +- imp/lib/Mailbox.php | 6 - imp/templates/basic/message/message.html.php | 19 - imp/templates/basic/message/navbar_actions.html.php | 93 -- imp/templates/basic/message/navbar_navigate.html.php | 56 - imp/templates/basic/message/navbar_top.html.php | 9 - 9 files changed, 279 insertions(+), 1641 deletions(-) delete mode 100644 imp/js/message-dimp.js delete mode 100644 imp/lib/Basic/Message.php delete mode 100644 imp/templates/basic/message/message.html.php delete mode 100644 imp/templates/basic/message/navbar_actions.html.php delete mode 100644 imp/templates/basic/message/navbar_navigate.html.php delete mode 100644 imp/templates/basic/message/navbar_top.html.php http://github.com/horde/horde/commit/fcc4101d095303cf240ef05666c47ac96083a96c ----------------------------------------------------------------------- commit d665182b3ae1948779a2fdac2c17d2301f4fc58c Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 13:01:32 2014 -0600 Remove basic view mailbox code imp/config/hooks.php.dist | 57 - imp/docs/UPGRADING | 4 + imp/js/mailbox.js | 460 -------- imp/lib/Basic/Mailbox.php | 997 ------------------ imp/lib/Indices.php | 7 - imp/lib/Mailbox.php | 8 - imp/lib/Mailbox/List.php | 67 -- imp/lib/Message.php | 4 - imp/templates/basic/mailbox/actions.html.php | 37 - imp/templates/basic/mailbox/actions_deleted.html.php | 8 - imp/templates/basic/mailbox/empty_mailbox.html.php | 9 - imp/templates/basic/mailbox/form_start.html.php | 9 - imp/templates/basic/mailbox/header.html.php | 37 - imp/templates/basic/mailbox/mailbox.html.php | 23 - imp/templates/basic/mailbox/message_headers.html.php | 18 - imp/templates/basic/mailbox/navbar.html.php | 104 -- imp/templates/basic/mailbox/searchmbox.html.php | 3 - 17 files changed, 4 insertions(+), 1848 deletions(-) delete mode 100644 imp/js/mailbox.js delete mode 100644 imp/lib/Basic/Mailbox.php delete mode 100644 imp/templates/basic/mailbox/actions.html.php delete mode 100644 imp/templates/basic/mailbox/actions_deleted.html.php delete mode 100644 imp/templates/basic/mailbox/empty_mailbox.html.php delete mode 100644 imp/templates/basic/mailbox/form_start.html.php delete mode 100644 imp/templates/basic/mailbox/header.html.php delete mode 100644 imp/templates/basic/mailbox/mailbox.html.php delete mode 100644 imp/templates/basic/mailbox/message_headers.html.php delete mode 100644 imp/templates/basic/mailbox/navbar.html.php delete mode 100644 imp/templates/basic/mailbox/searchmbox.html.php http://github.com/horde/horde/commit/d665182b3ae1948779a2fdac2c17d2301f4fc58c ----------------------------------------------------------------------- commit d2bedf868d1266db11eb912668c613a0bab3d7cf Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 13:09:51 2014 -0600 Remove basic view basicsearch code imp/lib/Basic/Searchbasic.php | 131 ---------------------- imp/templates/basic/search/search-basic.html.php | 52 --------- 2 files changed, 0 insertions(+), 183 deletions(-) delete mode 100644 imp/lib/Basic/Searchbasic.php delete mode 100644 imp/templates/basic/search/search-basic.html.php http://github.com/horde/horde/commit/d2bedf868d1266db11eb912668c613a0bab3d7cf ----------------------------------------------------------------------- commit a569e6c5c79eb8864b0bfe149265f4eea5326f04 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 13:12:10 2014 -0600 Remove basic template directory imp/lib/Tree/Flist.php | 2 +- imp/lib/View/Subinfo.php | 2 +- imp/templates/basic/flist/flist.html.php | 73 ------------------------------ imp/templates/basic/subinfo.html.php | 10 ---- imp/templates/flist/flist.html.php | 73 ++++++++++++++++++++++++++++++ imp/templates/subinfo/subinfo.html.php | 10 ++++ 6 files changed, 85 insertions(+), 85 deletions(-) delete mode 100644 imp/templates/basic/flist/flist.html.php delete mode 100644 imp/templates/basic/subinfo.html.php create mode 100644 imp/templates/flist/flist.html.php create mode 100644 imp/templates/subinfo/subinfo.html.php http://github.com/horde/horde/commit/a569e6c5c79eb8864b0bfe149265f4eea5326f04 ----------------------------------------------------------------------- commit 422109bff0c5535a046a485cdbc8a37fd5048fe3 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 13:17:45 2014 -0600 More stuff to remove relating to basic view imp/lib/Ajax/Application.php | 8 -------- imp/lib/Basic/Thread.php | 41 +++++------------------------------------ imp/lib/Compose/Ui.php | 15 ++++----------- imp/lib/IMP.php | 5 ----- imp/lib/Mime/Viewer/Pgp.php | 12 ++---------- imp/lib/Mime/Viewer/Smime.php | 10 +--------- imp/lib/Search.php | 25 +++++++------------------ 7 files changed, 19 insertions(+), 97 deletions(-) http://github.com/horde/horde/commit/422109bff0c5535a046a485cdbc8a37fd5048fe3 ----------------------------------------------------------------------- commit 7b643fd3b976ef92ed2f622edd5020ee1f66ad16 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 13:26:09 2014 -0600 Cleanup js directory by moving prefs-related scripts to subdir imp/js/acl.js | 28 ------- imp/js/flagprefs.js | 83 ------------------- imp/js/folderprefs.js | 63 --------------- imp/js/pgp.js | 52 ------------ imp/js/prefs/acl.js | 28 +++++++ imp/js/prefs/flag.js | 83 +++++++++++++++++++ imp/js/prefs/folder.js | 63 +++++++++++++++ imp/js/prefs/pgp.js | 52 ++++++++++++ imp/js/prefs/remote.js | 118 ++++++++++++++++++++++++++++ imp/js/prefs/searches.js | 46 +++++++++++ imp/js/prefs/signaturehtml.js | 76 ++++++++++++++++++ imp/js/remoteprefs.js | 118 ---------------------------- imp/js/searchesprefs.js | 46 ----------- imp/js/signaturehtml.js | 76 ------------------ imp/lib/Prefs/Special/Acl.php | 2 +- imp/lib/Prefs/Special/ComposeTemplates.php | 2 +- imp/lib/Prefs/Special/Drafts.php | 2 +- imp/lib/Prefs/Special/Flag.php | 2 +- imp/lib/Prefs/Special/HtmlSignature.php | 2 +- imp/lib/Prefs/Special/PgpPrivateKey.php | 2 +- imp/lib/Prefs/Special/Remote.php | 2 +- imp/lib/Prefs/Special/Searches.php | 2 +- imp/lib/Prefs/Special/Sentmail.php | 2 +- imp/lib/Prefs/Special/Spam.php | 2 +- imp/lib/Prefs/Special/Trash.php | 2 +- 25 files changed, 477 insertions(+), 477 deletions(-) delete mode 100644 imp/js/acl.js delete mode 100644 imp/js/flagprefs.js delete mode 100644 imp/js/folderprefs.js delete mode 100644 imp/js/pgp.js create mode 100644 imp/js/prefs/acl.js create mode 100644 imp/js/prefs/flag.js create mode 100644 imp/js/prefs/folder.js create mode 100644 imp/js/prefs/pgp.js create mode 100644 imp/js/prefs/remote.js create mode 100644 imp/js/prefs/searches.js create mode 100644 imp/js/prefs/signaturehtml.js delete mode 100644 imp/js/remoteprefs.js delete mode 100644 imp/js/searchesprefs.js delete mode 100644 imp/js/signaturehtml.js http://github.com/horde/horde/commit/7b643fd3b976ef92ed2f622edd5020ee1f66ad16 ----------------------------------------------------------------------- commit 9d533e936dc14c06e7816805799bdd9abe6ad977 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 16 13:26:26 2014 -0600 Update package.xml imp/package.xml | 136 +++++++++++-------------------------------------------- 1 files changed, 27 insertions(+), 109 deletions(-) http://github.com/horde/horde/commit/9d533e936dc14c06e7816805799bdd9abe6ad977 ----------------------------------------------------------------------- commit 900a1d728093daf042a9d319a5b1bd74ebd749e9 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 00:32:27 2014 -0600 Move single use methods into the locations where they are used imp/lib/Ajax/Application/Handler/Common.php | 41 +++++++- imp/lib/Ajax/Application/Handler/Dynamic.php | 19 +++- imp/lib/Basic/Search.php | 4 +- imp/lib/Basic/Thread.php | 107 +++++++++++++++++++- imp/lib/Compose/Ui.php | 140 -------------------------- imp/lib/Dynamic/Compose/Common.php | 91 ++++++++++++++++- imp/lib/Flags.php | 16 --- imp/lib/Message/Ui.php | 113 --------------------- 8 files changed, 246 insertions(+), 285 deletions(-) http://github.com/horde/horde/commit/900a1d728093daf042a9d319a5b1bd74ebd749e9 ----------------------------------------------------------------------- commit 9f33bde1d02e8157d9796c0f9b19fd5a07252697 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 00:54:15 2014 -0600 phpdoc imp/config/prefs.php | 2 +- imp/lib/IMP.php | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/9f33bde1d02e8157d9796c0f9b19fd5a07252697 ----------------------------------------------------------------------- commit 07a5d26aa742c55a3276dd6cde3208197cbee320 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 00:55:40 2014 -0600 Remove basic view help text imp/locale/en/help.xml | 200 ------------------------------------------------ 1 files changed, 0 insertions(+), 200 deletions(-) http://github.com/horde/horde/commit/07a5d26aa742c55a3276dd6cde3208197cbee320 ----------------------------------------------------------------------- commit 3a81dbe2810dc57772603ffc45ae78eb5077698c Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 00:59:02 2014 -0600 Remove basic view themes There is a lot to cleanup in here, so this is not by any means complete imp/package.xml | 10 +- imp/themes/default/basic/screen.css | 318 --------------------------- imp/themes/default/graphics/empty_spam.png | Bin 517 -> 0 bytes imp/themes/default/graphics/empty_trash.png | Bin 517 -> 0 bytes imp/themes/default/screen.css | 12 - 5 files changed, 1 insertions(+), 339 deletions(-) delete mode 100644 imp/themes/default/basic/screen.css delete mode 100644 imp/themes/default/graphics/empty_spam.png delete mode 100644 imp/themes/default/graphics/empty_trash.png http://github.com/horde/horde/commit/3a81dbe2810dc57772603ffc45ae78eb5077698c ----------------------------------------------------------------------- commit b77a40095f25950a1d09b16369ea25b0e61a78d6 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 01:06:59 2014 -0600 [mms] Removed basic view. imp/docs/CHANGES | 1 + imp/package.xml | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/b77a40095f25950a1d09b16369ea25b0e61a78d6 ----------------------------------------------------------------------- commit d62209b6d9076720e2ac34c927185f84a7d1c24b Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 01:09:01 2014 -0600 Git master has long since had broken basic view behavior, so 6.3.0 isn't happening Only way it could happen would be to go back and branch from a commit right after 6.2.0 was released. But what's the point? imp/docs/CHANGES | 2 +- imp/lib/Api.php | 2 -- imp/lib/Application.php | 2 +- imp/package.xml | 4 ++-- 4 files changed, 4 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/d62209b6d9076720e2ac34c927185f84a7d1c24b ----------------------------------------------------------------------- commit d0fd8726d9e7b17ebf63ff800ffe1dc7b4ce2d7f Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 01:13:02 2014 -0600 X-Face isn't supported anymore. Not that anyone will miss it imp/docs/RFCS | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/d0fd8726d9e7b17ebf63ff800ffe1dc7b4ce2d7f ----------------------------------------------------------------------- commit 19c04530c3a9fec915f200772c39b78301f33756 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 01:38:19 2014 -0600 Remove zip download for individual files HTTP compression does essentially the same thing imp/js/dimpbase.js | 3 --- imp/lib/Ajax/Application/ShowMessage.php | 3 +-- imp/lib/Application.php | 2 +- imp/lib/Contents.php | 26 ++++---------------------- imp/lib/Contents/View.php | 30 +++++------------------------- imp/templates/dynamic/message.html.php | 2 +- imp/themes/default/screen.css | 5 +---- 7 files changed, 13 insertions(+), 58 deletions(-) http://github.com/horde/horde/commit/19c04530c3a9fec915f200772c39b78301f33756 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
