The branch "master" has been updated. The following is a summary of the commits.
from: 2ca23ef7af9afd0ca0f3318fa7eac4467548e7e9 e1b8a2a Don't use user name as default share preference default. c6e0945 Simplify e253cf8 Checking for locked pref doesn't make sense if the calendar doesn't exist at all. 1e8e94f Fix coding standard for method/property names. b88cb18 Fix parse errors. 85fc387 Catch invalid exceptions and completions (Bug #11763). ----------------------------------------------------------------------- commit e1b8a2afd63f04f69961d02a931597b3fe65ea5c Author: Jan Schneider <[email protected]> Date: Wed Nov 28 14:42:41 2012 +0100 Don't use user name as default share preference default. We don't use user name for default share names for a while, and this doesn't change behavior for existing, saved preferences. kronolith/config/prefs.php | 2 +- kronolith/lib/Kronolith.php | 5 ----- mnemo/config/prefs.php | 2 +- mnemo/lib/Mnemo.php | 2 -- nag/config/prefs.php | 2 +- nag/lib/Nag.php | 2 -- 6 files changed, 3 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/e1b8a2afd63f04f69961d02a931597b3fe65ea5c ----------------------------------------------------------------------- commit c6e09455df9f77e1aee2efb0b146a92ccadc5909 Author: Jan Schneider <[email protected]> Date: Wed Nov 28 14:50:50 2012 +0100 Simplify kronolith/lib/Kronolith.php | 19 +++++++++---------- mnemo/lib/Mnemo.php | 15 +++++++-------- nag/lib/Nag.php | 15 ++++++--------- 3 files changed, 22 insertions(+), 27 deletions(-) http://git.horde.org/horde-git/-/commit/c6e09455df9f77e1aee2efb0b146a92ccadc5909 ----------------------------------------------------------------------- commit e253cf85ff271f80a55b4b139fa70bf65a7ccde0 Author: Jan Schneider <[email protected]> Date: Wed Nov 28 14:52:40 2012 +0100 Checking for locked pref doesn't make sense if the calendar doesn't exist at all. kronolith/lib/Kronolith.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e253cf85ff271f80a55b4b139fa70bf65a7ccde0 ----------------------------------------------------------------------- commit 1e8e94feaf983def449d7bdae8b3ae05371932c8 Author: Jan Schneider <[email protected]> Date: Wed Nov 28 15:41:00 2012 +0100 Fix coding standard for method/property names. kronolith/lib/Calendars/Base.php | 26 +++++++++++++------------- kronolith/lib/Calendars/Default.php | 5 ++--- kronolith/lib/Calendars/Kolab.php | 7 +++---- mnemo/lib/Notepads/Base.php | 28 ++++++++++++++-------------- mnemo/lib/Notepads/Default.php | 5 ++--- mnemo/lib/Notepads/Kolab.php | 7 +++---- nag/lib/Tasklists/Base.php | 28 ++++++++++++++-------------- nag/lib/Tasklists/Default.php | 5 ++--- nag/lib/Tasklists/Kolab.php | 7 +++---- 9 files changed, 56 insertions(+), 62 deletions(-) http://git.horde.org/horde-git/-/commit/1e8e94feaf983def449d7bdae8b3ae05371932c8 ----------------------------------------------------------------------- commit b88cb1853d014b0a313fb8d337b633b9e4f516ca Author: Jan Schneider <[email protected]> Date: Wed Nov 28 15:52:05 2012 +0100 Fix parse errors. kronolith/config/prefs.php | 2 +- mnemo/config/prefs.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/b88cb1853d014b0a313fb8d337b633b9e4f516ca ----------------------------------------------------------------------- commit 85fc3870906e609c87c4a1de0661637c6dfc0217 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 16:18:57 2012 +0100 Catch invalid exceptions and completions (Bug #11763). framework/Date/lib/Horde/Date/Recurrence.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/85fc3870906e609c87c4a1de0661637c6dfc0217 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
