THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#420 - Crash when reloading addresses from mysql database (permissions module)
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Fixes now in master and 4.1 branches.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=420
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#421 - json-c is dropping json compatibility
User who did this - Daniel-Constantin Mierla (miconda)
----------
Is this ready to close?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=421#comment1405
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Module: sip-router
Branch: master
Commit: 910224d3d55ee225628e57e8da8fbff648cd7977
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=910224d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Apr 22 16:07:28 2014 +0200
mtree: docs updated for mtree.summary
---
modules/mtree/README | 6 ++++--
modules/mtree/doc/mtree_admin.xml | 10 +++++++---
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/modules/mtree/README b/modules/mtree/README
index e49d699..b0a6543 100644
--- a/modules/mtree/README
+++ b/modules/mtree/README
@@ -412,9 +412,11 @@ mt_match("mytree", "$rU", "0");
6.1. mtree.summary
- List usage summary for all trees.
+ List usage summary for all trees or for the tree whose name is given as
+ parameter.
- Parameters: none.
+ Parameters:
+ * _mtree_ - (optional) the name of the tree.
6.2. mtree.reload
diff --git a/modules/mtree/doc/mtree_admin.xml b/modules/mtree/doc/mtree_admin.xml
index b008a35..cf91bbc 100644
--- a/modules/mtree/doc/mtree_admin.xml
+++ b/modules/mtree/doc/mtree_admin.xml
@@ -468,9 +468,13 @@ mt_match("mytree", "$rU", "0");
<function moreinfo="none">mtree.summary</function>
</title>
<para>
- List usage summary for all trees.
+ List usage summary for all trees or for the tree whose name is
+ given as parameter.
</para>
- <para>Parameters: none.</para>
+ <para>Parameters:</para>
+ <itemizedlist>
+ <listitem><para>_mtree_ - (optional) the name of the tree.</para></listitem>
+ </itemizedlist>
</section>
<section>
<title>
@@ -481,7 +485,7 @@ mt_match("mytree", "$rU", "0");
</para>
<para>Parameters:</para>
<itemizedlist>
- <listitem><para>_mtree_</para> - name of mtree or empty string meaning all mtrees</listitem>
+ <listitem><para>_mtree_</para> - name of mtree or empty string meaning all mtrees</listitem>
</itemizedlist>
</section>
<section>