[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. 2f738e4e2ef1d318fc90bff1e4f163cd9df71341

Stefan Hornburg racke at rt.icdevgroup.org
Fri Mar 27 08:49:54 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 wellwell catalog".

The branch, master has been updated
       via  2f738e4e2ef1d318fc90bff1e4f163cd9df71341 (commit)
       via  c38fe4080d535ef36cc088a3c507ebf521443047 (commit)
      from  932e60368b1db4b5f37506802c33bcd6f73c2002 (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 2f738e4e2ef1d318fc90bff1e4f163cd9df71341
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Fri Mar 27 09:49:24 2009 +0100

    show content by uri if supplied, show create link with proper permissions

commit c38fe4080d535ef36cc088a3c507ebf521443047
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Fri Mar 27 09:46:12 2009 +0100

    avoid lookups with empty code

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

Summary of changes and diff:
 plugins/content/code/content.tag           |    2 +-
 plugins/content/components/content_display |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/content/code/content.tag b/plugins/content/code/content.tag
index 336914b..257523a 100644
--- a/plugins/content/code/content.tag
+++ b/plugins/content/code/content.tag
@@ -22,7 +22,7 @@ sub {
 			$ctref = $ctset->[0];
 		}
 	} 
-	else {
+	elsif ($code) {
 		$ctref = $Db{content}->row_hash($code);
 	}
 
diff --git a/plugins/content/components/content_display b/plugins/content/components/content_display
index 1322d5d..2da481d 100644
--- a/plugins/content/components/content_display
+++ b/plugins/content/components/content_display
@@ -1 +1 @@
-[content function="display" code="__CODE__" edit_link="1"]
+[content function="display" code="__CODE__" uri="__URI__" edit_link="1" create_link="1"]


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list