Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-13 | Added a question about permissions. | http://jeremiahfoster.myopenid.com/ | |
2009-10-13 | add shortcut for novell bugzilla | lnussel | |
2009-10-12 | (no commit message) | Jogo | |
2009-10-11 | response | Joey Hess | |
2009-10-11 | git: --getctime will now follow renames back to the original creation of a file. | Joey Hess | |
This will be a bit more expensive, but --getctime does not need to be fast. And getting the real creation time a very useful when untangling blog histories that involve renames. | |||
2009-10-11 | remove locking | Joey Hess | |
Problem is that even rcs_add may cause a commit for certian RCSs and then it would deadlock. | |||
2009-10-11 | install ikiwiki-calendar | Joey Hess | |
2009-10-11 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-10-11 | ikiwiki-calendar: New command automates creation of archive pages using the ↵ | Joey Hess | |
calendar plugin. | |||
2009-10-11 | typo | Joey Hess | |
2009-10-11 | (no commit message) | Jogo | |
2009-10-11 | (no commit message) | Jogo | |
2009-10-10 | (no commit message) | Jogo | |
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 | |