The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits.
from: f9aeb388c551bb0986686122fedf7dc60bdf0916 d91ceba Fix versions for components script. 88cd4e7 [mjr] Fix issue with NULL created dates breaking EAS. 190f3c6 [mjr] Fix issue with NULL created dates breaking EAS. c2c994f Fix handling of recurring task completion over EAS. cfa33f8 [mjr] Fix handling of recurring task completion over EAS. fd99f57 [mjr] Fix handling of recurring task completion over EAS. Summary: https://github.com/horde/nag/compare/f9aeb388c551...fd99f57c56d3 ----------------------------------------------------------------------- commit d91ceba3797c332979bcae192477fecf70b63d3d Author: Michael J Rubinsky <[email protected]> Date: Mon, 09 Apr 2018 22:16:03 -0400 Fix versions for components script. M docs/CHANGES M docs/changelog.yml M package.xml https://github.com/horde/nag/commit/d91ceba3797c332979bcae192477fecf70b63d3d ----------------------------------------------------------------------- commit 88cd4e7ee6bf8c77162143da6149c8db54a9e122 Author: Michael J Rubinsky <[email protected]> Date: Mon, 09 Apr 2018 22:18:35 -0400 [mjr] Fix issue with NULL created dates breaking EAS. M docs/changelog.yml https://github.com/horde/nag/commit/88cd4e7ee6bf8c77162143da6149c8db54a9e122 ----------------------------------------------------------------------- commit 190f3c62db003da52eea0985f4d97c37b2de47cb Author: Michael J Rubinsky <[email protected]> Date: Mon, 09 Apr 2018 22:18:35 -0400 [mjr] Fix issue with NULL created dates breaking EAS. M docs/CHANGES M package.xml https://github.com/horde/nag/commit/190f3c62db003da52eea0985f4d97c37b2de47cb ----------------------------------------------------------------------- commit c2c994fc3711b4dad68cf10018e1ccab7b6aec81 Author: Michael J Rubinsky <[email protected]> Date: Mon, 09 Apr 2018 22:20:53 -0400 Fix handling of recurring task completion over EAS. This fixes two issues: 1) When marking a recurring task complete, EAS creates a new task, marked as a "deadocur" that becomes detached from the original series. It then either modifies, or replaces the existing series, moving the due date to the next active recurrence date. We were saving the "dead" task with the recurrence info, so if that task was further edited, we would create a duplicate series on the client. 2) If completing an occurence via Horde, the due date was being sent to EAS incorrectly, leading to the due date being one occurrence or more behind the actual value. M lib/Task.php https://github.com/horde/nag/commit/c2c994fc3711b4dad68cf10018e1ccab7b6aec81 ----------------------------------------------------------------------- commit cfa33f8d391a7c0771d85a8322167ad6376b80a5 Author: Michael J Rubinsky <[email protected]> Date: Mon, 09 Apr 2018 22:21:29 -0400 [mjr] Fix handling of recurring task completion over EAS. M docs/changelog.yml https://github.com/horde/nag/commit/cfa33f8d391a7c0771d85a8322167ad6376b80a5 ----------------------------------------------------------------------- commit fd99f57c56d3d038938809057e8a623836cf6838 Author: Michael J Rubinsky <[email protected]> Date: Mon, 09 Apr 2018 22:21:29 -0400 [mjr] Fix handling of recurring task completion over EAS. M docs/CHANGES M package.xml https://github.com/horde/nag/commit/fd99f57c56d3d038938809057e8a623836cf6838 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
