[commits] Horde-Hatchery branch master updated. c92ca944604a7068bad625168167ca92daf05ea4

Michael M Slusarz slusarz at horde.org
Fri Jul 17 20:18:08 UTC 2009


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

from: 7ed37cceb6c1e3511619bf0c22d79791462582ae

9b22223... Horde 4/autoloading conventions
89d955c... Remove all Horde::fatal()'s from horde-hatchery
c92ca94... More tweaking of the fullmessage display.

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

commit 9b22223f642b6ab65a71694ff34f709f06dfce9d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 17 13:19:44 2009 -0600

    Horde 4/autoloading conventions

 ingo/lib/Driver.php              |    2 +-
 ingo/lib/Driver/Ldap.php         |  263 ++++
 ingo/lib/Driver/Null.php         |   24 +
 ingo/lib/Driver/Sivtest.php      |  210 +++
 ingo/lib/Driver/Timsieved.php    |  124 ++
 ingo/lib/Driver/Vfs.php          |  143 ++
 ingo/lib/Driver/ldap.php         |  263 ----
 ingo/lib/Driver/null.php         |   24 -
 ingo/lib/Driver/sivtest.php      |  210 ---
 ingo/lib/Driver/timsieved.php    |  124 --
 ingo/lib/Driver/vfs.php          |  143 --
 ingo/lib/Script.php              |    2 +-
 ingo/lib/Script/Imap.php         |  370 +++++
 ingo/lib/Script/Imap/Api.php     |  100 ++
 ingo/lib/Script/Imap/Live.php    |  110 ++
 ingo/lib/Script/Imap/Mock.php    |  125 ++
 ingo/lib/Script/Maildrop.php     |  762 ++++++++++
 ingo/lib/Script/Procmail.php     |  802 ++++++++++
 ingo/lib/Script/Sieve.php        | 2975 +++++++++++++++++++++++++++++++++++++
 ingo/lib/Script/imap.php         |  459 ------
 ingo/lib/Script/imap/live.php    |  110 --
 ingo/lib/Script/imap/mock.php    |  125 --
 ingo/lib/Script/maildrop.php     |  762 ----------
 ingo/lib/Script/procmail.php     |  802 ----------
 ingo/lib/Script/sieve.php        | 2976 --------------------------------------
 ingo/lib/Storage.php             |  677 +---------
 ingo/lib/Storage/Blacklist.php   |   57 +
 ingo/lib/Storage/Filters.php     |  264 ++++
 ingo/lib/Storage/Filters/Sql.php |  344 +++++
 ingo/lib/Storage/Forward.php     |   45 +
 ingo/lib/Storage/Mock.php        |   55 +
 ingo/lib/Storage/Prefs.php       |  183 +++
 ingo/lib/Storage/Rule.php        |   84 ++
 ingo/lib/Storage/Spam.php        |   44 +
 ingo/lib/Storage/Sql.php         |  396 +++++
 ingo/lib/Storage/Vacation.php    |  142 ++
 ingo/lib/Storage/Whitelist.php   |   47 +
 ingo/lib/Storage/mock.php        |   55 -
 ingo/lib/Storage/prefs.php       |  183 ---
 ingo/lib/Storage/sql.php         |  737 ----------
 40 files changed, 7678 insertions(+), 7645 deletions(-)
 create mode 100644 ingo/lib/Driver/Ldap.php
 create mode 100644 ingo/lib/Driver/Null.php
 create mode 100644 ingo/lib/Driver/Sivtest.php
 create mode 100644 ingo/lib/Driver/Timsieved.php
 create mode 100644 ingo/lib/Driver/Vfs.php
 delete mode 100644 ingo/lib/Driver/ldap.php
 delete mode 100644 ingo/lib/Driver/null.php
 delete mode 100644 ingo/lib/Driver/sivtest.php
 delete mode 100644 ingo/lib/Driver/timsieved.php
 delete mode 100644 ingo/lib/Driver/vfs.php
 create mode 100644 ingo/lib/Script/Imap.php
 create mode 100644 ingo/lib/Script/Imap/Api.php
 create mode 100644 ingo/lib/Script/Imap/Live.php
 create mode 100644 ingo/lib/Script/Imap/Mock.php
 create mode 100644 ingo/lib/Script/Maildrop.php
 create mode 100644 ingo/lib/Script/Procmail.php
 create mode 100644 ingo/lib/Script/Sieve.php
 delete mode 100644 ingo/lib/Script/imap.php
 delete mode 100644 ingo/lib/Script/imap/live.php
 delete mode 100644 ingo/lib/Script/imap/mock.php
 delete mode 100644 ingo/lib/Script/maildrop.php
 delete mode 100644 ingo/lib/Script/procmail.php
 delete mode 100644 ingo/lib/Script/sieve.php
 create mode 100644 ingo/lib/Storage/Blacklist.php
 create mode 100644 ingo/lib/Storage/Filters.php
 create mode 100644 ingo/lib/Storage/Filters/Sql.php
 create mode 100644 ingo/lib/Storage/Forward.php
 create mode 100644 ingo/lib/Storage/Mock.php
 create mode 100644 ingo/lib/Storage/Prefs.php
 create mode 100644 ingo/lib/Storage/Rule.php
 create mode 100644 ingo/lib/Storage/Spam.php
 create mode 100644 ingo/lib/Storage/Sql.php
 create mode 100644 ingo/lib/Storage/Vacation.php
 create mode 100644 ingo/lib/Storage/Whitelist.php
 delete mode 100644 ingo/lib/Storage/mock.php
 delete mode 100644 ingo/lib/Storage/prefs.php
 delete mode 100644 ingo/lib/Storage/sql.php

