Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-05 | use among limit for correctness | Joey Hess | |
2009-10-05 | add rebuild handing | Joey Hess | |
2009-10-05 | typo | Joey Hess | |
2009-10-05 | Merge branch 'master' into dependency-types | Joey Hess | |
2009-10-05 | responses, questions, ideas | Joey Hess | |
2009-10-05 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-10-05 | response | Joey Hess | |
2009-10-05 | thoughts about renaming the actual images to .albumimage | http://smcv.pseudorandom.co.uk/ | |
2009-10-05 | pagestats: Use a combination of precense and link dependencies. | Joey Hess | |
This makes it more efficient. It also fixes the same bug that I fixed in orphans recently, that only changes to the set of displayed pages were considered (or amoung), which missed changes to links on other pages to those. Probably this bug was never noticed because pagestats is most often put on a blog type page, which gets updated anyway when posts change, and thus the tag cloud was updated. | |||
2009-10-05 | typo | Joey Hess | |
2009-10-05 | closures | Joey Hess | |
2009-10-05 | clarify amoung | Joey Hess | |
I found it really hard to understand from the old description.. | |||
2009-10-05 | switch plugins page to use a map instead of an inline | Joey Hess | |
A map just seems a better fit for reference, since it deliniates the contrib plugins better, and orders better. It also has the advantage of being less expensive, since the plugins page does not need to update when eg, the pagecount page changes. Only downside is, no rss feed of new plugins. Which I know a few people were subscribed to. | |||
2009-10-05 | fix documentation of quick | Joey Hess | |
It *always* turns off feeds, because feeds require a look at all pages. | |||
2009-10-05 | syntax | Joey Hess | |
2009-10-05 | omit forum and javascript from list | Joey Hess | |
2009-10-05 | oprhans: Use a combination of precense and link dependencies. | Joey Hess | |
This makes it more efficient. It also fixes a longstanding bug, where if only a small set of pages were considered by orphans, changes to links on other pages failed to cause an update. | |||
2009-10-05 | use links dependency | Joey Hess | |
2009-10-05 | update | Joey Hess | |
2009-10-05 | make links dependencies fire if broken links change | Joey Hess | |
2009-10-05 | fix add_depends to new api | Joey Hess | |
2009-10-05 | implement links dependencies | Joey Hess | |
Involved some code refactoring so that same code that detects link changes for backlinks updating can be used for link dependency checking. The nice thing is that link dep checking is thus comopletly free! | |||
2009-10-05 | typos | Joey Hess | |
2009-10-05 | another UI issue I'm interested in | Jon Dowland | |
2009-10-05 | would you accept patches for this? | Jon Dowland | |
2009-10-05 | good work, thank you! | Jon Dowland | |
2009-10-04 | add test suite for add_depends | Joey Hess | |
and found a bug in my bitmath.. | |||
2009-10-04 | Merge branch 'master' into dependency-types | Joey Hess | |
2009-10-04 | update, add spec for link dependencies | Joey Hess | |
2009-10-04 | remove /i from regexp | Joey Hess | |
Nothing case-oriented going on in here. | |||
2009-10-04 | update | Joey Hess | |
2009-10-04 | rework dependency types code | Joey Hess | |
Simplify, change default content depends number to 1, change interface to make more sense. | |||
2009-10-04 | update | Joey Hess | |
2009-10-04 | update | Joey Hess | |
2009-10-04 | update | Joey Hess | |
2009-10-04 | Merge branch 'dependency-types' into transitive-dependencies | Joey Hess | |
Conflicts: IkiWiki/Render.pm | |||
2009-10-04 | Merge branch 'master' into transitive-dependencies | Joey Hess | |
2009-10-04 | Merge branch 'master' into dependency-types | Joey Hess | |
2009-10-04 | document effect of contentless dependencies on sidebar efficiency | Joey Hess | |
2009-10-04 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-10-04 | postsparkline and progress: also contentless dependencies | Joey Hess | |
2009-10-04 | meta redir dependency is contentless | Joey Hess | |
2009-10-04 | listdirectives: contentless dependency | Joey Hess | |
Another one that probably doesn't matter, but for completness. | |||
2009-10-04 | not a contentless dependency | Joey Hess | |
needs link info | |||
2009-10-04 | edittemplate: contentless dependency | Joey Hess | |
This one is unlikely to matter much, but yeah, it's contentless. | |||
2009-10-04 | calendar: all dependencies are contentless | Joey Hess | |
2009-10-04 | inline: Use a contentless dependency in quick mode. | Joey Hess | |
2009-10-04 | expand the set of things that can be matched contentless | Joey Hess | |
2009-10-04 | update | Joey Hess | |
2009-10-04 | map: Use a contentless dependency unless show= is specified. | Joey Hess | |
This makes simple maps efficient enough that they can be used on sidebars! |