[commits] trean branch FRAMEWORK_5_2 updated. 0417ede80442c3a66dbc742a86fdfea92f1915b9

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


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

from: 750811f71b50ba0b2f1820304755e50b62c14be1

d37972b Happy New Year!
a4bb9af urlencode() the tag.
8d92ed8 BFN
5809698 [jan] Use access rules compatible with both Apache 2.2 and 2.4.
880c1d3 Add missing .htaccess files.
2862120 Initialize on each iteration.
d2fc79b Prepare releases.
a89bd21 Released trean-1.1.4
5d8ed97 Development mode for trean-1.1.5
6253208 Fix classname (for now; according to a @todo this is the eventually intended classname) so that deleting bookmarks works.
4ed5d73 [cjh] Fix error when deleting bookmarks.
2b8a139 [jan] Add Greek translation (Limperis Antonis <limperis at cti.gr>).
305c1bf Prepare releases.
3111cc0 Released trean-1.1.5
3cc6570 Development mode for trean-1.1.6
0b2ef62 Add eu translation.
cd08e6b Update eu translation.
26eb5ce Bug: 14345 Honor $conf[content_index][enabled].
04e2d91 BFN
ec5426e Prepare releases.
8e8c222 Update package.xml
4f88531 Released trean-1.1.6
a2e12a5 Development mode for trean-1.1.7
9e5fd23 Update de translation.
f745353 Updated
1a665c1 Prepare releases.
7613d6f Update
0a9ecef Released trean-1.1.7
797b9d0 Development mode for trean-1.1.8
732963e Happy New Year!
a35ec18 Update tr translation.
6869c8a Fix even more redirects.
8879d95 Update de translation.
ce4916b Prepare releases.
ee89e84 Released trean-1.1.8
c3b9763 Development mode for trean-1.1.9
57d27b8 Consider all applications as PHP 7 compatible.
06e071e Accidentally changed the maximum Horde dep too.
1034c48 Prepare releases.
e4ff81f Released trean-1.1.9
695c158 Development mode for trean-1.1.10
f402575 Add .gitattributes.
3533157 Fix paths.
7239cde Add Travis configuration and .gitignore files.
fd0e497 Use https URLs.
0417ede Add .horde.yml file.

Summary: https://github.com/horde/trean/compare/750811f71b50...0417ede80442

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

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

Happy New Year!

 M LICENSE
 M add.php
 M bin/trean-backfill-crawler
 M bin/trean-backfill-favicons
 M bin/trean-backfill-remove-utm-params
 M bin/trean-url-checker
 M browse.php
 M data.php
 M edit.php
 M favicon.php
 M index.php
 M lib/Ajax/Application.php
 M lib/Ajax/Imple/TagAutoCompleter.php
 M lib/Ajax/Imple/TopTags.php
 M lib/Api.php
 M lib/Application.php
 M lib/Block/Bookmarks.php
 M lib/Block/Mostclicked.php
 M lib/Bookmarks.php
 M lib/Data/Json.php
 M lib/TagBrowser.php
 M lib/Tagger.php
 M lib/Trean.php
 M lib/View/BookmarkList.php
 M locale/de/LC_MESSAGES/trean.po
 M locale/fr/LC_MESSAGES/trean.po
 M locale/it/LC_MESSAGES/trean.po
 M locale/lv/LC_MESSAGES/trean.po
 M locale/nb/LC_MESSAGES/trean.po
 M locale/nl/LC_MESSAGES/trean.po
 M locale/pl/LC_MESSAGES/trean.po
 M locale/sl/LC_MESSAGES/trean.po
 M locale/tr/LC_MESSAGES/trean.po
 M migration/1_trean_base_tables.php
 M migration/2_trean_upgrade_folders_to_tags_pre.php
 M migration/3_trean_upgrade_folders_to_tags.php
 M migration/4_trean_upgrade_folders_to_tags_post.php
 M migration/5_trean_add_favicon_url.php
 M redirect.php
 M rss.php
 M search.php

https://github.com/horde/trean/commit/d37972b50f050e3774552761639a63c4eb07422c

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

commit a4bb9aff9d06e58ac9958ba2b8a4d9df1f966391
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed, 06 Jan 2016 11:03:10 -0500

