Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-06 | fix handling of links+content dependency | Joey Hess | |
Such a dependency is unlikely, but can happen. | |||
2009-10-06 | refactor 3 | Joey Hess | |
Only left one new global | |||
2009-10-06 | refresh refactor 2 | Joey Hess | |
killed one global | |||
2009-10-05 | split up refresh | Joey Hess | |
I'd rather have the global variables than the 300 line function | |||
2009-10-05 | new todo | Joey Hess | |
2009-10-05 | update | Joey Hess | |
2009-10-05 | new link change detection method and general code rework | Joey Hess | |
This new method for determining when links on pages have changed should be more efficient, since it avoids double calculation of the bestlinks. It also allows collecting data about the old links, before the scan pass, so the data is accurate when pages move around and bestlinks change. Also got some code back to a saner indent level. | |||
2009-10-05 | add among limit to pagestats | Joey Hess | |
2009-10-05 | uh oh, this affects link deps | Joey Hess | |
2009-10-05 | close | Joey Hess | |
2009-10-05 | fixed a while ago | Joey Hess | |
2009-10-05 | Merge branch 'master' into dependency-types | Joey Hess | |
2009-10-05 | close | Joey Hess | |
2009-10-05 | note that this old bug affects more stuff now | Joey Hess | |
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 |