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