The branch "imp_6_2" has been updated. The following is a summary of the commits.
from: a29e33122edb4094f0a7458e739313d3792c578d d0fc65a [mms] Add list information display to dynamic view. Summary: http://github.com/horde/horde/compare/a29e33122edb4094f0a7458e739313d3792c578d...d0fc65af9715470f4e2bffe8726604ce3a064e1d ----------------------------------------------------------------------- commit d0fc65af9715470f4e2bffe8726604ce3a064e1d Author: Michael M Slusarz <[email protected]> Date: Thu Oct 17 18:13:16 2013 -0600 [mms] Add list information display to dynamic view. imp/basic.php | 8 ++- imp/docs/CHANGES | 1 + imp/js/dimpbase.js | 11 ++- imp/lib/Basic/Listinfo.php | 136 ++++++++++++++++++++++++++++++ imp/lib/Basic/Message.php | 90 ++------------------ imp/lib/Dynamic/Mailbox.php | 4 +- imp/lib/Dynamic/Message.php | 12 +++- imp/package.xml | 3 +- imp/templates/dynamic/message.html.php | 8 ++ imp/templates/listinfo/listinfo.html.php | 14 +++ imp/themes/default/dynamic/screen.css | 4 + imp/themes/default/screen.css | 7 ++ 12 files changed, 208 insertions(+), 90 deletions(-) create mode 100644 imp/lib/Basic/Listinfo.php create mode 100644 imp/templates/listinfo/listinfo.html.php http://github.com/horde/horde/commit/d0fc65af9715470f4e2bffe8726604ce3a064e1d http://git.horde.org/horde-git/-/commit/d0fc65af9715470f4e2bffe8726604ce3a064e1d -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
