[commits] Horde branch master updated. 17dbed78822f3756448e89d6cfc1193bdd5ac2c7

Jan Schneider jan at horde.org
Sun Feb 14 22:40:06 UTC 2010


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

from: 5dcae2cd2543b6c29aac1690c4f5e15af6b9fe26

c54aea7 No longer a todo.
4ea592a Decode html entities too in cli mode.
0c576bf MFB: Unlock page when cancelling the edit.
5ced590 MFB:   Only StandardPages support locking.   Fix permission check when editing pages.   Allow editing for the owner of the lock without having to unlock first.
a62b312 MFB: Check for lock when renaming/merging.
be8ff1a MFB: Don't use WikiWords in menus (Request #7021).
4bc481a MFB:   Take care of appending session parameter ourselves, because the parameter must   not be encoded, but we still don't want the full url.
bcdf47e MFB: Simplify
a6b1099 Since this is the default path for linked libraries now, enable it.
d15d548 Fix variable name.
8416689 Wicked classes and constants are not autoloadable yet.
17dbed7 Fix Exception calling.

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

commit c54aea7a2b33b33e2e156a6c3a2170e0bb105ce0
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 5 00:06:43 2010 +0100

    No longer a todo.

 framework/Core/lib/Horde/Config.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Config.php?rt=horde-git&r1=34b32f35adcb8c5294a419c0bc3f67c53ee3ce9d&r2=c54aea7a2b33b33e2e156a6c3a2170e0bb105ce0

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

commit 4ea592a4efcb32c5ac7b5c638e2d4a0ad7cb3009
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 17:16:19 2010 +0100

    Decode html entities too in cli mode.

 framework/Core/lib/Horde.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=9c7d62d47e1353bcb43899f1c843b619ff4c1d45&r2=4ea592a4efcb32c5ac7b5c638e2d4a0ad7cb3009

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

commit 0c576bfd272aa2b44e1f4830bd18f1bb905b1e27
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 19:20:23 2010 +0100

    MFB: Unlock page when cancelling the edit.

 wicked/templates/edit/standard.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/wicked/templates/edit/standard.inc?rt=horde-git&r1=94db816369d07fd9fe11128140f0ce8ae1a953c5&r2=0c576bfd272aa2b44e1f4830bd18f1bb905b1e27

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

commit 5ced59049a0eb547f981fbd8186055c138403021
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 19:28:16 2010 +0100

    MFB:
      Only StandardPages support locking.
      Fix permission check when editing pages.
      Allow editing for the owner of the lock without having to unlock first.

 wicked/lib/Page.php              |   26 --------------------------
 wicked/lib/Page/EditPage.php     |    7 +++++--
 wicked/lib/Page/StandardPage.php |   34 ++++++++++++++++++++++++++++------
 wicked/lib/Wicked.php            |   11 +++++++++++
 4 files changed, 44 insertions(+), 34 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Page.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=5ced59049a0eb547f981fbd8186055c138403021
http://git.horde.org/diff.php/wicked/lib/Page/EditPage.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=5ced59049a0eb547f981fbd8186055c138403021
http://git.horde.org/diff.php/wicked/lib/Page/StandardPage.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=5ced59049a0eb547f981fbd8186055c138403021
http://git.horde.org/diff.php/wicked/lib/Wicked.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=5ced59049a0eb547f981fbd8186055c138403021

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

commit a62b312a675ae503563ded18ba5fe98d236660df
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 19:29:17 2010 +0100

    MFB: Check for lock when renaming/merging.

 wicked/lib/Page/MergeOrRename.php     |   21 +++++++++++++++++++++
 wicked/templates/display/standard.inc |    4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Page/MergeOrRename.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=a62b312a675ae503563ded18ba5fe98d236660df
http://git.horde.org/diff.php/wicked/templates/display/standard.inc?rt=horde-git&r1=94db816369d07fd9fe11128140f0ce8ae1a953c5&r2=a62b312a675ae503563ded18ba5fe98d236660df

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

commit be8ff1a08a34c731c676218fad7e3b77aafabfc3
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 19:33:25 2010 +0100

    MFB: Don't use WikiWords in menus (Request #7021).

 wicked/config/conf.xml                |    8 ++++----
 wicked/docs/CHANGES                   |    1 +
 wicked/lib/Wicked.php                 |   16 +++++++---------
 wicked/templates/display/standard.inc |   14 +++++++-------
 4 files changed, 19 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/wicked/config/conf.xml?rt=horde-git&r1=30e2909850be874a4f2ddff765bf6e69da6fcfe6&r2=be8ff1a08a34c731c676218fad7e3b77aafabfc3
