The branch "master" has been updated. The following is a summary of the commits.
from: 7dcb31b1b1dd680fa0e394688fe0ec12e241b917 c459b74 [jan] Add htmlspecialchars() filter. 57bba3d Output as much information as possible before attempting to print error details. 8984a6e Fix markup if note list is empty (Bug #11468). ----------------------------------------------------------------------- commit c459b74a37107940165f4216be310930bb5e5b5d Author: Jan Schneider <[email protected]> Date: Fri Oct 5 12:15:04 2012 +0200 [jan] Add htmlspecialchars() filter. .../Stream_Filter/lib/Horde/Stream/Filter/Htmlspecialchars.php | 40 +++++ framework/Stream_Filter/package.xml | 12 +- 2 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 framework/Stream_Filter/lib/Horde/Stream/Filter/Htmlspecialchars.php http://git.horde.org/horde-git/-/commit/c459b74a37107940165f4216be310930bb5e5b5d ----------------------------------------------------------------------- commit 57bba3d0c7f10dc6ebb41e6a42085b3a1b935406 Author: Jan Schneider <[email protected]> Date: Fri Oct 5 13:08:44 2012 +0200 Output as much information as possible before attempting to print error details. The error object might be huge and printing it could hit the memory_limit, so we'd lose even the error message and backtrace. framework/Core/lib/Horde/ErrorHandler.php | 51 +++++++++++++++++++--------- 1 files changed, 34 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/57bba3d0c7f10dc6ebb41e6a42085b3a1b935406 ----------------------------------------------------------------------- commit 8984a6ebb3b5aa95241a24526053c0c3ef496055 Author: Jan Schneider <[email protected]> Date: Fri Oct 5 19:04:31 2012 +0200 Fix markup if note list is empty (Bug #11468). mnemo/templates/list/header.inc | 1 - mnemo/templates/list/memo_footers.inc | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/8984a6ebb3b5aa95241a24526053c0c3ef496055 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
