[commits] Horde branch master updated. 1a670aa19e143666862165e67f730152933580b3

Jan Schneider jan at horde.org
Mon Oct 18 12:08:21 UTC 2010


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

from: ca7046f4b7961e51f027b134195273cbc092d969

940a7c7 MFB: Silence warnings.
b89f48d Fix parse error.
b65bff4 These require to pass a charset now.
390c2d5 Use exceptions.
2b3d36c Make class names autoloadable.
1a670aa PPP

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

commit 940a7c73a89977350105214cb82d394e7a17ef8d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 18 12:23:12 2010 +0200

    MFB: Silence warnings.

 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=1526c4e2f0121646bf75285f8b25fdb3865aa60c&r2=940a7c73a89977350105214cb82d394e7a17ef8d

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

commit b89f48d06d8e955fb79c43517118a55b700e9fce
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 18 12:40:37 2010 +0200

    Fix parse error.

 wicked/scripts/convert_to_utf8.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/wicked/scripts/convert_to_utf8.php?rt=horde-git&r1=6dba7f3aecfe2dcea8858b0f47b7f6200814691e&r2=b89f48d06d8e955fb79c43517118a55b700e9fce

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

commit b65bff42d9c03b9b96c05e394506a0f460239cef
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 18 12:59:44 2010 +0200

    These require to pass a charset now.

 framework/Util/lib/Horde/String.php |    9 ++++++---
 wicked/lib/Driver/sql.php           |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/String.php?rt=horde-git&r1=e373a259b270e6f7b4e0e34c3d34213549c77fc6&r2=b65bff42d9c03b9b96c05e394506a0f460239cef
http://git.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde-git&r1=319f940f8c2f9062ef50183169ed6ca3dace505c&r2=b65bff42d9c03b9b96c05e394506a0f460239cef

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

commit 390c2d522cf55d409f3177c8c01384c919440ff2
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 18 13:01:33 2010 +0200

    Use exceptions.

 wicked/diff.php                                 |    7 +-
 wicked/display.php                              |   51 ++++---
 wicked/history.php                              |    5 +-
 wicked/lib/Api.php                              |   95 ++++--------
 wicked/lib/Application.php                      |    6 +-
 wicked/lib/Driver.php                           |  189 ++++++-----------------
 wicked/lib/Driver/sql.php                       |  148 +++++++++---------
 wicked/lib/Page.php                             |   99 ++++++-------
 wicked/lib/Page/AddPage.php                     |   14 +-
 wicked/lib/Page/AllPages.php                    |   24 +--
 wicked/lib/Page/AttachedFiles.php               |   55 +++----
 wicked/lib/Page/BackLinks.php                   |   17 +--
 wicked/lib/Page/DeletePage.php                  |    3 +-
 wicked/lib/Page/EditPage.php                    |   27 +--
 wicked/lib/Page/LeastPopular.php                |   23 +--
 wicked/lib/Page/LikePages.php                   |   18 +--
 wicked/lib/Page/MergeOrRename.php               |   72 ++-------
 wicked/lib/Page/MostPopular.php                 |   23 +--
 wicked/lib/Page/NewPage.php                     |   14 +-
 wicked/lib/Page/RecentChanges.php               |   21 +--
 wicked/lib/Page/RevertPage.php                  |    5 +-
 wicked/lib/Page/Search.php                      |   25 +--
 wicked/lib/Page/StandardPage.php                |   97 ++++++------
 wicked/lib/Page/StandardPage/StdHistoryPage.php |   16 +-
 wicked/lib/Page/SyncDiff.php                    |   52 ++-----
 wicked/lib/Page/SyncPages.php                   |  112 ++++----------
 wicked/lib/Sync.php                             |   46 ++----
 wicked/lib/Sync/wicked.php                      |   35 +++--
 wicked/lib/tests/Driver.php                     |   74 ++-------
 wicked/scripts/mail-filter.php                  |   52 +++----
 wicked/templates/display/title.inc              |   11 +-
 wicked/view.php                                 |   10 +-
 32 files changed, 534 insertions(+), 912 deletions(-)

