diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-28 20:44:48 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-28 20:44:48 +0000 |
commit | c9e07b583bb730a7697cbbeb8b1b7d912d8a1780 (patch) | |
tree | e4c6470623d34dce75b77c9c42391bf421b11ffd /doc/bugs | |
parent | 85566ff3a33298f16bd1102e6e011b85a8e8ea3d (diff) | |
download | ikiwiki-c9e07b583bb730a7697cbbeb8b1b7d912d8a1780.tar ikiwiki-c9e07b583bb730a7697cbbeb8b1b7d912d8a1780.tar.gz |
responses
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/disable_sub-discussion_pages.mdwn | 7 | ||||
-rw-r--r-- | doc/bugs/hardcoded___34__Discussion__34___link.mdwn | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/bugs/disable_sub-discussion_pages.mdwn b/doc/bugs/disable_sub-discussion_pages.mdwn new file mode 100644 index 000000000..e004e53e1 --- /dev/null +++ b/doc/bugs/disable_sub-discussion_pages.mdwn @@ -0,0 +1,7 @@ +Any setting to disable having a discussion of a discussion? +The [[features]] page says every page, but I don't want every page. +I do want discussion subpage, but I don't want to have, for example: discussion/ discussion/ discussion. +-- [[JeremyReed]] + +> Discussion pages should clearly be a special case that don't get Discussion +> links put at the top. --[[Joey]] diff --git a/doc/bugs/hardcoded___34__Discussion__34___link.mdwn b/doc/bugs/hardcoded___34__Discussion__34___link.mdwn index 7c7ac1537..fc8406d87 100644 --- a/doc/bugs/hardcoded___34__Discussion__34___link.mdwn +++ b/doc/bugs/hardcoded___34__Discussion__34___link.mdwn @@ -21,6 +21,10 @@ or "History". > link needs to be different if the Discussion page doesn't yet exist. >> You can always use <tmpl_if> and <tmpl_else> construct in that place ;) --Pawel + +>>> Not without duplicating the logic that constructs a link to an +>>> existing/nonexisting page in two places, one in code in ikiwiki and one +>>> in the template. Not good design. --[[Joey]] > As noted in [[patchqueue/l10n]], there are some other places in ikiwiki > that hard code English strings, and I feel that using standard gettext @@ -32,4 +36,7 @@ or "History". >> >> BTW, is there a chance for configurable name of Discussion page? >> In my wiki I use only Polish name of pages, so I would like to have ->> dyskusja.html page, instead of discussion.html page. --Pawel
\ No newline at end of file +>> dyskusja.html page, instead of discussion.html page. --Pawel + +>>> I have an incomplete i10n patch for such hardcoded strings in the code, +>>> which I hope to finish up eventually --[[Joey]] |