[commits] Horde-Hatchery branch master updated. 603ffc2bc071b50851dc9aa5df673a6fac7b783e

Michael M Slusarz slusarz at horde.org
Thu Jan 15 08:00:25 UTC 2009


The branch master has been updated
       via  603ffc2bc071b50851dc9aa5df673a6fac7b783e (commit)
       via  fc17430f097ead2d729ccb02000037b4e8251f4a (commit)
       via  62954c4daf36b90b4f2986c7d6581e06a130e6e1 (commit)
       via  868e7171c01d9c1dd355a67e4e839dd453253268 (commit)
       via  49d3ac3a67792e002a4b0bf339d44f8003465d33 (commit)
       via  2813aaf25aa91219930609fa899932116e2f0771 (commit)
       via  15fa241c98f4cf84e8c3de566382e3907483493e (commit)
      from  e654fc82f7eca3900e25df25b46a8e1965c6f1b1 (commit)

-----------------------------------------------------------------------
commit 603ffc2bc071b50851dc9aa5df673a6fac7b783e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 15 01:00:12 2009 -0700

    Move some more graphics into CSS files.

 imp/templates/index/index.inc     |  143 +++++++++++++++------------------
 imp/themes/screen-dimp.css        |  101 ++++++++++++++++++++++-
 imp/themes/silver/screen-dimp.css |   79 ++++++++++++++++++
 3 files changed, 240 insertions(+), 83 deletions(-)

http://cvs.horde.org/diff.php/imp/templates/index/index.inc?rt=horde-hatchery&r1=927ff83fca203015b4b5e00107d7b5f692fae464&r2=603ffc2bc071b50851dc9aa5df673a6fac7b783e
http://cvs.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=8e47a01a7a1c4b49bb381f722800a7480a3bb35c&r2=603ffc2bc071b50851dc9aa5df673a6fac7b783e
http://cvs.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=8e47a01a7a1c4b49bb381f722800a7480a3bb35c&r2=603ffc2bc071b50851dc9aa5df673a6fac7b783e

-----------------------------------------------------------------------
commit fc17430f097ead2d729ccb02000037b4e8251f4a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 15 01:00:01 2009 -0700

    Add missing quota graphics.

 imp/themes/graphics/quotauncover.gif        |  Bin 0 -> 105 bytes
 imp/themes/silver/graphics/quotauncover.gif |  Bin 0 -> 105 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 imp/themes/graphics/quotauncover.gif
 create mode 100644 imp/themes/silver/graphics/quotauncover.gif

http://cvs.horde.org/co.php/imp/themes/graphics/quotauncover.gif?rt=horde-hatchery&r=fc17430f097ead2d729ccb02000037b4e8251f4a
http://cvs.horde.org/co.php/imp/themes/silver/graphics/quotauncover.gif?rt=horde-hatchery&r=fc17430f097ead2d729ccb02000037b4e8251f4a

-----------------------------------------------------------------------
commit 62954c4daf36b90b4f2986c7d6581e06a130e6e1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jan 14 23:44:07 2009 -0700

    Autoload library.

 imp/templates/prefs/sourceselect.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://cvs.horde.org/diff.php/imp/templates/prefs/sourceselect.inc?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=62954c4daf36b90b4f2986c7d6581e06a130e6e1

-----------------------------------------------------------------------
commit 868e7171c01d9c1dd355a67e4e839dd453253268
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jan 14 23:37:02 2009 -0700

    Autoload IMP::, MIMP::, and DIMP::.

 imp/ajax.php              |   12 ------------
 imp/config/prefs.php.dist |    3 ---
 imp/lib/base.php          |   10 +---------
 3 files changed, 1 insertions(+), 24 deletions(-)

http://cvs.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=2813aaf25aa91219930609fa899932116e2f0771&r2=868e7171c01d9c1dd355a67e4e839dd453253268
http://cvs.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=92463e5dc7bf8a632855ff5f9a045e527dcee786&r2=868e7171c01d9c1dd355a67e4e839dd453253268
http://cvs.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=75fd3d4da49d111f456856f5c8fa470895f35cc9&r2=868e7171c01d9c1dd355a67e4e839dd453253268

-----------------------------------------------------------------------
commit 49d3ac3a67792e002a4b0bf339d44f8003465d33
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jan 14 23:34:33 2009 -0700

    Don't use static access to IMP_Filter; autoloading.

 imp/lib/Block/Foldersummary.php |    3 ++-
 imp/lib/Block/Newmail.php       |    3 ++-
 imp/lib/Block/summary.php       |    4 ++--
 imp/lib/Block/tree_folders.php  |    1 -
 4 files changed, 6 insertions(+), 5 deletions(-)

http://cvs.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-hatchery&r1=15fa241c98f4cf84e8c3de566382e3907483493e&r2=49d3ac3a67792e002a4b0bf339d44f8003465d33
http://cvs.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-hatchery&r1=15fa241c98f4cf84e8c3de566382e3907483493e&r2=49d3ac3a67792e002a4b0bf339d44f8003465d33
http://cvs.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-hatchery&r1=2813aaf25aa91219930609fa899932116e2f0771&r2=49d3ac3a67792e002a4b0bf339d44f8003465d33
http://cvs.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-hatchery&r1=2813aaf25aa91219930609fa899932116e2f0771&r2=49d3ac3a67792e002a4b0bf339d44f8003465d33

