The branch "develop" has been updated. The following is a summary of the commits.
from: 3f8e2bde94c241c6c889d1553a692c3d0e811537 899004c [mms] Fix message advancing when deleting messages in traditional view when deleted messages are visible in the mailbox. 1be8ca4 [mms] Fix purging moved messages from dynamic mailbox view if deleted messages are visible in the mailbox (Bug #10916). c7230d6 cleanups d7287f2 Better indicate this is a group edit entry. 67743cd Don't show edit list if only 1 group to edit 2d4064f Better titles for these views d0aefb8 Edit icon should always lead directly to edit page, rather than edit tab on view page 8ff31fa Add explicit link to group members when viewing group entry 7158ed1 [mms] Improved navigation when editing group entries. 73ea9ff Merge branch 'master' into develop ----------------------------------------------------------------------- commit 899004c030b0547500b54a228d169e616095e524 Author: Michael M Slusarz <[email protected]> Date: Mon Jan 23 23:23:07 2012 -0700 [mms] Fix message advancing when deleting messages in traditional view when deleted messages are visible in the mailbox. imp/docs/CHANGES | 2 ++ imp/lib/Message.php | 3 ++- imp/package.xml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/899004c030b0547500b54a228d169e616095e524 ----------------------------------------------------------------------- commit 1be8ca4161fe3ebde647452474adcdd15b02f205 Author: Michael M Slusarz <[email protected]> Date: Mon Jan 23 23:36:09 2012 -0700 [mms] Fix purging moved messages from dynamic mailbox view if deleted messages are visible in the mailbox (Bug #10916). imp/docs/CHANGES | 2 ++ imp/lib/Ajax/Application.php | 2 +- imp/package.xml | 2 ++ 3 files changed, 5 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1be8ca4161fe3ebde647452474adcdd15b02f205 ----------------------------------------------------------------------- commit c7230d69134d93f857ae41519e96a3e285ee226f Author: Michael M Slusarz <[email protected]> Date: Tue Jan 24 12:28:18 2012 -0700 cleanups turba/lib/Form/EditContactGroup.php | 10 ++++++++-- turba/lib/View/List.php | 34 ++++++++++++++++++++++------------ 2 files changed, 30 insertions(+), 14 deletions(-) http://git.horde.org/horde-git/-/commit/c7230d69134d93f857ae41519e96a3e285ee226f ----------------------------------------------------------------------- commit d7287f2d8cb3ece7c90e923ec66863525efda368 Author: Michael M Slusarz <[email protected]> Date: Tue Jan 24 13:23:08 2012 -0700 Better indicate this is a group edit entry. turba/edit.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/d7287f2d8cb3ece7c90e923ec66863525efda368 ----------------------------------------------------------------------- commit 67743cdfa79d7851fcee4bf0b208d2a6b2d4bbed Author: Michael M Slusarz <[email protected]> Date: Tue Jan 24 13:29:49 2012 -0700 Don't show edit list if only 1 group to edit turba/lib/Form/EditContactGroup.php | 28 ++++++++++++++++------------ 1 files changed, 16 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/67743cdfa79d7851fcee4bf0b208d2a6b2d4bbed ----------------------------------------------------------------------- commit 2d4064f32621e105f9cc9dcbd81ea5f3d059f49b Author: Michael M Slusarz <[email protected]> Date: Tue Jan 24 13:40:03 2012 -0700 Better titles for these views turba/contact.php | 1 + turba/lib/View/DeleteContact.php | 7 +++---- turba/lib/View/EditContact.php | 7 +++---- 3 files changed, 7 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/2d4064f32621e105f9cc9dcbd81ea5f3d059f49b ----------------------------------------------------------------------- commit d0aefb82966dce0e3c1c9e4c3cba207233bd1bfa Author: Michael M Slusarz <[email protected]> Date: Tue Jan 24 13:45:25 2012 -0700 Edit icon should always lead directly to edit page, rather than edit tab on view page turba/templates/browse/row.inc | 28 +++++++--------------------- 1 files changed, 7 insertions(+), 21 deletions(-) http://git.horde.org/horde-git/-/commit/d0aefb82966dce0e3c1c9e4c3cba207233bd1bfa ----------------------------------------------------------------------- commit 8ff31faaedf2a5ab50667f2787465c317c6608ea Author: Michael M Slusarz <[email protected]> Date: Tue Jan 24 14:06:10 2012 -0700 Add explicit link to group members when viewing group entry turba/lib/Form/EditContact.php | 18 ++++++++++++++++++ turba/themes/default/screen.css | 8 ++++++++ 2 files changed, 26 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/8ff31faaedf2a5ab50667f2787465c317c6608ea ----------------------------------------------------------------------- commit 7158ed1ada81d113796d1283b7eb7d2979eb96fc Author: Michael M Slusarz <[email protected]> Date: Tue Jan 24 14:09:25 2012 -0700 [mms] Improved navigation when editing group entries. turba/docs/CHANGES | 1 + turba/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/7158ed1ada81d113796d1283b7eb7d2979eb96fc ----------------------------------------------------------------------- commit 73ea9ff6f40e428c3af45592dcc4446821f6620a Merge: 3f8e2bd 7158ed1 Author: Michael M Slusarz <[email protected]> Date: Tue Jan 24 14:56:01 2012 -0700 Merge branch 'master' into develop Conflicts: imp/package.xml turba/package.xml imp/docs/CHANGES | 4 ++++ imp/lib/Ajax/Application.php | 2 +- imp/lib/Message.php | 3 ++- imp/package.xml | 28 ++++------------------------ turba/contact.php | 1 + turba/docs/CHANGES | 1 + turba/edit.php | 3 ++- turba/lib/Form/EditContact.php | 18 ++++++++++++++++++ turba/lib/Form/EditContactGroup.php | 24 +++++++++++++++++------- turba/lib/View/DeleteContact.php | 7 +++---- turba/lib/View/EditContact.php | 7 +++---- turba/lib/View/List.php | 34 ++++++++++++++++++++++------------ turba/package.xml | 2 +- turba/templates/browse/row.inc | 28 +++++++--------------------- turba/themes/default/screen.css | 8 ++++++++ 15 files changed, 94 insertions(+), 76 deletions(-) http://git.horde.org/horde-git/-/commit/73ea9ff6f40e428c3af45592dcc4446821f6620a __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
