Remove references to merged-and-deleted git branches
parent
9e195018a2
commit
904c16a68b
|
@ -66,8 +66,6 @@ Patch:
|
||||||
|
|
||||||
>>>>>> The current arrangement looks fine to me. Thanks. --[[harishcm]]
|
>>>>>> The current arrangement looks fine to me. Thanks. --[[harishcm]]
|
||||||
|
|
||||||
[[!template id=gitbranch author="[[harishcm]]" branch=smcv/ready/harishcm-map-fix]]
|
|
||||||
|
|
||||||
> [[merged|done]] --[[Joey]]
|
> [[merged|done]] --[[Joey]]
|
||||||
|
|
||||||
Patch:
|
Patch:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
[[!tag patch patch/core]]
|
[[!tag patch patch/core]]
|
||||||
[[!template id=gitbranch branch=smcv/ready/among author="[[smcv]]"]]
|
|
||||||
|
|
||||||
IkiWiki::backlinks returns a form of $backlinks{$page} that has undergone a
|
IkiWiki::backlinks returns a form of $backlinks{$page} that has undergone a
|
||||||
lossy transformation (to get it in the form that page templates want), making
|
lossy transformation (to get it in the form that page templates want), making
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[[!template id=gitbranch branch=smcv/gitignore author="[[smcv]]"]]
|
|
||||||
[[!tag patch]]
|
[[!tag patch]]
|
||||||
|
|
||||||
The recent merge of the po branch didn't come with a .gitignore.
|
The recent merge of the po branch didn't come with a .gitignore.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
[[!template id=gitbranch branch=smcv/ready/inline-pagenames author="[[smcv]]"]]
|
|
||||||
|
|
||||||
A [[!taglink patch]] in my git repository (the inline-pagenames branch) adds
|
A [[!taglink patch]] in my git repository (the inline-pagenames branch) adds
|
||||||
the following parameter to the [[ikiwiki/directive/inline]] directive:
|
the following parameter to the [[ikiwiki/directive/inline]] directive:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
[[!template id=gitbranch branch=smcv/ready/depends-exact author="[[smcv]]"]]
|
|
||||||
|
|
||||||
I'm still trying to optimize ikiwiki for a site using
|
I'm still trying to optimize ikiwiki for a site using
|
||||||
[[plugins/contrib/album]], and checking which pages depend on which pages
|
[[plugins/contrib/album]], and checking which pages depend on which pages
|
||||||
is still taking too long. Here's another go at fixing that, using [[Will]]'s
|
is still taking too long. Here's another go at fixing that, using [[Will]]'s
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
[[!tag patch plugins/pagestats]]
|
[[!tag patch plugins/pagestats]]
|
||||||
[[!template id=gitbranch branch=smcv/ready/among author="[[smcv]]"]]
|
|
||||||
|
|
||||||
My `among` branch fixes [[todo/backlinks_result_is_lossy]], then uses that
|
My `among` branch fixes [[todo/backlinks_result_is_lossy]], then uses that
|
||||||
to provide pagestats for links from a subset of pages. From the docs included
|
to provide pagestats for links from a subset of pages. From the docs included
|
||||||
|
|
|
@ -79,8 +79,6 @@ I can think about reducung the size of my wiki source and making it available on
|
||||||
>
|
>
|
||||||
> --[[Joey]]
|
> --[[Joey]]
|
||||||
|
|
||||||
[[!template id=gitbranch branch=smcv/ready/optimize-depends author="[[smcv]]"]]
|
|
||||||
|
|
||||||
>> I've been looking at optimizing ikiwiki for a site using
|
>> I've been looking at optimizing ikiwiki for a site using
|
||||||
>> [[plugins/contrib/album]] (which produces a lot of pages) and it seems
|
>> [[plugins/contrib/album]] (which produces a lot of pages) and it seems
|
||||||
>> that checking which pages depend on which pages does take a significant
|
>> that checking which pages depend on which pages does take a significant
|
||||||
|
@ -100,8 +98,6 @@ I can think about reducung the size of my wiki source and making it available on
|
||||||
>>>> I haven't actually deleted it), because the "or" operation is now done in
|
>>>> I haven't actually deleted it), because the "or" operation is now done in
|
||||||
>>>> the Perl code, rather than by merging pagespecs and translating. --[[smcv]]
|
>>>> the Perl code, rather than by merging pagespecs and translating. --[[smcv]]
|
||||||
|
|
||||||
[[!template id=gitbranch branch=smcv/ready/remove-pagespec-merge author="[[smcv]]"]]
|
|
||||||
|
|
||||||
>>>>> I've now added a patch to the end of that branch that deletes
|
>>>>> I've now added a patch to the end of that branch that deletes
|
||||||
>>>>> `pagespec_merge` almost entirely (we do need to keep a copy around, in
|
>>>>> `pagespec_merge` almost entirely (we do need to keep a copy around, in
|
||||||
>>>>> ikiwiki-transition, but that copy doesn't have to be optimal or support
|
>>>>> ikiwiki-transition, but that copy doesn't have to be optimal or support
|
||||||
|
|
|
@ -11,8 +11,6 @@ All of this code is licensed under the GPLv2+. -- [[Will]]
|
||||||
> by loading the index with IkiWiki::loadindex, like [[plugins/goto]] does?
|
> by loading the index with IkiWiki::loadindex, like [[plugins/goto]] does?
|
||||||
> --[[smcv]]
|
> --[[smcv]]
|
||||||
|
|
||||||
[[!template id=gitbranch branch=smcv/ready/getsource
|
|
||||||
author="[[Will]]/[[smcv]]"]]
|
|
||||||
[[done]]
|
[[done]]
|
||||||
|
|
||||||
>> I've applied the patch below in a git branch, fixed my earlier criticism,
|
>> I've applied the patch below in a git branch, fixed my earlier criticism,
|
||||||
|
|
Loading…
Reference in New Issue