[commits] mnemo branch FRAMEWORK_5_2 updated. 9c97d65fa8710bb10c29a0c2b1481222db236e8f

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


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

from: acb7040ccd9b6a19d48ee119d72ef67e77868890

d9777e7 Happy New Year!
e2a225b [jan] Use access rules compatible with both Apache 2.2 and 2.4.
e5953e1 Add missing .htaccess files.
be0330a Prepare releases.
07d8f0f Released mnemo-4.2.9
ce0e424 Development mode for mnemo-4.2.10
8a23b93 Instantiate objects only once.
7c4e951 [jan] Update Greek translation (Limperis Antonis <limperis at cti.gr>).
9294d5a Prepare releases.
08d8830 Released mnemo-4.2.10
4bafe83 Development mode for mnemo-4.2.11
e7695ae Update credits.
24c2101 Update eu translation.
a3b0b5d Fix detecting groupware resources allowed to sync.
858254d BFN
cb08071 updated pt_BR translations
8cefe9a Update pt_BR translation.
956ec84 Prepare releases.
cd2b29d Released mnemo-4.2.11
7c1685a Development mode for mnemo-4.2.12
f3ae6bf Update de translation.
6b41f69 Updated
7d15e52 This is mnemo, not nag.
c7b80d1 Prepare releases.
f95c91e Released mnemo-4.2.12
f143a35 Development mode for mnemo-4.2.13
139d23f Happy New Year!
132fcf1 Ensure any array elements are non-empty.
76cead1 BFN
bf909a7 Bug: 14585 Fix saving sync prefs when no default resource exists.
fe74178 BFN
e14c7fc Prepare releases.
eeb7b84 Fix version number.
2e679be Released mnemo-4.2.13
62afeea Development mode for mnemo-4.2.14
1884474 Update tr translation.
dde428b Update de translation.
509eabd Updated
08f5059 Fix exporting tags to CATEGORIES.
345a250 BFN
a427977 Consider all applications as PHP 7 compatible.
51e18e0 Accidentally changed the maximum Horde dep too.
b2cca1e Prepare releases.
4a614d2 Released mnemo-4.2.14
8d2e769 Development mode for mnemo-4.2.15
6ac0c47 Add .gitattributes.
d415c91 Fix paths.
5bd335c Add Travis configuration and .gitignore files.
76dbd8c Use https URLs.
9c97d65 Add .horde.yml file.

Summary: https://github.com/horde/mnemo/compare/acb7040ccd9b...9c97d65fa871

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

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

