From 728e0d12aee1669f2ed53e479aea4cc808f364ef Mon Sep 17 00:00:00 2001 From: "http://smcv.pseudorandom.co.uk/" Date: Fri, 7 Jan 2011 19:38:16 +0000 Subject: suspected bug --- ...po:_might_not_add_translated_versions_of_all_underlays.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn (limited to 'doc/bugs') diff --git a/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn b/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn new file mode 100644 index 000000000..66d16bf23 --- /dev/null +++ b/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn @@ -0,0 +1,10 @@ +[[plugins/po]]'s `checkconfig` looks in the `underlaydirs`, but plugins that +add underlays typically do so in their own `checkconfig`. + +As far as I can see, this will result in it not adding translated versions +of underlays added by a plugin that comes after it in `$config{add_plugins}`; +for instance, if you have `add_plugins => qw(po smiley)`, you'll probably +not get the translated versions of `smileys.mdwn`. (I haven't tested this.) + +To see them all, `po` should use `last => 1` when registering the hook. +--[[smcv]] -- cgit v1.2.3 From d87a4df78b4decf319fdb98c8ce2f5285f9d555e Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Wed, 12 Jan 2011 03:54:21 +0000 Subject: a report about a feature unavailable in w3m (search) --- ...__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn (limited to 'doc/bugs') diff --git a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn new file mode 100644 index 000000000..b5e83471e --- /dev/null +++ b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn @@ -0,0 +1,9 @@ +If I browse http://ikiwiki.info in emacs-w3m (without Javascript), I +can't do a [[search|plugins/search]]: the text field is there (so I can +enter my search request), but there seems to be no way to make +actually a search request (i.e., no button). + +(A remark on how it works now in the other browsers: +In the more "complete" +browsers (Chromium etc.), the request is done by pressing Enter in the +text field.) -- cgit v1.2.3 From 1351913862ecd49cea391bb5c8acff52f4b7e83d Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Wed, 12 Jan 2011 03:58:08 +0000 Subject: (minor) Signed. (And formatted a link.) --- ...button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/bugs') diff --git a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn index b5e83471e..99b274987 100644 --- a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn +++ b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn @@ -1,4 +1,4 @@ -If I browse http://ikiwiki.info in emacs-w3m (without Javascript), I +If I browse in emacs-w3m (without Javascript), I can't do a [[search|plugins/search]]: the text field is there (so I can enter my search request), but there seems to be no way to make actually a search request (i.e., no button). @@ -7,3 +7,4 @@ actually a search request (i.e., no button). In the more "complete" browsers (Chromium etc.), the request is done by pressing Enter in the text field.) +--imz -- cgit v1.2.3 From 32ffffcf2a71b896007253891be5bc6f12e763ea Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Wed, 12 Jan 2011 04:20:35 +0000 Subject: perhaps not a problem of ikiwiki, if it's correct pure HTML --- ...ence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn index 99b274987..46bca15c7 100644 --- a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn +++ b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn @@ -8,3 +8,19 @@ In the more "complete" browsers (Chromium etc.), the request is done by pressing Enter in the text field.) --imz + +I see, no Javascript is probably involved in using the search form; +the code is simply: + +
+
+ +
+
+ +So, if the semantics suggested by HTML is such that such a form is to +be submitted by some default form submitting action in the UI and it +doesn't really require a button to be functional, then I'd say it's +not an ikiwiki's problem, but a missing feature in the UI of emacs-w3m +or the underlying w3m... Perhaps I'll report this issue to them. --imz -- cgit v1.2.3 From 9db094f6b8924bd467f4c4cb59e7bc55dc5df633 Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Wed, 12 Jan 2011 04:26:03 +0000 Subject: (minor) Added a link (in order for the text to be more informative for all people). --- ..._button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/bugs') diff --git a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn index 46bca15c7..09fcce42e 100644 --- a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn +++ b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn @@ -1,4 +1,4 @@ -If I browse in emacs-w3m (without Javascript), I +If I browse in [http://www.emacswiki.org/emacs/emacs-w3m](emacs-w3m) (without Javascript), I can't do a [[search|plugins/search]]: the text field is there (so I can enter my search request), but there seems to be no way to make actually a search request (i.e., no button). -- cgit v1.2.3 From 41a118a1f4579cc22c168b0aade5bc65cfa7be03 Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Wed, 12 Jan 2011 04:27:32 +0000 Subject: (minor) Sorry, wrong markup in prev.edit. --- ..._button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/bugs') diff --git a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn index 09fcce42e..9162b191d 100644 --- a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn +++ b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn @@ -1,4 +1,4 @@ -If I browse in [http://www.emacswiki.org/emacs/emacs-w3m](emacs-w3m) (without Javascript), I +If I browse in [emacs-w3m](http://www.emacswiki.org/emacs/emacs-w3m) (without Javascript), I can't do a [[search|plugins/search]]: the text field is there (so I can enter my search request), but there seems to be no way to make actually a search request (i.e., no button). -- cgit v1.2.3 From f733853e8147eaf624f60512ce62b47057a4c873 Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Wed, 12 Jan 2011 04:46:46 +0000 Subject: Resolved: there was no problem; sorry for the hassle. --- ...ton__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn index 9162b191d..468dde6ef 100644 --- a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn +++ b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn @@ -24,3 +24,9 @@ be submitted by some default form submitting action in the UI and it doesn't really require a button to be functional, then I'd say it's not an ikiwiki's problem, but a missing feature in the UI of emacs-w3m or the underlying w3m... Perhaps I'll report this issue to them. --imz + +[[!tag done]] +There is no problem at all! +I'm sorry for this hassle! +In emacs-w3m, there is the w3m-submit-form command +(C-c C-c) to submit the form at point; it works.--imz -- cgit v1.2.3 From db9b6a295db5b4f456800d37ac86ce02576118f8 Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Wed, 12 Jan 2011 04:50:08 +0000 Subject: (minor) Consistent signatures for me. --- ...ton__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/bugs') diff --git a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn index 468dde6ef..ba1286dbc 100644 --- a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn +++ b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn @@ -7,7 +7,7 @@ actually a search request (i.e., no button). In the more "complete" browsers (Chromium etc.), the request is done by pressing Enter in the text field.) ---imz +--Ivan Z. I see, no Javascript is probably involved in using the search form; the code is simply: @@ -23,10 +23,10 @@ So, if the semantics suggested by HTML is such that such a form is to be submitted by some default form submitting action in the UI and it doesn't really require a button to be functional, then I'd say it's not an ikiwiki's problem, but a missing feature in the UI of emacs-w3m -or the underlying w3m... Perhaps I'll report this issue to them. --imz +or the underlying w3m... Perhaps I'll report this issue to them. --Ivan Z. [[!tag done]] There is no problem at all! I'm sorry for this hassle! In emacs-w3m, there is the w3m-submit-form command -(C-c C-c) to submit the form at point; it works.--imz +(C-c C-c) to submit the form at point; it works.--Ivan Z. -- cgit v1.2.3 From 80b71cc270b1cd754ada4c587723da7a9dcff2be Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Wed, 12 Jan 2011 04:53:01 +0000 Subject: (minor) Fixed the HTML markup for keys. --- ..._button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/bugs') diff --git a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn index ba1286dbc..2d600fdbb 100644 --- a/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn +++ b/doc/bugs/no_search_button__44___hence_can__39__t_do_search_in_w3m_at_ikiwiki.info.mdwn @@ -29,4 +29,4 @@ or the underlying w3m... Perhaps I'll report this issue to them. --Ivan Z. There is no problem at all! I'm sorry for this hassle! In emacs-w3m, there is the w3m-submit-form command -(C-c C-c) to submit the form at point; it works.--Ivan Z. +(C-c C-c) to submit the form at point; it works.--Ivan Z. -- cgit v1.2.3 From 42d39cc02b30d33057911255ca62a6ee068105d6 Mon Sep 17 00:00:00 2001 From: josef Date: Thu, 20 Jan 2011 07:45:55 +0000 Subject: here comes a nasty enumeration-of-dates bug --- doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn (limited to 'doc/bugs') diff --git a/doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn b/doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn new file mode 100644 index 000000000..4a78ea3f9 --- /dev/null +++ b/doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn @@ -0,0 +1,11 @@ +When an enumeration contains entries starting with ordinal numbers, e.g., for lists of meeting dates, ikiwiki turns them all into the 1st. + +Testcase: + +*The following lists should read: 1. January, 27. March, 99. November, 42. April* +**But instead it reads:** + +* 1. January +* 27. March +* 99. November +* 42. April -- cgit v1.2.3 From 8d8d2702a4b79e37cd060a9bf3851bb95bd1843f Mon Sep 17 00:00:00 2001 From: "http://mcfrisk.myopenid.com/" Date: Thu, 20 Jan 2011 19:39:24 +0000 Subject: --- ...303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" (limited to 'doc/bugs') diff --git "a/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" "b/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" new file mode 100644 index 000000000..07ed2f447 --- /dev/null +++ "b/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" @@ -0,0 +1 @@ +At least my setup on kapsi.fi always prints 404 Not Found after adding a page with non-ascii characters in name. But the page exists and is visible after the 404 with url encoding and the blog page is inlined correctly on the feed page. -- cgit v1.2.3 From 403f905cfe5044613b38e4343b7ce86e91350fe2 Mon Sep 17 00:00:00 2001 From: "http://mcfrisk.myopenid.com/" Date: Thu, 20 Jan 2011 19:41:26 +0000 Subject: --- ...03\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/bugs') diff --git "a/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" "b/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" index 07ed2f447..29f533b22 100644 --- "a/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" +++ "b/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" @@ -1 +1,3 @@ At least my setup on kapsi.fi always prints 404 Not Found after adding a page with non-ascii characters in name. But the page exists and is visible after the 404 with url encoding and the blog page is inlined correctly on the feed page. + +Apparently ikiwiki.info does not complain with 404. Should the character encoding be set in wiki config? -- cgit v1.2.3 From 5247e12dc7ae29c0a19a391eeb5be562aa88d5c0 Mon Sep 17 00:00:00 2001 From: "http://mcfrisk.myopenid.com/" Date: Thu, 20 Jan 2011 19:46:23 +0000 Subject: example --- ...6\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/bugs') diff --git "a/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" "b/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" index 29f533b22..e7cb43bee 100644 --- "a/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" +++ "b/doc/bugs/Pages_with_non-ascii_characters_like_\303\266\303\244\303\245_in_name_not_found_directly_after_commit.mdwn" @@ -1,3 +1,10 @@ At least my setup on kapsi.fi always prints 404 Not Found after adding a page with non-ascii characters in name. But the page exists and is visible after the 404 with url encoding and the blog page is inlined correctly on the feed page. Apparently ikiwiki.info does not complain with 404. Should the character encoding be set in wiki config? + +Happens also after editing the page. Here's an example: + + * page name displayed in 404: http://mcfrisk.kapsi.fi/skiing/posts/Iso-Sy%F6te%20Freeride%202011%20Teaser.html?updated + * page name in the blog feed: http://mcfrisk.kapsi.fi/skiing/posts/Iso-Sy%C3%B6te%20Freeride%202011%20Teaser.html + +Difference is in the word Iso-Syƶte. Pehaps also the browsers is part of the game, I use Iceweasel from Debian unstable with default settings. -- cgit v1.2.3