urlencode() the tag.

 M lib/Application.php

https://github.com/horde/trean/commit/a4bb9aff9d06e58ac9958ba2b8a4d9df1f966391

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

commit 8d92ed81d17dd2ddaefde9b8d5f4ddf28e98c923
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed, 06 Jan 2016 11:06:11 -0500

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/trean/commit/8d92ed81d17dd2ddaefde9b8d5f4ddf28e98c923

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

commit 5809698008b338371afa544f068f46dc611e4b7b
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 config/.htaccess
 M docs/CHANGES
 M locale/.htaccess
 M package.xml

https://github.com/horde/trean/commit/5809698008b338371afa544f068f46dc611e4b7b

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

commit 880c1d3ab973d855b354df7dc945b4d2852e664a
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/trean/commit/880c1d3ab973d855b354df7dc945b4d2852e664a

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

commit 2862120508d4abbd96408e82cc03f02e43f48a78
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 18 Jan 2016 22:37:47 +0100

Initialize on each iteration.

 M lib/Bookmarks.php

https://github.com/horde/trean/commit/2862120508d4abbd96408e82cc03f02e43f48a78

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

commit d2fc79b8395978a8eca0754e4aab0cc4db63bd10
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/trean/commit/d2fc79b8395978a8eca0754e4aab0cc4db63bd10

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

commit a89bd21253f9666234deff0bb74147d907d64280
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 02 Feb 2016 21:49:53 +0100

Released trean-1.1.4

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

https://github.com/horde/trean/commit/a89bd21253f9666234deff0bb74147d907d64280

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

commit 5d8ed97f254c4996be67dd131dab695218c75f95
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 02 Feb 2016 21:49:54 +0100

Development mode for trean-1.1.5

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

https://github.com/horde/trean/commit/5d8ed97f254c4996be67dd131dab695218c75f95

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

commit 6253208ff5757f609688b6718fc1bf8129eb04e3
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon, 15 Feb 2016 12:03:43 +0100

Fix classname (for now; according to a @todo this is the eventually intended classname) so that deleting bookmarks works.

 M lib/Bookmarks.php

https://github.com/horde/trean/commit/6253208ff5757f609688b6718fc1bf8129eb04e3

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

commit 4ed5d731e1075b6746eb39b9764c3b11e06a099f
Author: Jan Schneider <jan at horde.org>
Date:   Mon, 15 Feb 2016 12:03:43 +0100

[cjh] Fix error when deleting bookmarks.

 M docs/CHANGES
 M package.xml

https://github.com/horde/trean/commit/4ed5d731e1075b6746eb39b9764c3b11e06a099f

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

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

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

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

https://github.com/horde/trean/commit/2b8a139010ce20302c20b609298af214799a7a83

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

commit 305c1bf5a3c292cc3b9fa0995d362bd872dec9ad
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/trean/commit/305c1bf5a3c292cc3b9fa0995d362bd872dec9ad

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

commit 3111cc085f52e16354120730c7e6f839ea498733
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 21 Mar 2016 13:01:52 -0400

Released trean-1.1.5

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

https://github.com/horde/trean/commit/3111cc085f52e16354120730c7e6f839ea498733

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

commit 3cc657011fb65b85ae37b93f9d5ef4347c69a452
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 21 Mar 2016 13:01:55 -0400

Development mode for trean-1.1.6

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

https://github.com/horde/trean/commit/3cc657011fb65b85ae37b93f9d5ef4347c69a452

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

commit 0b2ef6213dfab68ffe679b25ec6e4c8304cb1c29
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 22 Apr 2016 15:04:37 +0200

Add eu translation.

 M docs/CHANGES
 M docs/CREDITS
 A locale/eu/LC_MESSAGES/trean.mo
 A locale/eu/LC_MESSAGES/trean.po
 A locale/eu/help.xml
 M package.xml

https://github.com/horde/trean/commit/0b2ef6213dfab68ffe679b25ec6e4c8304cb1c29

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

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

Update eu translation.

 M locale/eu/LC_MESSAGES/trean.mo

https://github.com/horde/trean/commit/cd08e6b99f44f7d5adef37539f809fddcad8ae8d

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

commit 26eb5ce51c656641c37919f1c7eedc007529d897
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 02 May 2016 22:25:53 -0400

