Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-10 | (no commit message) | trianta | |
2009-10-09 | add news item for ikiwiki 3.20091009 | Joey Hess | |
2009-10-09 | releasing version 3.20091009 | Joey Hess | |
2009-10-09 | response | http://www.cse.unsw.edu.au/~willu/ | |
2009-10-09 | remove highlevel influence calculation stuff | Joey Hess | |
I have it implemented in both add_depends and pagespec_match_list. The add_depends implementation is optimised to only try one page if the pagespec's influences are all static, and do not vary by page matched. | |||
2009-10-09 | response | Joey Hess | |
2009-10-08 | Yet another tweak to the formal definition. Much better this time. | http://www.cse.unsw.edu.au/~willu/ | |
2009-10-08 | Another tweak to the formal definition. | http://www.cse.unsw.edu.au/~willu/ | |
2009-10-08 | response | Joey Hess | |
2009-10-08 | comments on cycles in the dependency graph | http://www.cse.unsw.edu.au/~willu/ | |
2009-10-08 | Minor comment | http://www.cse.unsw.edu.au/~willu/ | |
2009-10-08 | Optimize away most expensive file prune calls, when refreshing | Joey Hess | |
Benchmarking refresh of a a wiki with 25 thousand pages showed file_pruned() using most of the time. But, when refreshing, ikiwiki already knows about nearly all the files. So we can skip calling file_pruned() for those it knows about. While tricky to do, this sped up a refresh (that otherwise does no work) by 10-50%. | |||
2009-10-08 | update | Joey Hess | |
2009-10-08 | found a way to get false positive influences | Joey Hess | |
2009-10-08 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-10-08 | update | Joey Hess | |
2009-10-08 | (no commit message) | http://shoorick.livejournal.com/ | |
2009-10-08 | add cpanrt | http://www.larted.org.uk/~dom/ | |
2009-10-08 | Tweaks | http://www.cse.unsw.edu.au/~willu/ | |
2009-10-08 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2009-10-08 | update | Joey Hess | |
2009-10-08 | Questions... | http://www.cse.unsw.edu.au/~willu/ | |
2009-10-07 | update | Joey Hess | |
2009-10-07 | influences calculation implemented | Joey Hess | |
2009-10-07 | mention that pagespec_match returns an overloaded value | Joey Hess | |
2009-10-07 | a theory of pagespec influence lists, for Will's perusal | Joey Hess | |
2009-10-07 | (no commit message) | Jogo | |
2009-10-07 | close | Joey Hess | |
2009-10-07 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-10-07 | problem with explicit, presence dependencies | Joey Hess | |
2009-10-07 | limit to discussion pages of blog posts, not whole wiki | Joey Hess | |
2009-10-07 | Make it obvious for the reader of the rendered page that the debbug shortcut ↵ | Thomas Schwinge | |
links to Debian bug reports. | |||
2009-10-07 | Use %S instead of %s for the debbug shortcut, so that things like [[!debbug ↵ | Thomas Schwinge | |
522689#38]] work as expected. | |||
2009-10-07 | thoughts | Joey Hess | |
2009-10-07 | Comments (maybe not so helpful - sorry) | http://www.cse.unsw.edu.au/~willu/ | |
2009-10-06 | update | Joey Hess | |
2009-10-06 | notes on removal problem | Joey Hess | |
2009-10-05 | new todo | Joey Hess | |
2009-10-05 | close | Joey Hess | |
2009-10-05 | fixed a while ago | Joey Hess | |
2009-10-05 | close | 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 | 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 | update, add spec for link dependencies | Joey Hess | |
2009-10-04 | remove /i from regexp | Joey Hess | |
Nothing case-oriented going on in here. |