The branch "master" has been updated. The following is a summary of the commits.
from: 8820295a98e423462ada4bbc2a3156c66951b1d5 9baf2d9 Fix property access. 91eaef3 Allow users with hermes:review, but not hermes:timeadmin to edit existing time for other users. c4ec000 Update the searchTotal after deleting a slice form the search results. a619b7a Replace the slice in the search results instead of rebuilding the whole list. 80a3fcf Update total after editing a search slice as well. 932b288 phpdoc 2923f6f More consistent method name. e583a06 Always return the slice, even if it's not for the current user. 97f7f39 Replace entry instead of rebuilding entire result list. a39ac18 Sanity check and attempt to correct incorrect time formats. ----------------------------------------------------------------------- commit 9baf2d9291da3fb75c7dd13be4be0da280d2bfea Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 10:10:21 2013 -0400 Fix property access. hermes/lib/Ajax/Application/Handler.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/9baf2d9291da3fb75c7dd13be4be0da280d2bfea ----------------------------------------------------------------------- commit 91eaef3f619cbc3ff560089b8754cb86698c70a1 Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 10:10:53 2013 -0400 Allow users with hermes:review, but not hermes:timeadmin to edit existing time for other users. hermes/lib/Slice.php | 3 ++- hermes/templates/dynamic/slices.inc | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/91eaef3f619cbc3ff560089b8754cb86698c70a1 ----------------------------------------------------------------------- commit c4ec00049ba92462476c3d988c9b9bca7cb85792 Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 10:31:09 2013 -0400 Update the searchTotal after deleting a slice form the search results. hermes/js/hermes.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/c4ec00049ba92462476c3d988c9b9bca7cb85792 ----------------------------------------------------------------------- commit a619b7aa08e5c9160331682d34114a52108ff8f1 Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 11:02:35 2013 -0400 Replace the slice in the search results instead of rebuilding the whole list. hermes/js/hermes.js | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/a619b7aa08e5c9160331682d34114a52108ff8f1 ----------------------------------------------------------------------- commit 80a3fcf4d97e83dbba9d4261508c77d2e9f4ba1a Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 11:04:20 2013 -0400 Update total after editing a search slice as well. hermes/js/hermes.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/80a3fcf4d97e83dbba9d4261508c77d2e9f4ba1a ----------------------------------------------------------------------- commit 932b28867ba4edff9a03c458c4697717b942a926 Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 11:10:14 2013 -0400 phpdoc hermes/lib/Ajax/Application/Handler.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/932b28867ba4edff9a03c458c4697717b942a926 ----------------------------------------------------------------------- commit 2923f6ff463b5d1009406624ab9a194c4ccd5d78 Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 11:16:54 2013 -0400 More consistent method name. hermes/js/hermes.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/2923f6ff463b5d1009406624ab9a194c4ccd5d78 ----------------------------------------------------------------------- commit e583a063770d9d4a7de5d4d338e30bd6c405db01 Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 11:31:08 2013 -0400 Always return the slice, even if it's not for the current user. hermes/js/hermes.js | 2 +- hermes/lib/Ajax/Application/Handler.php | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/e583a063770d9d4a7de5d4d338e30bd6c405db01 ----------------------------------------------------------------------- commit 97f7f39451af2f1b7533a7f82f0e8b0dc2e7a003 Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 11:40:37 2013 -0400 Replace entry instead of rebuilding entire result list. hermes/js/hermes.js | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/97f7f39451af2f1b7533a7f82f0e8b0dc2e7a003 ----------------------------------------------------------------------- commit a39ac184d25d16916d40acb2a0e9d54ac86e61c4 Author: Michael J Rubinsky <[email protected]> Date: Wed May 1 12:00:03 2013 -0400 Sanity check and attempt to correct incorrect time formats. hermes/js/hermes.js | 23 +++++++++++++++++++++-- hermes/lib/Ajax.php | 1 + 2 files changed, 22 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/a39ac184d25d16916d40acb2a0e9d54ac86e61c4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
