aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Ask for more detail with issuehttp://www.cse.unsw.edu.au/~willu/2009-02-07
* Note todo with patch attached to solve listed problemhttp://www.cse.unsw.edu.au/~willu/2009-02-07
* Filed.cfm2009-02-06
* (no commit message)http://taozhyn.myopenid.com/2009-02-06
* responseJoey Hess2009-02-05
* Add wishlistSvend Sorensen2009-02-05
* Add pageheader div to misc.tmpl•••Add pageheader div so that misc.tmpl is consistent with page.tmpl. --- templates/misc.tmpl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Svend Sorensen2009-02-05
* note about pathJoey Hess2009-02-05
* add a note about how to install theseJoey Hess2009-02-05
* renameJoey Hess2009-02-05
* Upload tabbed action list css filehttp://svend.myopenid.com/2009-02-05
* Set attachement locationhttp://svend.myopenid.com/2009-02-05
* Add tabbed action list style to css marketSvend Sorensen2009-02-05
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-02-05
|\
| * poll vote (Accept only OpenID for logins)68.251.214.662009-02-05
| * add "bug report" for sourcecode pluginbremner2009-02-05
* | Updated German translation (Kai Wasserbäch). Closes: #514251Joey Hess2009-02-05
|/
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-02-04
|\
| * Add myself to ikiwiki user listSvend Sorensen2009-02-04
| * Add link to my website and blogSvend Sorensen2009-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 Hess2009-02-04
|/
* local configuration error.Joey Hess2009-02-04
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-02-04
|\
| * Added Tim Skirvin's webpage to the listhttp://tskirvin.livejournal.com/2009-02-04
| * note possible abandonment of sourcehighlight in favour of sourcecodebremner2009-02-04
| * fix joeyh's link :-)bremner2009-02-04
| * (no commit message)bremner2009-02-04
| * (no commit message)http://josephturian.blogspot.com/2009-02-03
* | typoJoey Hess2009-02-04
* | doubled semicolonJoey Hess2009-02-04
|/
* Work around XML::Atom strangeness that results in double-encoded posts. (smcv)Joey Hess2009-02-03
* Merge commit 'smcv/atom'Joey Hess2009-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 McVittie2009-02-03
* | Report XML::Feed bug and provide a workaround for IkiWiki; please reviewhttp://smcv.pseudorandom.co.uk/2009-02-03
* | (no commit message)http://openid.aol.com/nothatsaknife2009-02-03
|/
* not so fastJoey Hess2009-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
* noteJoey Hess2009-02-03
* implementing pingback using checkcontent hook and the comments pluginJoey Hess2009-02-03
* responseJoey Hess2009-02-02
* some exampleshttp://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 Hess2009-01-31
* doc updates for goto branch mergeJoey Hess2009-01-31
* factor out IE stupididy workaroundJoey Hess2009-01-31
* Merge commit 'smcv/goto'Joey Hess2009-01-31
|\
| * Split cgi_goto into a goto pluginSimon McVittie2009-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 McVittie2009-01-31
| * Add tip explaining how to use ikiwiki as a 404 handlerSimon McVittie2009-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 McVittie2009-01-31