[commits] Horde branch master updated. 0893a2dad3d60673547d4f139c102220b7ffbe3e

Michael M Slusarz slusarz at horde.org
Mon Sep 6 21:35:45 UTC 2010


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

from: 998df4137a72269e067ef98556a5e6fe2072ec22

d1b477c IMP search fixes.
9bd7df7 Tooltips tweaks.
2a0c35c No need to add prototype.js if at least 1 other script file is added
99bd829 Fix gettext string
ed1c71b Some Horde:: -> self:: conversions.
07676cd Add Horde::addInlineJsVars().
6717b87 Use Horde::addInlineJsVars()
d5b189c Make tests run
d2f2f41 Fix constant name
bca4bb7 Don't show global options item if editing horde options
ca13f7d Code cleanups/phpdoc
6e1c570 Have IMP_Imap_Tree implement Serializable
49396e1 Always leave password encrypted in Imap object
7736e56 Remove token data from memory when finished with it
bb1c678 Have Horde_Imap_Client_Base implement Serializable
d28a798 This is a programming error, not a run-time error
737287f Catch bad Imap client unserializations
83e4ebc Make encryptKey a object parameter, not a globally static property
d6d5715 Implement Serializable for Horde_Imap_Client_DateTime
0436560 H4 phpdoc and formatting cleanups
6ea8b57 Have Horde_Memcache implement Serializable
0893a2d Have Horde_Log_Logger implement Serializable

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

commit d1b477c104edb2c52b95f5e3097beeefd48b3bd3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 3 15:45:11 2010 -0600

    IMP search fixes.
    
    Fix basic search.
    Fix since/equals/before searching.

 imp/js/search.js      |    4 ++--
 imp/lib/Search.php    |    9 +++++----
 imp/lib/Ui/Search.php |    2 +-
 imp/search-basic.php  |   17 ++++++++++-------
 4 files changed, 18 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/imp/js/search.js?rt=horde-git&r1=7693039fb9cc281caaf7498baa5fd664ddc7771a&r2=d1b477c104edb2c52b95f5e3097beeefd48b3bd3
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=d1b477c104edb2c52b95f5e3097beeefd48b3bd3
http://git.horde.org/diff.php/imp/lib/Ui/Search.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=d1b477c104edb2c52b95f5e3097beeefd48b3bd3
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=d1b477c104edb2c52b95f5e3097beeefd48b3bd3

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

commit 9bd7df72b9c23df59d20208537266a2f718ba666
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 3 15:56:23 2010 -0600

    Tooltips tweaks.
    
    Automatically add JS file when calling linkTooltip().
    Move tooltips JS file to horde/Core.

 agora/lib/Messages.php        |    3 -
 framework/Core/js/tooltips.js |  143 +++++++++++++++++++++++++++++++++++++++++
 framework/Core/lib/Horde.php  |    2 +
 framework/Core/package.xml    |    2 +
 horde/js/tooltips.js          |  143 -----------------------------------------
 imp/mailbox.php               |    4 +-
 ingo/filters.php              |    1 -
 kronolith/lib/Block/month.php |    2 -
 kronolith/year.php            |    1 -
 mnemo/list.php                |    1 -
 mnemo/notes/index.php         |    1 -
 11 files changed, 148 insertions(+), 155 deletions(-)
 create mode 100644 framework/Core/js/tooltips.js
 delete mode 100644 horde/js/tooltips.js

http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/co.php/framework/Core/js/tooltips.js?rt=horde-git&r=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=c8381f1fca557369aee2beee3255501f0fc1cdc8&r2=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=f8e2a4023700f06ff2354439cc215ec7c5091202&r2=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/diff.php/horde/js/tooltips.js?rt=horde-git&r1=008590864692b24e390bc64c965718cf169f1e67&r2=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/diff.php/ingo/filters.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/diff.php/kronolith/lib/Block/month.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/diff.php/kronolith/year.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/diff.php/mnemo/list.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=9bd7df72b9c23df59d20208537266a2f718ba666
http://git.horde.org/diff.php/mnemo/notes/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=9bd7df72b9c23df59d20208537266a2f718ba666

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

