[commits] Horde branch master updated. bf9d14b82329b6f30ec1890bde388228d13e948c
Michael J. Rubinsky
mrubinsk at horde.org
Mon Jul 15 22:18:40 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 14fedf5ea29732d081be4cfc9b739b8b22a4c04c
640f47c Only query the History system if we absolutely need to.
06b0f9b More places to not load History data.
99d3274 Don't get history from Ajax requests - it's never returned.
86be697 Don't request history when all we want are UIDs.
2e6371c No need for history when exporting timeobjects or costobjects.
85a1715 History data is not returned from Nag_Application::download(), don't ask for it.
527e3e4 History is not shown/used in the summary block.
f9c86f7 Don't use history when getting a list of possible parent tasks.
19e0d43 No history when listing tasks to purge.
3e4a503 No history when converting toHash for mobile view.
5b4c67f BFN
bf9d14b parse error
-----------------------------------------------------------------------
commit 640f47c2cc653f40d4ee9a49ae0c3d254769d863
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 17:39:14 2013 -0400
Only query the History system if we absolutely need to.
nag/lib/Driver/Sql.php | 63 ++++++++++++++++++++++++++++-------------------
nag/lib/Nag.php | 5 +++-
nag/lib/Search.php | 3 +-
nag/lib/View/List.php | 3 +-
4 files changed, 45 insertions(+), 29 deletions(-)
http://git.horde.org/horde-git/-/commit/640f47c2cc653f40d4ee9a49ae0c3d254769d863
-----------------------------------------------------------------------
commit 06b0f9b06e60becf1eb8548a13e6b37aa7ccbc4e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 17:41:18 2013 -0400
More places to not load History data.
No need to load child history when loading children from view.php.
nag/lib/Driver.php | 3 ++-
nag/lib/Driver/Smartlist.php | 4 ++--
nag/lib/Driver/Sql.php | 8 +++++---
nag/lib/Task.php | 6 ++++--
nag/view.php | 2 +-
5 files changed, 14 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/06b0f9b06e60becf1eb8548a13e6b37aa7ccbc4e
-----------------------------------------------------------------------
commit 99d32742b7d104e4b368be1615f6d4d5545abd83
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 17:46:06 2013 -0400
Don't get history from Ajax requests - it's never returned.
nag/lib/Ajax/Application/Handler/Smartmobile.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/99d32742b7d104e4b368be1615f6d4d5545abd83
-----------------------------------------------------------------------
commit 86be69777dca6b96733f2f50ccb796c9da9fcdb6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 17:47:47 2013 -0400
Don't request history when all we want are UIDs.
nag/lib/Api.php | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/86be69777dca6b96733f2f50ccb796c9da9fcdb6
-----------------------------------------------------------------------
commit 2e6371c0bd5268be655cdbbc506cb192614088fa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 17:49:23 2013 -0400
No need for history when exporting timeobjects or costobjects.
nag/lib/Api.php | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/2e6371c0bd5268be655cdbbc506cb192614088fa
-----------------------------------------------------------------------
commit 85a1715cff7b3bb1a53f1a7325b0f02eb1218a63
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 17:52:03 2013 -0400
History data is not returned from Nag_Application::download(), don't ask for it.
nag/lib/Application.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/85a1715cff7b3bb1a53f1a7325b0f02eb1218a63
-----------------------------------------------------------------------
commit 527e3e43b65c79919bc9b92895371d3df253bd98
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 18:07:53 2013 -0400
History is not shown/used in the summary block.
nag/lib/Block/Summary.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/527e3e43b65c79919bc9b92895371d3df253bd98
-----------------------------------------------------------------------
commit f9c86f7e2a983968335c203eb9c09b241e4722e9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 18:08:26 2013 -0400
Don't use history when getting a list of possible parent tasks.
nag/lib/Form/Task.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f9c86f7e2a983968335c203eb9c09b241e4722e9
-----------------------------------------------------------------------
commit 19e0d4358fd43bd3a44de2afe267bbf883598640
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 18:09:12 2013 -0400
No history when listing tasks to purge.
nag/lib/LoginTasks/Task/PurgeCompleted.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/19e0d4358fd43bd3a44de2afe267bbf883598640
-----------------------------------------------------------------------
commit 3e4a50317dd2b6edb39ab26279de798d0941a6c6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 18:12:43 2013 -0400
No history when converting toHash for mobile view.
nag/lib/Tasklist.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3e4a50317dd2b6edb39ab26279de798d0941a6c6
-----------------------------------------------------------------------
commit 5b4c67f28ea27a70e1eb9ce8184f26e5830f8498
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 18:16:59 2013 -0400
BFN
nag/docs/CHANGES | 1 +
nag/package.xml | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/5b4c67f28ea27a70e1eb9ce8184f26e5830f8498
-----------------------------------------------------------------------
commit bf9d14b82329b6f30ec1890bde388228d13e948c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Jul 15 18:18:24 2013 -0400
parse error
nag/lib/Ajax/Application/Handler/Smartmobile.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/bf9d14b82329b6f30ec1890bde388228d13e948c
More information about the commits
mailing list