The branch "master" has been updated. The following is a summary of the commits.
from: 662781a1035d0dbd07328a4f2dffc5e280b2d4eb e5df3a2 Add getLatestEntry($guid) to get the latest history entry for a given $guid f486435 cs, ws 3430624 Bump minor version, we added a new public method. a5e8af7 CHANGES ----------------------------------------------------------------------- commit e5df3a27d590dfe98ec936cfc6706784593c5399 Author: Thomas Jarosch <[email protected]> Date: Wed Aug 21 10:57:19 2013 +0200 Add getLatestEntry($guid) to get the latest history entry for a given $guid The SQL version is very efficient since it does not need to loop through all history entries for the object to determine the latest entry. Request 12558 Signed-off-by: Michael J Rubinsky <[email protected]> framework/History/lib/Horde/History.php | 36 +++++++++++++++++++++++++++ framework/History/lib/Horde/History/Sql.php | 32 ++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/e5df3a27d590dfe98ec936cfc6706784593c5399 ----------------------------------------------------------------------- commit f486435721716425a02a60a9818e3c597fc39899 Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 21 23:49:45 2013 -0400 cs, ws framework/History/lib/Horde/History.php | 9 ++++++--- framework/History/lib/Horde/History/Sql.php | 9 +++++---- 2 files changed, 11 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/f486435721716425a02a60a9818e3c597fc39899 ----------------------------------------------------------------------- commit 34306242c402a1255dd66ffbb5715634c0e92270 Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 21 23:54:59 2013 -0400 Bump minor version, we added a new public method. framework/History/lib/Horde/History.php | 6 +++--- framework/History/lib/Horde/History/Sql.php | 2 +- framework/History/package.xml | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/34306242c402a1255dd66ffbb5715634c0e92270 ----------------------------------------------------------------------- commit a5e8af7bb6c683975e8b4a5640dc54b87a0b77b4 Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 21 23:57:05 2013 -0400 CHANGES framework/History/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/a5e8af7bb6c683975e8b4a5640dc54b87a0b77b4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
