[commits] Horde branch master updated. dd910befe80e1c762aadcf26ba8e4a515aba9a49
Michael M Slusarz
slusarz at horde.org
Wed Oct 3 08:58:44 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: 264bb13a74390844f0aeec375e434d47fd7fa49f
05aa6c1 Remove test_client.php
726d2e1 doc updates
1cb1d60 Fixes to QC tasks
e798d94 Imap_Client fixes caught by PHPMD
8db7014 IMP fixes caught by PHPMD
a592f4f Various framework fixes for errors found by PHPMD
92cf7c6 Core fixes found by PHPMD
4d7cce0 Horde fixes found by PHPMD
dbea276 Turba fixes found by PHPMD
462060d Ingo fixes found by PHPMD
121769c Fix showing border when toggling between To/From
5db694d Kronolith fixes found by PHPMD
2af2c50 Fix IMP tests
8050a73 Move gollem selectlist code from IMP
dd910be Looks like this was created by mistake
-----------------------------------------------------------------------
commit 05aa6c168b06bfde8dbfaeb34f072886c577670b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 16:50:06 2012 -0600
Remove test_client.php
framework/Imap_Client/package.xml | 8 +-
framework/Imap_Client/test/Horde/Imap/Client/test_client.php | 860 ----------
2 files changed, 3 insertions(+), 865 deletions(-)
delete mode 100644 framework/Imap_Client/test/Horde/Imap/Client/test_client.php
http://git.horde.org/horde-git/-/commit/05aa6c168b06bfde8dbfaeb34f072886c577670b
-----------------------------------------------------------------------
commit 726d2e14961fb033c962a37079807630804a3250
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 17:09:03 2012 -0600
doc updates
imp/config/backends.php | 9 ++++-----
imp/config/hooks.php.dist | 4 +++-
imp/config/mime_drivers.php | 19 +++++--------------
imp/docs/CREDITS | 4 ++--
imp/docs/INSTALL | 31 ++++++++-----------------------
imp/docs/UPGRADING | 3 +--
6 files changed, 23 insertions(+), 47 deletions(-)
http://git.horde.org/horde-git/-/commit/726d2e14961fb033c962a37079807630804a3250
-----------------------------------------------------------------------
commit 1cb1d60ad37f4c2b6a014034909afc6ed89fb23e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 19:28:06 2012 -0600
Fixes to QC tasks
components/data/qc_standards/phpmd.xml | 8 +++++---
components/lib/Components/Qc/Task/Cpd.php | 11 ++++++-----
components/lib/Components/Qc/Task/Md.php | 5 ++---
components/lib/Components/Qc/Task/Unit.php | 11 +++++++++--
4 files changed, 22 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/1cb1d60ad37f4c2b6a014034909afc6ed89fb23e
-----------------------------------------------------------------------
commit e798d94fd01e41b1614747de5d7674ef92c3b887
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 19:42:05 2012 -0600
Imap_Client fixes caught by PHPMD
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 12 ++--
.../Imap_Client/lib/Horde/Imap/Client/Exception/NoSupportPop3.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 3 +-
framework/Imap_Client/lib/Horde/Imap/Client/Utils.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Utils/Pop3.php | 2 +-
framework/Imap_Client/package.xml | 14 +++++
6 files changed, 24 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/e798d94fd01e41b1614747de5d7674ef92c3b887
-----------------------------------------------------------------------
commit 8db7014a3f07391a94664bcc9f205966079fa5de
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 21:07:42 2012 -0600
IMP fixes caught by PHPMD
imp/compose.php | 2 +-
imp/js/compose-dimp.js | 2 -
imp/lib/Ajax/Application/Handler/Dynamic.php | 12 ++++------
imp/lib/Ajax/Application/ShowMessage.php | 6 +----
imp/lib/Ajax/Imple/ItipRequest.php | 10 +++++---
imp/lib/Application.php | 3 +-
imp/lib/Auth.php | 3 +-
imp/lib/Compose.php | 20 +++++++----------
imp/lib/Contents/View.php | 2 +-
imp/lib/Dynamic/Compose.php | 3 +-
imp/lib/Dynamic/Compose/Common.php | 2 +-
imp/lib/Dynamic/Mailbox.php | 4 +-
imp/lib/Factory/Imap.php | 2 +-
imp/lib/Filter.php | 1 -
imp/lib/IMP.php | 2 +
imp/lib/Imap/Tree.php | 2 +-
imp/lib/LoginTasks/SystemTask/Upgrade.php | 2 +-
imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php | 6 +++-
imp/lib/Mailbox.php | 8 +++---
imp/lib/Mailbox/List.php | 2 +-
imp/lib/Mailbox/List/Track.php | 4 +-
imp/lib/Message.php | 4 +-
imp/lib/Mime/Viewer/Alternative.php | 2 +-
imp/lib/Mime/Viewer/Itip.php | 14 ++++--------
imp/lib/Mime/Viewer/Mdn.php | 2 +-
imp/lib/Mime/Viewer/Pgp.php | 1 -
imp/lib/Mime/Viewer/Plain.php | 3 +-
imp/lib/Minimal/Compose.php | 1 -
imp/lib/Minimal/Message.php | 2 +-
imp/lib/Minimal/Messagepart.php | 2 +-
imp/lib/Prefs/Identity.php | 2 +-
imp/lib/Prefs/Special/HtmlSignature.php | 2 +-
imp/lib/Prefs/Special/PgpPrivateKey.php | 2 +-
imp/lib/Prefs/Special/SmimePrivateKey.php | 2 +-
imp/lib/Quota/Mdaemon.php | 1 -
imp/lib/Smartmobile.php | 2 +-
imp/lib/Tree/Flist.php | 2 +-
imp/lib/Ui/Compose.php | 7 ++---
imp/lib/Ui/Message.php | 3 --
39 files changed, 66 insertions(+), 86 deletions(-)
http://git.horde.org/horde-git/-/commit/8db7014a3f07391a94664bcc9f205966079fa5de
-----------------------------------------------------------------------
commit a592f4fa39d15d4fd3bfd447dd718dbf73b94755
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 21:33:35 2012 -0600
Various framework fixes for errors found by PHPMD
framework/Auth/lib/Horde/Auth/Msad.php | 2 +-
framework/Auth/lib/Horde/Auth/Passwd.php | 6 +-
framework/Auth/lib/Horde/Auth/Sql.php | 2 +-
framework/Auth/package.xml | 4 +-
framework/Cache/lib/Horde/Cache/Storage/Stack.php | 2 +-
framework/Cache/package.xml | 14 ++++-
framework/Compress/lib/Horde/Compress/Dbx.php | 4 +-
framework/Compress/lib/Horde/Compress/Gzip.php | 6 +-
framework/Compress/lib/Horde/Compress/Rar.php | 2 +-
framework/Compress/package.xml | 12 ++++
framework/Data/lib/Horde/Data/Outlookcsv.php | 1 +
framework/Db/lib/Horde/Db/Adapter/Base.php | 3 +-
framework/Db/lib/Horde/Db/Adapter/Base/Table.php | 2 +-
framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php | 4 +-
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 1 -
framework/Db/package.xml | 14 +++++
framework/History/lib/Horde/History/Sql.php | 2 +-
framework/Icalendar/lib/Horde/Icalendar.php | 2 +-
framework/Icalendar/lib/Horde/Icalendar/Vevent.php | 4 +-
framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php | 4 +-
framework/Mime/lib/Horde/Mime/Headers.php | 2 +-
framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php | 3 +-
framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php | 2 +-
framework/Mime_Viewer/package.xml | 12 ++++
.../test/Horde/SessionHandler/Storage/StackTest.php | 2 +
framework/Support/test/Horde/Support/GuidTest.php | 4 +-
.../lib/Horde/Text/Filter/Csstidy/class.csstidy.php | 1 -
.../lib/Horde/Text/Filter/Csstidy/class.csstidy_optimise.php | 2 +-
framework/Timezone/lib/Horde/Timezone/Zone.php | 2 +-
framework/Tree/lib/Horde/Tree/Renderer/Html.php | 5 +-
framework/Vcs/lib/Horde/Vcs/File/Base.php | 2 +-
framework/Vcs/lib/Horde/Vcs/Git.php | 4 +-
framework/Vcs/lib/Horde/Vcs/Svn.php | 2 +-
framework/Vcs/package.xml | 4 +-
framework/Vfs/lib/Horde/Vfs/Kolab.php | 8 +--
framework/Vfs/lib/Horde/Vfs/Musql.php | 2 +-
framework/Vfs/lib/Horde/Vfs/Smb.php | 3 +-
nag/docs/CHANGES | 1 +
nag/lib/Api.php | 2 +-
nag/package.xml | 1 +
40 files changed, 103 insertions(+), 52 deletions(-)
http://git.horde.org/horde-git/-/commit/a592f4fa39d15d4fd3bfd447dd718dbf73b94755
-----------------------------------------------------------------------
commit 92cf7c64b2185bb801e53b09347065a755155dfc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 22:16:33 2012 -0600
Core fixes found by PHPMD
framework/Core/lib/Horde.php | 2 +-
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 6 +-
framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php | 4 +-
framework/Core/lib/Horde/Core/Auth/Application.php | 4 +-
framework/Core/lib/Horde/Core/Auth/Imsp.php | 2 +-
framework/Core/lib/Horde/Core/Block/Collection.php | 2 +-
framework/Core/lib/Horde/Core/Block/Layout/Manager.php | 6 +-
framework/Core/lib/Horde/Core/Factory/KolabStorage.php | 2 -
framework/Core/lib/Horde/Core/Imsp/Utils.php | 4 +-
framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php | 6 +-
framework/Core/lib/Horde/Core/Perms.php | 4 +-
framework/Core/lib/Horde/Core/Perms/Ui.php | 6 +-
framework/Core/lib/Horde/Core/Prefs/Identity.php | 2 +-
framework/Core/lib/Horde/Core/Prefs/Ui.php | 2 +-
framework/Core/lib/Horde/Core/Ui/Pager.php | 2 -
framework/Core/lib/Horde/Core/Ui/Tabs.php | 1 -
framework/Core/lib/Horde/Core/Ui/TagCloud.php | 10 ++-
framework/Core/lib/Horde/Core/Ui/VarRenderer.php | 16 ++--
framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php | 20 +---
framework/Core/lib/Horde/Menu.php | 4 -
framework/Core/lib/Horde/PageOutput.php | 8 +-
framework/Core/lib/Horde/Themes/Css.php | 3 -
framework/Core/package.xml | 2 +
23 files changed, 45 insertions(+), 73 deletions(-)
http://git.horde.org/horde-git/-/commit/92cf7c64b2185bb801e53b09347065a755155dfc
-----------------------------------------------------------------------
commit 4d7cce0c750cf485c01e87981d3cb3b252b6529f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 22:22:14 2012 -0600
Horde fixes found by PHPMD
horde/lib/Api.php | 7 +++----
horde/lib/Block/Account/Localhost.php | 2 +-
horde/lib/Block/Iframe.php | 2 --
horde/lib/Block/TwitterTimeline.php | 5 +----
horde/lib/Block/Weather.php | 2 --
horde/lib/Prefs/Special/Syncml.php | 1 -
6 files changed, 5 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/4d7cce0c750cf485c01e87981d3cb3b252b6529f
-----------------------------------------------------------------------
commit dbea276e2aa7962578ba4a81a2a77df3c767911b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 23:08:35 2012 -0600
Turba fixes found by PHPMD
turba/docs/CHANGES | 1 +
turba/lib/Api.php | 27 +++++++--------------------
turba/lib/Application.php | 2 +-
turba/lib/Driver.php | 3 +--
turba/lib/Driver/Imsp.php | 9 ++-------
turba/lib/Driver/Kolab.php | 4 ++--
turba/lib/Driver/Ldap.php | 17 ++++++++---------
turba/lib/Driver/Prefs.php | 2 +-
turba/lib/Form/AddContact.php | 1 -
turba/lib/Form/Contact.php | 6 +++---
turba/lib/Form/EditAddressBook.php | 2 +-
turba/lib/Form/EditContact.php | 6 ++----
turba/lib/Form/EditContactGroup.php | 2 +-
turba/lib/Turba.php | 10 +++++-----
turba/lib/View/Browse.php | 2 +-
turba/lib/View/Contact.php | 4 ++--
turba/lib/View/DeleteContact.php | 2 --
turba/lib/View/EditContact.php | 4 ++--
turba/lib/View/List.php | 2 +-
turba/package.xml | 1 +
20 files changed, 42 insertions(+), 65 deletions(-)
http://git.horde.org/horde-git/-/commit/dbea276e2aa7962578ba4a81a2a77df3c767911b
-----------------------------------------------------------------------
commit 462060dc8402058fcd815013e329decb16766459
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 2 23:55:14 2012 -0600
Ingo fixes found by PHPMD
ingo/blacklist.php | 2 +-
ingo/lib/Ingo.php | 8 +++-----
ingo/lib/Storage/Filters/Sql.php | 2 +-
ingo/lib/Ui/VarRenderer/Ingo.php | 2 +-
ingo/rule.php | 2 +-
5 files changed, 7 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/462060dc8402058fcd815013e329decb16766459
-----------------------------------------------------------------------
commit 121769cb0b517181728fd0b2617b891a9368d02f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Oct 3 00:03:13 2012 -0600
Fix showing border when toggling between To/From
imp/js/dimpbase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/121769cb0b517181728fd0b2617b891a9368d02f
-----------------------------------------------------------------------
commit 5db694d97e2655c42072667d5fbecf2e19f13bfc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Oct 3 00:32:23 2012 -0600
Kronolith fixes found by PHPMD
kronolith/docs/CHANGES | 1 +
kronolith/lib/Ajax/Application/Handler.php | 1 -
kronolith/lib/Ajax/Imple/TagActions.php | 8 +----
kronolith/lib/Api.php | 16 ++++++------
kronolith/lib/Application.php | 8 +++---
kronolith/lib/Block/Month.php | 5 ---
kronolith/lib/Block/Monthlist.php | 2 +-
kronolith/lib/Calendar/Resource.php | 2 +-
kronolith/lib/Calendar/ResourceGroup.php | 2 +-
kronolith/lib/Driver.php | 2 +-
kronolith/lib/Driver/Holidays.php | 24 -----------------
kronolith/lib/Driver/Horde.php | 2 +-
kronolith/lib/Driver/Ical.php | 10 +++---
kronolith/lib/Driver/Kolab.php | 21 ++++-----------
kronolith/lib/Driver/Resource.php | 2 +-
kronolith/lib/Driver/Sql.php | 6 ++--
kronolith/lib/Event.php | 6 +---
kronolith/lib/Event/Sql.php | 2 +-
kronolith/lib/Factory/Storage.php | 7 -----
kronolith/lib/Form/EditResourceGroup.php | 1 -
kronolith/lib/FreeBusy.php | 2 +-
kronolith/lib/FreeBusy/View.php | 7 +----
kronolith/lib/FreeBusy/View/Day.php | 2 +-
kronolith/lib/FreeBusy/View/Month.php | 3 --
kronolith/lib/Kronolith.php | 38 ++++++++++++---------------
kronolith/lib/Storage/Sql.php | 2 +-
kronolith/package.xml | 1 +
27 files changed, 60 insertions(+), 123 deletions(-)
http://git.horde.org/horde-git/-/commit/5db694d97e2655c42072667d5fbecf2e19f13bfc
-----------------------------------------------------------------------
commit 2af2c5003d254b994cafc54872efa95f9c8a5a73
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Oct 3 01:32:46 2012 -0600
Fix IMP tests
imp/test/Imp/Stub/HtmlViewer.php | 20 +++++++--------
imp/test/Imp/Stub/ItipRequest.php | 36 ++++++++++++++++++++++++++++
imp/test/Imp/Unit/Mime/Viewer/ItipTest.php | 17 ++++++-------
3 files changed, 53 insertions(+), 20 deletions(-)
create mode 100644 imp/test/Imp/Stub/ItipRequest.php
http://git.horde.org/horde-git/-/commit/2af2c5003d254b994cafc54872efa95f9c8a5a73
-----------------------------------------------------------------------
commit 8050a73639f5630677e7e24aaaf28486419edaa1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Oct 3 01:38:00 2012 -0600
Move gollem selectlist code from IMP
This hasn't worked properly in a good amount of time. At best, there was
little/no documentation regarding it anyway, so it was very confusing
even if it did work.
imp/compose.php | 31 --------------------------
imp/templates/basic/compose/compose.html.php | 3 --
2 files changed, 0 insertions(+), 34 deletions(-)
http://git.horde.org/horde-git/-/commit/8050a73639f5630677e7e24aaaf28486419edaa1
-----------------------------------------------------------------------
commit dd910befe80e1c762aadcf26ba8e4a515aba9a49
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Oct 3 01:43:26 2012 -0600
Looks like this was created by mistake
0 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 framework/Filter/locale/ja/LC_MESSAGES/Horde_Filter.po
http://git.horde.org/horde-git/-/commit/dd910befe80e1c762aadcf26ba8e4a515aba9a49
More information about the commits
mailing list