[commits] Horde branch master updated. 7d80ab2b74b181d69bbe13ea140ae2c4c9f4b634

Michael M Slusarz slusarz at horde.org
Thu Jan 21 06:25:45 UTC 2010


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

from: c1eb416640f7b07c9f1c7d1bffe2ccb758380fda

1387963 Ticket #4561: Abstract ajax interface to Horde
7d80ab2 ws

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

commit 13879630963e68a2bfe3f85e37082bd6d5ac6631
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jan 20 13:51:11 2010 -0700

    Ticket #4561: Abstract ajax interface to Horde

 framework/Ajax/lib/Horde/Ajax.php                  |   36 +
 framework/Ajax/lib/Horde/Ajax/Application/Base.php |   76 +
 framework/Ajax/lib/Horde/Ajax/Exception.php        |   16 +
 framework/Ajax/package.xml                         |   15 +-
 framework/Core/lib/Horde.php                       |    7 +-
 framework/Core/lib/Horde/Registry.php              |    5 +-
 horde/docs/CHANGES                                 |    1 +
 horde/services/ajax.php                            |   72 +
 imp/ajax.php                                       |  882 ------------
 imp/docs/CHANGES                                   |    1 +
 imp/js/DimpBase.js                                 |   65 +-
 imp/js/DimpCore.js                                 |    6 +-
 imp/lib/Ajax/Application.php                       | 1518 ++++++++++++++++++++
 imp/lib/IMP.php                                    |    2 +-
 imp/templates/javascript_defs_dimp.php             |    2 +-
 kronolith/ajax.php                                 |  689 ---------
 kronolith/js/kronolith.js                          |    2 +-
 kronolith/lib/Ajax/Application.php                 |  741 ++++++++++
 kronolith/lib/Kronolith.php                        |    2 +-
 shout/ajax.php                                     |   89 --
 shout/lib/Ajax/Application.php                     |   81 ++
 shout/templates/extensions/list.inc                |    6 +-
 22 files changed, 2607 insertions(+), 1707 deletions(-)
 create mode 100644 framework/Ajax/lib/Horde/Ajax.php
 create mode 100644 framework/Ajax/lib/Horde/Ajax/Application/Base.php
 create mode 100644 framework/Ajax/lib/Horde/Ajax/Exception.php
 create mode 100644 horde/services/ajax.php
 delete mode 100644 imp/ajax.php
 create mode 100644 imp/lib/Ajax/Application.php
 delete mode 100644 kronolith/ajax.php
 create mode 100644 kronolith/lib/Ajax/Application.php
 delete mode 100644 shout/ajax.php
 create mode 100644 shout/lib/Ajax/Application.php

http://git.horde.org/co.php/framework/Ajax/lib/Horde/Ajax.php?rt=horde-git&r=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/co.php/framework/Ajax/lib/Horde/Ajax/Application/Base.php?rt=horde-git&r=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/co.php/framework/Ajax/lib/Horde/Ajax/Exception.php?rt=horde-git&r=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/framework/Ajax/package.xml?rt=horde-git&r1=c7d12ac2905ff929b4512134e924ab2efdcb7828&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=c92729ed228294b9d29b8a0e73be90e06ff45ab7&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=3ed159b066622e452a443670ecbb5307043163b6&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-git&r1=1a443e71573d6a66508ac5b52828dd8d592be2d4&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/co.php/horde/services/ajax.php?rt=horde-git&r=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=7b8ddd0c8667d890fbef894ed6d517bbfcd983b6&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/co.php/imp/lib/Ajax/Application.php?rt=horde-git&r=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=2edebfcf72b871c0b708eb53e570a0a07abf12d7&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/co.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=2edebfcf72b871c0b708eb53e570a0a07abf12d7&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/shout/ajax.php?rt=horde-git&r1=a3246513d90ed33b0248fe26ff0ddac1866d8637&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/co.php/shout/lib/Ajax/Application.php?rt=horde-git&r=13879630963e68a2bfe3f85e37082bd6d5ac6631
http://git.horde.org/diff.php/shout/templates/extensions/list.inc?rt=horde-git&r1=be14ca3615ae26abeb6037244d9332ca29ceeda4&r2=13879630963e68a2bfe3f85e37082bd6d5ac6631

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

commit 7d80ab2b74b181d69bbe13ea140ae2c4c9f4b634
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jan 20 23:14:38 2010 -0700

    ws

 imp/templates/rss/mailbox.rss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/templates/rss/mailbox.rss?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=7d80ab2b74b181d69bbe13ea140ae2c4c9f4b634




More information about the commits mailing list