aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* linkmap, pagestats: avoid using %links to get a list of pagesJoey Hess2009-10-06
| | | | | When a page is deleted, it is removed from %pagesources, but not from %links. So use the former.
* linkmap: does need presence depsJoey Hess2009-10-06
| | | | | Otherwise, removal of a page with no links will not be noticed, since no links will change.
* add_depends should default to content dependencies if unknown type specifiedJoey Hess2009-10-06
|
* oops!!Joey Hess2009-10-06
|
* typoJoey Hess2009-10-06
|
* support backlink() in pagespecs for links dependenciesJoey Hess2009-10-06
|
* update to test backlinks() pagespecsJoey Hess2009-10-06
|
* presence dependencies not neededJoey Hess2009-10-06
| | | | Using just a link dependency is sufficient, since
* pagespec for links dependenciesJoey Hess2009-10-06
|
* fix support of a single dependency that combines links and exists typesJoey Hess2009-10-06
| | | | | | This is very common, and the code has to test each type differently, since the list of candidates to test, as well as the test, will vary per type. Much happier with this code now.
* linkmap: Use a combination of presence and link dependencies.Joey Hess2009-10-06
| | | | | This makes the map be regenerated much less frequently, so larger maps are more practical to use now.
* fix handling of links+content dependencyJoey Hess2009-10-06
| | | | Such a dependency is unlikely, but can happen.
* refactor 3Joey Hess2009-10-06
| | | | Only left one new global
* refresh refactor 2Joey Hess2009-10-06
| | | | killed one global
* split up refreshJoey Hess2009-10-05
| | | | I'd rather have the global variables than the 300 line function
* updateJoey Hess2009-10-05
|
* new link change detection method and general code reworkJoey Hess2009-10-05
| | | | | | | | | | | | 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.
* add among limit to pagestatsJoey Hess2009-10-05
|
* 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
|\|