[commits] Horde branch master updated. ef4e306d13c98f4cfa2100b78513451ec4ab3d99

Michael M Slusarz slusarz at horde.org
Fri Mar 5 07:10:34 UTC 2010


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

from: 442c4ced45a7f25adda4fb54146a9ccea2837188

c5a855c This needs to be an array value
a07a670 Merge width & wrap options for Html2text; use correct case for driver name
8d434b9 Fix function names
8a43555 Move nocacheUrl() from Util to Horde
89ffb12 Don't hardcode classname; optimize valuesToKeys()
9fe6f15 Make this array a bit easier to read
589fb9f This function already exists in Horde_Date
db577cd phpdoc
a0694df Core requrires the Url package
837be59 Move uriB64[En|De]code() to Horde_Url
ef4e306 Fix Cli/Horde initialization

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

commit c5a855c0387e77fe1ce94b1be5e2b1bd6e4ec6ea
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 22:50:26 2010 -0700

    This needs to be an array value

 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=db2d27bd4f61e63b84a579eb1dc6aa1547d6ecf0&r2=c5a855c0387e77fe1ce94b1be5e2b1bd6e4ec6ea

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

commit a07a670b86c2a5d7c611d903ffbd516f99f30ee7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 22:58:16 2010 -0700

    Merge width & wrap options for Html2text; use correct case for driver name

 framework/Mime/lib/Horde/Mime/Mail.php                       |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php    |   10 ++++------
 framework/Text_Filter/test/Horde/Text/Filter/html2text.phpt  |    2 +-
 framework/Text_Filter/test/Horde/Text/Filter/html2text2.phpt |    4 ++--
 imp/compose.php                                              |    2 +-
 imp/lib/Ajax/Application.php                                 |    2 +-
 imp/lib/Compose.php                                          |    2 +-
 imp/lib/Contents.php                                         |    2 +-
 imp/lib/Mime/Viewer/Html.php                                 |    2 +-
 imp/stationery.php                                           |    2 +-
 10 files changed, 14 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mail.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=c5a855c0387e77fe1ce94b1be5e2b1bd6e4ec6ea&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/html2text.phpt?rt=horde-git&r1=9313cdee4f6ab63e30b3be1a858ab101b6a5b111&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/html2text2.phpt?rt=horde-git&r1=40feb896c742a577df65b233f7bca8ccfc767629&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=6d97c196be61e3bca4413767f7b6f4d12b62fefd&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=394db44eac3455025e4b6c95b5637a5cbf8eefb9&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=7a9397cd357028e67c04a9f8d5eda2bd03d4b142&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=4c3e968f46bcc009cf71d51db34776b5d2be88ad&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=345e948433f3a8c2034be1e916b9850c1803e2b0&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=a07a670b86c2a5d7c611d903ffbd516f99f30ee7

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

commit 8d434b91a7a62e656631460464b4fd63c9f2f0b1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 22:58:24 2010 -0700

    Fix function names

 imp/lib/Ajax/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=a07a670b86c2a5d7c611d903ffbd516f99f30ee7&r2=8d434b91a7a62e656631460464b4fd63c9f2f0b1

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

commit 8a43555fd152047db51107508bab3c8c57aa8331
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 23:18:18 2010 -0700

    Move nocacheUrl() from Util to Horde

 framework/Core/lib/Horde.php      |   25 ++++++++++++++++++++++++-
 framework/Core/package.xml        |    3 ++-
 framework/Util/lib/Horde/Util.php |   30 ------------------------------
 framework/Util/package.xml        |    7 ++-----
 imp/lib/IMP.php                   |    2 +-
 5 files changed, 29 insertions(+), 38 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=9774304b900cf35a6091e7be1761e5c07efa70bb&r2=8a43555fd152047db51107508bab3c8c57aa8331
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=e48b8a54fc54a179be749967a6a8b6b73cc1162e&r2=8a43555fd152047db51107508bab3c8c57aa8331
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=e88a350a2d5d40b6699e50937f2c9a7b0c912eff&r2=8a43555fd152047db51107508bab3c8c57aa8331
http://git.horde.org/diff.php/framework/Util/package.xml?rt=horde-git&r1=daf7a5ea5506df385670655fb719d636beec4a7b&r2=8a43555fd152047db51107508bab3c8c57aa8331
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=394db44eac3455025e4b6c95b5637a5cbf8eefb9&r2=8a43555fd152047db51107508bab3c8c57aa8331

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

