X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/63f4ad9aba7ce687fd4ed87364429d68d8f087fa..ad3160bb97c095e64167847d3ec9c91996367d0d:/doc/bugs/must_save_before_uploading_more_than_one_attachment.mdwn diff --git a/doc/bugs/must_save_before_uploading_more_than_one_attachment.mdwn b/doc/bugs/must_save_before_uploading_more_than_one_attachment.mdwn index ca93541f1..66c763f58 100644 --- a/doc/bugs/must_save_before_uploading_more_than_one_attachment.mdwn +++ b/doc/bugs/must_save_before_uploading_more_than_one_attachment.mdwn @@ -7,3 +7,19 @@ Another workaround is to first save the text and then edit and upload the rest. Is this a problem on my site or does anyone else see this? (If it's my fault feel free to move this to [[forum]].) + +> I don't see a behavior like that. +> I don't know what you mean when you say "I just get a map to show the +> attachment" A map? +> +> What version of ikiwiki? What browser? Is javascript enabled? --[[Joey]] + +>> I mean the [[ikiwiki/directive/map]] directive. +>> It was ikiwiki 3.20110430. +>> Tried Firefox and uzbl (webkit) with or without javascript. +>> +>> Just updated to 3.20110905. Now the problem has changed. Instead of saving the page with the second upload and leading me to it, it leaves me in the editform but creates the page anyway. +>> When saving I get informed, that someone else created the page. Obviously it was ikiwiki itself with the mentioned map: +>> \[[!map pages="path/to/page/* and ! ... +>> +>> This told me that [[plugins/autoindex]] is the bad guy. Deactivating this plugin helps out. Don't know if this is worth fixing... I can live without that plugin. --bacuh