Happy New Year!

 M LICENSE
 M bin/mnemo-convert-to-utf8
 M bin/mnemo-import-text-note
 M data.php
 M index.php
 M js/list.js
 M js/memo.js
 M js/view.js
 M lib/Ajax/Application.php
 M lib/Ajax/Imple/EditNote.php
 M lib/Ajax/Imple/TagAutoCompleter.php
 M lib/Api.php
 M lib/Application.php
 M lib/Block/Note.php
 M lib/Driver.php
 M lib/Driver/Kolab.php
 M lib/Driver/Sql.php
 M lib/Exception.php
 M lib/Factory/Driver.php
 M lib/Factory/Notepads.php
 M lib/Form/Search.php
 M lib/Mnemo.php
 M lib/Notepads/Base.php
 M lib/Notepads/Default.php
 M lib/Notepads/Kolab.php
 M lib/Tagger.php
 M list.php
 M locale/bg/LC_MESSAGES/mnemo.po
 M locale/cs/LC_MESSAGES/mnemo.po
 M locale/da/LC_MESSAGES/mnemo.po
 M locale/de/LC_MESSAGES/mnemo.po
 M locale/et/LC_MESSAGES/mnemo.po
 M locale/hr/LC_MESSAGES/mnemo.po
 M locale/it/LC_MESSAGES/mnemo.po
 M locale/ko/LC_MESSAGES/mnemo.po
 M locale/lt/LC_MESSAGES/mnemo.po
 M locale/lv/LC_MESSAGES/mnemo.po
 M locale/nb/LC_MESSAGES/mnemo.po
 M locale/pl/LC_MESSAGES/mnemo.po
 M locale/pt_BR/LC_MESSAGES/mnemo.po
 M locale/ro/LC_MESSAGES/mnemo.po
 M locale/sl/LC_MESSAGES/mnemo.po
 M locale/sv/LC_MESSAGES/mnemo.po
 M locale/tr/LC_MESSAGES/mnemo.po
 M memo.php
 M migration/1_mnemo_base_tables.php
 M migration/2_mnemo_upgrade_autoincrement.php
 M migration/3_mnemo_upgrade_sqlng.php
 M migration/4_mnemo_upgrade_sqlhierarchical.php
 M migration/5_mnemo_upgrade_sqlnghierarchical.php
 M migration/6_mnemo_upgrade_categoriestotags.php
 M migration/7_mnemo_upgrade_parents.php
 M migration/8_mnemo_fix_desc_size.php
 M note/pdf.php
 M notepads/create.php
 M notepads/delete.php
 M notepads/edit.php
 M notes/index.php
 M search.php
 M test/Mnemo/TestCase.php
 M test/Mnemo/Unit/Driver/KolabTest.php
 M test/Mnemo/Unit/Factory/DriverTest.php
 M test/Mnemo/Unit/Mnemo/Base.php
 M test/Mnemo/Unit/Mnemo/KolabTest.php
 M test/Mnemo/Unit/Mnemo/Sql/Base.php
 M test/Mnemo/Unit/Mnemo/Sql/Pdo/SqliteTest.php
 M view.php

https://github.com/horde/mnemo/commit/d9777e7eed8887b4d3571836a30ed5d949a47f64

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

commit e2a225ba1cc5665d21206a0660fc503550def37c
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 locale/.htaccess
 M package.xml

https://github.com/horde/mnemo/commit/e2a225ba1cc5665d21206a0660fc503550def37c

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

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

Add missing .htaccess files.

 A lib/.htaccess
 M package.xml
 A templates/.htaccess

https://github.com/horde/mnemo/commit/e5953e113d8d6f9cacedbf22a98db1dc996a03b4

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

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

Prepare releases.

 M docs/RELEASE_NOTES

https://github.com/horde/mnemo/commit/be0330ae072872b86bfcf1554e4441e29424aeac

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

commit 07d8f0fed7cf364889128887b6424b3aee27d26b
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 02 Feb 2016 13:15:40 +0100

Released mnemo-4.2.9

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

https://github.com/horde/mnemo/commit/07d8f0fed7cf364889128887b6424b3aee27d26b

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

commit ce0e424bec29a9a4fd300fb86f56de2ef43561ae
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 02 Feb 2016 13:15:45 +0100

Development mode for mnemo-4.2.10

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

https://github.com/horde/mnemo/commit/ce0e424bec29a9a4fd300fb86f56de2ef43561ae

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

commit 8a23b9307551289b3c3bdfbd8300cac0c5e6f81f
Author: Jan Schneider <jan at horde.org>
Date:   Wed, 17 Feb 2016 12:58:45 +0100

Instantiate objects only once.

 M lib/Driver.php

https://github.com/horde/mnemo/commit/8a23b9307551289b3c3bdfbd8300cac0c5e6f81f

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

commit 7c4e951abbf7f6380dd7f0782a28f1e7c163de37
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/mnemo.mo
 M locale/el/LC_MESSAGES/mnemo.po
 M package.xml

https://github.com/horde/mnemo/commit/7c4e951abbf7f6380dd7f0782a28f1e7c163de37

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

commit 9294d5ad499a2903b1a3fe29b6929b61a0cbbfb8
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/mnemo/commit/9294d5ad499a2903b1a3fe29b6929b61a0cbbfb8

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

commit 08d883005a3f1dec08c4e18dae388f2c7aadbbff
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 21 Mar 2016 12:51:39 -0400

