[commits] Horde-Hatchery branch master updated. f72f38bdb5ff7c9e6aef3a4d8401c67b48e9ddff

Michael M Slusarz slusarz at horde.org
Tue Nov 24 07:02:00 UTC 2009


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

from: d70298977eb293a552c879d0ebb29bb9a3048a7d

ccd5619 Rounded corners for mime part info boxes
d182d62 Icon improvements
f2cdb2b changelog
0054c34 Allow timezone to be set on call to new IMP_Application()
15803a5 Missed some CategoryManager conversions
511f7bc Unneeded require_once
f72f38b A couple of more drivers to have wrap borders

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

commit ccd5619acc4bc9e06dc3ca0235543025ff2b414e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 23 23:03:26 2009 -0700

    Rounded corners for mime part info boxes
    
    Not sure if this is too much or not.

 imp/themes/screen.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=f7dcf967316362eaa6ae8167c0655491903e2973&r2=ccd5619acc4bc9e06dc3ca0235543025ff2b414e

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

commit d182d620f81c2efe8be827da78303b5ad47ba034
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 23 23:20:33 2009 -0700

    Icon improvements
    
    Add icon for vertical/horizontal pane switch.
    Better icon in silver theme for sub/unsub actions.

 imp/themes/graphics/application_tile_horizontal.png        |  Bin 0 -> 432 bytes
 imp/themes/graphics/application_tile_vertical.png          |  Bin 0 -> 492 bytes
 imp/themes/screen-dimp.css                                 |    6 ++++++
 imp/themes/silver/graphics/application_tile_horizontal.png |  Bin 0 -> 432 bytes
 imp/themes/silver/graphics/application_tile_vertical.png   |  Bin 0 -> 492 bytes
 imp/themes/silver/graphics/folders/explore.png             |  Bin 0 -> 679 bytes
 imp/themes/silver/screen-dimp.css                          |    8 +++++++-
 7 files changed, 13 insertions(+), 1 deletions(-)
 create mode 100644 imp/themes/graphics/application_tile_horizontal.png
 create mode 100644 imp/themes/graphics/application_tile_vertical.png
 create mode 100644 imp/themes/silver/graphics/application_tile_horizontal.png
 create mode 100644 imp/themes/silver/graphics/application_tile_vertical.png
 create mode 100644 imp/themes/silver/graphics/folders/explore.png

http://git.horde.org/co.php/imp/themes/graphics/application_tile_horizontal.png?rt=horde-hatchery&r=d182d620f81c2efe8be827da78303b5ad47ba034
http://git.horde.org/co.php/imp/themes/graphics/application_tile_vertical.png?rt=horde-hatchery&r=d182d620f81c2efe8be827da78303b5ad47ba034
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=b714b00864b667fe03f96f895ea4264ab7830b07&r2=d182d620f81c2efe8be827da78303b5ad47ba034
http://git.horde.org/co.php/imp/themes/silver/graphics/application_tile_horizontal.png?rt=horde-hatchery&r=d182d620f81c2efe8be827da78303b5ad47ba034
http://git.horde.org/co.php/imp/themes/silver/graphics/application_tile_vertical.png?rt=horde-hatchery&r=d182d620f81c2efe8be827da78303b5ad47ba034
http://git.horde.org/co.php/imp/themes/silver/graphics/folders/explore.png?rt=horde-hatchery&r=d182d620f81c2efe8be827da78303b5ad47ba034
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=f208c3811483afeeaf1e893961af5323fa746bf6&r2=d182d620f81c2efe8be827da78303b5ad47ba034

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

commit f2cdb2b0b3d35b400c34ba139f77fdf8020135fc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 23 23:30:38 2009 -0700

    changelog

 imp/docs/CHANGES |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=bd2fd1c8230421425ed02cdc04d00f2ddd1b34a9&r2=f2cdb2b0b3d35b400c34ba139f77fdf8020135fc

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

