From a3f638544817b746142e11a68df0b4670b357cf0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jul 2008 04:27:12 -0400 Subject: web commit by http://ptecza.myopenid.com/: * Thanks! --- doc/bugs/attachment_plugin_enabled_by_default__63__.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/bugs/attachment_plugin_enabled_by_default__63__.mdwn b/doc/bugs/attachment_plugin_enabled_by_default__63__.mdwn index bcfd9774c..c1d3401f2 100644 --- a/doc/bugs/attachment_plugin_enabled_by_default__63__.mdwn +++ b/doc/bugs/attachment_plugin_enabled_by_default__63__.mdwn @@ -4,6 +4,8 @@ that it's enabled by default in Ikiwiki. Is it true? > No, typo. I don't want to enable it by default because it requires > site-specific configuration to be made secure. --[[Joey]] +>> Thanks for your reply! I was guessing it :) --[[Paweł|ptecza]] + I have backported Ikiwiki 2.52 and I need to add that plugin to `add_plugins` variable in my `ikiwiki.setup` file (and rebuild my wiki, of course) to see new upload buttons when I edit a page @@ -11,5 +13,7 @@ and click "Attachments" link. > FWIW, you don't need to rebuild the whole wiki, --refresh --wrappers is enough. +>> It's good to know. Thank you for the hint! + Maybe should I enable attachment handling in different way? --[[Paweł|users/ptecza]] -- cgit v1.2.3 From 7977fe382a3c8829f7abfd4aacd3155e204273a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jul 2008 06:29:20 -0400 Subject: web commit by http://ptecza.myopenid.com/: * Problem with uploading attachments --- doc/bugs/attachment:_failed_to_get_filehandle.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/attachment:_failed_to_get_filehandle.mdwn diff --git a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn new file mode 100644 index 000000000..d531cdf47 --- /dev/null +++ b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn @@ -0,0 +1,12 @@ +I can't add any attachment to my wiki. When I select file using "Browse" +button and click "Upload Attachment", then `ikiwiki.cgi` file displays +the error message like below: + + Błąd: failed to get filehandle + +The same message I can see in the Apache log file. There is also +following warning: + + Use of uninitialized value in length at /usr/share/perl5/IkiWiki/Plugin/attachment.pm line 36. + +Is it Ikiwiki bug or my attachment plugin is misconfigured? --[[Paweł|ptecza]] -- cgit v1.2.3 From db77e342faf0b9f9afecb4519f99d5238fa20112 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jul 2008 06:42:33 -0400 Subject: web commit by http://ptecza.myopenid.com/: * Problem with colon in report page name --- doc/bugs/attachment:_failed_to_get_filehandle.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn index d531cdf47..3ce7e62ac 100644 --- a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn +++ b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn @@ -10,3 +10,14 @@ following warning: Use of uninitialized value in length at /usr/share/perl5/IkiWiki/Plugin/attachment.pm line 36. Is it Ikiwiki bug or my attachment plugin is misconfigured? --[[Paweł|ptecza]] + +> Joey, please fix the colon in page name of my report. Ikiwiki sets +> "attachment:\_failed\_to\_get\_filehandle/" URL on "Bugs" page and +> the report is not clickable in my Epiphany browser: + +> Firefox doesn't know how to open this address, because the protocol +> (attachment) isn't associated with any program. + +> I can only edit it :) Bad handling ':' character by Ikiwiki is probably +> its another bug. +> --[[Paweł|ptecza]] -- cgit v1.2.3 From 67e4a21bd617cfe7a6334eee7c59849638ca3751 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jul 2008 09:29:19 -0400 Subject: web commit by http://jcflack.myopenid.com/ --- doc/todo/conditional_text_based_on_ikiwiki_features.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/todo/conditional_text_based_on_ikiwiki_features.mdwn b/doc/todo/conditional_text_based_on_ikiwiki_features.mdwn index 4b984cf5a..c6f1fefe1 100644 --- a/doc/todo/conditional_text_based_on_ikiwiki_features.mdwn +++ b/doc/todo/conditional_text_based_on_ikiwiki_features.mdwn @@ -119,3 +119,10 @@ to add to [[ikiwiki/Markdown]] something like > page for multimarkdown is a path to madness or unreadability though. > Perhaps it would be better to have .mmdwn files that can only contain > multimarkdown? --[[Joey]] + +>> Really, there was only one (or maybe two) pages I had in mind as appropriate +>> places for conditional text based on multimarkdown—the underlay pages +>> for 'markdown' and maybe also 'formatting', because those are the pages you +>> look at when you're trying to find out how to mark stuff up for the wiki, so +>> if MM is enabled, they need to at least mention it and have a link to the +>> MM syntax guide.--ChapmanFlack -- cgit v1.2.3