[commits] Horde branch develop updated. 4af22590e8b7f1fb5f6c5e46a827645a17df82d5

Michael M Slusarz slusarz at horde.org
Thu Feb 9 07:39:41 UTC 2012


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

from: 15e3889902ad5f2c2b92d7d010178abbb2e886ee

41bdd94 global not used anymore in this method
4af2259 [mms] Rewritten vCal/iCal attachment viewer/handler.

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

commit 41bdd94b1de5a0e301f32702570070caf75ee2f4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 9 00:29:30 2012 -0700

    global not used anymore in this method

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

http://git.horde.org/horde-git/-/commit/41bdd94b1de5a0e301f32702570070caf75ee2f4

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

commit 4af22590e8b7f1fb5f6c5e46a827645a17df82d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 8 16:39:24 2012 -0700

    [mms] Rewritten vCal/iCal attachment viewer/handler.
    
    Move HTML output into templates.
    Itip actions now handled by Imple.

 imp/docs/CHANGES                   |    1 +
 imp/js/itiprequest.js              |   46 +++
 imp/lib/Ajax/Imple/ItipRequest.php |  470 ++++++++++++++++++++++
 imp/lib/Mime/Viewer/Itip.php       |  750 +++++++++++-------------------------
 imp/package.xml                    |   18 +-
 imp/templates/itip/base.html       |    7 +
 imp/templates/itip/vevent.html     |   83 ++++
 imp/templates/itip/vfreebusy.html  |   27 ++
 imp/templates/itip/vtodo.html      |   58 +++
 imp/themes/default/screen.css      |    6 +-
 10 files changed, 933 insertions(+), 533 deletions(-)
 create mode 100644 imp/js/itiprequest.js
 create mode 100644 imp/lib/Ajax/Imple/ItipRequest.php
 create mode 100644 imp/templates/itip/base.html
 create mode 100644 imp/templates/itip/vevent.html
 create mode 100644 imp/templates/itip/vfreebusy.html
 create mode 100644 imp/templates/itip/vtodo.html

http://git.horde.org/horde-git/-/commit/4af22590e8b7f1fb5f6c5e46a827645a17df82d5




More information about the commits mailing list