aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/trails_depend_on_everything.mdwn
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-07-11 17:29:50 -0400
committeradmin <admin@branchable.com>2014-07-11 17:29:50 -0400
commit5b227a07f892dfe8391bd9c40617f9c1246808af (patch)
tree5e23bbb5692d08cf39774f3c93c4d5a572292d70 /doc/bugs/trails_depend_on_everything.mdwn
parent48c310ddbd45ac932495bcd5ece8f25b95e64528 (diff)
downloadikiwiki-5b227a07f892dfe8391bd9c40617f9c1246808af.tar
ikiwiki-5b227a07f892dfe8391bd9c40617f9c1246808af.tar.gz
bug + fix
Diffstat (limited to 'doc/bugs/trails_depend_on_everything.mdwn')
-rw-r--r--doc/bugs/trails_depend_on_everything.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/trails_depend_on_everything.mdwn b/doc/bugs/trails_depend_on_everything.mdwn
new file mode 100644
index 000000000..babb1e361
--- /dev/null
+++ b/doc/bugs/trails_depend_on_everything.mdwn
@@ -0,0 +1,14 @@
+[[!template id=gitbranch branch=smcv/ready/trail-sort
+author="[[Simon McVittie|smcv]]"
+browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/trail-sort]]
+[[!tag patch users/smcv/ready]]
+
+On [[trail's discussion page|plugins/trail/discussion]], [[kjs]] pointed out
+that [[plugins/trail]] and [[plugins/contrib/album]] get excessive
+dependencies on `internal(*)`. I tracked this down to their (ab)use of
+`pagespec_match_list` with the pagespec `internal(*)` to sort a pre-existing
+list of pages.
+
+They should just sort the pages instead; they'll already have all the
+dependencies they need. My branch adds `IkiWiki::sort_pages` but does not
+make it plugin API just yet. --[[smcv]]