[commits] Horde branch master updated. 676f9e06bc3fd0ba0b4f2a57620ff8b76d24f168

Michael J. Rubinsky mrubinsk at horde.org
Wed Jul 20 17:37:49 UTC 2016


The branch "master" has been updated.
The following is a summary of the commits.

from: bf343554875e2430ce09e98a00f42ed7c20174dc

30bca6f Avoid js error if date field is empty.
2404836 Warn about null date fields here too.
21dd025 Avoid javascript error when end date is left empty.
676f9e0 Only execute the traditional view logic if we have the data.

Summary: http://github.com/horde/horde/compare/bf343554875e2430ce09e98a00f42ed7c20174dc...676f9e06bc3fd0ba0b4f2a57620ff8b76d24f168

-----------------------------------------------------------------------

commit 30bca6fb8132c8ef3ad5c49d79531724f22bf8ac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 20 12:29:20 2016 -0400

    Avoid js error if date field is empty.

 kronolith/js/kronolith.js | 4 ++++
 1 file changed, 4 insertions(+)

http://github.com/horde/horde/commit/30bca6fb8132c8ef3ad5c49d79531724f22bf8ac

-----------------------------------------------------------------------

commit 24048364491ec704ae4013ec69c26b4fc9eda36b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 20 12:29:40 2016 -0400

    Warn about null date fields here too.

 kronolith/js/kronolith.js | 3 +++
 1 file changed, 3 insertions(+)

http://github.com/horde/horde/commit/24048364491ec704ae4013ec69c26b4fc9eda36b

-----------------------------------------------------------------------

commit 21dd02523714d09160cb58009112a19487497dea
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 20 13:03:55 2016 -0400

    Avoid javascript error when end date is left empty.
    
    This is caught when the focus leaves the field, but *this*
    handler is triggered before that. Was making it possible to
    save event with empty end field, since the javascript error was
    preventing the later check from running.

 kronolith/js/kronolith.js | 3 +++
 1 file changed, 3 insertions(+)

http://github.com/horde/horde/commit/21dd02523714d09160cb58009112a19487497dea

-----------------------------------------------------------------------

commit 676f9e06bc3fd0ba0b4f2a57620ff8b76d24f168
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 20 13:05:22 2016 -0400

    Only execute the traditional view logic if we have the data.

 kronolith/lib/Driver.php | 4 ++++
 kronolith/lib/Event.php  | 6 ++----
 2 files changed, 6 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/676f9e06bc3fd0ba0b4f2a57620ff8b76d24f168




More information about the commits mailing list