http://git.horde.org/diff.php/ingo/lib/Driver.php?rt=horde-hatchery&r1=82c209c8e71b9473af38085588bda376ab370f98&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Driver/Ldap.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Driver/Null.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Driver/Sivtest.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Driver/Timsieved.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Driver/Vfs.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Driver/ldap.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Driver/null.php?rt=horde-hatchery&r1=82c209c8e71b9473af38085588bda376ab370f98&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Driver/sivtest.php?rt=horde-hatchery&r1=82c209c8e71b9473af38085588bda376ab370f98&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Driver/timsieved.php?rt=horde-hatchery&r1=82c209c8e71b9473af38085588bda376ab370f98&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Driver/vfs.php?rt=horde-hatchery&r1=82c209c8e71b9473af38085588bda376ab370f98&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Script.php?rt=horde-hatchery&r1=77cf427eba9b10a4e67ebc666c9b4e312ed14adb&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Script/Imap.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Script/Imap/Api.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Script/Imap/Live.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Script/Imap/Mock.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Script/Maildrop.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Script/Procmail.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Script/Sieve.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Script/imap.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Script/imap/live.php?rt=horde-hatchery&r1=1c6c67afbf3529bda3e2b32f2a991d32ec34ad28&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Script/imap/mock.php?rt=horde-hatchery&r1=11f96fc9ee47d45fb32ed339b8fd1ea1d7a59832&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Script/maildrop.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Script/procmail.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Script/sieve.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Storage.php?rt=horde-hatchery&r1=0870233509109611971b71ec8626c617eadf732c&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Blacklist.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Filters.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Filters/Sql.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Forward.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Mock.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Prefs.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Rule.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Spam.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Sql.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Vacation.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/co.php/ingo/lib/Storage/Whitelist.php?rt=horde-hatchery&r=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Storage/mock.php?rt=horde-hatchery&r1=26b4542b8e9a0a8f97d569288b6af20c2499b288&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Storage/prefs.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d
http://git.horde.org/diff.php/ingo/lib/Storage/sql.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=9b22223f642b6ab65a71694ff34f709f06dfce9d

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

