The branch "master" has been updated. The following is a summary of the commits.
from: 0de55865c209de87ad4846cea918371dbe264a6c 0a3b49c Correctly preserve the have_search value. 2c02aca Revert "Bug: 13308 Fix returning to previously selected tab after task is saved." 287f44f Proper fix for Bug: 13308 eaecfe4 Fix using 'Return to Search' links for both SmartLists and normal searches. Summary: http://github.com/horde/horde/compare/0de55865c209de87ad4846cea918371dbe264a6c...eaecfe4c83a8d81d7a294e40f15aaf07fc2cb1c6 ----------------------------------------------------------------------- commit 0a3b49c9518e67cf8b3dac26c5416131c4badf4d Author: Michael J Rubinsky <[email protected]> Date: Tue Jul 1 13:21:23 2014 -0400 Correctly preserve the have_search value. nag/lib/View/List.php | 1 + nag/templates/list.html.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/0a3b49c9518e67cf8b3dac26c5416131c4badf4d ----------------------------------------------------------------------- commit 2c02aca53176cf96ce569ea561321f4285619b92 Author: Michael J Rubinsky <[email protected]> Date: Tue Jul 1 13:48:30 2014 -0400 Revert "Bug: 13308 Fix returning to previously selected tab after task is saved." This reverts commit 6343acc8221a9ba5f26ca55d302c1cc074b072e2. nag/app/controllers/SaveTask.php | 2 +- nag/lib/Form/Task.php | 1 - nag/lib/View/List.php | 1 - nag/task.php | 3 --- nag/templates/list/_task.html.php | 2 +- 5 files changed, 2 insertions(+), 7 deletions(-) http://github.com/horde/horde/commit/2c02aca53176cf96ce569ea561321f4285619b92 ----------------------------------------------------------------------- commit 287f44f030d59a80358f4f6201599bbebc14da0d Author: Michael J Rubinsky <[email protected]> Date: Tue Jul 1 13:52:30 2014 -0400 Proper fix for Bug: 13308 nag/app/controllers/SaveTask.php | 3 ++- nag/task.php | 3 +++ nag/templates/list.html.php | 3 +-- nag/templates/list/_task.html.php | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/287f44f030d59a80358f4f6201599bbebc14da0d ----------------------------------------------------------------------- commit eaecfe4c83a8d81d7a294e40f15aaf07fc2cb1c6 Author: Michael J Rubinsky <[email protected]> Date: Tue Jul 1 14:32:14 2014 -0400 Fix using 'Return to Search' links for both SmartLists and normal searches. Related to Bug: 13308 nag/app/controllers/SaveTask.php | 2 +- nag/lib/Form/Task.php | 2 ++ nag/lib/View/List.php | 4 ++++ nag/task.php | 7 +++++++ nag/templates/list/_task.html.php | 11 +++++++++-- nag/templates/view/task.inc | 3 ++- 6 files changed, 25 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/eaecfe4c83a8d81d7a294e40f15aaf07fc2cb1c6 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