Bug: 14345 Honor $conf[content_index][enabled].

 M add.php

https://github.com/horde/trean/commit/26eb5ce51c656641c37919f1c7eedc007529d897

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

commit 04e2d91613207204b904c069804855920272b88b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon, 02 May 2016 22:26:51 -0400

BFN

 M docs/CHANGES
 M package.xml

https://github.com/horde/trean/commit/04e2d91613207204b904c069804855920272b88b

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

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

Prepare releases.

 M docs/RELEASE_NOTES

https://github.com/horde/trean/commit/ec5426eff632ae454a7b37456766f9380dfffaa7

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

commit 8e8c222585579ad09c1541ea692cc8c25f083348
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 01 Jul 2016 21:31:17 -0400

Update package.xml

 M package.xml

https://github.com/horde/trean/commit/8e8c222585579ad09c1541ea692cc8c25f083348

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

commit 4f88531312ba34fa47ba97c81f05ea794ec51e89
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 01 Jul 2016 21:50:48 -0400

Released trean-1.1.6

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

https://github.com/horde/trean/commit/4f88531312ba34fa47ba97c81f05ea794ec51e89

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

commit a2e12a5ba9faf30b81fed39fa26502926fe846fa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 01 Jul 2016 21:50:51 -0400

Development mode for trean-1.1.7

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

https://github.com/horde/trean/commit/a2e12a5ba9faf30b81fed39fa26502926fe846fa

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

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

Update de translation.

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

https://github.com/horde/trean/commit/9e5fd2388af0ed9af8e9dff428619627ff7837a0

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

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

Updated

 M locale/trean.pot

https://github.com/horde/trean/commit/f7453535fd94a3b3a4e6743dd30a758b00a3e85b

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

commit 1a665c12083875e35489a64bf622dbc4ac5e60b8
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/trean/commit/1a665c12083875e35489a64bf622dbc4ac5e60b8

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

commit 7613d6ff3e21dea7327c75ab740072a310d23e63
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 16 Dec 2016 14:38:42 -0500

Update

 M package.xml

https://github.com/horde/trean/commit/7613d6ff3e21dea7327c75ab740072a310d23e63

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

commit 0a9ecef7a8119752fa061b2e702f46b0383eb612
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 16 Dec 2016 14:42:09 -0500

Released trean-1.1.7

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

https://github.com/horde/trean/commit/0a9ecef7a8119752fa061b2e702f46b0383eb612

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

commit 797b9d0c204aeec9072d36a748253b9c56507259
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri, 16 Dec 2016 14:42:12 -0500

Development mode for trean-1.1.8

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

https://github.com/horde/trean/commit/797b9d0c204aeec9072d36a748253b9c56507259

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

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

Happy New Year!

 M LICENSE
 M add.php
 M bin/trean-backfill-crawler
 M bin/trean-backfill-favicons
 M bin/trean-backfill-remove-utm-params
 M bin/trean-url-checker
 M browse.php
 M data.php
 M edit.php
 M favicon.php
 M index.php
 M lib/Ajax/Application.php
 M lib/Ajax/Imple/TagAutoCompleter.php
 M lib/Ajax/Imple/TopTags.php
 M lib/Api.php
 M lib/Application.php
 M lib/Block/Bookmarks.php
 M lib/Block/Mostclicked.php
 M lib/Bookmarks.php
 M lib/Data/Json.php
 M lib/TagBrowser.php
 M lib/Tagger.php
 M lib/Trean.php
 M lib/View/BookmarkList.php
 M locale/de/LC_MESSAGES/trean.po
 M locale/el/LC_MESSAGES/trean.po
 M locale/fr/LC_MESSAGES/trean.po
 M locale/it/LC_MESSAGES/trean.po
 M locale/lv/LC_MESSAGES/trean.po
 M locale/nb/LC_MESSAGES/trean.po
 M locale/nl/LC_MESSAGES/trean.po
 M locale/pl/LC_MESSAGES/trean.po
 M locale/sl/LC_MESSAGES/trean.po
 M locale/tr/LC_MESSAGES/trean.po
 M migration/1_trean_base_tables.php
 M migration/2_trean_upgrade_folders_to_tags_pre.php
 M migration/3_trean_upgrade_folders_to_tags.php
 M migration/4_trean_upgrade_folders_to_tags_post.php
 M migration/5_trean_add_favicon_url.php
 M redirect.php
 M rss.php
 M search.php

