Skip to content

Commit

Permalink
[jan] Use access rules compatible with both Apache 2.2 and 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 13, 2016
1 parent baa08d5 commit 85be54e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
7 changes: 6 additions & 1 deletion config/.htaccess
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
1 change: 1 addition & 0 deletions docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v3.0.6-git
----------

[jan] Use access rules compatible with both Apache 2.2 and 2.4.
[jan] Fix updating tickets with owners via the API (Neal Thomas Oakey
<oakey@b1-systems.de>).
[mjr] Fix incorrect casting of numeric strings to integers (Bug #14146).
Expand Down
7 changes: 6 additions & 1 deletion lib/.htaccess
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
7 changes: 6 additions & 1 deletion locale/.htaccess
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
2 changes: 2 additions & 0 deletions package.xml
Expand Up @@ -27,6 +27,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
* [jan] Use access rules compatible with both Apache 2.2 and 2.4.
* [jan] Fix updating tickets with owners via the API (Neal Thomas Oakey &lt;oakey@b1-systems.de&gt;).
* [mjr] Fix incorrect casting of numeric strings to integers (Bug #14146).
* [mjr] Allow due date to be changed via the API (Neal Thomas Oakey &lt;oakey@b1-systems.de&gt;).
Expand Down Expand Up @@ -1195,6 +1196,7 @@
<date>2015-10-20</date>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
* [jan] Use access rules compatible with both Apache 2.2 and 2.4.
* [jan] Fix updating tickets with owners via the API (Neal Thomas Oakey &lt;oakey@b1-systems.de&gt;).
* [mjr] Fix incorrect casting of numeric strings to integers (Bug #14146).
* [mjr] Allow due date to be changed via the API (Neal Thomas Oakey &lt;oakey@b1-systems.de&gt;).
Expand Down
7 changes: 6 additions & 1 deletion templates/.htaccess
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>

0 comments on commit 85be54e

Please sign in to comment.