The branch "master" has been updated. The following is a summary of the commits.
from: 2d848de20b90f507c3d8ade3e5f8c330220ae22d 564e4a9 Only hadle the legacy uploader if we explicitly request it. 227e160 Don't query for a formatted name if we know we don't need one. b0b4ce2 Query all the tickets at once. Summary: http://github.com/horde/horde/compare/2d848de20b90f507c3d8ade3e5f8c330220ae22d...b0b4ce2648b717cc3abc4f3639075baf7c741e16 ----------------------------------------------------------------------- commit 564e4a96bfad85afa7b4ee932a3dc52de2fad559 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 18 14:27:46 2015 -0400 Only hadle the legacy uploader if we explicitly request it. ansel/img/upload.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/564e4a96bfad85afa7b4ee932a3dc52de2fad559 ----------------------------------------------------------------------- commit 227e160f3b46cf106c94ab2828c3627b78fad8b9 Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 20 00:15:49 2015 -0400 Don't query for a formatted name if we know we don't need one. Saves potentially hundreds to thousands of db queries from the costObject API. whups/lib/Api.php | 2 +- whups/lib/Driver/Sql.php | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/227e160f3b46cf106c94ab2828c3627b78fad8b9 ----------------------------------------------------------------------- commit b0b4ce2648b717cc3abc4f3639075baf7c741e16 Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 20 00:17:47 2015 -0400 Query all the tickets at once. Saves expensive DB queries at the expense of iterating trough the result set twice. whups/lib/Api.php | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/b0b4ce2648b717cc3abc4f3639075baf7c741e16 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