commit 89ffb1217f734afca4fbbd915a3fc76271dab991
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 23:22:15 2010 -0700

    Don't hardcode classname; optimize valuesToKeys()

 framework/Util/lib/Horde/Array.php |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/Array.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=89ffb1217f734afca4fbbd915a3fc76271dab991

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

commit 9fe6f151b7a93343091dd9d05c77f1f8f69cbbeb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 23:32:51 2010 -0700

    Make this array a bit easier to read

 framework/Date/lib/Horde/Date/Utils.php |   83 ++++++++++++++++---------------
 1 files changed, 43 insertions(+), 40 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Utils.php?rt=horde-git&r1=56722aaaa176e3b1dbaaeb89df378b8cdd8f53c4&r2=9fe6f151b7a93343091dd9d05c77f1f8f69cbbeb

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

commit 589fb9f97f425b3d4d5ec2304b39b070bc60c6c7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 23:33:23 2010 -0700

    This function already exists in Horde_Date

 framework/Util/lib/Horde/Util.php |   61 -------------------------------------
 framework/Util/package.xml        |    3 +-
 2 files changed, 2 insertions(+), 62 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=8a43555fd152047db51107508bab3c8c57aa8331&r2=589fb9f97f425b3d4d5ec2304b39b070bc60c6c7
http://git.horde.org/diff.php/framework/Util/package.xml?rt=horde-git&r1=8a43555fd152047db51107508bab3c8c57aa8331&r2=589fb9f97f425b3d4d5ec2304b39b070bc60c6c7

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

commit db577cd55fd22aabd57d45cb7999857314bde043
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 23:33:34 2010 -0700

    phpdoc

 framework/Util/lib/Horde/Util.php |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=589fb9f97f425b3d4d5ec2304b39b070bc60c6c7&r2=db577cd55fd22aabd57d45cb7999857314bde043

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

commit a0694df5cd3e4eafd8648d8aa125fed78f93d7a5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 23:39:23 2010 -0700

    Core requrires the Url package

 framework/Core/package.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=8a43555fd152047db51107508bab3c8c57aa8331&r2=a0694df5cd3e4eafd8648d8aa125fed78f93d7a5

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

commit 837be59133c0b29f14d5b97f5a187685dbc1be85
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 23:39:59 2010 -0700

    Move uriB64[En|De]code() to Horde_Url

 framework/Core/lib/Horde.php        |    4 ++--
 framework/Token/lib/Horde/Token.php |    2 +-
 framework/Token/package.xml         |    4 ++++
 framework/Url/lib/Horde/Url.php     |   29 +++++++++++++++++++++++++++++
 framework/Url/package.xml           |    3 ++-
 framework/Util/lib/Horde/Util.php   |   29 -----------------------------
 framework/Util/package.xml          |    3 ++-
 7 files changed, 40 insertions(+), 34 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=8a43555fd152047db51107508bab3c8c57aa8331&r2=837be59133c0b29f14d5b97f5a187685dbc1be85
http://git.horde.org/diff.php/framework/Token/lib/Horde/Token.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=837be59133c0b29f14d5b97f5a187685dbc1be85
http://git.horde.org/diff.php/framework/Token/package.xml?rt=horde-git&r1=733135945331754933ef4bf2bc71b1ebb4731c13&r2=837be59133c0b29f14d5b97f5a187685dbc1be85
http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=0de1664aae49312c15f2dbcaa8aa3eb0a849191d&r2=837be59133c0b29f14d5b97f5a187685dbc1be85
http://git.horde.org/diff.php/framework/Url/package.xml?rt=horde-git&r1=7f6ddcffe1c3d9031d499c0dee40f8b37628e5c5&r2=837be59133c0b29f14d5b97f5a187685dbc1be85
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=db577cd55fd22aabd57d45cb7999857314bde043&r2=837be59133c0b29f14d5b97f5a187685dbc1be85
http://git.horde.org/diff.php/framework/Util/package.xml?rt=horde-git&r1=589fb9f97f425b3d4d5ec2304b39b070bc60c6c7&r2=837be59133c0b29f14d5b97f5a187685dbc1be85

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

commit ef4e306d13c98f4cfa2100b78513451ec4ab3d99
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 4 23:47:36 2010 -0700

    Fix Cli/Horde initialization

 framework/devtools/horde-check-themes.php |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/framework/devtools/horde-check-themes.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=ef4e306d13c98f4cfa2100b78513451ec4ab3d99




More information about the commits mailing list