commit 2a0c35ce910d5f159586b3e74c497f250965f268
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 3 16:02:42 2010 -0600

    No need to add prototype.js if at least 1 other script file is added

 ansel/lib/View/Image.php                                  |    1 -
 framework/Core/lib/Horde.php                              |    3 +++
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php |    1 -
 framework/Core/lib/Horde/Core/Tree/Javascript.php         |    1 -
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php     |    1 -
 framework/Form/Form/Action/reload.php                     |    1 -
 framework/Form/Form/Action/submit.php                     |    1 -
 horde/services/sidebar.php                                |    1 -
 jonah/channels/index.php                                  |    1 -
 mnemo/list.php                                            |    1 -
 mnemo/notes/index.php                                     |    1 -
 shout/admin.php                                           |    1 -
 shout/admin/accounts.php                                  |    1 -
 shout/admin/numbers.php                                   |    1 -
 shout/dialplan.php                                        |    1 -
 shout/extensions.php                                      |    1 -
 shout/recordings.php                                      |    1 -
 shout/wizard.php                                          |    1 -
 trean/browse.php                                          |    1 -
 trean/templates/star_rating_helper.php                    |    1 -
 whups/lib/Forms/Action.php                                |    1 -
 whups/lib/View/Results.php                                |    1 -
 22 files changed, 3 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=9bd7df72b9c23df59d20208537266a2f718ba666&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Javascript.php?rt=horde-git&r1=030a2d9e09b3bbf9abbddc011728e3732a30be52&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=8f8047650c5b407d3bcb2a9e856fa54db5d7caf1&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/framework/Form/Form/Action/reload.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/framework/Form/Form/Action/submit.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/horde/services/sidebar.php?rt=horde-git&r1=f848bedd3756ce5a9af2990a36b59a9c1b027aed&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/jonah/channels/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/mnemo/list.php?rt=horde-git&r1=9bd7df72b9c23df59d20208537266a2f718ba666&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/mnemo/notes/index.php?rt=horde-git&r1=9bd7df72b9c23df59d20208537266a2f718ba666&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/shout/admin.php?rt=horde-git&r1=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/shout/admin/accounts.php?rt=horde-git&r1=4c359400871ce4e2d24262bcbbe0a2562c8db527&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/shout/admin/numbers.php?rt=horde-git&r1=24b83bcd764c6d7b2170a595e27f826fbd0da9bd&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/shout/dialplan.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/shout/extensions.php?rt=horde-git&r1=ca281d00a2292b79dce6d6781211df9c07b56a00&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/shout/recordings.php?rt=horde-git&r1=cb4ccee883013b0202c042dd356e18da1fe64483&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/shout/wizard.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/trean/browse.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/trean/templates/star_rating_helper.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/whups/lib/Forms/Action.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=2a0c35ce910d5f159586b3e74c497f250965f268
http://git.horde.org/diff.php/whups/lib/View/Results.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=2a0c35ce910d5f159586b3e74c497f250965f268

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

commit 99bd829e7f5f6b49997435525f135e266c26bfc1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 3 16:44:45 2010 -0600

    Fix gettext string

 imp/search.php                       |    2 +-
 imp/templates/imp/search/search.html |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=99bd829e7f5f6b49997435525f135e266c26bfc1
http://git.horde.org/diff.php/imp/templates/imp/search/search.html?rt=horde-git&r1=7693039fb9cc281caaf7498baa5fd664ddc7771a&r2=99bd829e7f5f6b49997435525f135e266c26bfc1

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

commit ed1c71b8e5182f034c7888036125aa46ea7b1a7e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 3 17:01:31 2010 -0600

    Some Horde:: -> self:: conversions.

 framework/Core/lib/Horde.php |   39 ++++++++++++++++++++++++++++++++-------
 1 files changed, 32 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=ed1c71b8e5182f034c7888036125aa46ea7b1a7e

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

commit 07676cd28faa94d69fea043163bbbeb4082a4142
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 3 17:18:36 2010 -0600

    Add Horde::addInlineJsVars().

 framework/Core/lib/Horde.php |   16 +++++++++++-----
 framework/Core/package.xml   |    3 ++-
 2 files changed, 13 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=ed1c71b8e5182f034c7888036125aa46ea7b1a7e&r2=07676cd28faa94d69fea043163bbbeb4082a4142
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=9bd7df72b9c23df59d20208537266a2f718ba666&r2=07676cd28faa94d69fea043163bbbeb4082a4142

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

