Skip to content

Commit

Permalink
[rla] Add joomla-md5 encryption option for SQL backends (Request #128…
Browse files Browse the repository at this point in the history
…89).
  • Loading branch information
ralflang committed Feb 6, 2014
1 parent 2ee0d37 commit 8233a61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions horde/config/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@
<value>crypt-md5</value>
<value>crypt-sha256</value>
<value>crypt-sha512</value>
<value>joomla-md5</value>
<value>md5-base64</value>
<value>md5-hex</value>
<value>plain</value>
Expand Down Expand Up @@ -596,6 +597,7 @@
<value>crypt-md5</value>
<value>crypt-sha256</value>
<value>crypt-sha512</value>
<value>joomla-md5</value>
<value>md5-base64</value>
<value>md5-hex</value>
<value>plain</value>
Expand Down
1 change: 1 addition & 0 deletions horde/docs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
v5.2.0-git
----------

[rla] Add joomla-md5 encryption option for SQL backends (Request #12889).
[rla] Add modular horde-cli and module for conf.php editing (Request #12923).
[mms] By default, enforce maximum storage size on preferences values.
[mms] Support UglifyJS for compressing javascript.
Expand Down
1 change: 1 addition & 0 deletions horde/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [rla] Add joomla-md5 encryption option for SQL backends (Request #12889).
* [rla] Add modular horde-cli and module for conf.php editing (Request #12923).
* [mms] By default, enforce maximum storage size on preferences values.
* [mms] Support UglifyJS for compressing javascript.
Expand Down

0 comments on commit 8233a61

Please sign in to comment.