From 26c96e1f10c2291a45a56489b1cafc50e6aaf7ff Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2008 20:18:20 -0400 Subject: [PATCH 1/3] web commit by http://sabr.myopenid.com/ --- .../IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn b/doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn index acbf338b4..440596318 100644 --- a/doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn +++ b/doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn @@ -17,3 +17,5 @@ Thanks for any hints! -- [[sabr]] > > Note that if you then touch the file to be even older, it won't notice > in a refresh. You'd have to force a rebuild in that case. --[[Joey]] + +>> You're right. I thought I *had* rebuilt it but, when I started over from scratch, everything worked. Sorry for the noise! Marking this [[invalid|done]]. --[[sabr]] From 1f4dec34e2711a4f9b0ae09ffeba69b5cddb208b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2008 21:55:25 -0400 Subject: [PATCH 2/3] web commit by cjb: Added wiktionary shortcut --- doc/shortcuts.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index ad6d2cdac..401de1bf5 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -17,6 +17,7 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=gmsg url="http://groups.google.com/groups?selm=%s"]] * [[!shortcut name=wikipedia url="http://en.wikipedia.org/wiki/%s"]] * [[!shortcut name=wikitravel url="http://wikitravel.org/en/%s"]] +* [[!shortcut name=wiktionary url="http://en.wiktionary.org/wiki/%s"]] * [[!shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]] * [[!shortcut name=deblist url="http://lists.debian.org/debian-%s" desc="debian-%s@lists.debian.org"]] * [[!shortcut name=debpkg url="http://packages.debian.org/%s"]] From 57035d610e9446e9a50b6807be2bb33d182c4c3b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 12 Apr 2008 13:21:11 -0400 Subject: [PATCH 3/3] web commit by http://sabr.myopenid.com/ --- doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn diff --git a/doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn b/doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn new file mode 100644 index 000000000..229c6f28b --- /dev/null +++ b/doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn @@ -0,0 +1,3 @@ +When you click on a broken link to create a new page, Ikiwiki lower-cases the new page's filename. I wish it wouldn't. + +If I click on "Czars in Russia", I'd like Ikiwiki to create "Czars\_in\_Russia.mdwn", not "czars\_in\_russia.mdwn". Is this possible? --[[sabr]]