From 1b8989953440d444fed2f4b395e9e911a637ed79 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 May 2009 13:14:22 -0400 Subject: po responses, 1 month late --- doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn b/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn index c54376aa1..042d6a20c 100644 --- a/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn +++ b/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn @@ -272,3 +272,8 @@ So, looking at your meta branch: --[[Joey]] >>> it in a way that leaves room for #2. >>> >>> --[[intrigeri]] +>>> +>>>> I agree, we should concentrate on getting just enough functionality +>>>> for the po plugin, because I want to merge the po plugin soon. +>>>> If #2 gets tackled later, we will certianly have all kinds of fun. +>>>> no matter what is done for the po plugin. --[[Joey]] -- cgit v1.2.3 From c6e75e7397fccb26a0a756cda1fd0d85af7cff38 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 May 2009 13:17:45 -0400 Subject: response --- doc/bugs/Insecure_dependency_in_mkdir.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/Insecure_dependency_in_mkdir.mdwn b/doc/bugs/Insecure_dependency_in_mkdir.mdwn index 28304b3d3..1effbb882 100644 --- a/doc/bugs/Insecure_dependency_in_mkdir.mdwn +++ b/doc/bugs/Insecure_dependency_in_mkdir.mdwn @@ -127,3 +127,13 @@ dubious >>>> I get this over and over... I haven't touched that AFAICT, at all. --[[simonraven]] + +>>>>> Take a look at your `/usr/bin/ikiwiki`. The first +>>>>> line should not contain -T. If it does, remove it, +>>>>> and maybe try to work out or give details about how +>>>>> you installed ikiwiki and why it got the -T in there, +>>>>> which certianly doesn't happen by default when ikiwiki +>>>>> is installed by the Makefile.PL or by any package I know of. +>>>>> (If there's +>>>>> no -T, then something *really* weird is going on..) +>>>>> --[[Joey]] -- cgit v1.2.3 From 788e4579f9297091b9835dea10ba884fe5735d31 Mon Sep 17 00:00:00 2001 From: simonraven Date: Tue, 19 May 2009 15:42:03 -0400 Subject: --- doc/bugs/Insecure_dependency_in_mkdir.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/Insecure_dependency_in_mkdir.mdwn b/doc/bugs/Insecure_dependency_in_mkdir.mdwn index 1effbb882..d3a7f0568 100644 --- a/doc/bugs/Insecure_dependency_in_mkdir.mdwn +++ b/doc/bugs/Insecure_dependency_in_mkdir.mdwn @@ -137,3 +137,16 @@ dubious >>>>> (If there's >>>>> no -T, then something *really* weird is going on..) >>>>> --[[Joey]] + +>>>>>> nope, no -T in the hashbang line at all. Haven't added any; +>>>>>> only thing I did there was change `use lib` to `/usr/share/perl5`, +>>>>>> otherwise I'd get bogus errors about CGI::Cookie_al or some such thing. +>>>>>> +>>>>>> How I installed it was in non-public directories in various sites, then +>>>>>> make it publish stuff to a public dir in the relevant site. +>>>>>> +>>>>>> This issue is recent, after a `git pull` IIRC. It has never happened before. It's also puzzling me. +>>>>>> +>>>>>> You can check it out for yourself by pulling my fork of this, at github or my local repo. +>>>>>> github will probably be faster for you: git://github.com/kjikaqawej/ikiwiki-simon.git --[[simonraven]] + -- cgit v1.2.3 From 305769cebcf390b9abc92b4fe49cf40d8a39880f Mon Sep 17 00:00:00 2001 From: simonraven Date: Tue, 19 May 2009 16:21:46 -0400 Subject: --- doc/bugs/Insecure_dependency_in_mkdir.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/bugs') diff --git a/doc/bugs/Insecure_dependency_in_mkdir.mdwn b/doc/bugs/Insecure_dependency_in_mkdir.mdwn index d3a7f0568..5410ebbfd 100644 --- a/doc/bugs/Insecure_dependency_in_mkdir.mdwn +++ b/doc/bugs/Insecure_dependency_in_mkdir.mdwn @@ -143,7 +143,8 @@ dubious >>>>>> otherwise I'd get bogus errors about CGI::Cookie_al or some such thing. >>>>>> >>>>>> How I installed it was in non-public directories in various sites, then ->>>>>> make it publish stuff to a public dir in the relevant site. +>>>>>> make it publish stuff to a public dir in the relevant site. Or do you +>>>>>> mean installed, as in the whole thing? From a .deb I made based on the git tree, with `git-buildpackage`. >>>>>> >>>>>> This issue is recent, after a `git pull` IIRC. It has never happened before. It's also puzzling me. >>>>>> -- cgit v1.2.3