comments
parent
16ff246d41
commit
aba655c6e0
|
@ -246,6 +246,8 @@ finish it at some point in the first quarter of 2009. --[[intrigeri]]
|
||||||
>> IIRC, I actually did not use `our` to "export" these variables, but
|
>> IIRC, I actually did not use `our` to "export" these variables, but
|
||||||
>> rather to have them shared between `Render.pm` uses.
|
>> rather to have them shared between `Render.pm` uses.
|
||||||
>>
|
>>
|
||||||
|
>>> My wording was unclear, I meant exposing. --[[Joey]]
|
||||||
|
>>>
|
||||||
> * What is this `IkiWiki::nicepagetitle` and why are you
|
> * What is this `IkiWiki::nicepagetitle` and why are you
|
||||||
> injecting it into that namespace when only your module uses it?
|
> injecting it into that namespace when only your module uses it?
|
||||||
> Actually, I can't even find a caller of it in your module.
|
> Actually, I can't even find a caller of it in your module.
|
||||||
|
@ -254,6 +256,9 @@ finish it at some point in the first quarter of 2009. --[[intrigeri]]
|
||||||
>> [[bugs/pagetitle_function_does_not_respect_meta_titles]] in order
|
>> [[bugs/pagetitle_function_does_not_respect_meta_titles]] in order
|
||||||
>> to understand this :)
|
>> to understand this :)
|
||||||
>>
|
>>
|
||||||
|
>>> It would probably be good if I could merge this branch without
|
||||||
|
>>> having to worry about also immediatly merging that one. --[[Joey]]
|
||||||
|
>>
|
||||||
> * I'm very fearful of the `add_depends` in `postscan`.
|
> * I'm very fearful of the `add_depends` in `postscan`.
|
||||||
> Does this make every page depend on every page that links
|
> Does this make every page depend on every page that links
|
||||||
> to it? Won't this absurdly bloat the dependency pagespecs
|
> to it? Won't this absurdly bloat the dependency pagespecs
|
||||||
|
|
Loading…
Reference in New Issue