aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* uh oh, this affects link depsJoey Hess2009-10-05
|
* Merge branch 'master' into dependency-typesJoey Hess2009-10-05
|\
| * closeJoey Hess2009-10-05
| |
* | note that this old bug affects more stuff nowJoey Hess2009-10-05
| |
* | use among limit for correctnessJoey Hess2009-10-05
| |
* | add rebuild handingJoey Hess2009-10-05
| |
* | typoJoey Hess2009-10-05
| |
* | Merge branch 'master' into dependency-typesJoey Hess2009-10-05
|\|
| * responses, questions, ideasJoey Hess2009-10-05
| |
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-10-05
| |\
| | * thoughts about renaming the actual images to .albumimagehttp://smcv.pseudorandom.co.uk/2009-10-05
| | |
| * | responseJoey Hess2009-10-05
| |/
| * another UI issue I'm interested inJon Dowland2009-10-05
| |
| * would you accept patches for this?Jon Dowland2009-10-05
| |
| * good work, thank you!Jon Dowland2009-10-05
| |
* | pagestats: Use a combination of precense and link dependencies.Joey Hess2009-10-05
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | typoJoey Hess2009-10-05
| |
* | closuresJoey Hess2009-10-05
| |
* | clarify amoungJoey Hess2009-10-05
| | | | | | | | I found it really hard to understand from the old description..
* | switch plugins page to use a map instead of an inlineJoey Hess2009-10-05
| | | | | | | | | | | | | | | | | | | | | | 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.
* | fix documentation of quickJoey Hess2009-10-05
| | | | | | | | | | It *always* turns off feeds, because feeds require a look at all pages.
* | syntaxJoey Hess2009-10-05
| |
* | omit forum and javascript from listJoey Hess2009-10-05
| |
* | oprhans: Use a combination of precense and link dependencies.Joey Hess2009-10-05
| | | | | | | | | | | | | | | | 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.
* | use links dependencyJoey Hess2009-10-05
| |
* | updateJoey Hess2009-10-05
| |
* | make links dependencies fire if broken links changeJoey Hess2009-10-05
| |
* | fix add_depends to new apiJoey Hess2009-10-05
| |
* | implement links dependenciesJoey Hess2009-10-05
| | | | | | | | | | | | | | 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!
* | typosJoey Hess2009-10-05
| |
* | add test suite for add_dependsJoey Hess2009-10-04
| | | | | | | | and found a bug in my bitmath..
* | Merge branch 'master' into dependency-typesJoey Hess2009-10-04
|\|
| * update, add spec for link dependenciesJoey Hess2009-10-04
| |
| * remove /i from regexpJoey Hess2009-10-04
| | | | | | | | Nothing case-oriented going on in here.
| * updateJoey Hess2009-10-04
| |
| * updateJoey Hess2009-10-04
| |
* | updateJoey Hess2009-10-04
| |
* | rework dependency types codeJoey Hess2009-10-04
| | | | | | | | | | Simplify, change default content depends number to 1, change interface to make more sense.
* | updateJoey Hess2009-10-04
| |
* | Merge branch 'dependency-types' into transitive-dependenciesJoey Hess2009-10-04
|\ \ | | | | | | | | | | | | Conflicts: IkiWiki/Render.pm
| * | Merge branch 'master' into dependency-typesJoey Hess2009-10-04
| |\|
| * | document effect of contentless dependencies on sidebar efficiencyJoey Hess2009-10-04
| | |
| * | postsparkline and progress: also contentless dependenciesJoey Hess2009-10-04
| | |
| * | meta redir dependency is contentlessJoey Hess2009-10-04
| | |
| * | listdirectives: contentless dependencyJoey Hess2009-10-04
| | | | | | | | | | | | Another one that probably doesn't matter, but for completness.
| * | not a contentless dependencyJoey Hess2009-10-04
| | | | | | | | | | | | needs link info
| * | edittemplate: contentless dependencyJoey Hess2009-10-04
| | | | | | | | | | | | This one is unlikely to matter much, but yeah, it's contentless.
| * | calendar: all dependencies are contentlessJoey Hess2009-10-04
| | |
| * | inline: Use a contentless dependency in quick mode.Joey Hess2009-10-04
| | |
| * | expand the set of things that can be matched contentlessJoey Hess2009-10-04
| | |