commit 6717b87acee9b8f9b42b638d7b952428021ad80f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 3 17:19:00 2010 -0600

    Use Horde::addInlineJsVars()

 framework/Core/lib/Horde/Core/Prefs/Ui/Widgets.php    |   14 ++++----
 framework/Core/lib/Horde/Core/Ui/JsCalendar.php       |   22 +++++++-------
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |    4 +-
 framework/Core/lib/Horde/Script/Files.php             |    4 ++-
 framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php  |    4 +-
 horde/admin/activesync.php                            |    4 +-
 horde/admin/user.php                                  |    4 +-
 horde/lib/Prefs/Ui.php                                |   13 ++++----
 horde/login.php                                       |   11 ++----
 horde/services/sidebar.php                            |   12 ++++----
 imp/compose.php                                       |    2 +-
 imp/folders.php                                       |   14 ++++----
 imp/lib/Ajax/Imple/ContactAutoCompleter.php           |    6 +++-
 imp/lib/Application.php                               |    6 ++--
 imp/lib/Prefs/Ui.php                                  |   26 ++++++++---------
 imp/lib/Ui/Compose.php                                |    5 ++-
 imp/lib/Views/Compose.php                             |   10 ++++--
 imp/message-dimp.php                                  |    7 ++--
 imp/message.php                                       |    8 ++--
 imp/search.php                                        |    7 ++--
 kronolith/lib/Kronolith.php                           |   10 +++---
 turba/lib/Turba.php                                   |   23 +++++---------
 22 files changed, 109 insertions(+), 107 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui/Widgets.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/JsCalendar.php?rt=horde-git&r1=d12cbcd05a630be6adc73b22a07b6e4a88571325&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/framework/Core/lib/Horde/Script/Files.php?rt=horde-git&r1=d8147af321e71eb7a7557660ce3a5c9b9c1e7878&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/horde/admin/activesync.php?rt=horde-git&r1=21bbb83fda471d2a576c9c10b49d16ddc88f5ad6&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/horde/admin/user.php?rt=horde-git&r1=b005b542c04e6bac2a9fd3deebcb53302af4607f&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=3b84d04919accf91428a760b2ba7921a543d3909&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=42f1f091ce1e1f68da1949737c67064b6cb0f2c3&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/horde/services/sidebar.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=3b84d04919accf91428a760b2ba7921a543d3909&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=138236bcd19a73f8b48f73ca333cc9ed1beb2158&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-git&r1=2effd3ce519011db72737c32c437f9c6364a23f0&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=99bd829e7f5f6b49997435525f135e266c26bfc1&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=6717b87acee9b8f9b42b638d7b952428021ad80f
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=6717b87acee9b8f9b42b638d7b952428021ad80f

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

commit d5b189c9f96492312380fb5b9795fa98397adfa1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 00:11:42 2010 -0600

    Make tests run

 imp/lib/tests/Imp/Stub/Registry.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Registry.php?rt=horde-git&r1=f57afbbc344062cc626d2f80fbe2f541f144559b&r2=d5b189c9f96492312380fb5b9795fa98397adfa1

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

commit d2f2f41efe42b30f8958963c28325bdaf970a5fe
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 00:20:17 2010 -0600

    Fix constant name

 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php |    2 +-
 imp/lib/Prefs/Ui.php                              |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-git&r1=bd931a75b1f9aef8fbad128638661ef82853c83e&r2=d2f2f41efe42b30f8958963c28325bdaf970a5fe
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=6717b87acee9b8f9b42b638d7b952428021ad80f&r2=d2f2f41efe42b30f8958963c28325bdaf970a5fe

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

commit bca4bb776d6645ae465c404dd7c57694ae703c16
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 00:24:11 2010 -0600

    Don't show global options item if editing horde options

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    2 +-
 horde/templates/prefs/app.html             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=bca4bb776d6645ae465c404dd7c57694ae703c16
http://git.horde.org/diff.php/horde/templates/prefs/app.html?rt=horde-git&r1=93be020314e8c72e62a0d68afc0e540065134fe4&r2=bca4bb776d6645ae465c404dd7c57694ae703c16

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

commit ca13f7da5135ce28875328efad2af0cf1ec96a55
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 00:35:21 2010 -0600

    Code cleanups/phpdoc

 framework/Core/lib/Horde/Registry.php |    8 +++++-
 horde/lib/core.php                    |    4 +++
 horde/services/shares/edit.php        |   41 ++++++++++++++------------------
 horde/templates/shares/edit.inc       |    8 ++----
 4 files changed, 32 insertions(+), 29 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=f8e2a4023700f06ff2354439cc215ec7c5091202&r2=ca13f7da5135ce28875328efad2af0cf1ec96a55
