Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-07 | --post-commit won't delete pages and --refresh seems no deadlock | http://weakish.int.eu.org/ | |
2009-02-07 | (no commit message) | http://jcftang.myopenid.com/ | |
2009-02-07 | Ask for more detail with issue | http://www.cse.unsw.edu.au/~willu/ | |
2009-02-07 | Note todo with patch attached to solve listed problem | http://www.cse.unsw.edu.au/~willu/ | |
2009-02-06 | Filed. | cfm | |
2009-02-06 | (no commit message) | http://taozhyn.myopenid.com/ | |
2009-02-05 | response | Joey Hess | |
2009-02-05 | Add wishlist | Svend Sorensen | |
2009-02-05 | Add pageheader div to misc.tmpl | Svend Sorensen | |
Add pageheader div so that misc.tmpl is consistent with page.tmpl. --- templates/misc.tmpl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) | |||
2009-02-05 | note about path | Joey Hess | |
2009-02-05 | add a note about how to install these | Joey Hess | |
2009-02-05 | rename | Joey Hess | |
2009-02-05 | Upload tabbed action list css file | http://svend.myopenid.com/ | |
2009-02-05 | Set attachement location | http://svend.myopenid.com/ | |
2009-02-05 | Add tabbed action list style to css market | Svend Sorensen | |
2009-02-05 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-02-05 | Updated German translation (Kai Wasserbäch). Closes: #514251 | Joey Hess | |
2009-02-05 | poll vote (Accept only OpenID for logins) | 68.251.214.66 | |
2009-02-05 | add "bug report" for sourcecode plugin | bremner | |
2009-02-04 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-02-04 | makefile portability patch | Joey Hess | |
from Thomas Keller, who explains: 1) find -wholename is not available on BSD / OSX (a nice rant about this issue is here: http://fuhm.livejournal.com/1848.html) 2) cp -a is not available on BSD / OSX, there is an alternative install call, but it might be cool to just shut up cp complaining about it... ;) 3) Two find calls have been missing the path argument. | |||
2009-02-04 | Add myself to ikiwiki user list | Svend Sorensen | |
2009-02-04 | Add link to my website and blog | Svend Sorensen | |
2009-02-04 | local configuration error. | Joey Hess | |
2009-02-04 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-02-04 | typo | Joey Hess | |
2009-02-04 | Added Tim Skirvin's webpage to the list | http://tskirvin.livejournal.com/ | |
2009-02-04 | doubled semicolon | Joey Hess | |
2009-02-04 | note possible abandonment of sourcehighlight in favour of sourcecode | bremner | |
2009-02-04 | fix joeyh's link :-) | bremner | |
2009-02-04 | (no commit message) | bremner | |
2009-02-03 | (no commit message) | http://josephturian.blogspot.com/ | |
2009-02-03 | Work around XML::Atom strangeness that results in double-encoded posts. (smcv) | Joey Hess | |
2009-02-03 | Merge commit 'smcv/atom' | Joey Hess | |
2009-02-03 | Report XML::Feed bug and provide a workaround for IkiWiki; please review | http://smcv.pseudorandom.co.uk/ | |
2009-02-03 | Work around XML::Atom strangeness that results in double-encoded posts | Simon McVittie | |
See [[bugs/Aggregated_Atom_feeds_are_double-encoded]]. By default, XML::Atom outputs strings of UTF-8 bytes with the Perl UTF8 flag stripped off, which IkiWiki assumes to be Latin-1 and re-encodes as UTF-8 on output. XML::Feed does not currently (0.41-1) set the magic variable to change this behaviour (I've filed a bug on CPAN), but IkiWiki can usefully set the same variable as a workaround. | |||
2009-02-03 | (no commit message) | http://openid.aol.com/nothatsaknife | |
2009-02-03 | not so fast | Joey Hess | |
2009-02-03 | Update the to-do list for comments, and explain why we can't have a form for ↵ | http://smcv.pseudorandom.co.uk/ | |
the whole comment | |||
2009-02-03 | note | Joey Hess | |
2009-02-03 | implementing pingback using checkcontent hook and the comments plugin | Joey Hess | |
2009-02-02 | response | Joey Hess | |
2009-02-02 | some examples | http://smcv.pseudorandom.co.uk/ | |
2009-02-02 | please don't make use of [[!meta title]] in parentlinks mandatory... | http://smcv.pseudorandom.co.uk/ | |
2009-01-31 | rename apache404 -> 404 | Joey Hess | |
This may already work with other web servers that have copied apache's interface, and it should be easy to add support to it for web servers that use some other interface. So, make the name more general. | |||
2009-01-31 | doc updates for goto branch merge | Joey Hess | |
2009-01-31 | factor out IE stupididy workaround | Joey Hess | |
2009-01-31 | Merge commit 'smcv/goto' | Joey Hess | |
2009-01-31 | Respond with updated goto branch | Simon McVittie | |
2009-01-31 | Split cgi_goto into a goto plugin | Simon McVittie | |