Released mnemo-4.2.10

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

https://github.com/horde/mnemo/commit/08d883005a3f1dec08c4e18dae388f2c7aadbbff

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

commit 4bafe83a886b9f7dc22aab9935c1a8d64afff55a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 21 Mar 2016 12:51:41 -0400

Development mode for mnemo-4.2.11

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

https://github.com/horde/mnemo/commit/4bafe83a886b9f7dc22aab9935c1a8d64afff55a

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

commit e7695ae2cff8fbe9a07a95fed264e3c8b83418cf
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/mnemo/commit/e7695ae2cff8fbe9a07a95fed264e3c8b83418cf

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

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

Update eu translation.

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

https://github.com/horde/mnemo/commit/24c21011207dca972d41472d4a84f969f0ef701f

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

commit a3b0b5d357f8d9afd089738c476ca99a10f87771
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/Mnemo.php

https://github.com/horde/mnemo/commit/a3b0b5d357f8d9afd089738c476ca99a10f87771

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

commit 858254d1d2deeb683b30d97990bf0203feccf584
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/mnemo/commit/858254d1d2deeb683b30d97990bf0203feccf584

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

commit cb080714b30a13d8a01fe1e9cf1a09d6450c9306
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/mnemo.po

https://github.com/horde/mnemo/commit/cb080714b30a13d8a01fe1e9cf1a09d6450c9306

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

commit 8cefe9ac22148109a3441adef7ac18b4b31416a9
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/mnemo.mo

https://github.com/horde/mnemo/commit/8cefe9ac22148109a3441adef7ac18b4b31416a9

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

commit 956ec844d6135bc8545e820a87d7b35ea4eacfb3
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
 M package.xml

https://github.com/horde/mnemo/commit/956ec844d6135bc8545e820a87d7b35ea4eacfb3

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

commit cd2b29dbcc3b02650076adae826cb30078a90cbd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 01 Jul 2016 19:36:14 -0400

Released mnemo-4.2.11

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

https://github.com/horde/mnemo/commit/cd2b29dbcc3b02650076adae826cb30078a90cbd

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

commit 7c1685aeb71e5f49e853b410aeca7e8d97561b2c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 01 Jul 2016 19:36:19 -0400

Development mode for mnemo-4.2.12

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

https://github.com/horde/mnemo/commit/7c1685aeb71e5f49e853b410aeca7e8d97561b2c

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

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

Update de translation.

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

https://github.com/horde/mnemo/commit/f3ae6bff3fc3db43b20f572c91bd9a97081a39f5

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

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

Updated

 M locale/mnemo.pot

https://github.com/horde/mnemo/commit/6b41f697deb58343103753937eeadfb82d5be257

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

commit 7d15e52339c3d55b318b3898ba5f459db2e287ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 22 Aug 2016 17:23:34 -0400

This is mnemo, not nag.

 M docs/RELEASE_NOTES

https://github.com/horde/mnemo/commit/7d15e52339c3d55b318b3898ba5f459db2e287ec

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

commit c7b80d1709917590cd7a6cc23be2a6e506f4534d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 16 Dec 2016 13:25:19 -0500

Prepare releases.

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

https://github.com/horde/mnemo/commit/c7b80d1709917590cd7a6cc23be2a6e506f4534d

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

commit f95c91e79fbe44eaf6873eaaf4d2b8aa20a28781
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 16 Dec 2016 14:05:59 -0500

Released mnemo-4.2.12

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

https://github.com/horde/mnemo/commit/f95c91e79fbe44eaf6873eaaf4d2b8aa20a28781

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

commit f143a3554e4715c83e8a60e55ffbd2f28659b767
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 16 Dec 2016 14:06:01 -0500

Development mode for mnemo-4.2.13

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

https://github.com/horde/mnemo/commit/f143a3554e4715c83e8a60e55ffbd2f28659b767

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

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

