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

Stefan Hornburg racke at rt.icdevgroup.org
Wed Dec 23 13:16:30 UTC 2009


       via  d7b0394ca629c3f02647e64ae4a9edd705bce776 (commit)
      from  9d0fe279d9f8bf6f5038d6543a9a666988505c97 (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 d7b0394ca629c3f02647e64ae4a9edd705bce776
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Wed Dec 23 14:15:08 2009 +0100

    pass Wiki content as reference to avoid escaping of square brackets

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

Summary of changes and diff:
 plugins/wiki/components/wiki |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/wiki/components/wiki b/plugins/wiki/components/wiki
index ab50c36..0c465f8 100644
--- a/plugins/wiki/components/wiki
+++ b/plugins/wiki/components/wiki
@@ -26,7 +26,7 @@ CREATING
 </form>
 [elsif cgi action eq edit]
 [if cgi checksum]
-[wiki name="__NAME__" function="modify" page="__PAGE__" content="[cgi content]" checksum="[cgi checksum]"/]
+[wiki name="__NAME__" function="modify" page="__PAGE__" content=`$CGI->{content}` checksum="[cgi checksum]"/]
 [else]
 [wiki name="__NAME__" function="display" page="__PAGE__"]
 <form action="[area href="wiki/__PAGE__" nosession=1]" method="POST">


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list