Skip to content

Commit

Permalink
Crontab: update documentation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 12, 2014
1 parent ddd56b9 commit 37e8a14
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/App/apps/horde/docs/CHANGES.html
Expand Up @@ -3,8 +3,8 @@ <h3>Changes by Release</h3><pre>
v5.2.0-git
----------

[jan] Add mysql encryption option for SQL backends (<a href="http://bugs.horde.org/ticket/12962">Request #12962</a>).
[rla] Add joomla-md5 encryption option for SQL backends (<a href="http://bugs.horde.org/ticket/12889">Request #12889</a>).
[rla] Add modular horde-cli and module for conf.php editing (<a href="http://bugs.horde.org/ticket/12923">Request #12923</a>).
[mms] By default, enforce maximum storage size on preferences values.
[mms] Support UglifyJS for compressing javascript.
[mjr] Add improved ActiveSync device administration page.
Expand Down
6 changes: 5 additions & 1 deletion app/views/App/apps/horde/docs/TRANSLATIONS.html
Expand Up @@ -411,7 +411,11 @@ <h3><a class="toc-backref" href="#id16">2.1.6&nbsp;&nbsp;&nbsp;&quot;Raw&quot; g
Horde translation script, but the string will not be altered in the PHP code.
Example:</p>
<pre class="literal-block">
$str = Horde_Translation::r(&quot;Foo&quot;);
// For a Horde package named Horde_Foo::
$str = Horde_Translation_Foo::r(&quot;Foo&quot;);
// -OR- For a Horde application::
$str = Horde_Translation_Core::r(&quot;Foo&quot;);

echo $str; // Output: Foo
echo _($str); // Output: [Translation of 'Foo']
</pre>
Expand Down
4 changes: 3 additions & 1 deletion app/views/App/apps/ingo/docs/CHANGES.html
Expand Up @@ -3,10 +3,11 @@ <h3>Changes by Release</h3><pre>
v3.2.0-git
----------

[mms] Add 'max_forward' permission (<a href="http://bugs.horde.org/ticket/10332">Request #10332</a>).
[mms] Permissions can now be applied per backend, rather than globally.
[mms] Replace max blacklist/whitelist configuration parameters with equivalent
permissions options.
[mms] Sorting of rules now done via drag/drop javascript.
[mms] Sorting of rules now done via drag/drop javascript (<a href="http://bugs.horde.org/ticket/1993">Request #1993</a>).
[jan] Make shares table compatible with Oracle.
[mms] Validate e-mail addresses on the forward and vacation pages (<a href="http://bugs.horde.org/ticket/7249">Request
#7249</a>).
Expand All @@ -17,6 +18,7 @@ <h3>Changes by Release</h3><pre>
v3.1.4
------

[jan] Make spam level a required form field (<a href="http://bugs.horde.org/ticket/12964">Bug #12964</a>).
[jan] Fix behavior of 'utf' parameter (<a href="http://bugs.horde.org/ticket/12937">Bug #12937</a>).
[mms] Fix sieve driver correctly identifying mailing lists when determining
whether to send vacation messages
Expand Down
1 change: 1 addition & 0 deletions app/views/App/apps/ingo/docs/UPGRADING.html
Expand Up @@ -88,6 +88,7 @@ <h2><a class="toc-backref" href="#id8">2.3&nbsp;&nbsp;&nbsp;Permissions</a></h2>
<p>The following permissions have been added:</p>
<pre class="literal-block">
max_blacklist
max_forward_addresses
max_whitelist
</pre>
<p>The following permissions have been removed:</p>
Expand Down
2 changes: 2 additions & 0 deletions app/views/App/apps/kronolith/docs/CHANGES.html
Expand Up @@ -3,6 +3,8 @@ <h3>Changes by Release</h3><pre>
v4.2.0-git
----------

[mjr] Make event url property a true hyperlink in dynamic view (<a href="http://bugs.horde.org/ticket/12920">Request
#12920</a>).
[jan] Support task assignees.
[jan] Support parent tasks.
[jan] Indent sub tasks.
Expand Down

0 comments on commit 37e8a14

Please sign in to comment.