summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-20response2Joey Hess
2008-10-20responseJoey Hess
2008-10-20Added "SVG aren't images" bug.AndrewGreenberg
2008-10-20responseJoey Hess
2008-10-20randomly stumbled over fedora packages of ikiwikiJoey Hess
2008-10-20re-encode to utf-8Joey Hess
I noticed the Fedora package doing this as part of its build.
2008-10-20bit of a design for how a post-receive hook could workJoey Hess
2008-10-20answering joeyintrigeri
2008-10-20use relativedate as the css class for dates that should display relativeJoey Hess
2008-10-20Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-10-20wowJoey Hess
2008-10-20formatting, added git clone informationintrigeri
2008-10-20initial plugin public apparitionintrigeri
2008-10-20added link to another ideaintrigeri
2008-10-20responseintrigeri
2008-10-20tag: When tagpage is set, force the links created by tagging to point at the ↵Joey Hess
toplevel tagpage, and not closer subpages. The html links already went there, but internally the links were not recorded as absolute, which could cause confusing backlinks etc. For example, with tagbase=tags, if blog/tags/bar existed and blog/foo was tagged bar, it would link to /tags/bar. But, the link would be recorded simply as a link to tags/bar, and so later blog/tags/bar would appear to have the backlink.
2008-10-20add headerJoey Hess
2008-10-20updateJoey Hess
2008-10-20fix nameJoey Hess
2008-10-20pull together info on converting to ikiwiki from other systemsJoey Hess
2008-10-20responseJoey Hess
2008-10-20(no commit message)http://xma.myopenid.com/
2008-10-20(no commit message)http://xma.myopenid.com/
2008-10-20(no commit message)http://xma.myopenid.com/
2008-10-20turn on archive mode for forumJoey Hess
2008-10-20responseJoey Hess
2008-10-20inline: Only the last feed link was put on the page, fix this to include all ↵Joey Hess
feed links. So rss will be included along with atom, and pages with multiple feeds will get links added for all feeds.
2008-10-20responseJoey Hess
2008-10-20responsehttp://alcopop.org/me/openid/
2008-10-20*really* fix the link :)http://alcopop.org/me/openid/
2008-10-20fix Xavier's linkshttp://alcopop.org/me/openid/
2008-10-20(no commit message)http://alcopop.org/me/openid/
2008-10-20remove inadvertent headerhttp://alcopop.org/me/openid/
2008-10-20a test to see if this is clearerhttp://alcopop.org/me/openid/
2008-10-20I like the forum idea - but a map instead of inline?http://alcopop.org/me/openid/
2008-10-20split into subpages?http://alcopop.org/me/openid/
2008-10-20I was not aware of remove.http://alcopop.org/me/openid/
2008-10-20(no commit message)http://xma.myopenid.com/
2008-10-20My opinionhttp://xma.myopenid.com/
2008-10-20(no commit message)http://xma.myopenid.com/
2008-10-20fixes confirmedintrigeri
2008-10-20My thoughts.tschwinge
2008-10-19Use the pure perl Data::Dumper when generating setup files to ensure that ↵Joey Hess
utf-8 characters are written out as such, and not as the encoded perl strings the C Data::Dumper produces. Note that the text produced by the C version was interpreted fine when ikiwiki loaded the setup file. But it was not user-friendly.
2008-10-19Fix issue with utf-8 in wikiname breaking session cookies, by ↵Joey Hess
entity-encoding the wikiname in the session cookie.
2008-10-19add displaytime hookJoey Hess
Need to use a hook because an exported function cannot be reliably overridden. The replacement verstion was actually only affecting plugins loaded after it. formattime doesn't need a hook, since there's no reason to export it.
2008-10-19Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-10-19some more example bugfixesintrigeri
2008-10-19fix exampleintrigeri
2008-10-19need to use localtime, fix widthJoey Hess
2008-10-19responseJoey Hess