-----------------------------------------------------------------------
commit 2813aaf25aa91219930609fa899932116e2f0771
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jan 14 23:29:23 2009 -0700

    phpdoc

 imp/acl.php                    |    5 +++--
 imp/ajax.php                   |    6 +++---
 imp/attachment.php             |    3 +++
 imp/cache.php                  |    3 ++-
 imp/compose-dimp.php           |    5 +++--
 imp/compose-mimp.php           |    5 +++--
 imp/compose.php                |    7 +++++--
 imp/contacts.php               |    2 ++
 imp/fetchmailprefs.php         |    5 +++--
 imp/filterprefs.php            |    3 ++-
 imp/folders-mimp.php           |    7 ++++---
 imp/folders.php                |    9 ++++++---
 imp/imple.php                  |    3 ++-
 imp/index-dimp.php             |    7 +++++--
 imp/index.php                  |    3 ++-
 imp/lib/Block/summary.php      |   13 +++++++++----
 imp/lib/Block/tree_folders.php |   15 ++++++++++-----
 imp/login.php                  |    5 +++--
 imp/mailbox-mimp.php           |    5 +++--
 imp/message-dimp.php           |    5 +++--
 imp/message-mimp.php           |    7 ++++---
 imp/pgp.php                    |    3 ++-
 imp/redirect.php               |    3 ++-
 imp/rss.php                    |    3 ++-
 imp/saveimage.php              |    3 ++-
 imp/search.php                 |    5 +++--
 imp/smime.php                  |    5 +++--
 imp/stationery.php             |    3 ++-
 imp/test.php                   |    7 ++++---
 imp/thread.php                 |    3 ++-
 imp/view.php                   |    5 +++--
 31 files changed, 105 insertions(+), 58 deletions(-)

http://cvs.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=75fd3d4da49d111f456856f5c8fa470895f35cc9&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/attachment.php?rt=horde-hatchery&r1=6c09e2b247fef3eee85ca51441e2d2deead1123b&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/cache.php?rt=horde-hatchery&r1=75fd3d4da49d111f456856f5c8fa470895f35cc9&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=26f248a8c2f9df123aa7e19d27009b97cedfc774&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/contacts.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/filterprefs.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/folders-mimp.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=bfaca0a124b505888247e0c5aadec74127dd37c8&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/imple.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/index-dimp.php?rt=horde-hatchery&r1=94d2f78715a95910e274aab7e665d970410d5732&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/index.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-hatchery&r1=22b310cbaf889339b7d355e3c15fc2d1af8e2a75&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-hatchery&r1=22b310cbaf889339b7d355e3c15fc2d1af8e2a75&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/login.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=bfaca0a124b505888247e0c5aadec74127dd37c8&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/redirect.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/rss.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/saveimage.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=bfaca0a124b505888247e0c5aadec74127dd37c8&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/stationery.php?rt=horde-hatchery&r1=b9ec978dbd4d9c47a519ccac6bd2144347cb2998&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/test.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771
http://cvs.horde.org/diff.php/imp/view.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=2813aaf25aa91219930609fa899932116e2f0771

-----------------------------------------------------------------------
commit 15fa241c98f4cf84e8c3de566382e3907483493e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jan 14 23:20:07 2009 -0700

    Change to Horde 4 conventions; autoloading

 imp/config/portal.php.dist      |    6 +--
 imp/lib/Block/Foldersummary.php |   77 +++++++++++++++++++++++++++++++++++
 imp/lib/Block/Newmail.php       |   73 +++++++++++++++++++++++++++++++++
 imp/lib/Block/foldersummary.php |   77 -----------------------------------
 imp/lib/Block/newmail.php       |   74 ---------------------------------
 5 files changed, 152 insertions(+), 155 deletions(-)
 create mode 100644 imp/lib/Block/Foldersummary.php
 create mode 100644 imp/lib/Block/Newmail.php
 delete mode 100644 imp/lib/Block/foldersummary.php
 delete mode 100644 imp/lib/Block/newmail.php

http://cvs.horde.org/diff.php/imp/config/portal.php.dist?rt=horde-hatchery&r1=b09b1fcbe15249b004fc9c8b58d7595d38dcac85&r2=15fa241c98f4cf84e8c3de566382e3907483493e
http://cvs.horde.org/co.php/imp/lib/Block/Foldersummary.php?rt=horde-hatchery&r=15fa241c98f4cf84e8c3de566382e3907483493e
http://cvs.horde.org/co.php/imp/lib/Block/Newmail.php?rt=horde-hatchery&r=15fa241c98f4cf84e8c3de566382e3907483493e
http://cvs.horde.org/diff.php/imp/lib/Block/foldersummary.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=15fa241c98f4cf84e8c3de566382e3907483493e
http://cvs.horde.org/diff.php/imp/lib/Block/newmail.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=15fa241c98f4cf84e8c3de566382e3907483493e




More information about the commits mailing list