From: Joey Hess <joey@kodama.kitenet.net>
Date: Wed, 2 Jul 2008 22:07:34 +0000 (-0400)
Subject: link to pagespec/attachment
X-Git-Tag: 2.52~4^2~2
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ca6d9da279539f0a22e7e06a7b79d5709fe9c7c2;p=ikiwiki.git

link to pagespec/attachment
---

diff --git a/IkiWiki/Plugin/attachment.pm b/IkiWiki/Plugin/attachment.pm
index 1bcf5a2e4..3bbe27b1a 100644
--- a/IkiWiki/Plugin/attachment.pm
+++ b/IkiWiki/Plugin/attachment.pm
@@ -47,7 +47,13 @@ sub formbuilder_setup (@) { #{{{
 
 		$form->field(name => "allowed_attachments", size => 50,
 			fieldset => "admin",
-			comment => "(".htmllink("", "", "ikiwiki/PageSpec", noimageinline => 1).")");
+			comment => "(".
+				htmllink("", "", 
+					"ikiwiki/PageSpec/attachment", 
+					noimageinline => 1,
+					linktext => "Enhanced PageSpec",
+				).")"
+		);
 		if (! IkiWiki::is_admin($user_name)) {
 			$form->field(name => "allowed_attachments", type => "hidden");
 		}
diff --git a/doc/plugins/attachment.mdwn b/doc/plugins/attachment.mdwn
index daadfc348..2b8343042 100644
--- a/doc/plugins/attachment.mdwn
+++ b/doc/plugins/attachment.mdwn
@@ -20,8 +20,8 @@ Bear in mind that if you let anyone upload a particular kind of file
    contains html as a web page; including running any malicious javascript
    embedded in that page.
 
-If you enable this plugin, be sure to lock that down, by entering a
-[[special_PageSpec|ikiwiki/pagespec/attachment]] in the "Allowed
+If you enable this plugin, be sure to lock that down, by entering an
+[[enhanced_PageSpec|ikiwiki/pagespec/attachment]] in the "Allowed
 Attachments" field of the wiki admin's preferences page.
 
 This plugin will use the [[cpan File::MimeInfo::Magic]] perl module, if