[commits] Horde-Hatchery branch master updated. 51a035a3339b2b54461d23354290f4925bd8b226

Michael M Slusarz slusarz at horde.org
Tue Aug 4 23:33:24 UTC 2009


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

from: b107b6296d01174e81c5961d94c69c2572c5b466

0cf200b... Use Horde::getServiceLink() to generate prefsapi link
51a035a... Proper class naming conventions for Imp_Mimp and Imp_Dimp

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

commit 0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 15:52:41 2009 -0600

    Use Horde::getServiceLink() to generate prefsapi link

 gollem/js/manager.js                    |    4 ++--
 gollem/templates/javascript_defs.php    |    2 +-
 imp/config/hooks.php.dist               |    2 +-
 imp/js/DimpBase.js                      |    2 +-
 imp/templates/javascript_defs_dimp.php  |    8 ++++----
 kronolith/js/calendar-panel.js          |    2 +-
 kronolith/lib/Kronolith.php             |    3 +--
 kronolith/templates/javascript_defs.php |    2 +-
 nag/templates/list/task_headers.inc     |    8 ++++----
 nag/templates/panel.inc                 |    2 +-
 skoli/templates/list/headers.inc        |   12 ++++++------
 skoli/templates/panel.inc               |    2 +-
 skoli/templates/search/headers.inc      |    4 ++--
 13 files changed, 26 insertions(+), 27 deletions(-)

http://git.horde.org/diff.php/gollem/js/manager.js?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/gollem/templates/javascript_defs.php?rt=horde-hatchery&r1=6eced17fa214f579531458e5e5b8b11df5eb1162&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=b107b6296d01174e81c5961d94c69c2572c5b466&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/kronolith/js/calendar-panel.js?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=45a255c8032ede4f47f15af36aa5ef0a7a0ee3fa&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/kronolith/templates/javascript_defs.php?rt=horde-hatchery&r1=bd3edffd0fa66238356ad14882ed6a5c4955714f&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/nag/templates/list/task_headers.inc?rt=horde-hatchery&r1=6eced17fa214f579531458e5e5b8b11df5eb1162&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/nag/templates/panel.inc?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/skoli/templates/list/headers.inc?rt=horde-hatchery&r1=6eced17fa214f579531458e5e5b8b11df5eb1162&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/skoli/templates/panel.inc?rt=horde-hatchery&r1=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1
http://git.horde.org/diff.php/skoli/templates/search/headers.inc?rt=horde-hatchery&r1=bd3edffd0fa66238356ad14882ed6a5c4955714f&r2=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1

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

commit 51a035a3339b2b54461d23354290f4925bd8b226
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 17:07:30 2009 -0600

    Proper class naming conventions for Imp_Mimp and Imp_Dimp

 imp/ajax.php                           |   10 +-
 imp/compose-dimp.php                   |   10 +-
 imp/compose-mimp.php                   |    2 +-
 imp/index-dimp.php                     |    4 +-
 imp/js/DimpBase.js                     |    2 +-
 imp/lib/Api.php                        |    2 +-
 imp/lib/DIMP.php                       |  352 --------------------------------
 imp/lib/Dimp.php                       |  352 ++++++++++++++++++++++++++++++++
 imp/lib/MIMP.php                       |   55 -----
 imp/lib/Mimp.php                       |   55 +++++
 imp/lib/Views/ShowMessage.php          |    2 +-
 imp/mailbox-mimp.php                   |    2 +-
 imp/message-dimp.php                   |    6 +-
 imp/message-mimp.php                   |    2 +-
 imp/templates/chunks/compose.php       |    2 +-
 imp/templates/chunks/message.php       |    2 +-
 imp/templates/folders/folders-mimp.inc |    2 +-
 imp/templates/index/index-dimp.inc     |    2 +-
 imp/templates/javascript_defs_dimp.php |    2 +-
 19 files changed, 433 insertions(+), 433 deletions(-)
 delete mode 100644 imp/lib/DIMP.php
 create mode 100644 imp/lib/Dimp.php
 delete mode 100644 imp/lib/MIMP.php
 create mode 100644 imp/lib/Mimp.php

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=0fc6fff44aad69cc9bca5e4bc013f04eecb68d90&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=e9362d90feff482fa54b82b47a5d4ac8578081a8&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=f59735ccc9143548aa54d36eead8db35360fb3de&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-hatchery&r1=c7bbd7c093001709b828a0a3038a1be4e6fee4cd&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-hatchery&r1=8cfaa810e55e95a0f9c2dcdcd90c0b5ecdac4c9d&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=80821e0b4a4248a7890843ffe9c6d545ba8b81b6&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/co.php/imp/lib/Dimp.php?rt=horde-hatchery&r=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/lib/MIMP.php?rt=horde-hatchery&r1=65dc48581451e9f85ffecb118a5eaa20db39a082&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/co.php/imp/lib/Mimp.php?rt=horde-hatchery&r=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=7e2de75d4bffb63a923ac82db2179b8176d6e4fe&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-hatchery&r1=eb111c16dfcd43695715156bf81272212816b998&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=21ff60cf03ac72249512e1f5d0dd86d6ae1a9bca&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=eb111c16dfcd43695715156bf81272212816b998&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-hatchery&r1=0870233509109611971b71ec8626c617eadf732c&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-hatchery&r1=ccd7074f94018034cc019ca502c462cb1f1ead8a&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/templates/folders/folders-mimp.inc?rt=horde-hatchery&r1=f59735ccc9143548aa54d36eead8db35360fb3de&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=ef9aac304a966c0b8b0d563ed03edce39a5861de&r2=51a035a3339b2b54461d23354290f4925bd8b226
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=0cf200b1eaa312b96da25b86c1dcdd0182c40cb1&r2=51a035a3339b2b54461d23354290f4925bd8b226




More information about the commits mailing list