]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 11 Oct 2009 20:53:07 +0000 (16:53 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoikiwiki-calendar: New command automates creation of archive pages using the calendar...
Joey Hess [Sun, 11 Oct 2009 20:42:49 +0000 (16:42 -0400)] 
ikiwiki-calendar: New command automates creation of archive pages using the calendar plugin.

14 years agotypo
Joey Hess [Sun, 11 Oct 2009 20:04:03 +0000 (16:04 -0400)] 
typo

14 years ago(no commit message)
Jogo [Sun, 11 Oct 2009 08:34:17 +0000 (04:34 -0400)] 

14 years ago(no commit message)
Jogo [Sun, 11 Oct 2009 07:18:32 +0000 (03:18 -0400)] 

14 years ago(no commit message)
Jogo [Sat, 10 Oct 2009 08:22:41 +0000 (04:22 -0400)] 

14 years ago(no commit message)
trianta [Sat, 10 Oct 2009 08:14:18 +0000 (04:14 -0400)] 

14 years agoadd news item for ikiwiki 3.20091009
Joey Hess [Sat, 10 Oct 2009 00:08:42 +0000 (20:08 -0400)] 
add news item for ikiwiki 3.20091009

14 years agoreleasing version 3.20091009
Joey Hess [Sat, 10 Oct 2009 00:07:32 +0000 (20:07 -0400)] 
releasing version 3.20091009

14 years agoresponse
http://www.cse.unsw.edu.au/~willu/ [Fri, 9 Oct 2009 22:08:21 +0000 (18:08 -0400)] 
response

14 years agoremove highlevel influence calculation stuff
Joey Hess [Fri, 9 Oct 2009 21:19:07 +0000 (17:19 -0400)] 
remove highlevel influence calculation stuff

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.

14 years agoresponse
Joey Hess [Fri, 9 Oct 2009 18:52:03 +0000 (14:52 -0400)] 
response

14 years agoYet another tweak to the formal definition. Much better this time.
http://www.cse.unsw.edu.au/~willu/ [Fri, 9 Oct 2009 02:59:34 +0000 (22:59 -0400)] 
Yet another tweak to the formal definition.  Much better this time.

14 years agoAnother tweak to the formal definition.
http://www.cse.unsw.edu.au/~willu/ [Fri, 9 Oct 2009 02:36:29 +0000 (22:36 -0400)] 
Another tweak to the formal definition.

14 years agoresponse
Joey Hess [Fri, 9 Oct 2009 02:31:13 +0000 (22:31 -0400)] 
response

14 years agocomments on cycles in the dependency graph
http://www.cse.unsw.edu.au/~willu/ [Fri, 9 Oct 2009 01:30:17 +0000 (21:30 -0400)] 
comments on cycles in the dependency graph

14 years agoMinor comment
http://www.cse.unsw.edu.au/~willu/ [Fri, 9 Oct 2009 01:09:08 +0000 (21:09 -0400)] 
Minor comment

14 years agoOptimize away most expensive file prune calls, when refreshing
Joey Hess [Fri, 9 Oct 2009 00:27:56 +0000 (20:27 -0400)] 
Optimize away most expensive file prune calls, when refreshing

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%.

14 years agoupdate
Joey Hess [Thu, 8 Oct 2009 22:00:10 +0000 (18:00 -0400)] 
update

14 years agofound a way to get false positive influences
Joey Hess [Thu, 8 Oct 2009 19:33:47 +0000 (15:33 -0400)] 
found a way to get false positive influences

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 8 Oct 2009 17:56:54 +0000 (13:56 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoupdate
Joey Hess [Thu, 8 Oct 2009 17:54:51 +0000 (13:54 -0400)] 
update

14 years ago(no commit message)
http://shoorick.livejournal.com/ [Thu, 8 Oct 2009 17:07:41 +0000 (13:07 -0400)] 

14 years agoadd cpanrt
http://www.larted.org.uk/~dom/ [Thu, 8 Oct 2009 15:38:34 +0000 (11:38 -0400)] 
add cpanrt

14 years agoTweaks
http://www.cse.unsw.edu.au/~willu/ [Thu, 8 Oct 2009 11:26:01 +0000 (07:26 -0400)] 
Tweaks

14 years ago(no commit message)
http://smcv.pseudorandom.co.uk/ [Thu, 8 Oct 2009 10:38:40 +0000 (06:38 -0400)] 

14 years agoupdate
Joey Hess [Thu, 8 Oct 2009 08:06:53 +0000 (04:06 -0400)] 
update

14 years agoQuestions...
http://www.cse.unsw.edu.au/~willu/ [Thu, 8 Oct 2009 05:33:23 +0000 (01:33 -0400)] 
Questions...

14 years agoupdate
Joey Hess [Thu, 8 Oct 2009 01:26:50 +0000 (21:26 -0400)] 
update

14 years agoinfluences calculation implemented
Joey Hess [Thu, 8 Oct 2009 00:36:25 +0000 (20:36 -0400)] 
influences calculation implemented

14 years agomention that pagespec_match returns an overloaded value
Joey Hess [Wed, 7 Oct 2009 22:06:49 +0000 (18:06 -0400)] 
mention that pagespec_match returns an overloaded value

14 years agoa theory of pagespec influence lists, for Will's perusal
Joey Hess [Wed, 7 Oct 2009 22:04:13 +0000 (18:04 -0400)] 
a theory of pagespec influence lists, for Will's perusal

14 years ago(no commit message)
Jogo [Wed, 7 Oct 2009 19:22:32 +0000 (15:22 -0400)] 

14 years agoclose
Joey Hess [Wed, 7 Oct 2009 18:30:19 +0000 (14:30 -0400)] 
close

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 7 Oct 2009 18:26:45 +0000 (14:26 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoproblem with explicit, presence dependencies
Joey Hess [Wed, 7 Oct 2009 18:25:45 +0000 (14:25 -0400)] 
problem with explicit, presence dependencies

14 years agolimit to discussion pages of blog posts, not whole wiki
Joey Hess [Wed, 7 Oct 2009 17:55:02 +0000 (13:55 -0400)] 
limit to discussion pages of blog posts, not whole wiki

14 years agoMake it obvious for the reader of the rendered page that the debbug shortcut links...
Thomas Schwinge [Wed, 7 Oct 2009 17:54:46 +0000 (19:54 +0200)] 
Make it obvious for the reader of the rendered page that the debbug shortcut links to Debian bug reports.

14 years agoUse %S instead of %s for the debbug shortcut, so that things like [[!debbug 522689...
Thomas Schwinge [Wed, 7 Oct 2009 17:53:28 +0000 (19:53 +0200)] 
Use %S instead of %s for the debbug shortcut, so that things like [[!debbug 522689#38]] work as expected.

14 years agothoughts
Joey Hess [Wed, 7 Oct 2009 17:35:48 +0000 (13:35 -0400)] 
thoughts

14 years agoComments (maybe not so helpful - sorry)
http://www.cse.unsw.edu.au/~willu/ [Wed, 7 Oct 2009 06:40:32 +0000 (02:40 -0400)] 
Comments (maybe not so helpful - sorry)

14 years agoupdate
Joey Hess [Wed, 7 Oct 2009 00:20:05 +0000 (20:20 -0400)] 
update

14 years agonotes on removal problem
Joey Hess [Wed, 7 Oct 2009 00:19:17 +0000 (20:19 -0400)] 
notes on removal problem

14 years agonew todo
Joey Hess [Tue, 6 Oct 2009 02:59:33 +0000 (22:59 -0400)] 
new todo

14 years agoclose
Joey Hess [Mon, 5 Oct 2009 21:15:37 +0000 (17:15 -0400)] 
close

14 years agofixed a while ago
Joey Hess [Mon, 5 Oct 2009 21:12:38 +0000 (17:12 -0400)] 
fixed a while ago

14 years agoclose
Joey Hess [Mon, 5 Oct 2009 21:11:03 +0000 (17:11 -0400)] 
close

14 years agoresponses, questions, ideas
Joey Hess [Mon, 5 Oct 2009 20:47:12 +0000 (16:47 -0400)] 
responses, questions, ideas

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 5 Oct 2009 20:19:58 +0000 (16:19 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoresponse
Joey Hess [Mon, 5 Oct 2009 20:18:54 +0000 (16:18 -0400)] 
response

14 years agothoughts about renaming the actual images to .albumimage
http://smcv.pseudorandom.co.uk/ [Mon, 5 Oct 2009 20:08:19 +0000 (16:08 -0400)] 
thoughts about renaming the actual images to .albumimage

14 years agoanother UI issue I'm interested in
Jon Dowland [Mon, 5 Oct 2009 14:27:41 +0000 (15:27 +0100)] 
another UI issue I'm interested in

14 years agowould you accept patches for this?
Jon Dowland [Mon, 5 Oct 2009 14:27:03 +0000 (15:27 +0100)] 
would you accept patches for this?

14 years agogood work, thank you!
Jon Dowland [Mon, 5 Oct 2009 14:17:11 +0000 (15:17 +0100)] 
good work, thank you!

14 years agoupdate, add spec for link dependencies
Joey Hess [Mon, 5 Oct 2009 00:35:26 +0000 (20:35 -0400)] 
update, add spec for link dependencies

14 years agoremove /i from regexp
Joey Hess [Mon, 5 Oct 2009 00:35:02 +0000 (20:35 -0400)] 
remove /i from regexp

Nothing case-oriented going on in here.

14 years agoupdate
Joey Hess [Sun, 4 Oct 2009 20:40:36 +0000 (16:40 -0400)] 
update

14 years agoupdate
Joey Hess [Sun, 4 Oct 2009 20:36:39 +0000 (16:36 -0400)] 
update

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 4 Oct 2009 20:19:54 +0000 (16:19 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoupdate
Joey Hess [Sun, 4 Oct 2009 19:53:54 +0000 (15:53 -0400)] 
update

14 years agoUpdated pproc-indent by catching only indent at beginning of line
http://kaizer.se/ [Sun, 4 Oct 2009 18:43:38 +0000 (14:43 -0400)] 
Updated pproc-indent by catching only indent at beginning of line

14 years agoresponse
Joey Hess [Sat, 3 Oct 2009 21:43:23 +0000 (17:43 -0400)] 
response

14 years agodid a scratch implementation of dependancy types, but found it more complex
Joey Hess [Sat, 3 Oct 2009 21:38:47 +0000 (17:38 -0400)] 
did a scratch implementation of dependancy types, but found it more complex

14 years agoclarify
Joey Hess [Sat, 3 Oct 2009 21:17:48 +0000 (17:17 -0400)] 
clarify

14 years agoFix a bug that could lead to duplicate links being recorded for tags.
Joey Hess [Sat, 3 Oct 2009 18:14:30 +0000 (14:14 -0400)] 
Fix a bug that could lead to duplicate links being recorded for tags.

Here I was bitten by perl's aliasing of foreach variables
to the loop array contents, and match_link accidentially changed
the contents of %links.

In Jon's testcase, a tag added an absolute link, which was
made relative by the above bug, and then the link was added
again in preprocess, and turned into a duplicate.

14 years agodo not need to qualify %links
Joey Hess [Sat, 3 Oct 2009 18:01:19 +0000 (14:01 -0400)] 
do not need to qualify %links

14 years agoresponse
http://www.cse.unsw.edu.au/~willu/ [Sat, 3 Oct 2009 05:39:06 +0000 (01:39 -0400)] 
response

14 years agoconsistency with edittemplate?
Joey Hess [Fri, 2 Oct 2009 22:58:07 +0000 (18:58 -0400)] 
consistency with edittemplate?

14 years agocombine with pagetemplate?
Joey Hess [Fri, 2 Oct 2009 22:51:52 +0000 (18:51 -0400)] 
combine with pagetemplate?

14 years agofix wording here too
Joey Hess [Fri, 2 Oct 2009 22:47:15 +0000 (18:47 -0400)] 
fix wording here too

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 2 Oct 2009 22:46:10 +0000 (18:46 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoimprove wording
Joey Hess [Fri, 2 Oct 2009 22:45:56 +0000 (18:45 -0400)] 
improve wording

14 years agoAdd reference to new plugin
http://www.cse.unsw.edu.au/~willu/ [Fri, 2 Oct 2009 22:28:11 +0000 (18:28 -0400)] 
Add reference to new plugin

14 years ago(no commit message)
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 21:31:40 +0000 (17:31 -0400)] 

14 years agowishlist/todo item: disable/enable directives by pagespec
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 21:30:46 +0000 (17:30 -0400)] 
wishlist/todo item: disable/enable directives by pagespec

14 years ago+bugs/ backlinks onhover thing can go weird
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 21:25:18 +0000 (17:25 -0400)] 
+bugs/ backlinks onhover thing can go weird

14 years agoresponse
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 21:23:37 +0000 (17:23 -0400)] 
response

14 years agofix
Joey Hess [Fri, 2 Oct 2009 20:22:47 +0000 (16:22 -0400)] 
fix

14 years agosplit off todo item for multiple dependency types
Joey Hess [Fri, 2 Oct 2009 20:17:56 +0000 (16:17 -0400)] 
split off todo item for multiple dependency types

14 years agosplit out dependency type issue into its own todo
Joey Hess [Fri, 2 Oct 2009 19:56:44 +0000 (15:56 -0400)] 
split out dependency type issue into its own todo

14 years agomention loop optimisation
Joey Hess [Fri, 2 Oct 2009 19:48:47 +0000 (15:48 -0400)] 
mention loop optimisation

14 years agofix branch name
Joey Hess [Fri, 2 Oct 2009 19:46:27 +0000 (15:46 -0400)] 
fix branch name

14 years agoimplemented one fix in transitive-dependencies branch, but not really happy with it
Joey Hess [Fri, 2 Oct 2009 19:45:14 +0000 (15:45 -0400)] 
implemented one fix in transitive-dependencies branch, but not really happy with it

14 years agoadd bug about transitive dependencies
Joey Hess [Fri, 2 Oct 2009 19:15:23 +0000 (15:15 -0400)] 
add bug about transitive dependencies

14 years agodidn't we already close this bug? Yes, we did. hmm
Joey Hess [Fri, 2 Oct 2009 19:05:40 +0000 (15:05 -0400)] 
didn't we already close this bug? Yes, we did. hmm

14 years agofollowup
Joey Hess [Fri, 2 Oct 2009 19:02:02 +0000 (15:02 -0400)] 
followup

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 2 Oct 2009 18:55:37 +0000 (14:55 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years ago+bugs/ the login page is unclear when multiple methods exist
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 18:24:03 +0000 (14:24 -0400)] 
+bugs/ the login page is unclear when multiple methods exist

14 years agoopinion about login page clarity
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 18:22:47 +0000 (14:22 -0400)] 
opinion about login page clarity

14 years agoweird tag/brokenlinks bug
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 18:20:35 +0000 (14:20 -0400)] 
weird tag/brokenlinks bug

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 2 Oct 2009 18:06:55 +0000 (14:06 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years ago(no commit message)
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 17:53:52 +0000 (13:53 -0400)] 

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 2 Oct 2009 16:38:02 +0000 (12:38 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agomirrorlist: Display nothing if list is empty.
Joey Hess [Fri, 2 Oct 2009 16:37:53 +0000 (12:37 -0400)] 
mirrorlist: Display nothing if list is empty.

14 years agoadd link
http://weakish.pigro.net/ [Fri, 2 Oct 2009 13:56:37 +0000 (09:56 -0400)] 
add link

14 years agoremove some unintended wikilinks
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 13:11:11 +0000 (09:11 -0400)] 
remove some unintended wikilinks

14 years agoremove unintended wikilink
http://jmtd.livejournal.com/ [Fri, 2 Oct 2009 13:08:22 +0000 (09:08 -0400)] 
remove unintended wikilink

14 years agolink to docutils mailing list discussion. also ask about <p>[[!directives]]</p>
Ulrik Sverdrup [Fri, 2 Oct 2009 13:03:14 +0000 (15:03 +0200)] 
link to docutils mailing list discussion. also ask about <p>[[!directives]]</p>

14 years ago(no commit message)
test [Thu, 1 Oct 2009 19:28:31 +0000 (15:28 -0400)] 

14 years agoLink to trac's Wiki-RestructuredText syntax description
Ulrik Sverdrup [Thu, 1 Oct 2009 12:55:36 +0000 (14:55 +0200)] 
Link to trac's Wiki-RestructuredText syntax description