http://git.horde.org/diff.php/horde/lib/core.php?rt=horde-git&r1=3869073e174bac383bf88718af863c5b6d3556e6&r2=ca13f7da5135ce28875328efad2af0cf1ec96a55
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=ca13f7da5135ce28875328efad2af0cf1ec96a55
http://git.horde.org/diff.php/horde/templates/shares/edit.inc?rt=horde-git&r1=3011a4c4f03f9669ee8625098cb512839b39330e&r2=ca13f7da5135ce28875328efad2af0cf1ec96a55

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

commit 6e1c57025b1661dd1a5a0e226241ef0fa2223209
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 01:06:34 2010 -0600

    Have IMP_Imap_Tree implement Serializable
    
    Slightly more compact way of storing serialized data.  Also, implement
    versioning in order to invalidate cache when upgrading in future.

 imp/lib/Imap/Tree.php                |   59 +++++++++++++++++++++++++++-------
 imp/lib/Injector/Binder/Imaptree.php |   11 ++++--
 2 files changed, 55 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=6e1c57025b1661dd1a5a0e226241ef0fa2223209
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Imaptree.php?rt=horde-git&r1=377edf85872fa6d212b51b04781ceb6570416db9&r2=6e1c57025b1661dd1a5a0e226241ef0fa2223209

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

commit 49396e1c90750d464bf9aa9e606917a893900669
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 01:16:59 2010 -0600

    Always leave password encrypted in Imap object

 framework/Imap_Client/lib/Horde/Imap/Client.php             |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php        |   38 ++++++-----
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php     |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |    8 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   10 ++--
 imp/lib/Imap.php                                            |    5 +-
 6 files changed, 36 insertions(+), 31 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?rt=horde-git&r1=03a4276400728674ad5c83ceff68163d27b76939&r2=49396e1c90750d464bf9aa9e606917a893900669
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f&r2=49396e1c90750d464bf9aa9e606917a893900669
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?rt=horde-git&r1=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f&r2=49396e1c90750d464bf9aa9e606917a893900669
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=4d3bc03b9f4876a59c551843b350ac3b2e7b6d35&r2=49396e1c90750d464bf9aa9e606917a893900669
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php?rt=horde-git&r1=9843e8b7940e9fd39d1faca34cc2b2343553f85d&r2=49396e1c90750d464bf9aa9e606917a893900669
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=80edd61937efed7d6b77b2116aa1bbae9d15772d&r2=49396e1c90750d464bf9aa9e606917a893900669

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

commit 7736e56928ed5de51eff73d00178765a113afb45
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 01:33:53 2010 -0600

    Remove token data from memory when finished with it

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

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=49396e1c90750d464bf9aa9e606917a893900669&r2=7736e56928ed5de51eff73d00178765a113afb45

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

commit bb1c6786b756869bc25361ec7ca792a7e12863a8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 02:03:57 2010 -0600

    Have Horde_Imap_Client_Base implement Serializable
    
    Provides a more compact way of storing serialized data.
    Reduces complexity as child functions do not need to extend the
    serialization-related methods.
    Implement versioning in order to invalidate cache when upgrading in
    future.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php         |   88 +++++++---
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php      |   17 +--
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php |   15 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |   21 ---
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php  |   18 ++-
 5 files changed, 93 insertions(+), 66 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=49396e1c90750d464bf9aa9e606917a893900669&r2=bb1c6786b756869bc25361ec7ca792a7e12863a8
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?rt=horde-git&r1=49396e1c90750d464bf9aa9e606917a893900669&r2=bb1c6786b756869bc25361ec7ca792a7e12863a8
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php?rt=horde-git&r1=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f&r2=bb1c6786b756869bc25361ec7ca792a7e12863a8
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=7736e56928ed5de51eff73d00178765a113afb45&r2=bb1c6786b756869bc25361ec7ca792a7e12863a8
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php?rt=horde-git&r1=49396e1c90750d464bf9aa9e606917a893900669&r2=bb1c6786b756869bc25361ec7ca792a7e12863a8

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

