[commits] Horde branch master updated. cbbf69b02148b50a053b3c5f336597cbafda9e7f

Michael M Slusarz slusarz at horde.org
Thu Oct 7 16:46:57 UTC 2010


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

from: 1d6c5fe3cdfbb94143f6b57b91597433ce1b4895

b09e46b changelog updates from CVS HEAD
cbbf69b Convert all IMP binders to factories.

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

commit b09e46b4fdba3d93ff6e327930b795ae48462f8e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 7 01:31:00 2010 -0600

    changelog updates from CVS HEAD

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

http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-git&r1=cb04e5836043fecd6a5d3ccc060eb57e18ed92d1&r2=b09e46b4fdba3d93ff6e327930b795ae48462f8e

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

commit cbbf69b02148b50a053b3c5f336597cbafda9e7f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 7 02:25:02 2010 -0600

    Convert all IMP binders to factories.

 imp/lib/Application.php               |   26 +++++-----
 imp/lib/Injector/Binder/AuthImap.php  |   51 --------------------
 imp/lib/Injector/Binder/Identity.php  |   31 ------------
 imp/lib/Injector/Binder/Imaptree.php  |   79 ------------------------------
 imp/lib/Injector/Binder/Mail.php      |   58 ----------------------
 imp/lib/Injector/Binder/Pgp.php       |   42 ----------------
 imp/lib/Injector/Binder/Quota.php     |   60 -----------------------
 imp/lib/Injector/Binder/Search.php    |   71 ---------------------------
 imp/lib/Injector/Binder/Sentmail.php  |   42 ----------------
 imp/lib/Injector/Binder/Smime.php     |   31 ------------
 imp/lib/Injector/Factory/AuthImap.php |   60 +++++++++++++++++++++++
 imp/lib/Injector/Factory/Identity.php |   40 +++++++++++++++
 imp/lib/Injector/Factory/Imaptree.php |   85 +++++++++++++++++++++++++++++++++
 imp/lib/Injector/Factory/Mail.php     |   70 +++++++++++++++++++++++++++
 imp/lib/Injector/Factory/Pgp.php      |   51 ++++++++++++++++++++
 imp/lib/Injector/Factory/Quota.php    |   69 ++++++++++++++++++++++++++
 imp/lib/Injector/Factory/Search.php   |   70 +++++++++++++++++++++++++++
 imp/lib/Injector/Factory/Sentmail.php |   51 ++++++++++++++++++++
 imp/lib/Injector/Factory/Smime.php    |   40 +++++++++++++++
 19 files changed, 549 insertions(+), 478 deletions(-)
 delete mode 100644 imp/lib/Injector/Binder/AuthImap.php
 delete mode 100644 imp/lib/Injector/Binder/Identity.php
 delete mode 100644 imp/lib/Injector/Binder/Imaptree.php
 delete mode 100644 imp/lib/Injector/Binder/Mail.php
 delete mode 100644 imp/lib/Injector/Binder/Pgp.php
 delete mode 100644 imp/lib/Injector/Binder/Quota.php
 delete mode 100644 imp/lib/Injector/Binder/Search.php
 delete mode 100644 imp/lib/Injector/Binder/Sentmail.php
 delete mode 100644 imp/lib/Injector/Binder/Smime.php
 create mode 100644 imp/lib/Injector/Factory/AuthImap.php
 create mode 100644 imp/lib/Injector/Factory/Identity.php
 create mode 100644 imp/lib/Injector/Factory/Imaptree.php
 create mode 100644 imp/lib/Injector/Factory/Mail.php
 create mode 100644 imp/lib/Injector/Factory/Pgp.php
 create mode 100644 imp/lib/Injector/Factory/Quota.php
 create mode 100644 imp/lib/Injector/Factory/Search.php
 create mode 100644 imp/lib/Injector/Factory/Sentmail.php
 create mode 100644 imp/lib/Injector/Factory/Smime.php

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=5244ddfdc3b8f67a48aeb204d7fe79ddc7fdf3a3&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/diff.php/imp/lib/Injector/Binder/AuthImap.php?rt=horde-git&r1=87286a612ce133fd3111222c1881809707022f90&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Identity.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Imaptree.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Mail.php?rt=horde-git&r1=1121fb4fdde21774156cca072cbce4f6aac49313&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Pgp.php?rt=horde-git&r1=74d8c79df6fea4ecd5c8926d577ce424afca3d45&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Quota.php?rt=horde-git&r1=8a2298c06e89c192fbac6be2804e3b99439b35e8&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Search.php?rt=horde-git&r1=7980771d0684f78a9f996512a6c38b6df3f3491b&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Sentmail.php?rt=horde-git&r1=8a2298c06e89c192fbac6be2804e3b99439b35e8&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Smime.php?rt=horde-git&r1=74d8c79df6fea4ecd5c8926d577ce424afca3d45&r2=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/co.php/imp/lib/Injector/Factory/AuthImap.php?rt=horde-git&r=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/co.php/imp/lib/Injector/Factory/Identity.php?rt=horde-git&r=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/co.php/imp/lib/Injector/Factory/Imaptree.php?rt=horde-git&r=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/co.php/imp/lib/Injector/Factory/Mail.php?rt=horde-git&r=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/co.php/imp/lib/Injector/Factory/Pgp.php?rt=horde-git&r=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/co.php/imp/lib/Injector/Factory/Quota.php?rt=horde-git&r=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/co.php/imp/lib/Injector/Factory/Search.php?rt=horde-git&r=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/co.php/imp/lib/Injector/Factory/Sentmail.php?rt=horde-git&r=cbbf69b02148b50a053b3c5f336597cbafda9e7f
http://git.horde.org/co.php/imp/lib/Injector/Factory/Smime.php?rt=horde-git&r=cbbf69b02148b50a053b3c5f336597cbafda9e7f




More information about the commits mailing list