[interchange-docs] [SCM] Interchange XML documentation branch, master, updated. f4109966c2be3c9fe5b2329793b3c7610b0a75e5

Davor Ocelic docelic at rt.icdevgroup.org
Wed Oct 7 16:53:49 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange XML documentation".

The branch, master has been updated
       via  f4109966c2be3c9fe5b2329793b3c7610b0a75e5 (commit)
       via  f1c1d484eba9012f10453ce4d94e31e676971de4 (commit)
      from  28d263781f2a21cbb964225eca47a0efc0c006c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f4109966c2be3c9fe5b2329793b3c7610b0a75e5
Author: Davor Ocelic <docelic at spinlocksolutions.com>
Date:   Wed Oct 7 18:53:43 2009 +0200

    Rename files to avoid same-name-different-case situations

commit f1c1d484eba9012f10453ce4d94e31e676971de4
Author: Davor Ocelic <docelic at spinlocksolutions.com>
Date:   Wed Oct 7 15:26:07 2009 +0200

    Clarification

-----------------------------------------------------------------------

Summary of changes and diff:
 bin/refs-autogen                       |    3 ++-
 guides/wellwell.xml                    |    6 +++---
 refs/L.tag                             |   11 -----------
 refs/{TaxShipping => TaxShipping.conf} |    0 
 refs/l.tag                             |   11 +++++++++++
 5 files changed, 16 insertions(+), 15 deletions(-)
 delete mode 100644 refs/L.tag
 rename refs/{TaxShipping => TaxShipping.conf} (100%)

diff --git a/bin/refs-autogen b/bin/refs-autogen
index 3eaa28d..09ea554 100755
--- a/bin/refs-autogen
+++ b/bin/refs-autogen
@@ -1153,7 +1153,8 @@ sub process_symbol {
 sub populate {
 	my ($ref, $group, $name, $file, $mode) = @_;
 
-	my $fgroup = $group; $fgroup =~ /tag$/ and $fgroup = 'tag';
+	my $fgroup = $group;
+	$fgroup = 'tag' if $fgroup =~ /tag$/;
 	my $specpath = "refs/$name.$fgroup";  # Specific path
 	my $genpath = "refs/$name";          # Generic path (no type visible in it)
 	my $refpath; # USE THIS FOR PATHNAME
diff --git a/guides/wellwell.xml b/guides/wellwell.xml
index 71ebbd0..523067b 100644
--- a/guides/wellwell.xml
+++ b/guides/wellwell.xml
@@ -344,9 +344,9 @@ names of the components to skip, or "1" to skip all default components.
 ]]></programlisting>
 
 <para>
-&tag-acl; returns its body on success, or the permission value if body is
-	empty. Please note that <code>[acl check]</code> without a permission
-	is always successful.
+&tag-acl; returns its body on success, or the first matching permission if
+body is empty. Please note that <code>[acl check]</code> without a permission
+	specified is always successful.
 	<!-- XXX clarify? -->
 </para>
 
diff --git a/refs/L.tag b/refs/L.tag
deleted file mode 100644
index 7ae118a..0000000
--- a/refs/L.tag
+++ /dev/null
@@ -1,11 +0,0 @@
-
-Note:Be careful when editing pages containing localization information. Even changing one character of the message can  change the key value and invalidate the message for other languages. To prevent this, use:
-
-!block example
-   [L key]The default.[/L]
-	 !endblock
-
-
-	 The key C<msg_key> will then be used to index the message. This may be preferable for many applications.
-
-
diff --git a/refs/TaxShipping b/refs/TaxShipping.conf
similarity index 100%
rename from refs/TaxShipping
rename to refs/TaxShipping.conf
diff --git a/refs/l.tag b/refs/l.tag
index e69de29..7ae118a 100644
--- a/refs/l.tag
+++ b/refs/l.tag
@@ -0,0 +1,11 @@
+
+Note:Be careful when editing pages containing localization information. Even changing one character of the message can  change the key value and invalidate the message for other languages. To prevent this, use:
+
+!block example
+   [L key]The default.[/L]
+	 !endblock
+
+
+	 The key C<msg_key> will then be used to index the message. This may be preferable for many applications.
+
+


hooks/post-receive
-- 
Interchange XML documentation



More information about the docs mailing list