aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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 dependencies•••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! Joey Hess2009-10-05
* typosJoey Hess2009-10-05
* add test suite for add_depends•••and found a bug in my bitmath.. Joey Hess2009-10-04
* Merge branch 'master' into dependency-typesJoey Hess2009-10-04
|\
| * update, add spec for link dependenciesJoey Hess2009-10-04
| * remove /i from regexp•••Nothing case-oriented going on in here. Joey Hess2009-10-04
| * updateJoey Hess2009-10-04
| * updateJoey Hess2009-10-04
* | updateJoey Hess2009-10-04
* | rework dependency types code•••Simplify, change default content depends number to 1, change interface to make more sense. Joey Hess2009-10-04
* | updateJoey Hess2009-10-04
* | Merge branch 'dependency-types' into transitive-dependencies•••Conflicts: IkiWiki/Render.pm Joey Hess2009-10-04
|\ \
| * | 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 dependency•••Another one that probably doesn't matter, but for completness. Joey Hess2009-10-04
| * | not a contentless dependency•••needs link info Joey Hess2009-10-04
| * | edittemplate: contentless dependency•••This one is unlikely to matter much, but yeah, it's contentless. Joey Hess2009-10-04
| * | 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
| * | map: Use a contentless dependency unless show= is specified.•••This makes simple maps efficient enough that they can be used on sidebars! Joey Hess2009-10-04
| * | optimise add_depends for simple pagespecs•••We don't need to check if the pagespec is contentless; all simple ones are. Joey Hess2009-10-04
| * | detect pagespecs that require content dependencies•••When adding a contentless dependency, the pagespec also needs to be one that does not look at any page content information. As a first approximation of that, only allow glob-based pagespecs in contentless dependencies. While there are probably a few other types of pagespecs that can match contentless, this will work for most of them. Joey Hess2009-10-04
| * | orphans and brokenlinks cannot use contentless dependency•••Tried a contentless dep and it does not work; changes to links in pages are not noticed. Drat. Joey Hess2009-10-03
| * | implement support for DEPEND_EXISTS•••Preliminary support, anyway. If a dependency only includes DEPEND_EXISTS, then only changes that involved adding or deleting a page can trigger it. This is complicated by internal pages, since the code did not previously differentiate between add, delete, and change of internal pages. Now it tracks change separately from add+delete, so DEPEND_EXISTS pagespecs that actually match internal pages (which will probably be quite rare in practice) should work. Joey Hess2009-10-03
| * | updateJoey Hess2009-10-03
| * | document add_depends dependency type interfaceJoey Hess2009-10-03
| * | set dependency hash value properly for new dependency types•••Just "1" won't cut it anymore; we need to list all the dependency types. Joey Hess2009-10-03
| * | pagecount: Use contentless dependency•••This will avoid lots of unnecessary updates of pages using the pagecount directive. Yay! Joey Hess2009-10-03
| * | add dependency type parameters to add_depends•••Dependency types are represented by bits in the values of the %depends and %depends_simple hashes. Change the dependslist array saved to the index to a depends hash. depends_simple is also converted from an array to a hash. Note that the depends field used to be a string, and we still have compat code to handle upgrades from that, as well as from the arrays. I didn't use ikiwiki-transition because I don't want ikiwiki to break if users forget to run it; also we're going to recommend a full rebuild on upgrade to this version to get the improved dependency handling. So this compat code can be removed or moved to ikiwiki-transition later. Joey Hess2009-10-03
* | | Merge branch 'master' into transitive-dependenciesJoey Hess2009-10-04
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-10-04
| |\ \
| | * | Updated pproc-indent by catching only indent at beginning of linehttp://kaizer.se/2009-10-04
| * | | updateJoey Hess2009-10-04
| |/ /
| * | responseJoey Hess2009-10-03
| * | did a scratch implementation of dependancy types, but found it more complexJoey Hess2009-10-03
| * | clarifyJoey Hess2009-10-03
| |/
| * Fix a bug that could lead to duplicate links being recorded for tags.•••Here I was bitten by perl's aliasing of foreach variables to the loop array contents, and match_link accidentially changed the contents of %links. In Jon's testcase, a tag added an absolute link, which was made relative by the above bug, and then the link was added again in preprocess, and turned into a duplicate. Joey Hess2009-10-03
| * do not need to qualify %linksJoey Hess2009-10-03
| * responsehttp://www.cse.unsw.edu.au/~willu/2009-10-03
| * consistency with edittemplate?Joey Hess2009-10-02
| * combine with pagetemplate?Joey Hess2009-10-02
| * fix wording here tooJoey Hess2009-10-02
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-10-02
| |\