Happy New Year!

 M LICENSE
 M bin/mnemo-convert-to-utf8
 M bin/mnemo-import-text-note
 M data.php
 M index.php
 M js/list.js
 M js/memo.js
 M js/view.js
 M lib/Ajax/Application.php
 M lib/Ajax/Imple/EditNote.php
 M lib/Ajax/Imple/TagAutoCompleter.php
 M lib/Api.php
 M lib/Application.php
 M lib/Block/Note.php
 M lib/Driver.php
 M lib/Driver/Kolab.php
 M lib/Driver/Sql.php
 M lib/Exception.php
 M lib/Factory/Driver.php
 M lib/Factory/Notepads.php
 M lib/Form/Search.php
 M lib/Mnemo.php
 M lib/Notepads/Base.php
 M lib/Notepads/Default.php
 M lib/Notepads/Kolab.php
 M lib/Tagger.php
 M list.php
 M locale/bg/LC_MESSAGES/mnemo.po
 M locale/cs/LC_MESSAGES/mnemo.po
 M locale/da/LC_MESSAGES/mnemo.po
 M locale/de/LC_MESSAGES/mnemo.po
 M locale/el/LC_MESSAGES/mnemo.po
 M locale/et/LC_MESSAGES/mnemo.po
 M locale/hr/LC_MESSAGES/mnemo.po
 M locale/it/LC_MESSAGES/mnemo.po
 M locale/ko/LC_MESSAGES/mnemo.po
 M locale/lt/LC_MESSAGES/mnemo.po
 M locale/lv/LC_MESSAGES/mnemo.po
 M locale/nb/LC_MESSAGES/mnemo.po
 M locale/pl/LC_MESSAGES/mnemo.po
 M locale/pt_BR/LC_MESSAGES/mnemo.po
 M locale/ro/LC_MESSAGES/mnemo.po
 M locale/sl/LC_MESSAGES/mnemo.po
 M locale/sv/LC_MESSAGES/mnemo.po
 M locale/tr/LC_MESSAGES/mnemo.po
 M memo.php
 M migration/1_mnemo_base_tables.php
 M migration/2_mnemo_upgrade_autoincrement.php
 M migration/3_mnemo_upgrade_sqlng.php
 M migration/4_mnemo_upgrade_sqlhierarchical.php
 M migration/5_mnemo_upgrade_sqlnghierarchical.php
 M migration/6_mnemo_upgrade_categoriestotags.php
 M migration/7_mnemo_upgrade_parents.php
 M migration/8_mnemo_fix_desc_size.php
 M note/pdf.php
 M notepads/create.php
 M notepads/delete.php
 M notepads/edit.php
 M notes/index.php
 M search.php
 M test/Mnemo/TestCase.php
 M test/Mnemo/Unit/Driver/KolabTest.php
 M test/Mnemo/Unit/Factory/DriverTest.php
 M test/Mnemo/Unit/Mnemo/Base.php
 M test/Mnemo/Unit/Mnemo/KolabTest.php
 M test/Mnemo/Unit/Mnemo/Sql/Base.php
 M test/Mnemo/Unit/Mnemo/Sql/Pdo/SqliteTest.php
 M view.php

https://github.com/horde/mnemo/commit/139d23f26b917c81e4b5d348d564513a28b42671

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

commit 132fcf1aa4a3526136d294802dd1bcedeef14394
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 20 Feb 2017 16:34:47 -0500

Ensure any array elements are non-empty.

Fixes potential infinite recursion issue in Mnemo_Api::listBy()

 M lib/Mnemo.php

https://github.com/horde/mnemo/commit/132fcf1aa4a3526136d294802dd1bcedeef14394

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

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

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/mnemo/commit/76cead16bd31bfa84baf2d8478d0cbdbe5e3b58b

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

commit bf909a78d0da39dcc3859479bc92f7b8756713f6
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/mnemo/commit/bf909a78d0da39dcc3859479bc92f7b8756713f6

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