commit d28a798f642601b4ff1fc12b000f39ebc8e67e1d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 02:16:03 2010 -0600

    This is a programming error, not a run-time error

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

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=bb1c6786b756869bc25361ec7ca792a7e12863a8&r2=d28a798f642601b4ff1fc12b000f39ebc8e67e1d

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

commit 737287f936de0dce9beb554aeb117ad7fc7cabe0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 02:16:28 2010 -0600

    Catch bad Imap client unserializations

 imp/lib/Imap.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=49396e1c90750d464bf9aa9e606917a893900669&r2=737287f936de0dce9beb554aeb117ad7fc7cabe0

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

commit 83e4ebc114bc71963a80b4b951afa12c56d45f94
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 4 02:19:37 2010 -0600

    Make encryptKey a object parameter, not a globally static property

 framework/Imap_Client/lib/Horde/Imap/Client.php       |    9 +-----
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |   23 +++++++++++++---
 framework/Imap_Client/test/Horde/Imap/test_client.php |   11 +++-----
 imp/lib/Imap.php                                      |    5 +--
 4 files changed, 26 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?rt=horde-git&r1=49396e1c90750d464bf9aa9e606917a893900669&r2=83e4ebc114bc71963a80b4b951afa12c56d45f94
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=d28a798f642601b4ff1fc12b000f39ebc8e67e1d&r2=83e4ebc114bc71963a80b4b951afa12c56d45f94
http://git.horde.org/diff.php/framework/Imap_Client/test/Horde/Imap/test_client.php?rt=horde-git&r1=eb710536fde5483880c3e9c4ba38fa62df066bb4&r2=83e4ebc114bc71963a80b4b951afa12c56d45f94
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=737287f936de0dce9beb554aeb117ad7fc7cabe0&r2=83e4ebc114bc71963a80b4b951afa12c56d45f94

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

commit d6d57158109e8d4b9e7c41c7b5422d4aca6a9a6f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Sep 5 21:01:44 2010 -0600

    Implement Serializable for Horde_Imap_Client_DateTime

 framework/Imap_Client/lib/Horde/Imap/Client/DateTime.php |   37 ++++++++++++--
 1 files changed, 33 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/DateTime.php?rt=horde-git&r1=eb710536fde5483880c3e9c4ba38fa62df066bb4&r2=d6d57158109e8d4b9e7c41c7b5422d4aca6a9a6f

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

commit 0436560b3f50dc543260e41685de1a9ae4627b90
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 6 13:36:52 2010 -0600

    H4 phpdoc and formatting cleanups

 framework/Log/lib/Horde/Log.php                        |    4 +-
 framework/Log/lib/Horde/Log/Exception.php              |    6 +-
 framework/Log/lib/Horde/Log/Filter.php                 |   27 +++---
 framework/Log/lib/Horde/Log/Filter/Constraint.php      |   79 +++++++++------
 framework/Log/lib/Horde/Log/Filter/Level.php           |   36 ++++---
 framework/Log/lib/Horde/Log/Filter/Message.php         |   38 ++++---
 framework/Log/lib/Horde/Log/Filter/Suppress.php        |   36 ++++----
 framework/Log/lib/Horde/Log/Formatter.php              |   12 ++-
 framework/Log/lib/Horde/Log/Formatter/Simple.php       |   41 ++++----
 framework/Log/lib/Horde/Log/Formatter/Xml.php          |   52 ++++++----
 framework/Log/lib/Horde/Log/Handler/Base.php           |   61 ++++++------
 framework/Log/lib/Horde/Log/Handler/Db.php             |   49 ++++++----
 framework/Log/lib/Horde/Log/Handler/Firebug.php        |   61 +++++++-----
 framework/Log/lib/Horde/Log/Handler/Mock.php           |   33 ++++---
 framework/Log/lib/Horde/Log/Handler/Null.php           |   26 +++---
 framework/Log/lib/Horde/Log/Handler/Scribe.php         |   43 +++++----
 framework/Log/lib/Horde/Log/Handler/Stream.php         |   46 +++++----
 framework/Log/lib/Horde/Log/Handler/Syslog.php         |   64 +++++++-----
 framework/Log/lib/Horde/Log/Logger.php                 |   80 ++++++++--------
 framework/Log/test/Horde/Log/AllTests.php              |   13 ++-
 framework/Log/test/Horde/Log/Filter/ChainingTest.php   |   20 ++--
 framework/Log/test/Horde/Log/Filter/ConstraintTest.php |   16 ++--
 framework/Log/test/Horde/Log/Filter/LevelTest.php      |   22 ++--
 framework/Log/test/Horde/Log/Filter/MessageTest.php    |   22 ++--
 framework/Log/test/Horde/Log/Filter/SuppressTest.php   |   30 +++---
 framework/Log/test/Horde/Log/Formatter/SimpleTest.php  |   22 ++--
 framework/Log/test/Horde/Log/Formatter/XmlTest.php     |    8 +-
 framework/Log/test/Horde/Log/Handler/DbTest.php        |   22 ++--
 framework/Log/test/Horde/Log/Handler/FirebugTest.php   |   20 ++--
 framework/Log/test/Horde/Log/Handler/NullTest.php      |   20 ++--
 framework/Log/test/Horde/Log/Handler/StreamTest.php    |   20 ++--
 framework/Log/test/Horde/Log/LogTest.php               |   20 ++--
 32 files changed, 573 insertions(+), 476 deletions(-)

