[commits] Horde branch master updated. 0bd1c58a678a0893dffa306f36d1428583b89979
Michael M Slusarz
slusarz at horde.org
Tue Mar 18 04:25:40 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 204470ec1fb098c0667599fe39018572deb1438a
b54c885 Update changelog from 6.1
0bd1c58 Rewrite mailbox row (subject) dynamic creation
Summary: http://github.com/horde/horde/compare/204470ec1fb098c0667599fe39018572deb1438a...0bd1c58a678a0893dffa306f36d1428583b89979
-----------------------------------------------------------------------
commit b54c885708a85b7a168910dc76850d20482b9b08
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 17 22:20:47 2014 -0600
Update changelog from 6.1
imp/docs/CHANGES | 3 +++
imp/package.xml | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/b54c885708a85b7a168910dc76850d20482b9b08
http://git.horde.org/horde-git/-/commit/b54c885708a85b7a168910dc76850d20482b9b08
-----------------------------------------------------------------------
commit 0bd1c58a678a0893dffa306f36d1428583b89979
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 17 22:21:20 2014 -0600
Rewrite mailbox row (subject) dynamic creation
This is the proper fix for the XSS flag issue fixed in 6.1.8 - this is
the reason you use writeAttribute on an actual DOM element object (rather
than HTML strings) to set attribute values.
We should probably get rid of the message row templating code, since it
isn't really useful - this is not free-form HTML, since there is a bunch
of javascript/CSS to enable this to work correctly as a dynamic table,
as opposed to just a presentation layer.
While in here, fix issue where the quick search critieria is only
updated for the column that is actually being searched on.
imp/js/dimpbase.js | 77 +++++++++++++++++++----------
imp/lib/Ajax/Application/ListMessages.php | 2 +-
2 files changed, 52 insertions(+), 27 deletions(-)
http://github.com/horde/horde/commit/0bd1c58a678a0893dffa306f36d1428583b89979
http://git.horde.org/horde-git/-/commit/0bd1c58a678a0893dffa306f36d1428583b89979
More information about the commits
mailing list