http://git.horde.org/diff.php/wicked/diff.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/display.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/history.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Api.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Application.php?rt=horde-git&r1=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Driver.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde-git&r1=b65bff42d9c03b9b96c05e394506a0f460239cef&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page.php?rt=horde-git&r1=18a73c6f927790a6c1b4c9b7cab7334513c63952&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/AddPage.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/AllPages.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/AttachedFiles.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/BackLinks.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/DeletePage.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/EditPage.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/LeastPopular.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/LikePages.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/MergeOrRename.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/MostPopular.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/NewPage.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/RecentChanges.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/RevertPage.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/Search.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/StandardPage.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/StandardPage/StdHistoryPage.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/SyncDiff.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Page/SyncPages.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Sync.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/Sync/wicked.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/lib/tests/Driver.php?rt=horde-git&r1=94db816369d07fd9fe11128140f0ce8ae1a953c5&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/scripts/mail-filter.php?rt=horde-git&r1=6dba7f3aecfe2dcea8858b0f47b7f6200814691e&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/templates/display/title.inc?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=390c2d522cf55d409f3177c8c01384c919440ff2
http://git.horde.org/diff.php/wicked/view.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=390c2d522cf55d409f3177c8c01384c919440ff2

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

commit 2b3d36c42edacd545c295b739f2091b97af9f056
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 18 13:45:26 2010 +0200

    Make class names autoloadable.

 wicked/display.php                              |    2 +-
 wicked/lib/Api.php                              |    2 +-
 wicked/lib/Driver.php                           |   25 +-
 wicked/lib/Driver/Sql.php                       |  845 ++++++++++++++++++++++
 wicked/lib/Driver/sql.php                       |  855 -----------------------
 wicked/lib/Page.php                             |   31 +-
 wicked/lib/Page/AddPage.php                     |   13 +-
 wicked/lib/Page/AllPages.php                    |    7 +-
 wicked/lib/Page/AttachedFiles.php               |    8 +-
 wicked/lib/Page/BackLinks.php                   |   11 +-
 wicked/lib/Page/DeletePage.php                  |    9 +-
 wicked/lib/Page/EditPage.php                    |   10 +-
 wicked/lib/Page/LeastPopular.php                |    7 +-
 wicked/lib/Page/LikePages.php                   |   11 +-
 wicked/lib/Page/MergeOrRename.php               |    7 +-
 wicked/lib/Page/MostPopular.php                 |    7 +-
 wicked/lib/Page/NewPage.php                     |    9 +-
 wicked/lib/Page/RecentChanges.php               |    7 +-
 wicked/lib/Page/RevertPage.php                  |    7 +-
 wicked/lib/Page/Search.php                      |   16 +-
 wicked/lib/Page/StandardHistoryPage.php         |   61 ++
 wicked/lib/Page/StandardPage.php                |    6 +-
 wicked/lib/Page/StandardPage/StdHistoryPage.php |   61 --
 wicked/lib/Page/SyncDiff.php                    |   10 +-
 wicked/lib/Page/SyncPages.php                   |    8 +-
 wicked/lib/Sync.php                             |   16 +-
 wicked/lib/Sync/Wicked.php                      |  127 ++++
 wicked/lib/Sync/wicked.php                      |  130 ----
 wicked/lib/tests/Driver.php                     |    3 -
 29 files changed, 1108 insertions(+), 1203 deletions(-)
 create mode 100644 wicked/lib/Driver/Sql.php
 delete mode 100644 wicked/lib/Driver/sql.php
 create mode 100644 wicked/lib/Page/StandardHistoryPage.php
 delete mode 100644 wicked/lib/Page/StandardPage/StdHistoryPage.php
 create mode 100644 wicked/lib/Sync/Wicked.php
 delete mode 100644 wicked/lib/Sync/wicked.php

http://git.horde.org/diff.php/wicked/display.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Api.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Driver.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/co.php/wicked/lib/Driver/Sql.php?rt=horde-git&r=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/AddPage.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/AllPages.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/AttachedFiles.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/BackLinks.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/DeletePage.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/EditPage.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/LeastPopular.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/LikePages.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/MergeOrRename.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/MostPopular.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/NewPage.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/RecentChanges.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/RevertPage.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/Search.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/co.php/wicked/lib/Page/StandardHistoryPage.php?rt=horde-git&r=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/StandardPage.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/StandardPage/StdHistoryPage.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/SyncDiff.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Page/SyncPages.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Sync.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/co.php/wicked/lib/Sync/Wicked.php?rt=horde-git&r=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/Sync/wicked.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056
http://git.horde.org/diff.php/wicked/lib/tests/Driver.php?rt=horde-git&r1=390c2d522cf55d409f3177c8c01384c919440ff2&r2=2b3d36c42edacd545c295b739f2091b97af9f056

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