http://git.horde.org/diff.php/framework/Log/lib/Horde/Log.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Exception.php?rt=horde-git&r1=17c5ffe171edda95b4efcc2a39d34e7dcd60e04d&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter.php?rt=horde-git&r1=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Constraint.php?rt=horde-git&r1=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Level.php?rt=horde-git&r1=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Message.php?rt=horde-git&r1=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Suppress.php?rt=horde-git&r1=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter.php?rt=horde-git&r1=83372c506e46dc967699f51c1fb6ebff9ab5b881&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter/Simple.php?rt=horde-git&r1=83372c506e46dc967699f51c1fb6ebff9ab5b881&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter/Xml.php?rt=horde-git&r1=83372c506e46dc967699f51c1fb6ebff9ab5b881&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Base.php?rt=horde-git&r1=e44892e41fb4939d61c082a778d1faf6c6302561&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Db.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Firebug.php?rt=horde-git&r1=83372c506e46dc967699f51c1fb6ebff9ab5b881&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Mock.php?rt=horde-git&r1=c06dc8b7d7c36ffa9c2195fa608af78c6e0b8444&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Null.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Scribe.php?rt=horde-git&r1=83372c506e46dc967699f51c1fb6ebff9ab5b881&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Stream.php?rt=horde-git&r1=83372c506e46dc967699f51c1fb6ebff9ab5b881&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Syslog.php?rt=horde-git&r1=a5f611b0d8aeab5fb468b2500481a30c21803c99&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Logger.php?rt=horde-git&r1=e44892e41fb4939d61c082a778d1faf6c6302561&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/AllTests.php?rt=horde-git&r1=40693846410743d8636446f8aefe87ff0df7097c&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Filter/ChainingTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Filter/ConstraintTest.php?rt=horde-git&r1=8eb1f925ecdac726df0ff192da7ee9649d87cfc6&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Filter/LevelTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Filter/MessageTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Filter/SuppressTest.php?rt=horde-git&r1=79176634bcec327bf1cf6e76c10cc35779671bc2&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Formatter/SimpleTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Formatter/XmlTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Handler/DbTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Handler/FirebugTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Handler/NullTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/Handler/StreamTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90
http://git.horde.org/diff.php/framework/Log/test/Horde/Log/LogTest.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=0436560b3f50dc543260e41685de1a9ae4627b90

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

commit 6ea8b57e2c33dbd9ba69e262a678b381a2f7e7e4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 6 14:17:06 2010 -0600

    Have Horde_Memcache implement Serializable

 framework/Memcache/lib/Horde/Memcache.php |   75 +++++++++++++++++++++--------
 1 files changed, 55 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/framework/Memcache/lib/Horde/Memcache.php?rt=horde-git&r1=dee7473396b946feab4ead70784673b8b9c5991c&r2=6ea8b57e2c33dbd9ba69e262a678b381a2f7e7e4

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

commit 0893a2dad3d60673547d4f139c102220b7ffbe3e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 6 14:31:02 2010 -0600

    Have Horde_Log_Logger implement Serializable

 framework/Log/lib/Horde/Log/Logger.php |   55 +++++++++++++++++++++++++++++--
 1 files changed, 51 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Logger.php?rt=horde-git&r1=0436560b3f50dc543260e41685de1a9ae4627b90&r2=0893a2dad3d60673547d4f139c102220b7ffbe3e




More information about the commits mailing list