summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-13.htaccess hackhttp://schmonz.livejournal.com/
2009-10-13(no commit message)Jogo
2009-10-13Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-13updateJoey Hess
2009-10-13Added a question about permissions.http://jeremiahfoster.myopenid.com/
2009-10-13add shortcut for novell bugzillalnussel
2009-10-12(no commit message)Jogo
2009-10-11responseJoey Hess
2009-10-11git: --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-11remove lockingJoey Hess
Problem is that even rcs_add may cause a commit for certian RCSs and then it would deadlock.
2009-10-11install ikiwiki-calendarJoey Hess
2009-10-11Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-11ikiwiki-calendar: New command automates creation of archive pages using the ↵Joey Hess
calendar plugin.
2009-10-11typoJoey 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-09add news item for ikiwiki 3.20091009Joey Hess
2009-10-09releasing version 3.20091009Joey Hess
2009-10-09responsehttp://www.cse.unsw.edu.au/~willu/
2009-10-09remove highlevel influence calculation stuffJoey 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-09responseJoey Hess
2009-10-08Yet another tweak to the formal definition. Much better this time.http://www.cse.unsw.edu.au/~willu/
2009-10-08Another tweak to the formal definition.http://www.cse.unsw.edu.au/~willu/
2009-10-08responseJoey Hess
2009-10-08comments on cycles in the dependency graphhttp://www.cse.unsw.edu.au/~willu/
2009-10-08Minor commenthttp://www.cse.unsw.edu.au/~willu/
2009-10-08Optimize away most expensive file prune calls, when refreshingJoey 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-08updateJoey Hess
2009-10-08found a way to get false positive influencesJoey Hess
2009-10-08Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-08updateJoey Hess
2009-10-08(no commit message)http://shoorick.livejournal.com/
2009-10-08add cpanrthttp://www.larted.org.uk/~dom/
2009-10-08Tweakshttp://www.cse.unsw.edu.au/~willu/
2009-10-08(no commit message)http://smcv.pseudorandom.co.uk/
2009-10-08updateJoey Hess
2009-10-08Questions...http://www.cse.unsw.edu.au/~willu/
2009-10-07updateJoey Hess
2009-10-07influences calculation implementedJoey Hess
2009-10-07mention that pagespec_match returns an overloaded valueJoey Hess
2009-10-07a theory of pagespec influence lists, for Will's perusalJoey Hess
2009-10-07(no commit message)Jogo
2009-10-07closeJoey Hess
2009-10-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-07problem with explicit, presence dependenciesJoey Hess
2009-10-07limit to discussion pages of blog posts, not whole wikiJoey Hess
2009-10-07Make it obvious for the reader of the rendered page that the debbug shortcut ↵Thomas Schwinge
links to Debian bug reports.
2009-10-07Use %S instead of %s for the debbug shortcut, so that things like [[!debbug ↵Thomas Schwinge
522689#38]] work as expected.