aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-29 16:38:32 -0400
committerJoey Hess <joey@kitenet.net>2011-06-29 16:38:32 -0400
commit25b01f94045eaa262587fcd18e8525eed9c18157 (patch)
treef63e437973ee35aebd9f511c8e18c80ace9d8d4f /doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn
parent9bae303ec42aaa7e6c1297505d296ebada185423 (diff)
downloadikiwiki-25b01f94045eaa262587fcd18e8525eed9c18157.tar
ikiwiki-25b01f94045eaa262587fcd18e8525eed9c18157.tar.gz
Preserve mixed case in page creation links, and when creating a page whose title is mixed case, allow selecting between the mixed case and all lower-case names.
Diffstat (limited to 'doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn')
-rw-r--r--doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn3
1 files changed, 3 insertions, 0 deletions
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
index 059415819..351c2c1a1 100644
--- a/doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn
+++ b/doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn
@@ -32,3 +32,6 @@ If I click on "Czars in Russia", I'd like Ikiwiki to create "Czars\_in\_Russia.m
> Then, which one is the default wouldn't much matter. (The non-lower cased
> one would probably be the best choice.) --[[Joey]]
>> Either of your proposed solutions (make it the default or include both in the pop-up menu) sounds fine to me. Which one is easier? :) --[[sabr]]
+
+>>> [[Done]]; it now defaults to the mixed case title and provides
+>>> the lower-case one as an option in the select box. --[[Joey]]