The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits.
from: 5bbb800d18b53419ca8970541c69c39af4bd1060 1f9e1cf Correctly preserve the have_search value. c49b3f7 Revert "Bug: 13308 Fix returning to previously selected tab after task is saved." 9bf765f Proper fix for Bug: 13308 f239938 Fix using 'Return to Search' links for both SmartLists and normal searches. Summary: http://github.com/horde/horde/compare/5bbb800d18b53419ca8970541c69c39af4bd1060...f23993859213a89a9ded214a9264994408ebf102 ----------------------------------------------------------------------- commit 1f9e1cf1680af3c27324b2f5e7d545172989c77c 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/1f9e1cf1680af3c27324b2f5e7d545172989c77c ----------------------------------------------------------------------- commit c49b3f7229ac849c0480bed87b57be356da29208 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/c49b3f7229ac849c0480bed87b57be356da29208 ----------------------------------------------------------------------- commit 9bf765fab6b18b4c051c047f2f63d62e5fd6c7ee 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/9bf765fab6b18b4c051c047f2f63d62e5fd6c7ee ----------------------------------------------------------------------- commit f23993859213a89a9ded214a9264994408ebf102 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. 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/f23993859213a89a9ded214a9264994408ebf102 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
