summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-05renameJoey Hess
2009-02-05Upload tabbed action list css filehttp://svend.myopenid.com/
2009-02-05Set attachement locationhttp://svend.myopenid.com/
2009-02-05Add tabbed action list style to css marketSvend Sorensen
2009-02-05Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-02-05Updated German translation (Kai Wasserbäch). Closes: #514251Joey Hess
2009-02-05poll vote (Accept only OpenID for logins)68.251.214.66
2009-02-05add "bug report" for sourcecode pluginbremner
2009-02-04Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-02-04makefile portability patchJoey 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-04Add myself to ikiwiki user listSvend Sorensen
2009-02-04Add link to my website and blogSvend Sorensen
2009-02-04local configuration error.Joey Hess
2009-02-04Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-02-04typoJoey Hess
2009-02-04Added Tim Skirvin's webpage to the listhttp://tskirvin.livejournal.com/
2009-02-04doubled semicolonJoey Hess
2009-02-04note possible abandonment of sourcehighlight in favour of sourcecodebremner
2009-02-04fix joeyh's link :-)bremner
2009-02-04(no commit message)bremner
2009-02-03(no commit message)http://josephturian.blogspot.com/
2009-02-03Work around XML::Atom strangeness that results in double-encoded posts. (smcv)Joey Hess
2009-02-03Merge commit 'smcv/atom'Joey Hess
2009-02-03Report XML::Feed bug and provide a workaround for IkiWiki; please reviewhttp://smcv.pseudorandom.co.uk/
2009-02-03Work around XML::Atom strangeness that results in double-encoded postsSimon 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-03not so fastJoey Hess
2009-02-03Update 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-03noteJoey Hess
2009-02-03implementing pingback using checkcontent hook and the comments pluginJoey Hess
2009-02-02responseJoey Hess
2009-02-02some exampleshttp://smcv.pseudorandom.co.uk/
2009-02-02please don't make use of [[!meta title]] in parentlinks mandatory...http://smcv.pseudorandom.co.uk/
2009-01-31rename apache404 -> 404Joey 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-31doc updates for goto branch mergeJoey Hess
2009-01-31factor out IE stupididy workaroundJoey Hess
2009-01-31Merge commit 'smcv/goto'Joey Hess
2009-01-31Respond with updated goto branchSimon McVittie
2009-01-31Split cgi_goto into a goto pluginSimon McVittie
2009-01-31Split apache404 into an independent pluginSimon McVittie
Also make it ignore the 'do' parameter at Joey's suggestion, to have one less thing to remember when configuring.
2009-01-31one other thoughtJoey Hess
2009-01-31commentsJoey Hess
2009-01-31Clarify behaviour of 404 handler and link an exampleSimon McVittie
2009-01-31Request review of my 'goto' branchSimon McVittie
2009-01-31Add tip explaining how to use ikiwiki as a 404 handlerSimon McVittie
2009-01-31CGI: pad error responses with 512 bytes of spaces so IE will display themSimon McVittie
IE displays its own error responses unless the server's was >= 512 bytes. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807
2009-01-31CGI: set up goto hook so that /ikiwiki.cgi?do=goto can be an Apache ↵Simon McVittie
ErrorDocument
2009-01-31CGI: add cgi_page_from_404(), which remaps a path like $REDIRECT_URL to an ↵Simon McVittie
IkiWiki page name Also add a regression test
2009-01-31IkiWiki::Wrapper: allow REDIRECT_STATUS and REDIRECT_URL through from ↵Simon McVittie
environment This is useful to act as an Apache 404 ErrorDocument.
2009-01-31CGI: if the page is missing, give the "missing page" a 404 statusSimon McVittie