[commits] nag branch FRAMEWORK_5_2 updated. b65ede2328a2d429defe79b08b95c4672daa495e

jan at horde.org jan at horde.org
Fri Oct 20 20:34:03 UTC 2017


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

from: 26c9ca1bd6951cfaa786062b781e69e260aebb50

f4533f0 Happy New Year!
8fbe715 Bug: 14214 Require a non-empty due date too.
d9d5805 BFN
2ba9a19 [jan] Use access rules compatible with both Apache 2.2 and 2.4.
80e70f9 Add missing .htaccess files.
442363d Enforce completing subtasks before parent task.
d4cf796 Disable completed checkbox in UI when appropriate.
426054f Remove redundent code.
0e37f2a Mark parent tasks as incomplete when marking child task incomplete.
fa1357e BFN
9e15c49 Prepare releases.
23a89ee Released nag-4.2.7
3c0790e Development mode for nag-4.2.8
8d284b4 [jan] Update Greek translation (Limperis Antonis <limperis at cti.gr>).
29cf038 Bug: 14287 Honor date_format prefs in Task form.
418125e BFN
f500034 Prepare releases.
42bd79c Released nag-4.2.8
2258bb3 Development mode for nag-4.2.9
9d71d44 Fix handling EAS categories/tags.
725c76a BFN
0f961a9 Use Horde_Core_Script_Package_Datejs::translateFormat() to translate between JS and PHP date formats (Bug #14303).
fa786a2 Make sure we don't lazy load existing tags.
6a809e1 Prepare releases.
618794a Released nag-4.2.9
a0674eb Development mode for nag-4.2.10
34bcb15 Update credits.
805f1a8 Update eu translation.
634f2fa Fix detecting groupware resources allowed to sync.
a086328 BFN
bb5a362 Bug: 14348 Match the format we use to generate the datetime string.
95c7f0e updated pt_BR translations
cd5b9e8 Update pt_BR translation.
3186afc Fix deleting alarms when completing a task.
cf2884e BFN
9fbf227 Missed this BFN.
2068391 Ignore tasks without UID.
5776977 Don't do the UTC conversion here, the EAS code takes care of it now.
f3c212d Fix handling of task dates when syncing via EAS.
7d81ac5 BFN
90eb95f Prepare releases.
a41b539 Released nag-4.2.10
f321dab Development mode for nag-4.2.11
2e6bdab Bug: 14403 Take recurring tasks into account when sorting.
cf1e967 BFN
cae71d9 Update de translation.
2e9ea7d Updated
fc1da3e Prepare releases.
88a788f Released nag-4.2.11
a2b3b31 Development mode for nag-4.2.12
b99a350 Fix phpdoc
1368f79 Be consistent in return value.
894d7b1 Bug: 14504 Fix regression in sorting recurring tasks with due dates.
cacf0dc BFN
17f3765 Released nag-4.2.12
f34ef7a Development mode for nag-4.2.13
2373262 [jan] Fix sorting by due date with PHP < 5.5 (Bug #14507).
4087cf9 Prepare release.
7874d14 Released nag-4.2.13
c7240a1 Development mode for nag-4.2.14
1f86c79 Happy New Year!
e812f6f [mjr] Avoid PHP warnings due to corrupt preference values (Bug #14585).
b99ff32 Update menu.php.dist with correct instructions.
11a04dc Bug: 14585 Fix saving sync prefs when no default resource exists.
d8331ed BFN
4b7e46e Prepare releases.
d7a1d9f Released nag-4.2.14
d9fc8cc Development mode for nag-4.2.15
1596c24 Bug: 14634 Fix delay_start date handling.
ef3ce1e BFN
5286189 Update tr translation.
39f9509 Missed a few redirects.
4d719c6 Fix even more redirects.
7ef84ed Horde_Controller is a dependency.
7384c84 Update de translation.
690290e Updated
f202e7f Prepare releases.
2caa714 Released nag-4.2.15
1748a7b Development mode for nag-4.2.16
b02c9be [jan] Fix redirecting to task list after completing a task (Bug #14678).
e9d82e7 [jan] Don't include external tasks into drop down list for parent tasks.
3f2f224 Fix exporting tags to CATEGORIES.
29c5b43 BFN
1033f95 Set alarm description.
51861ce Export alarm snooze information.
a084964 Style
232323b Style
813ab7e Import/export estimations and effort with iCalendar.
5fb5f8a Correctly map priorities from/to iCalendar.
65f91bc [jan] Improve compatibilty when synchronizing tasks via CalDAV/ICS (Bug #14057).
2b8545c [jan] Fix positioning of due time drop down list (Bug #12288).
3d5cb44 [jan] Fix parsing sub-tasks from the quick enter dialog (Bug #14681).
7c476d3 Prepare release.
31c5ca0 Released nag-4.2.16
258d2a2 Development mode for nag-4.2.17
aa5c5cf Consider all applications as PHP 7 compatible.
57a36e9 Accidentally changed the maximum Horde dep too.
b3ae208 Fix regression when exporting single tags to iCalendar CATEGORIES.
82313ec Compared requested tasklists with allowed tasklists.
61fc607 BFN
723f400 Released nag-4.2.17
9e580a2 Development mode for nag-4.2.18
4dbbd34 [jan] Fix regression in exporting single tags to iCalendar CATEGORIES (Bug #14699).
7162f46 [jan] Fix notice when re-exporting tasks without priority (Bug #14699).
9f8317d Add .gitattributes.
cb0e524 Fix paths.
ff93ca5 Add Travis configuration and .gitignore files.
d6860d5 Use https URLs.
b65ede2 Add .horde.yml file.

Summary: https://github.com/horde/nag/compare/26c9ca1bd695...b65ede2328a2

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

commit f4533f0dd3901a330485dc0fc301dc510ab0780e
Author: Jan Schneider <jan at horde.org>
Date:   Sat, 02 Jan 2016 15:49:22 +0100

Happy New Year!

 M bin/nag-create-missing-add-histories-sql
 M bin/nag-import-openxchange
 M bin/nag-import-vtodos
 M data.php
 M index.php
 M js/calendar.js
 M js/smartmobile.js
 M lib/Ajax/Application.php
 M lib/Ajax/Application/Handler/Smartmobile.php
 M lib/Ajax/Imple/TagAutoCompleter.php
 M lib/Driver/Kolab.php
 M lib/Exception.php
 M lib/Form/Type/NagSearchDue.php
 M lib/Form/Type/NagTags.php
 M lib/LoginTasks/Task/PurgeCompleted.php
 M lib/Prefs/Special/TaskAlarms.php
 M lib/Search.php
 M lib/Smartmobile.php
 M lib/TagBrowser.php
 M lib/Tagger.php
 M lib/View/List.php
 M list.php
 M locale/bg/LC_MESSAGES/nag.po
 M locale/ca/LC_MESSAGES/nag.po
 M locale/cs/LC_MESSAGES/nag.po
 M locale/da/LC_MESSAGES/nag.po
 M locale/de/LC_MESSAGES/nag.po
 M locale/hr/LC_MESSAGES/nag.po
 M locale/id/LC_MESSAGES/nag.po
 M locale/lt/LC_MESSAGES/nag.po
 M locale/lv/LC_MESSAGES/nag.po
 M locale/nb/LC_MESSAGES/nag.po
 M locale/nl/LC_MESSAGES/nag.po
 M locale/pl/LC_MESSAGES/nag.po
 M locale/pt/LC_MESSAGES/nag.po
 M locale/pt_BR/LC_MESSAGES/nag.po
 M locale/ro/LC_MESSAGES/nag.po
 M locale/sl/LC_MESSAGES/nag.po
 M locale/tr/LC_MESSAGES/nag.po
 M locale/uk/LC_MESSAGES/nag.po
 M migration/10_nag_upgrade_categoriestotags.php
 M migration/11_nag_upgrade_smartlists.php
 M migration/12_nag_fix_smartlists.php
 M migration/13_nag_upgrade_parents.php
 M migration/14_nag_upgrade_search.php
 M migration/1_nag_base_tables.php
 M migration/2_nag_upgrade_autoincrement.php
 M migration/3_nag_upgrade_addalarmmethods.php
 M migration/4_nag_upgrade_addcolor.php
 M migration/5_nag_upgrade_systemshares.php
 M migration/6_nag_upgrade_sqlng.php
 M migration/7_nag_upgrade_sqlhierarchical.php
 M migration/8_nag_upgrade_sqlnghierarchical.php
 M migration/9_nag_upgrade_recurrence.php
 M search.php
 M smartmobile.php
 M task.php
 M task/complete.php
 M task/save.php
 M tasklists/create.php
 M tasklists/delete.php
 M tasklists/edit.php
 M tasks/index.php
 M test/Nag/TestCase.php
 M test/Nag/Unit/Driver/Base.php
 M test/Nag/Unit/Driver/KolabTest.php
 M test/Nag/Unit/Driver/Sql/Base.php
 M test/Nag/Unit/Driver/Sql/Pdo/SqliteTest.php
 M test/Nag/Unit/Factory/TasklistsTest.php
 M test/Nag/Unit/Form/Task/Base.php
 M test/Nag/Unit/Form/Task/KolabTest.php
 M test/Nag/Unit/Form/Task/Sql/Base.php
 M test/Nag/Unit/Form/Task/Sql/Pdo/SqliteTest.php
 M test/Nag/Unit/Nag/Base.php
 M test/Nag/Unit/Nag/KolabTest.php
 M test/Nag/Unit/Nag/Sql/Base.php
 M test/Nag/Unit/Nag/Sql/Pdo/SqliteTest.php
 M view.php

https://github.com/horde/nag/commit/f4533f0dd3901a330485dc0fc301dc510ab0780e

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

commit 8fbe7150484675e0911f386476d8770da4f12917
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 05 Jan 2016 21:17:57 -0500

Bug: 14214 Require a non-empty due date too.

While we enfore this in Nag's UI, it wasn't enforced when
adding tasks via the API - like from Kronolith, or external clients.
Even though that is now fixed, we still include this requirement
in the query to catch any existing tasks added like this.

Note: We could use a migration for this, but there already exists
newer migrations in master that make this difficult to handle.

 M lib/Driver.php
 M lib/Driver/Sql.php

https://github.com/horde/nag/commit/8fbe7150484675e0911f386476d8770da4f12917

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

commit d9d5805161656b015f9bd7e3ddb0c72663cf9532
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 05 Jan 2016 21:17:57 -0500

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/d9d5805161656b015f9bd7e3ddb0c72663cf9532

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

commit 2ba9a199ccbdaaddb8522ccfc946cb3a40b751d7
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 13 Jan 2016 13:32:12 +0100

[jan] Use access rules compatible with both Apache 2.2 and 2.4.

 M bin/.htaccess
 M config/.htaccess
 M docs/CHANGES
 M lib/.htaccess
 M locale/.htaccess
 M package.xml

https://github.com/horde/nag/commit/2ba9a199ccbdaaddb8522ccfc946cb3a40b751d7

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

commit 80e70f901fb652cb49440727a33cde6fc5625ebf
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 13 Jan 2016 13:48:46 +0100

Add missing .htaccess files.

 M package.xml
 A templates/.htaccess

https://github.com/horde/nag/commit/80e70f901fb652cb49440727a33cde6fc5625ebf

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

commit 442363d3abd664c06dd9a8e7be36bb14af636c54
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat, 30 Jan 2016 13:16:00 -0500

Enforce completing subtasks before parent task.

Bug: 12308

 M app/controllers/SaveTask.php
 M lib/Api.php
 M lib/Task.php

https://github.com/horde/nag/commit/442363d3abd664c06dd9a8e7be36bb14af636c54

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

commit d4cf79611dd74298a934a0c0c8cae6f2cba273ee
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat, 30 Jan 2016 13:17:13 -0500

Disable completed checkbox in UI when appropriate.

Bug: 12308

 M lib/Form/Task.php
 M task.php

https://github.com/horde/nag/commit/d4cf79611dd74298a934a0c0c8cae6f2cba273ee

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

commit 426054f631db9a435291281269ee8d148c03a0f1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat, 30 Jan 2016 13:17:26 -0500

Remove redundent code.

 M task.php

https://github.com/horde/nag/commit/426054f631db9a435291281269ee8d148c03a0f1

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

commit 0e37f2ae863d9e721f457a6700179df8bcf386fa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat, 30 Jan 2016 13:17:43 -0500

Mark parent tasks as incomplete when marking child task incomplete.

Bug: 12308

 M lib/Task.php

https://github.com/horde/nag/commit/0e37f2ae863d9e721f457a6700179df8bcf386fa

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

commit fa1357e1f237d6c3b3cf7fec4764ec56162f8298
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat, 30 Jan 2016 13:19:03 -0500

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/fa1357e1f237d6c3b3cf7fec4764ec56162f8298

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

commit 9e15c499338be3ca88b39e72b829146d25ff3b08
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 01 Feb 2016 12:23:54 +0100

Prepare releases.

 M docs/CHANGES
 M docs/RELEASE_NOTES
 M package.xml

https://github.com/horde/nag/commit/9e15c499338be3ca88b39e72b829146d25ff3b08

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

commit 23a89eeaf929670ea47b194e5acc6e9eee826bb2
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 02 Feb 2016 13:11:44 +0100

Released nag-4.2.7

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/23a89eeaf929670ea47b194e5acc6e9eee826bb2

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

commit 3c0790e54af995a5c4de7bf72e61b9dd9501399a
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 02 Feb 2016 13:11:50 +0100

Development mode for nag-4.2.8

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/3c0790e54af995a5c4de7bf72e61b9dd9501399a

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

commit 8d284b4cd9716cc8fe8f3ee77ad5321b8b53a293
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 29 Feb 2016 12:41:41 +0100

[jan] Update Greek translation (Limperis Antonis <limperis at cti.gr>).

 M docs/CHANGES
 M docs/CREDITS
 M locale/el/LC_MESSAGES/nag.mo
 M locale/el/LC_MESSAGES/nag.po
 M package.xml

https://github.com/horde/nag/commit/8d284b4cd9716cc8fe8f3ee77ad5321b8b53a293

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

commit 29cf038b5c0fed9f4036696cf2ceb7209d6b67d3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 11 Mar 2016 17:47:01 -0500

Bug: 14287 Honor date_format prefs in Task form.

 M lib/Ui/VarRenderer/Nag.php
 M templates/javascript_defs.php

https://github.com/horde/nag/commit/29cf038b5c0fed9f4036696cf2ceb7209d6b67d3

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

commit 418125e780ae48f0a4477cacab8bb8a5680f4ec1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 11 Mar 2016 17:47:37 -0500

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/418125e780ae48f0a4477cacab8bb8a5680f4ec1

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

commit f500034b758d2834ffbbd2f9b6ecf9c083a85b2b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 21 Mar 2016 12:01:40 -0400

Prepare releases.

 M docs/RELEASE_NOTES

https://github.com/horde/nag/commit/f500034b758d2834ffbbd2f9b6ecf9c083a85b2b

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

commit 42bd79c97a7be96c509813387c616bc3968a4986
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 21 Mar 2016 12:57:36 -0400

Released nag-4.2.8

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/42bd79c97a7be96c509813387c616bc3968a4986

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

commit 2258bb37a6c70e8092a5b5c5cfbb928f1d905e20
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 21 Mar 2016 12:57:38 -0400

Development mode for nag-4.2.9

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/2258bb37a6c70e8092a5b5c5cfbb928f1d905e20

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

commit 9d71d44712cba2298ec8b11e97575eb6183f449c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 22 Mar 2016 09:58:51 -0400

Fix handling EAS categories/tags.

 M lib/Api.php
 M lib/Task.php

https://github.com/horde/nag/commit/9d71d44712cba2298ec8b11e97575eb6183f449c

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

commit 725c76aedef5a71ee4884917f32fecc7f40443a0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 22 Mar 2016 10:00:24 -0400

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/725c76aedef5a71ee4884917f32fecc7f40443a0

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

commit 0f961a9bf7561ddf7c450e37fdc0b2cb33d70a18
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 31 Mar 2016 12:17:13 +0200

Use Horde_Core_Script_Package_Datejs::translateFormat() to translate between JS and PHP date formats (Bug #14303).

 M docs/CHANGES
 M package.xml
 M templates/javascript_defs.php

https://github.com/horde/nag/commit/0f961a9bf7561ddf7c450e37fdc0b2cb33d70a18

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

commit fa786a2200432deb0f4ab10dc32142594347710d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat, 02 Apr 2016 12:56:00 -0400

Make sure we don't lazy load existing tags.

 M lib/Task.php

https://github.com/horde/nag/commit/fa786a2200432deb0f4ab10dc32142594347710d

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

commit 6a809e106c822a7cb77123426fb17eb7ba4a3bdb
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 05 Apr 2016 10:34:59 +0200

Prepare releases.

 M docs/RELEASE_NOTES

https://github.com/horde/nag/commit/6a809e106c822a7cb77123426fb17eb7ba4a3bdb

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

commit 618794a1610782e306f9eac894e60f277ab24b4d
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 05 Apr 2016 12:15:06 +0200

Released nag-4.2.9

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/618794a1610782e306f9eac894e60f277ab24b4d

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

commit a0674eb6e86e09e91e4ceb44cedea243d92f2417
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 05 Apr 2016 12:15:12 +0200

Development mode for nag-4.2.10

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/a0674eb6e86e09e91e4ceb44cedea243d92f2417

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

commit 34bcb1505716a319e96ac51a4aa3cb8dfb080525
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 22 Apr 2016 15:10:56 +0200

Update credits.

 M docs/CREDITS

https://github.com/horde/nag/commit/34bcb1505716a319e96ac51a4aa3cb8dfb080525

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

commit 805f1a8aa0f1f10013d25773b8f608cbd9582ec4
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 22 Apr 2016 15:11:07 +0200

Update eu translation.

 M locale/eu/LC_MESSAGES/nag.mo
 M locale/eu/LC_MESSAGES/nag.po

https://github.com/horde/nag/commit/805f1a8aa0f1f10013d25773b8f608cbd9582ec4

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

commit 634f2fa860ffbad6b3b2d88c176b10864961774d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun, 24 Apr 2016 10:26:30 -0400

Fix detecting groupware resources allowed to sync.

We must restrict to Horde_Perms::DELETE since EAS clients do not
have an idea of permissions, and will forever continue trying to
delete an item.

 M config/prefs.php
 M lib/Nag.php

https://github.com/horde/nag/commit/634f2fa860ffbad6b3b2d88c176b10864961774d

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

commit a086328b5513eb848ad1ef47b10de549ba44507e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun, 24 Apr 2016 10:26:37 -0400

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/a086328b5513eb848ad1ef47b10de549ba44507e

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

commit bb5a36267c016bef4915dfd0e6921bfe9bfdbbc3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 03 May 2016 12:08:45 -0400

Bug: 14348 Match the format we use to generate the datetime string.

 M lib/Nag.php

https://github.com/horde/nag/commit/bb5a36267c016bef4915dfd0e6921bfe9bfdbbc3

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

commit 95c7f0e54c0580e71ba1fae98794d782d4620577
Author: dulinux <lfbm.andamentos at gmail.com>
Date:   Tue, 10 May 2016 22:14:21 -0300

updated pt_BR translations

 M locale/pt_BR/LC_MESSAGES/nag.po

https://github.com/horde/nag/commit/95c7f0e54c0580e71ba1fae98794d782d4620577

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

commit cd5b9e80baf83bc19a5d07e1cf85deb6dc1b6273
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 11 May 2016 10:49:03 +0200

Update pt_BR translation.

 M locale/pt_BR/LC_MESSAGES/nag.mo
 M locale/pt_BR/LC_MESSAGES/nag.po

https://github.com/horde/nag/commit/cd5b9e80baf83bc19a5d07e1cf85deb6dc1b6273

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

commit 3186afcb2ee115a49a093bc3296f194c6bd70724
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 16 May 2016 17:08:21 -0400

Fix deleting alarms when completing a task.

 M lib/Driver.php

https://github.com/horde/nag/commit/3186afcb2ee115a49a093bc3296f194c6bd70724

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

commit cf2884e0d0012a0d6334fea8e6b6039f0989f5ee
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 16 May 2016 17:09:26 -0400

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/cf2884e0d0012a0d6334fea8e6b6039f0989f5ee

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

commit 9fbf227d441951f7d9b3b5f701f4b5ffd3921ea8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed, 25 May 2016 11:59:29 -0400

Missed this BFN.

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/9fbf227d441951f7d9b3b5f701f4b5ffd3921ea8

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

commit 2068391002e310c83632f1cb046c1110b9280e86
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 15 Jun 2016 15:59:58 +0200

Ignore tasks without UID.

 M docs/CHANGES
 M lib/View/List.php
 M package.xml

https://github.com/horde/nag/commit/2068391002e310c83632f1cb046c1110b9280e86

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

commit 5776977cf8fb7447d81303d0a3c1b49137eb8800
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 28 Jun 2016 13:22:38 -0400

Don't do the UTC conversion here, the EAS code takes care of it now.

 M lib/Task.php

https://github.com/horde/nag/commit/5776977cf8fb7447d81303d0a3c1b49137eb8800

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

commit f3c212d627116d52a0f1bc15d7b5300225f5d622
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 28 Jun 2016 13:22:54 -0400

Fix handling of task dates when syncing via EAS.

 M lib/Task.php

https://github.com/horde/nag/commit/f3c212d627116d52a0f1bc15d7b5300225f5d622

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

commit 7d81ac5027fcd6da71805eaec82815d6bd0bd42c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 28 Jun 2016 13:27:20 -0400

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/7d81ac5027fcd6da71805eaec82815d6bd0bd42c

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

commit 90eb95fbadc53dd359b54238d13cbbeacb06ddfb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 01 Jul 2016 18:08:47 -0400

Prepare releases.

 M docs/CHANGES
 M docs/RELEASE_NOTES

https://github.com/horde/nag/commit/90eb95fbadc53dd359b54238d13cbbeacb06ddfb

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

commit a41b5391098ce037ae19fa14b9bb0692eb590f2c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 01 Jul 2016 20:04:48 -0400

Released nag-4.2.10

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/a41b5391098ce037ae19fa14b9bb0692eb590f2c

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

commit f321dab480d4d8480393809e211bbbd58b579655
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 01 Jul 2016 20:04:53 -0400

Development mode for nag-4.2.11

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/f321dab480d4d8480393809e211bbbd58b579655

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

commit 2e6bdaba01bf1fbde8f842f1811cc09ff3d8cf5b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu, 04 Aug 2016 11:02:27 -0400

Bug: 14403 Take recurring tasks into account when sorting.

 M lib/Nag.php

https://github.com/horde/nag/commit/2e6bdaba01bf1fbde8f842f1811cc09ff3d8cf5b

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

commit cf1e967b8924444986f4ef22d353e6a0218b4234
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu, 04 Aug 2016 11:04:05 -0400

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/cf1e967b8924444986f4ef22d353e6a0218b4234

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

commit cae71d920aa1bdf9fd4e4dfb3d8fc4c8f5ef78b8
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 08 Aug 2016 15:53:29 +0200

Update de translation.

 M locale/de/LC_MESSAGES/nag.mo
 M locale/de/LC_MESSAGES/nag.po

https://github.com/horde/nag/commit/cae71d920aa1bdf9fd4e4dfb3d8fc4c8f5ef78b8

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

commit 2e9ea7d2f84e0cc39e76ebc3bd5748b0b493917c
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 08 Aug 2016 15:53:49 +0200

Updated

 M locale/nag.pot

https://github.com/horde/nag/commit/2e9ea7d2f84e0cc39e76ebc3bd5748b0b493917c

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

commit fc1da3e238527a356f626d0311165c63ca93d332
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 06 Sep 2016 16:22:57 +0200

Prepare releases.

 M docs/RELEASE_NOTES

https://github.com/horde/nag/commit/fc1da3e238527a356f626d0311165c63ca93d332

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

commit 88a788f9294c083af593892083e3f902285e5249
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 06 Sep 2016 18:24:22 +0200

Released nag-4.2.11

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/88a788f9294c083af593892083e3f902285e5249

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

commit a2b3b31a5246b7e4d48c1dceaa30ee27a4c71016
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 06 Sep 2016 18:24:32 +0200

Development mode for nag-4.2.12

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/a2b3b31a5246b7e4d48c1dceaa30ee27a4c71016

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

commit b99a35038a8e4e42ec6047919fc253906480c045
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 08 Nov 2016 17:05:52 -0500

Fix phpdoc

 M lib/Task.php

https://github.com/horde/nag/commit/b99a35038a8e4e42ec6047919fc253906480c045

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

commit 1368f79ea183605364ed38a7cded153f38f82b31
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 08 Nov 2016 17:06:02 -0500

Be consistent in return value.

 M lib/Task.php

https://github.com/horde/nag/commit/1368f79ea183605364ed38a7cded153f38f82b31

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

commit 894d7b1168c06eb5f47e18cf5fc8a07861dc875b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 08 Nov 2016 17:06:13 -0500

Bug: 14504 Fix regression in sorting recurring tasks with due dates.

 M lib/Nag.php

https://github.com/horde/nag/commit/894d7b1168c06eb5f47e18cf5fc8a07861dc875b

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

commit cacf0dcc8ccde506b1cddab8a4776f41e87f0191
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 08 Nov 2016 17:06:51 -0500

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/cacf0dcc8ccde506b1cddab8a4776f41e87f0191

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

commit 17f3765e15839eed91f8c1dfa1b3a6e07f579745
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 08 Nov 2016 17:37:17 -0500

Released nag-4.2.12

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/17f3765e15839eed91f8c1dfa1b3a6e07f579745

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

commit f34ef7a5167dbe6f4f649fd7edee647a0d317c2d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue, 08 Nov 2016 17:37:19 -0500

Development mode for nag-4.2.13

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/f34ef7a5167dbe6f4f649fd7edee647a0d317c2d

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

commit 23732624b10a96fbb6af94490c67503d0a7869f3
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 09 Nov 2016 14:15:54 +0100

[jan] Fix sorting by due date with PHP < 5.5 (Bug #14507).

Fixes regression introduced with fix for bug 14504.

 M docs/CHANGES
 M lib/Nag.php
 M package.xml

https://github.com/horde/nag/commit/23732624b10a96fbb6af94490c67503d0a7869f3

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

commit 4087cf9eaa2dec9e6e5880d9442c77b049dbcbc6
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 09 Nov 2016 16:23:32 +0100

Prepare release.

 M docs/RELEASE_NOTES

https://github.com/horde/nag/commit/4087cf9eaa2dec9e6e5880d9442c77b049dbcbc6

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

commit 7874d14f4478005c0ef38553dd81eff409bc2306
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 09 Nov 2016 16:27:33 +0100

Released nag-4.2.13

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/7874d14f4478005c0ef38553dd81eff409bc2306

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

commit c7240a140efd3d87335bc14fdb1198abdd23070a
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 09 Nov 2016 16:27:36 +0100

Development mode for nag-4.2.14

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/c7240a140efd3d87335bc14fdb1198abdd23070a

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

commit 1f86c79c3081a626a398784ba34f1c91d159ea15
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 02 Jan 2017 12:05:47 +0100

Happy New Year!

 M bin/nag-create-missing-add-histories-sql
 M bin/nag-import-openxchange
 M bin/nag-import-vtodos
 M data.php
 M index.php
 M js/calendar.js
 M js/smartmobile.js
 M lib/Ajax/Application.php
 M lib/Ajax/Application/Handler/Smartmobile.php
 M lib/Ajax/Imple/TagAutoCompleter.php
 M lib/Driver/Kolab.php
 M lib/Exception.php
 M lib/Form/Type/NagSearchDue.php
 M lib/Form/Type/NagTags.php
 M lib/LoginTasks/Task/PurgeCompleted.php
 M lib/Prefs/Special/TaskAlarms.php
 M lib/Search.php
 M lib/Smartmobile.php
 M lib/TagBrowser.php
 M lib/Tagger.php
 M lib/View/List.php
 M list.php
 M locale/bg/LC_MESSAGES/nag.po
 M locale/ca/LC_MESSAGES/nag.po
 M locale/cs/LC_MESSAGES/nag.po
 M locale/da/LC_MESSAGES/nag.po
 M locale/de/LC_MESSAGES/nag.po
 M locale/el/LC_MESSAGES/nag.po
 M locale/hr/LC_MESSAGES/nag.po
 M locale/id/LC_MESSAGES/nag.po
 M locale/lt/LC_MESSAGES/nag.po
 M locale/lv/LC_MESSAGES/nag.po
 M locale/nb/LC_MESSAGES/nag.po
 M locale/nl/LC_MESSAGES/nag.po
 M locale/pl/LC_MESSAGES/nag.po
 M locale/pt/LC_MESSAGES/nag.po
 M locale/pt_BR/LC_MESSAGES/nag.po
 M locale/ro/LC_MESSAGES/nag.po
 M locale/sl/LC_MESSAGES/nag.po
 M locale/tr/LC_MESSAGES/nag.po
 M locale/uk/LC_MESSAGES/nag.po
 M migration/10_nag_upgrade_categoriestotags.php
 M migration/11_nag_upgrade_smartlists.php
 M migration/12_nag_fix_smartlists.php
 M migration/13_nag_upgrade_parents.php
 M migration/14_nag_upgrade_search.php
 M migration/1_nag_base_tables.php
 M migration/2_nag_upgrade_autoincrement.php
 M migration/3_nag_upgrade_addalarmmethods.php
 M migration/4_nag_upgrade_addcolor.php
 M migration/5_nag_upgrade_systemshares.php
 M migration/6_nag_upgrade_sqlng.php
 M migration/7_nag_upgrade_sqlhierarchical.php
 M migration/8_nag_upgrade_sqlnghierarchical.php
 M migration/9_nag_upgrade_recurrence.php
 M search.php
 M smartmobile.php
 M task.php
 M task/complete.php
 M task/save.php
 M tasklists/create.php
 M tasklists/delete.php
 M tasklists/edit.php
 M tasks/index.php
 M test/Nag/TestCase.php
 M test/Nag/Unit/Driver/Base.php
 M test/Nag/Unit/Driver/KolabTest.php
 M test/Nag/Unit/Driver/Sql/Base.php
 M test/Nag/Unit/Driver/Sql/Pdo/SqliteTest.php
 M test/Nag/Unit/Factory/TasklistsTest.php
 M test/Nag/Unit/Form/Task/Base.php
 M test/Nag/Unit/Form/Task/KolabTest.php
 M test/Nag/Unit/Form/Task/Sql/Base.php
 M test/Nag/Unit/Form/Task/Sql/Pdo/SqliteTest.php
 M test/Nag/Unit/Nag/Base.php
 M test/Nag/Unit/Nag/KolabTest.php
 M test/Nag/Unit/Nag/Sql/Base.php
 M test/Nag/Unit/Nag/Sql/Pdo/SqliteTest.php
 M view.php

https://github.com/horde/nag/commit/1f86c79c3081a626a398784ba34f1c91d159ea15

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

commit e812f6fb6b0f128e6e32d1897ac1c340c19f912f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 24 Feb 2017 12:40:22 -0500

[mjr] Avoid PHP warnings due to corrupt preference values (Bug #14585).

 M docs/CHANGES
 M lib/Nag.php
 M package.xml

https://github.com/horde/nag/commit/e812f6fb6b0f128e6e32d1897ac1c340c19f912f

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

commit b99ff324ecd38769056410233133a8474117615c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat, 25 Feb 2017 11:57:16 -0500

Update menu.php.dist with correct instructions.

 M config/menu.php.dist

https://github.com/horde/nag/commit/b99ff324ecd38769056410233133a8474117615c

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

commit 11a04dceb73e12aeca15f959ae4786ee67bf3128
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed, 01 Mar 2017 15:19:53 -0500

Bug: 14585 Fix saving sync prefs when no default resource exists.

 M config/prefs.php

https://github.com/horde/nag/commit/11a04dceb73e12aeca15f959ae4786ee67bf3128

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

commit d8331ed4fa33b92dce79fff0ac0db8c16a53ec5a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed, 01 Mar 2017 15:21:47 -0500

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/d8331ed4fa33b92dce79fff0ac0db8c16a53ec5a

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

commit 4b7e46e17a5d3b46b043cf646650262735eaef51
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 20 Mar 2017 12:07:52 +0100

Prepare releases.

 M docs/RELEASE_NOTES

https://github.com/horde/nag/commit/4b7e46e17a5d3b46b043cf646650262735eaef51

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

commit d7a1d9fea4e19c01b7b6417d3bfbb9137d44d2c8
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 20 Mar 2017 14:18:20 +0100

Released nag-4.2.14

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/d7a1d9fea4e19c01b7b6417d3bfbb9137d44d2c8

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

commit d9fc8cc914fc3e8d423fd84293dabea1a45e06c6
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 20 Mar 2017 14:18:22 +0100

Development mode for nag-4.2.15

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/d9fc8cc914fc3e8d423fd84293dabea1a45e06c6

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

commit 1596c2467e9c266e8792cee7d16f52c77c643353
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed, 24 May 2017 09:47:38 -0400

Bug: 14634 Fix delay_start date handling.

 M lib/Ui/VarRenderer/Nag.php

https://github.com/horde/nag/commit/1596c2467e9c266e8792cee7d16f52c77c643353

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

commit ef3ce1e542746a74dc471341f19bed79a321bf5a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed, 24 May 2017 09:48:07 -0400

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/ef3ce1e542746a74dc471341f19bed79a321bf5a

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

commit 52861892098836417569da4de19a6dd6d1083569
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 08 Jun 2017 15:08:09 +0200

Update tr translation.

 M locale/tr/LC_MESSAGES/nag.mo

https://github.com/horde/nag/commit/52861892098836417569da4de19a6dd6d1083569

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

commit 39f95090b77a704beda4e338a2f1132b6c104f24
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 03 Jul 2017 20:13:57 +0200

Missed a few redirects.

 M lib/Block/Summary.php
 M task.php

https://github.com/horde/nag/commit/39f95090b77a704beda4e338a2f1132b6c104f24

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

commit 4d719c621dbe64a5c963522d41e71a8c68aa5887
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 03 Jul 2017 23:38:55 +0200

Fix even more redirects.

There are a bunch of ways to redirect in Horde.

 M app/controllers/CompleteTask.php
 M app/controllers/SaveTask.php
 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/4d719c621dbe64a5c963522d41e71a8c68aa5887

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

commit 7ef84ede2cd08084f9a42101c1c85a2b60489a9a
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 03 Jul 2017 23:39:14 +0200

Horde_Controller is a dependency.

 M package.xml

https://github.com/horde/nag/commit/7ef84ede2cd08084f9a42101c1c85a2b60489a9a

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

commit 7384c84df930a1a856da04bcabaf0be7c76a896f
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 26 Jul 2017 12:04:27 +0200

Update de translation.

 M locale/de/LC_MESSAGES/nag.mo
 M locale/de/LC_MESSAGES/nag.po

https://github.com/horde/nag/commit/7384c84df930a1a856da04bcabaf0be7c76a896f

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

commit 690290ee81aa3f4d5e3f94e7c349e7b401c297f9
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 26 Jul 2017 12:05:20 +0200

Updated

 M locale/nag.pot

https://github.com/horde/nag/commit/690290ee81aa3f4d5e3f94e7c349e7b401c297f9

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

commit f202e7f413ddf871b9080f9d12cdc6be831f7c15
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 01 Aug 2017 12:57:59 +0200

Prepare releases.

 M docs/RELEASE_NOTES

https://github.com/horde/nag/commit/f202e7f413ddf871b9080f9d12cdc6be831f7c15

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

commit 2caa714b690110e6db6028a13af130d78ffa5079
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 01 Aug 2017 13:23:14 +0200

Released nag-4.2.15

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/2caa714b690110e6db6028a13af130d78ffa5079

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

commit 1748a7b31077d73a809956fcd4268ccd0cc8af39
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 01 Aug 2017 13:23:16 +0200

Development mode for nag-4.2.16

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/1748a7b31077d73a809956fcd4268ccd0cc8af39

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

commit b02c9bee8ae836e97beeb15025efecbed328af74
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 10 Aug 2017 15:23:20 +0200

[jan] Fix redirecting to task list after completing a task (Bug #14678).

 M docs/CHANGES
 M lib/Task.php
 M package.xml

https://github.com/horde/nag/commit/b02c9bee8ae836e97beeb15025efecbed328af74

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

commit e9d82e71f99191b3b51f2d4836a568ab6e9f6c16
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 10 Aug 2017 17:58:45 +0200

[jan] Don't include external tasks into drop down list for parent tasks.

 M docs/CHANGES
 M lib/Form/Task.php
 M package.xml

https://github.com/horde/nag/commit/e9d82e71f99191b3b51f2d4836a568ab6e9f6c16

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

commit 3f2f224276c3cd89277d13696e369a8c583a7e90
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 10 Aug 2017 18:43:48 +0200

Fix exporting tags to CATEGORIES.

Bug: 14057

 M lib/Task.php

https://github.com/horde/nag/commit/3f2f224276c3cd89277d13696e369a8c583a7e90

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

commit 29c5b43719d517c51de276eb4612c52b5e144ee9
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 10 Aug 2017 18:44:15 +0200

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/29c5b43719d517c51de276eb4612c52b5e144ee9

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

commit 1033f9563416ccfc645db459b72fb34a41d58af7
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 11 Aug 2017 14:12:37 +0200

Set alarm description.

 M lib/Task.php

https://github.com/horde/nag/commit/1033f9563416ccfc645db459b72fb34a41d58af7

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

commit 51861ceafa92a2595d78a7e3b7372eebb8150e50
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 11 Aug 2017 14:12:48 +0200

Export alarm snooze information.

 M lib/Task.php

https://github.com/horde/nag/commit/51861ceafa92a2595d78a7e3b7372eebb8150e50

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

commit a08496477d66c3ce6b17181e3157a91f722cd1e7
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 11 Aug 2017 14:15:48 +0200

Style

 M lib/Task.php

https://github.com/horde/nag/commit/a08496477d66c3ce6b17181e3157a91f722cd1e7

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

commit 232323b3ba8d8d96a45663a6f4aa6209efb04f7f
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 11 Aug 2017 14:21:38 +0200

Style

 M lib/Task.php

https://github.com/horde/nag/commit/232323b3ba8d8d96a45663a6f4aa6209efb04f7f

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

commit 813ab7e8da2f3e30c71725c37d784503f6706fa0
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 11 Aug 2017 14:24:32 +0200

Import/export estimations and effort with iCalendar.

 M lib/Task.php

https://github.com/horde/nag/commit/813ab7e8da2f3e30c71725c37d784503f6706fa0

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

commit 5fb5f8ae38fbf2346e381cca0c0b3f9eabf29843
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 11 Aug 2017 14:24:53 +0200

Correctly map priorities from/to iCalendar.

 M lib/Task.php

https://github.com/horde/nag/commit/5fb5f8ae38fbf2346e381cca0c0b3f9eabf29843

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

commit 65f91bcd24256aa73ee6b6f3e94a32e5e379b25d
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 11 Aug 2017 14:26:05 +0200

[jan] Improve compatibilty when synchronizing tasks via CalDAV/ICS (Bug #14057).

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/65f91bcd24256aa73ee6b6f3e94a32e5e379b25d

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

commit 2b8545c7106914bf49349a2298cab1ce3895582b
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 11 Aug 2017 14:56:31 +0200

[jan] Fix positioning of due time drop down list (Bug #12288).

 M docs/CHANGES
 M js/task.js
 M package.xml

https://github.com/horde/nag/commit/2b8545c7106914bf49349a2298cab1ce3895582b

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

commit 3d5cb44aebb10c185c61ba33dd04191d50383d95
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 14 Aug 2017 12:57:45 +0200

[jan] Fix parsing sub-tasks from the quick enter dialog (Bug #14681).

 M docs/CHANGES
 M lib/QuickParser.php
 M package.xml

https://github.com/horde/nag/commit/3d5cb44aebb10c185c61ba33dd04191d50383d95

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

commit 7c476d3f768f89860c9bca9860b97a72782ae3a3
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 15 Aug 2017 11:27:19 +0200

Prepare release.

 M docs/RELEASE_NOTES

https://github.com/horde/nag/commit/7c476d3f768f89860c9bca9860b97a72782ae3a3

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

commit 31c5ca030d79222f3320c676d1b9c846668b581b
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 15 Aug 2017 11:34:54 +0200

Released nag-4.2.16

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/31c5ca030d79222f3320c676d1b9c846668b581b

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

commit 258d2a22b5f22581c6f224f4c4cc93ef7d2ea93c
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 15 Aug 2017 11:34:58 +0200

Development mode for nag-4.2.17

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/258d2a22b5f22581c6f224f4c4cc93ef7d2ea93c

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

commit aa5c5cf36ecaa9e0ff6c04d3b71f1e0bab724c3c
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 06 Sep 2017 14:33:48 +0200

Consider all applications as PHP 7 compatible.

 M docs/CHANGES
 M package.xml

https://github.com/horde/nag/commit/aa5c5cf36ecaa9e0ff6c04d3b71f1e0bab724c3c

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

commit 57a36e96ef720c51768a825b817160b0ef562f5b
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 07 Sep 2017 16:54:51 +0200

Accidentally changed the maximum Horde dep too.

 M package.xml

https://github.com/horde/nag/commit/57a36e96ef720c51768a825b817160b0ef562f5b

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

commit b3ae208f067b9de32ae6aa3aff0510d42c1e0ba7
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 19 Sep 2017 17:00:59 +0200

Fix regression when exporting single tags to iCalendar CATEGORIES.

 M docs/CHANGES
 M lib/Task.php
 M package.xml

https://github.com/horde/nag/commit/b3ae208f067b9de32ae6aa3aff0510d42c1e0ba7

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

commit 82313ec61fcd6c13c2dda21db85e141fd7f2c6b4
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 19 Sep 2017 17:46:50 +0200

Compared requested tasklists with allowed tasklists.

 M lib/Application.php

https://github.com/horde/nag/commit/82313ec61fcd6c13c2dda21db85e141fd7f2c6b4

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

commit 61fc60792e512ce9c727027543f7883fc538f91b
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 19 Sep 2017 17:47:54 +0200

BFN

 M docs/CHANGES
 M docs/RELEASE_NOTES
 M package.xml

https://github.com/horde/nag/commit/61fc60792e512ce9c727027543f7883fc538f91b

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

commit 723f400c5f9be0b0730fd2127b91d2448c5f5227
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 21 Sep 2017 14:18:39 +0200

Released nag-4.2.17

 M composer.json
 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/723f400c5f9be0b0730fd2127b91d2448c5f5227

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

commit 9e580a2bb628c22a1f7b8fa2421deac458b2784a
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 21 Sep 2017 14:18:41 +0200

Development mode for nag-4.2.18

 M docs/CHANGES
 M lib/Application.php
 M package.xml

https://github.com/horde/nag/commit/9e580a2bb628c22a1f7b8fa2421deac458b2784a

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

commit 4dbbd34f898605fb79bf46cb10f21edf859f3790
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 26 Sep 2017 15:35:18 +0200

[jan] Fix regression in exporting single tags to iCalendar CATEGORIES (Bug #14699).

 M docs/CHANGES
 M lib/Task.php
 M package.xml

https://github.com/horde/nag/commit/4dbbd34f898605fb79bf46cb10f21edf859f3790

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

commit 7162f4663299e2fe848f2c69a1f9e1e30f9b513f
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 26 Sep 2017 15:35:54 +0200

[jan] Fix notice when re-exporting tasks without priority (Bug #14699).

 M docs/CHANGES
 M lib/Task.php
 M package.xml

https://github.com/horde/nag/commit/7162f4663299e2fe848f2c69a1f9e1e30f9b513f

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

commit 9f8317d2faeaf27609fe53c741490d4b7b418d48
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:14:44 +0200

Add .gitattributes.

 A .gitattributes

https://github.com/horde/nag/commit/9f8317d2faeaf27609fe53c741490d4b7b418d48

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

commit cb0e5243881f8f01b31303e0e629ce112f801fa8
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:14:44 +0200

Fix paths.

 M .gitattributes

https://github.com/horde/nag/commit/cb0e5243881f8f01b31303e0e629ce112f801fa8

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

commit ff93ca5560c215f7389299bf0ba3b970a26104f2
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:14:44 +0200

Add Travis configuration and .gitignore files.

 A .gitignore

https://github.com/horde/nag/commit/ff93ca5560c215f7389299bf0ba3b970a26104f2

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

commit d6860d562499bd2a69990b968c37814c2ccd950b
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:14:44 +0200

Use https URLs.

 M composer.json

https://github.com/horde/nag/commit/d6860d562499bd2a69990b968c37814c2ccd950b

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

commit b65ede2328a2d429defe79b08b95c4672daa495e
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:14:44 +0200

Add .horde.yml file.

 A .horde.yml

https://github.com/horde/nag/commit/b65ede2328a2d429defe79b08b95c4672daa495e


More information about the commits mailing list