https://github.com/horde/trean/commit/732963e91871d336bfe18a78ddc7d33c6c778b74

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

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

Update tr translation.

 M locale/tr/LC_MESSAGES/trean.mo

https://github.com/horde/trean/commit/a35ec183556737ee40b9f4cbde0994221bf5b2d9

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

commit 6869c8a9bbc7c8a4847ca6031dd992aad1b99fdd
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/DeleteBookmark.php
 M app/controllers/SaveBookmark.php
 M docs/CHANGES
 M package.xml

https://github.com/horde/trean/commit/6869c8a9bbc7c8a4847ca6031dd992aad1b99fdd

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

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

Update de translation.

 M locale/de/LC_MESSAGES/trean.mo

https://github.com/horde/trean/commit/8879d95f72dfa05f8a7559e2426698e2f2ec8853

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

commit ce4916b221f1561f090a19200684e825c6b7a4d0
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/trean/commit/ce4916b221f1561f090a19200684e825c6b7a4d0

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

commit ee89e843484b1e4106f898c4eeec5847eeac84d5
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 01 Aug 2017 13:28:17 +0200

Released trean-1.1.8

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

https://github.com/horde/trean/commit/ee89e843484b1e4106f898c4eeec5847eeac84d5

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

commit c3b9763c6186ebd8d175f7c7ac4da64c501c63da
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 01 Aug 2017 13:28:19 +0200

Development mode for trean-1.1.9

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

https://github.com/horde/trean/commit/c3b9763c6186ebd8d175f7c7ac4da64c501c63da

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

commit 57d27b8453ecce991443fe528fdfe927ee795285
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/trean/commit/57d27b8453ecce991443fe528fdfe927ee795285

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

commit 06e071e9b5be41099b0c7e22bdd4bcdd019647ef
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/trean/commit/06e071e9b5be41099b0c7e22bdd4bcdd019647ef

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

commit 1034c48f6b6c95e195b5e54dc605ebd2fa3cce9c
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/trean/commit/1034c48f6b6c95e195b5e54dc605ebd2fa3cce9c

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

commit e4ff81ff3e078c614fca4e6bcb3adf03ce00c5d3
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 19 Sep 2017 17:24:44 +0200

Released trean-1.1.9

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

https://github.com/horde/trean/commit/e4ff81ff3e078c614fca4e6bcb3adf03ce00c5d3

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

commit 695c158e83d1200548ba499691a74fb5fc26c618
Author: Jan Schneider <jan at horde.org>
Date:   Tue, 19 Sep 2017 17:24:47 +0200

Development mode for trean-1.1.10

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

https://github.com/horde/trean/commit/695c158e83d1200548ba499691a74fb5fc26c618

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

commit f402575272cd318b5bc25fea5a34f653f496ece2
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:15:13 +0200

Add .gitattributes.

 A .gitattributes

https://github.com/horde/trean/commit/f402575272cd318b5bc25fea5a34f653f496ece2

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

commit 35331576d4ce8c9050139a8139a0affbbf284daa
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:15:13 +0200

Fix paths.

 M .gitattributes

https://github.com/horde/trean/commit/35331576d4ce8c9050139a8139a0affbbf284daa

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

commit 7239cdec9ea5bf4d971d13de39dd08a5db3a246e
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:15:13 +0200

Add Travis configuration and .gitignore files.

 A .gitignore

https://github.com/horde/trean/commit/7239cdec9ea5bf4d971d13de39dd08a5db3a246e

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

commit fd0e497ab882420b4841e8ebbc8920ea610c6beb
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:15:13 +0200

Use https URLs.

 M composer.json

https://github.com/horde/trean/commit/fd0e497ab882420b4841e8ebbc8920ea610c6beb

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

commit 0417ede80442c3a66dbc742a86fdfea92f1915b9
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 20 Oct 2017 22:15:13 +0200

Add .horde.yml file.

 A .horde.yml

https://github.com/horde/trean/commit/0417ede80442c3a66dbc742a86fdfea92f1915b9


More information about the commits mailing list