]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/disable_sub-discussion_pages.mdwn
response
[ikiwiki.git] / doc / bugs / disable_sub-discussion_pages.mdwn
1 Any setting to disable having a discussion of a discussion?
2 The [[features]] page says every page, but I don't want every page.
3 I do want discussion subpage, but I don't want to have, for example: discussion/ discussion/ discussion.
4 -- [[JeremyReed]]
5
6 > Discussion pages should clearly be a special case that don't get Discussion
7 > links put at the top... aaand.. [[bugs/done]]! --[[Joey]]
8
9 >>> Joey, I've just seen that you closed that bug in ikiwiki 1.37, but it seems
10 >>> you fixed it only for English "discussion" page. The bug still occurs
11 >>> for the international "discussion" pages. I have backported ikiwiki 1.40
12 >>> and I can see "Dyskusja" link on my Polish "dyskusja" pages. --[[Paweł|ptecza]]
13
14 >>> Yes, I missed that string when internationalizing ikiwiki, fixed now.
15
16 >>>> Thanks a lot for the quick fix, Joey! It works for me :)
17
18 >>>> BTW, I had to apply the patch manually, because I have a problem
19 >>>> with building ikiwiki 1.41 Debian package:
20
21 >>>>        ptecza@devel2:~/svn/ikiwiki$ LANG=C dpkg-buildpackage -uc -us -rfakeroot
22 >>>>        [...]
23 >>>>        make[2]: Entering directory `/home/ptecza/svn/ikiwiki/po'
24 >>>>        msgfmt -o bg.mo bg.po
25 >>>>        msgfmt -o cs.mo cs.po
26 >>>>        msgfmt -o es.mo es.po
27 >>>>        msgfmt -o fr.mo fr.po
28 >>>>        msgfmt -o gu.mo gu.po
29 >>>>        msgfmt -o pl.mo pl.po
30 >>>>        Merging ikiwiki.pot and sv.pomsgmerge: sv.po: warning: Charset missing in header.
31 >>>>                                  Message conversion to user's charset will not work.
32 >>>>        sv.po:10:2: parse error
33 >>>>        sv.po:10: keyword "mine" unknown
34 >>>>        sv.po:14: keyword "r2262" unknown
35 >>>>        sv.po:37:2: parse error
36 >>>>        sv.po:37: keyword "mine" unknown
37 >>>>        sv.po:43: keyword "r2262" unknown
38 >>>>        sv.po:52:2: parse error
39 >>>>        sv.po:52: keyword "mine" unknown
40 >>>>        sv.po:56: keyword "r2262" unknown
41 >>>>        msgmerge: found 9 fatal errors
42 >>>>        make[2]: *** [sv.po] Error 1
43 >>>>        make[2]: Leaving directory `/home/ptecza/svn/ikiwiki/po'
44 >>>>        make[1]: *** [extra_build] Error 2
45 >>>>        make[1]: Leaving directory `/home/ptecza/svn/ikiwiki'
46 >>>>        make: *** [build-stamp] Error 2
47
48 >>>> I think you should be notified about it :) --[[Paweł|ptecza]]
49
50 >>>>> You have an unresolved svn conflict in some files in po, looks like.
51
52 >>>>>> Thanks for the hint! You're absolutely right again, Joey! It's because of
53 >>>>>> I always do `svn up` command (for CVS repo `cvs up` is enough :) )
54 >>>>>> and I never use `svn status` command. Yes, now I know I should do it :)
55
56 >>>>>> First I removed conflicting `sv.po` file and next I updated it and
57 >>>>>> it has resolved the problem. --[[Paweł|ptecza]]