commit fe74178e741d6360e51b4ff95a71b64adfb69a40
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/mnemo/commit/fe74178e741d6360e51b4ff95a71b64adfb69a40

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

commit e14c7fc770a435a9d2bc30d1fb9aa078833a8d55
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/mnemo/commit/e14c7fc770a435a9d2bc30d1fb9aa078833a8d55

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

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

Fix version number.

 M docs/RELEASE_NOTES

https://github.com/horde/mnemo/commit/eeb7b848bff2daeefb0ed9c5ca928fb6aac4f89c

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

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

Released mnemo-4.2.13

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

https://github.com/horde/mnemo/commit/2e679be0bf0c5f4ef0d0906d15d97c30dd559b70

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

commit 62afeeafcda7a27db41bc61a564cff07287b505c
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 20 Mar 2017 14:11:16 +0100

Development mode for mnemo-4.2.14

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

https://github.com/horde/mnemo/commit/62afeeafcda7a27db41bc61a564cff07287b505c

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

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

Update tr translation.

 M locale/tr/LC_MESSAGES/mnemo.mo

https://github.com/horde/mnemo/commit/1884474775279c06a4c4109e692e0a1ea3fca711

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

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

Update de translation.

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

https://github.com/horde/mnemo/commit/dde428b6c609bdbb40d2234025a22c2ba598f93e

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

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

Updated

 M locale/mnemo.pot

https://github.com/horde/mnemo/commit/509eabd4700eb9fe7b28b8a5788a12a4c17a262e

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

commit 08f50594456a16c4e4fe65ab34143e6856f634c3
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/Driver.php

https://github.com/horde/mnemo/commit/08f50594456a16c4e4fe65ab34143e6856f634c3

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

commit 345a250c2e5345b488a5963538473ea497b24b8b
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/mnemo/commit/345a250c2e5345b488a5963538473ea497b24b8b

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

commit a4279779248be75dd3af4f68fe30c07b838b8802
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/mnemo/commit/a4279779248be75dd3af4f68fe30c07b838b8802

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

commit 51e18e00e9731f32c0a7330071f5d22da4a54bcb
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/mnemo/commit/51e18e00e9731f32c0a7330071f5d22da4a54bcb

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

commit b2cca1eaee087f7a0045398163c5f1ebd3c5c4f3
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 18 Sep 2017 20:39:19 +0200

Prepare releases.

 M docs/RELEASE_NOTES

https://github.com/horde/mnemo/commit/b2cca1eaee087f7a0045398163c5f1ebd3c5c4f3

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

commit 4a614d2f0f68849740fc956346a9d33f0f2deecc
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 19 Sep 2017 17:17:40 +0200

Released mnemo-4.2.14

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

https://github.com/horde/mnemo/commit/4a614d2f0f68849740fc956346a9d33f0f2deecc

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

commit 8d2e769b190721e8a7258c77b57cac9362ea43b9
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 19 Sep 2017 17:17:42 +0200

Development mode for mnemo-4.2.15

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

https://github.com/horde/mnemo/commit/8d2e769b190721e8a7258c77b57cac9362ea43b9

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

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

Add .gitattributes.

 A .gitattributes

https://github.com/horde/mnemo/commit/6ac0c47df2408f3d9039dff087ecb8b3c23a0d55

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

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

Fix paths.

 M .gitattributes

https://github.com/horde/mnemo/commit/d415c916f38e50e87efdf9721192748426871e16

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

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

Add Travis configuration and .gitignore files.

 A .gitignore

https://github.com/horde/mnemo/commit/5bd335c4fc80427c962ea41dc1a14d7ea3dbb395

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

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

Use https URLs.

 M composer.json

https://github.com/horde/mnemo/commit/76dbd8c39579b0b5aa2d7a52c4d4b7d060b797c0

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

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

Add .horde.yml file.

 A .horde.yml

https://github.com/horde/mnemo/commit/9c97d65fa8710bb10c29a0c2b1481222db236e8f


More information about the commits mailing list