http://git.horde.org/diff.php/wicked/docs/CHANGES?rt=horde-git&r1=94db816369d07fd9fe11128140f0ce8ae1a953c5&r2=be8ff1a08a34c731c676218fad7e3b77aafabfc3
http://git.horde.org/diff.php/wicked/lib/Wicked.php?rt=horde-git&r1=5ced59049a0eb547f981fbd8186055c138403021&r2=be8ff1a08a34c731c676218fad7e3b77aafabfc3
http://git.horde.org/diff.php/wicked/templates/display/standard.inc?rt=horde-git&r1=a62b312a675ae503563ded18ba5fe98d236660df&r2=be8ff1a08a34c731c676218fad7e3b77aafabfc3

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

commit 4bc481a41de31772f2d106e24737d4444dc69e5a
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 19:35:45 2010 +0100

    MFB:
      Take care of appending session parameter ourselves, because the parameter must
      not be encoded, but we still don't want the full url.

 wicked/lib/Page.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Page.php?rt=horde-git&r1=5ced59049a0eb547f981fbd8186055c138403021&r2=4bc481a41de31772f2d106e24737d4444dc69e5a

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

commit bcdf47e71ed6d82622a83ce8c6e4004ef1a7593c
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 19:37:03 2010 +0100

    MFB: Simplify

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

http://git.horde.org/diff.php/wicked/lib/Page.php?rt=horde-git&r1=4bc481a41de31772f2d106e24737d4444dc69e5a&r2=bcdf47e71ed6d82622a83ce8c6e4004ef1a7593c

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

commit a6b109997eacd1a88a6e75a85de9dc99be1b924a
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 19:57:41 2010 +0100

    Since this is the default path for linked libraries now, enable it.

 horde/lib/core.php |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/horde/lib/core.php?rt=horde-git&r1=d554f3c4c60345a2a45182be9fe1ebfc0a37d55c&r2=a6b109997eacd1a88a6e75a85de9dc99be1b924a

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

commit d15d5482f551cc2c276f8600d9d53c9a712d0644
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 23:23:20 2010 +0100

    Fix variable name.

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

http://git.horde.org/diff.php/wicked/lib/Wicked.php?rt=horde-git&r1=be8ff1a08a34c731c676218fad7e3b77aafabfc3&r2=d15d5482f551cc2c276f8600d9d53c9a712d0644

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

commit 841668964a96572bbecf75030ddb80706bf2c7f8
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 23:23:40 2010 +0100

    Wicked classes and constants are not autoloadable yet.

 wicked/lib/Application.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Application.php?rt=horde-git&r1=15eaea1a3667d1fdf37220ac3c9ac8f91eaaca9c&r2=841668964a96572bbecf75030ddb80706bf2c7f8

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

commit 17dbed78822f3756448e89d6cfc1193bdd5ac2c7
Author: Jan Schneider <jan at horde.org>
Date:   Sun Feb 14 23:39:10 2010 +0100

    Fix Exception calling.

 framework/Block/lib/Horde/Block/Layout/Manager.php |   16 ++++++++--------
 framework/Crypt/lib/Horde/Crypt/Pgp.php            |    2 +-
 framework/Crypt/lib/Horde/Crypt/Smime.php          |    2 +-
 imp/config/hooks.php.dist                          |    4 ++--
 imp/lib/Compose.php                                |   14 +++++++-------
 imp/lib/Imap/Tree.php                              |    2 +-
 imp/lib/Quota/Command.php                          |    2 +-
 imp/lib/Quota/Hook.php                             |    2 +-
 imp/lib/Quota/Imap.php                             |    2 +-
 imp/lib/Quota/Mdaemon.php                          |    2 +-
 imp/lib/Quota/Mercury32.php                        |    2 +-
 11 files changed, 25 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/Manager.php?rt=horde-git&r1=6e3e99db0e636a6bc8e408751deea39f41abd427&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/framework/Crypt/lib/Horde/Crypt/Pgp.php?rt=horde-git&r1=6e3e99db0e636a6bc8e408751deea39f41abd427&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/framework/Crypt/lib/Horde/Crypt/Smime.php?rt=horde-git&r1=6e3e99db0e636a6bc8e408751deea39f41abd427&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=b52cdb0750d97562548cc5c429c777ffc309379c&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=24a067646036cf6fa1647408fc252f168f2d65e1&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/imp/lib/Quota/Command.php?rt=horde-git&r1=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/imp/lib/Quota/Hook.php?rt=horde-git&r1=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/imp/lib/Quota/Imap.php?rt=horde-git&r1=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/imp/lib/Quota/Mdaemon.php?rt=horde-git&r1=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7
http://git.horde.org/diff.php/imp/lib/Quota/Mercury32.php?rt=horde-git&r1=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e&r2=17dbed78822f3756448e89d6cfc1193bdd5ac2c7




More information about the commits mailing list