commit 0054c349ee64a9e29744243d25c92fb003d8f55c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 23 23:35:26 2009 -0700

    Allow timezone to be set on call to new IMP_Application()

 imp/compose-dimp.php    |    5 +----
 imp/compose-mimp.php    |    5 +----
 imp/compose.php         |    5 +----
 imp/lib/Application.php |    5 +++++
 imp/mailbox-mimp.php    |    5 +----
 imp/mailbox.php         |    5 +----
 imp/message-mimp.php    |    5 +----
 imp/message.php         |    5 +----
 imp/thread.php          |    5 +----
 9 files changed, 13 insertions(+), 32 deletions(-)

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=0054c349ee64a9e29744243d25c92fb003d8f55c
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=0054c349ee64a9e29744243d25c92fb003d8f55c
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=0054c349ee64a9e29744243d25c92fb003d8f55c
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-hatchery&r1=d70298977eb293a552c879d0ebb29bb9a3048a7d&r2=0054c349ee64a9e29744243d25c92fb003d8f55c
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-hatchery&r1=6466012b0d2379a8f6b6083865d4e467422cf669&r2=0054c349ee64a9e29744243d25c92fb003d8f55c
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=29566e95072fa5ac743580dee3acea90f2b5b384&r2=0054c349ee64a9e29744243d25c92fb003d8f55c
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=0054c349ee64a9e29744243d25c92fb003d8f55c
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=0054c349ee64a9e29744243d25c92fb003d8f55c
http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=6466012b0d2379a8f6b6083865d4e467422cf669&r2=0054c349ee64a9e29744243d25c92fb003d8f55c

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

commit 15803a5314228be2a466a7c0b7487e7be589e343
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 23 23:47:08 2009 -0700

    Missed some CategoryManager conversions

 ansel/gallery.php                                 |    3 +--
 ansel/templates/gallery/gallery.inc               |    4 ++--
 ansel/templates/prefs/default_category_select.inc |    3 +--
 beatnik/listzones.php                             |    3 +--
 nag/data.php                                      |    3 +--
 nag/lib/Block/summary.php                         |    3 +--
 nag/lib/Forms/task.php                            |    4 +---
 nag/task.php                                      |    3 +--
 nag/themes/categoryCSS.php                        |    4 +---
 skoli/lib/Forms/CreateClass.php                   |    3 +--
 skoli/lib/Forms/EditClass.php                     |    3 +--
 skoli/themes/categoryCSS.php                      |    3 +--
 turba/data.php                                    |    3 +--
 turba/lib/Api.php                                 |    7 ++++---
 turba/lib/Driver.php                              |    3 +--
 vilma/users/index.php                             |    1 -
 16 files changed, 19 insertions(+), 34 deletions(-)

http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/ansel/templates/gallery/gallery.inc?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/ansel/templates/prefs/default_category_select.inc?rt=horde-hatchery&r1=8a517bbf2a3f1bee8f19b8bf1de4cb270fb8a2b7&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/beatnik/listzones.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/nag/data.php?rt=horde-hatchery&r1=d70298977eb293a552c879d0ebb29bb9a3048a7d&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/nag/lib/Block/summary.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/nag/lib/Forms/task.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/nag/task.php?rt=horde-hatchery&r1=d70298977eb293a552c879d0ebb29bb9a3048a7d&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/nag/themes/categoryCSS.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/skoli/lib/Forms/CreateClass.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/skoli/lib/Forms/EditClass.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/skoli/themes/categoryCSS.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/turba/data.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=15803a5314228be2a466a7c0b7487e7be589e343
http://git.horde.org/diff.php/vilma/users/index.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=15803a5314228be2a466a7c0b7487e7be589e343

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

commit 511f7bcf665aa80b81c67db9a95c9cee9394ad54
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 23 23:49:36 2009 -0700

    Unneeded require_once

 nag/lib/Driver.php     |    3 ---
 nag/lib/Driver/Sql.php |    1 -
 nag/lib/Forms/task.php |    2 +-
 3 files changed, 1 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/nag/lib/Driver.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=511f7bcf665aa80b81c67db9a95c9cee9394ad54
http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=511f7bcf665aa80b81c67db9a95c9cee9394ad54
http://git.horde.org/diff.php/nag/lib/Forms/task.php?rt=horde-hatchery&r1=15803a5314228be2a466a7c0b7487e7be589e343&r2=511f7bcf665aa80b81c67db9a95c9cee9394ad54

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

commit f72f38bdb5ff7c9e6aef3a4d8401c67b48e9ddff
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 23 23:59:09 2009 -0700

    A couple of more drivers to have wrap borders

 imp/lib/Mime/Viewer/Mdn.php    |    4 +++-
 imp/lib/Mime/Viewer/Status.php |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Mdn.php?rt=horde-hatchery&r1=b879fbf80e084ac1d43d439083a5da0a35f01419&r2=f72f38bdb5ff7c9e6aef3a4d8401c67b48e9ddff
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Status.php?rt=horde-hatchery&r1=b879fbf80e084ac1d43d439083a5da0a35f01419&r2=f72f38bdb5ff7c9e6aef3a4d8401c67b48e9ddff




More information about the commits mailing list