The branch "master" has been updated. The following is a summary of the commits.
from: c2697fc02623b05468274e74df258584155f1390 0eb02b8 Split out contents inline output code to separate class 1abead8 Better processing of short display label for autocompleter Summary: http://github.com/horde/horde/compare/c2697fc02623b05468274e74df258584155f1390...1abead85444c73e7966e8bce12bd45bcf1562037 ----------------------------------------------------------------------- commit 0eb02b8ae7a1bd1b3d7f2e0ac20fd627a920f6c0 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 3 16:15:31 2014 -0600 Split out contents inline output code to separate class Only used in a couple of places. IMP_Contents is more of a data processing class; inline output is display code instead. imp/lib/Ajax/Application/ShowMessage.php | 3 +- imp/lib/Basic/Message.php | 3 +- imp/lib/Contents.php | 225 -------------------------- imp/lib/Contents/InlineOutput.php | 254 ++++++++++++++++++++++++++++++ imp/lib/Minimal/Message.php | 3 +- imp/package.xml | 4 +- 6 files changed, 263 insertions(+), 229 deletions(-) create mode 100644 imp/lib/Contents/InlineOutput.php http://github.com/horde/horde/commit/0eb02b8ae7a1bd1b3d7f2e0ac20fd627a920f6c0 ----------------------------------------------------------------------- commit 1abead85444c73e7966e8bce12bd45bcf1562037 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 3 16:31:19 2014 -0600 Better processing of short display label for autocompleter imp/js/compose-dimp.js | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/1abead85444c73e7966e8bce12bd45bcf1562037 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