commit 89d955cb34250323027fe31228c410ebee550431
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 17 13:25:37 2009 -0600

    Remove all Horde::fatal()'s from horde-hatchery

 babel/lib/base.php                               |   16 ++++++++--------
 babel/viewsource.php                             |   22 +++++++++++-----------
 chora/lib/base.php                               |    2 +-
 crumb/lib/Driver/sql.php                         |    8 +++-----
 crumb/lib/base.php                               |    2 +-
 fima/lib/base.php                                |    2 +-
 folks/lib/Driver/sql.php                         |    8 ++++----
 folks/lib/Friends/sql.php                        |    6 +++---
 folks/lib/base.php                               |    2 +-
 framework/Model/lib/Horde/Form.php               |    2 +-
 imp/acl.php                                      |   19 ++++---------------
 imp/attachment.php                               |   10 +++++-----
 imp/fetchmailprefs.php                           |    6 +-----
 imp/filterprefs.php                              |    6 +-----
 imp/lib/IMP.php                                  |    7 ++-----
 imp/lib/base.php                                 |    2 +-
 imp/pgp.php                                      |   21 ++++-----------------
 imp/smime.php                                    |   21 ++++-----------------
 imp/stationery.php                               |    6 +-----
 imp/view.php                                     |   22 +++++-----------------
 ingo/filters.php                                 |    2 +-
 ingo/lib/Driver/Ldap.php                         |    4 +++-
 ingo/lib/Ingo.php                                |   15 ++++++++-------
 ingo/lib/Storage/Sql.php                         |    6 ++++--
 ingo/lib/base.php                                |    2 +-
 jeta/lib/base.php                                |    2 +-
 kastalia/download.php                            |    2 +-
 kastalia/lib/base.php                            |    2 +-
 kronolith/lib/base.php                           |    2 +-
 kronolith/pref_api.php                           |    6 +-----
 news/files.php                                   |   22 +++++++---------------
 news/lib/Categories.php                          |    2 +-
 news/lib/Driver.php                              |    6 +++---
 news/lib/Driver/sql.php                          |    7 ++++---
 news/lib/base.php                                |    2 +-
 skoli/lib/base.php                               |    2 +-
 skoli/pref_api.php                               |    6 +-----
 timeobjects/lib/base.php                         |    2 +-
 turba/lib/Object.php                             |    4 +++-
 turba/lib/base.php                               |    2 +-
 turba/scripts/upgrades/2.1_to_2.2_sql_schema.php |    2 +-
 turba/view.php                                   |   14 +++++++-------
 42 files changed, 115 insertions(+), 189 deletions(-)

http://git.horde.org/diff.php/babel/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/babel/viewsource.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/chora/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/crumb/lib/Driver/sql.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/crumb/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/fima/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/folks/lib/Driver/sql.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/folks/lib/Friends/sql.php?rt=horde-hatchery&r1=6f4c08c137afb2f76bf19d2648a7dcf476e115ba&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/folks/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=f8d998c7fdf3821a5472715e1751706250c3b456&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-hatchery&r1=f8d998c7fdf3821a5472715e1751706250c3b456&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=f8104ab9ee193a1dfee957d09c282fc020ff0e3c&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=f8d998c7fdf3821a5472715e1751706250c3b456&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=f8d998c7fdf3821a5472715e1751706250c3b456&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-hatchery&r1=f8d998c7fdf3821a5472715e1751706250c3b456&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/imp/view.php?rt=horde-hatchery&r1=f8d998c7fdf3821a5472715e1751706250c3b456&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/ingo/filters.php?rt=horde-hatchery&r1=0870233509109611971b71ec8626c617eadf732c&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/ingo/lib/Driver/Ldap.php?rt=horde-hatchery&r1=9b22223f642b6ab65a71694ff34f709f06dfce9d&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/ingo/lib/Storage/Sql.php?rt=horde-hatchery&r1=9b22223f642b6ab65a71694ff34f709f06dfce9d&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/ingo/lib/base.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/jeta/lib/base.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/kastalia/download.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/kastalia/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/kronolith/lib/base.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/kronolith/pref_api.php?rt=horde-hatchery&r1=174e1a168a032b0f7313994ae95befa7b939f932&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/news/files.php?rt=horde-hatchery&r1=0b73af186b0fd7ac039fc2a5b9211788d7d6bf63&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/news/lib/Categories.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/news/lib/Driver.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/news/lib/Driver/sql.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/news/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/skoli/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/skoli/pref_api.php?rt=horde-hatchery&r1=174e1a168a032b0f7313994ae95befa7b939f932&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/timeobjects/lib/base.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/turba/lib/Object.php?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/turba/lib/base.php?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=89d955cb34250323027fe31228c410ebee550431
http://git.horde.org/diff.php/turba/view.php?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=89d955cb34250323027fe31228c410ebee550431

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

commit c92ca944604a7068bad625168167ca92daf05ea4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 17 14:05:06 2009 -0600

    More tweaking of the fullmessage display.

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

http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=2434a52b3ab02eb4bca5a37f237fda64b49942cc&r2=c92ca944604a7068bad625168167ca92daf05ea4




More information about the commits mailing list