| Commit message (Expand) | Author | Age |
* | 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 |
|\ |
|
| * | poll vote (Accept only OpenID for logins) | 68.251.214.66 | 2009-02-05 |
| * | add "bug report" for sourcecode plugin | bremner | 2009-02-05 |
* | | Updated German translation (Kai Wasserbäch). Closes: #514251 | Joey Hess | 2009-02-05 |
|/ |
|
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 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 |
* | | makefile portability patch•••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.
| Joey Hess | 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 |
|\ |
|
| * | Added Tim Skirvin's webpage to the list | http://tskirvin.livejournal.com/ | 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-04 |
| * | (no commit message) | http://josephturian.blogspot.com/ | 2009-02-03 |
* | | typo | Joey Hess | 2009-02-04 |
* | | doubled semicolon | Joey Hess | 2009-02-04 |
|/ |
|
* | 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 |
|\ |
|
| * | Work around XML::Atom strangeness that results in double-encoded posts•••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.
| Simon McVittie | 2009-02-03 |
* | | Report XML::Feed bug and provide a workaround for IkiWiki; please review | http://smcv.pseudorandom.co.uk/ | 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/ | 2009-02-03 |
* | note | Joey Hess | 2009-02-03 |
* | implementing pingback using checkcontent hook and the comments plugin | Joey Hess | 2009-02-03 |
* | 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-02-02 |
* | rename apache404 -> 404•••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.
| Joey Hess | 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 |
|\ |
|
| * | Split cgi_goto into a goto plugin | Simon McVittie | 2009-01-31 |
| * | Split apache404 into an independent plugin•••Also make it ignore the 'do' parameter at Joey's suggestion, to have one
less thing to remember when configuring.
| Simon McVittie | 2009-01-31 |
| * | Add tip explaining how to use ikiwiki as a 404 handler | Simon McVittie | 2009-01-31 |
| * | CGI: pad error responses with 512 bytes of spaces so IE will display them•••IE displays its own error responses unless the server's was >= 512 bytes.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807
| Simon McVittie | 2009-01-31 |
| * | CGI: set up goto hook so that /ikiwiki.cgi?do=goto can be an Apache ErrorDocu... | Simon McVittie | 2009-01-31 |
| * | CGI: add cgi_page_from_404(), which remaps a path like $REDIRECT_URL to an Ik...•••Also add a regression test
| Simon McVittie | 2009-01-31 |
| * | IkiWiki::Wrapper: allow REDIRECT_STATUS and REDIRECT_URL through from environ...•••This is useful to act as an Apache 404 ErrorDocument.
| Simon McVittie | 2009-01-31 |
| * | CGI: if the page is missing, give the "missing page" a 404 status | Simon McVittie | 2009-01-31 |
| * | CGI: document why commenter and recentchanges_link are supported | Simon McVittie | 2009-01-31 |
| * | recentchanges: delete CGI hook in favour of the global one | Simon McVittie | 2009-01-31 |
| * | comments: delete cgi hook in favour of the global one | Simon McVittie | 2009-01-31 |
| * | CGI: if the "do" parameter is goto, recentchanges_link or commenter, redirect...•••This can replace equivalent functionality in comments and recentchanges.
| Simon McVittie | 2009-01-31 |