Skip to content

Commit

Permalink
Consider all applications as PHP 7 compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 7, 2017
1 parent 2e8ab4e commit 6346d52
Show file tree
Hide file tree
Showing 44 changed files with 335 additions and 75 deletions.
9 changes: 8 additions & 1 deletion ansel/docs/CHANGES
Expand Up @@ -2,7 +2,7 @@
v4.0.0-git
----------

[mjr] Add captch check when sending ecard.
[mjr] Add captcha check when sending ecard.
[jan] Show users' full names in share dialogs.
[mjr] Remove maps configuration, replaced by global maps configuration (Bug
#14168).
Expand All @@ -11,6 +11,13 @@ v4.0.0-git
[mjr] Fix fatal divide by zero error due to incorrectly named variable.


------
v3.0.7
------

[jan] SECURITY: Fix open redirects.


------
v3.0.6
------
Expand Down
23 changes: 18 additions & 5 deletions ansel/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] Add captch check when sending ecard.
* [mjr] Add captcha check when sending ecard.
* [jan] Show users&apos; full names in share dialogs.
* [mjr] Remove maps configuration, replaced by global maps configuration (Bug #14168).
* [jan] Keep original file names when PUTing images via WebDAV.
Expand Down Expand Up @@ -596,8 +596,8 @@
<required>
<php>
<min>5.3.0</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand Down Expand Up @@ -1426,12 +1426,25 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-03-20</date>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] SECURITY: Fix open redirects.
</notes>
</release>
<release>
<version>
<release>3.0.8</release>
<api>3.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Officially support PHP 7.
</notes>
</release>
<release>
<date>2017-07-03</date>
<version>
Expand All @@ -1444,7 +1457,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] Add captch check when sending ecard.
* [mjr] Add captcha check when sending ecard.
* [jan] Show users&apos; full names in share dialogs.
* [mjr] Remove maps configuration, replaced by global maps configuration (Bug #14168).
* [jan] Keep original file names when PUTing images via WebDAV.
Expand Down
1 change: 1 addition & 0 deletions beatnik/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
0.1
---

[jan] Officially support PHP 7.
[jan] Add Hungarian translation (Andras Galos <galosa@netinform.hu>).
[jan] Add Spanish translation (Manuel P. Ayala <mayala@unex.es>).
[mjr] Add initial database migration.
Expand Down
8 changes: 2 additions & 6 deletions beatnik/package.xml
Expand Up @@ -21,8 +21,6 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL</license>
<notes>
* [jan] Add Hungarian translation (Andras Galos &lt;galosa@netinform.hu&gt;).
* [mjr] Add initial database migration.
* Initial release.
</notes>
<contents>
Expand Down Expand Up @@ -140,8 +138,8 @@
<required>
<php>
<min>5.3.0</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand Down Expand Up @@ -232,8 +230,6 @@
<date>2016-01-13</date>
<license uri="http://www.horde.org/licenses/gpl">GPL</license>
<notes>
* [jan] Add Hungarian translation (Andras Galos &lt;galosa@netinform.hu&gt;).
* [mjr] Add initial database migration.
* Initial release.
</notes>
</release>
Expand Down
1 change: 1 addition & 0 deletions chora/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v3.0-git
--------

[jan] Officially support PHP 7.
[jan] Fix proxy/browser caching of commit, checkout, and diff pages.
[jan] Add Latvian translation (Jānis Eisaks <jancs@dv.lv>).
[jan] Provide default configuration files instead of .dist versions.
Expand Down
6 changes: 4 additions & 2 deletions chora/package.xml
Expand Up @@ -28,6 +28,7 @@
</stability>
<license uri="TODO">TODO</license>
<notes>
* [jan] Officially support PHP 7.
* [jan] Fix proxy/browser caching of commit, checkout, and diff pages.
* Initial release.
</notes>
Expand Down Expand Up @@ -285,8 +286,8 @@
<required>
<php>
<min>5.3.0</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand Down Expand Up @@ -430,6 +431,7 @@
<date>2013-06-22</date>
<license uri="TODO">TODO</license>
<notes>
* [jan] Officially support PHP 7.
* [jan] Fix proxy/browser caching of commit, checkout, and diff pages.
* Initial release.
</notes>
Expand Down
2 changes: 2 additions & 0 deletions components/package.xml
Expand Up @@ -21,6 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Officially support PHP 7.
* [jan] Use coloring capabilities of Horde_Cli_Modular.
* [jan] Add --theme argument to &apos;update&apos; command to package themes.
* [jan] Add --dump switch to release module to dump the release notes.
Expand Down Expand Up @@ -3442,6 +3443,7 @@
<date>2016-06-28</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Officially support PHP 7.
* [jan] Use coloring capabilities of Horde_Cli_Modular.
* [jan] Add --theme argument to &apos;update&apos; command to package themes.
* [jan] Add --dump switch to release module to dump the release notes.
Expand Down
5 changes: 5 additions & 0 deletions content/docs/CHANGES
Expand Up @@ -2,6 +2,11 @@
v3.0.0-git
----------


------
v2.0.5
------

[mjr] Fix bug that was causing tag stats to be incorrectly incremented (Bug
#14112).
[mjr] Add Content_Objects_Manager::delete().
Expand Down
8 changes: 4 additions & 4 deletions content/package.xml
Expand Up @@ -27,7 +27,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
*
* [jan] Officially support PHP 7.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -134,8 +134,8 @@
<required>
<php>
<min>5.3.0</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand Down Expand Up @@ -519,7 +519,7 @@
<date>2016-01-13</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
*
* [jan] Officially support PHP 7.
</notes>
</release>
<release>
Expand Down
6 changes: 6 additions & 0 deletions gollem/docs/CHANGES
Expand Up @@ -3,6 +3,12 @@ v4.0.0-git
----------


-------
v3.0.11
-------

[jan] Fix redirection after logins with Horde 5.2.16 and later.


-------
v3.0.10
Expand Down
38 changes: 32 additions & 6 deletions gollem/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix redirection after logins with Horde 5.2.16 and later.
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -328,8 +328,8 @@
<required>
<php>
<min>5.3.0</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand Down Expand Up @@ -922,10 +922,36 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-07-01</date>
<date>2016-12-16</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Update German translation.
</notes>
</release>
<release>
<version>
<release>3.0.11</release>
<api>3.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix redirection after logins with Horde 5.2.16 and later.
</notes>
</release>
<release>
<version>
<release>3.0.12</release>
<api>3.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Officially support PHP 7.
</notes>
</release>
<release>
Expand All @@ -938,7 +964,7 @@
<date>2017-04-11</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix redirection after logins with Horde 5.2.16 and later.
*
</notes>
</release>
</changelog>
Expand Down
1 change: 1 addition & 0 deletions hermes/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v2.0-git
--------

[jan] Officially support PHP 7.
[jan] Show users' full names in employee lists.
[jan] Add indexes to searchable timeslice columns.
[mjr] Add ability to delete multiple slices at one time.
Expand Down
6 changes: 4 additions & 2 deletions hermes/package.xml
Expand Up @@ -33,6 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
* [jan] Officially support PHP 7.
* [jan] Show users&apos; full names in employee lists.
* [jan] Add indexes to searchable timeslice columns.
* [mjr] Add ability to delete multiple slices at one time.
Expand Down Expand Up @@ -256,8 +257,8 @@
<required>
<php>
<min>5.3.0</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand Down Expand Up @@ -517,6 +518,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
* [jan] Officially support PHP 7.
* [jan] Show users&apos; full names in employee lists.
* [jan] Add indexes to searchable timeslice columns.
* [mjr] Add ability to delete multiple slices at one time.
Expand Down
7 changes: 7 additions & 0 deletions horde/docs/CHANGES
Expand Up @@ -31,6 +31,13 @@ v6.0.0-git
#13200).


-------
v5.2.16
-------

[jan] SECURITY: Fix open redirects.


-------
v5.2.15
-------
Expand Down
19 changes: 16 additions & 3 deletions horde/package.xml
Expand Up @@ -1684,8 +1684,8 @@
<required>
<php>
<min>5.3.0</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand Down Expand Up @@ -4307,12 +4307,25 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-05-03</date>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [jan] SECURITY: Fix open redirects.
</notes>
</release>
<release>
<version>
<release>5.2.17</release>
<api>5.2.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [jan] Officially support PHP 7.
</notes>
</release>
<release>
<version>
<release>6.0.0</release>
Expand Down

0 comments on commit 6346d52

Please sign in to comment.