commit 1a670aa19e143666862165e67f730152933580b3
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 18 14:08:14 2010 +0200

    PPP

 wicked/lib/Driver.php                               |   36 +++++-----
 wicked/lib/Driver/Sql.php                           |   64 +++++++++---------
 wicked/lib/Page.php                                 |   70 +++++++++---------
 wicked/lib/Page/AddPage.php                         |   18 +++---
 wicked/lib/Page/AllPages.php                        |   10 ++--
 wicked/lib/Page/AttachedFiles.php                   |   20 +++---
 wicked/lib/Page/BackLinks.php                       |   14 ++--
 wicked/lib/Page/DeletePage.php                      |   20 +++---
 wicked/lib/Page/EditPage.php                        |   28 ++++----
 wicked/lib/Page/LeastPopular.php                    |   10 ++--
 wicked/lib/Page/LikePages.php                       |   14 ++--
 wicked/lib/Page/MergeOrRename.php                   |   22 +++---
 wicked/lib/Page/MostPopular.php                     |   10 ++--
 wicked/lib/Page/NewPage.php                         |   22 +++---
 wicked/lib/Page/RecentChanges.php                   |   10 ++--
 wicked/lib/Page/RevertPage.php                      |   20 +++---
 wicked/lib/Page/Search.php                          |   16 ++--
 wicked/lib/Page/StandardHistoryPage.php             |    8 +-
 wicked/lib/Page/StandardPage.php                    |   44 ++++++------
 wicked/lib/Page/SyncDiff.php                        |   18 +++---
 wicked/lib/Page/SyncPages.php                       |   28 ++++----
 wicked/lib/Sync.php                                 |    6 +-
 wicked/lib/Sync/Wicked.php                          |   16 ++--
 wicked/lib/Text_Wiki/Parse/Default/Attribute.php    |   11 ++--
 wicked/lib/Text_Wiki/Parse/Default/Code2.php        |    5 +-
 wicked/lib/Text_Wiki/Parse/Default/Registrylink.php |    9 +--
 wicked/lib/Text_Wiki/Parse/Default/Wickedblock.php  |    9 +--
 wicked/lib/Text_Wiki/Render/Xhtml/Attribute.php     |    7 +-
 wicked/lib/Text_Wiki/Render/Xhtml/Code2.php         |    2 +-
 wicked/lib/Text_Wiki/Render/Xhtml/Image2.php        |   11 ++--
 wicked/lib/Text_Wiki/Render/Xhtml/Interwiki.php     |    9 +--
 wicked/lib/Text_Wiki/Render/Xhtml/Registrylink.php  |    7 +-
 wicked/lib/Text_Wiki/Render/Xhtml/Toc.php           |   11 ++--
 wicked/lib/Text_Wiki/Render/Xhtml/Url.php           |    9 +--
 wicked/lib/Text_Wiki/Render/Xhtml/Wickedblock.php   |    7 +-
 wicked/lib/Text_Wiki/Render/Xhtml/Wikilink2.php     |    7 +-
 wicked/lib/tests/Driver.php                         |    2 +-
 37 files changed, 310 insertions(+), 320 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Driver.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Driver/Sql.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/AddPage.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/AllPages.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/AttachedFiles.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/BackLinks.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/DeletePage.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/EditPage.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/LeastPopular.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/LikePages.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/MergeOrRename.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/MostPopular.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/NewPage.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/RecentChanges.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/RevertPage.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/Search.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/StandardHistoryPage.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/StandardPage.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/SyncDiff.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Page/SyncPages.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Sync.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Sync/Wicked.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Parse/Default/Attribute.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Parse/Default/Code2.php?rt=horde-git&r1=b3ea7b5b2c717c40cb331dab47d819767f66b354&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Parse/Default/Registrylink.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Parse/Default/Wickedblock.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Attribute.php?rt=horde-git&r1=89f7955d6f286a61b8be1e5c5f13511df3734abe&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Code2.php?rt=horde-git&r1=eb2121395e6350aae19fe79d6264eeaff8b81358&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Image2.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Interwiki.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Registrylink.php?rt=horde-git&r1=05c47f9dc66f0997f66eb82379c1756142541751&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Toc.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Url.php?rt=horde-git&r1=e93fead90638440a36f410a49fe9ff29ae513181&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Wickedblock.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Wikilink2.php?rt=horde-git&r1=0aac4cc99cfea30faffea8533ecbf1b9830a2dd6&r2=1a670aa19e143666862165e67f730152933580b3
http://git.horde.org/diff.php/wicked/lib/tests/Driver.php?rt=horde-git&r1=2b3d36c42edacd545c295b739f2091b97af9f056&r2=1a670aa19e143666862165e67f730152933580b3




More information about the commits mailing list