summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-10comments: if the remove plugin is enabled, append a "Remove comment" linkSimon McVittie
2009-01-10comments: only try to insert commentuser etc. into templates if the page ↵Simon McVittie
contained [[!_comment]]
2009-01-09remove questionsJoey Hess
ikiwiki has some pretty distinct fingerprints even when it's used in unusual ways on sites that don't make it obvious it's being used: * tova: a) rss and atom feed buttons b) use of toc plugin on some pages c) usual page.tmpl droppings d) (I know the tova guys :) * awesome: a) usual page.tmpl droppings b) ikiwiki/ page and rest of basewiki pages exist * UK software patents: used to use ikiwiki based on similar fingerprints, but not now. Removed
2009-01-09remove clutterJoey Hess
2009-01-09(no commit message)testaroo
2009-01-09(no commit message)testaroo
2009-01-08(no commit message)https://launchpad.net/~gnprice
2009-01-08(no commit message)https://launchpad.net/~gnprice
2009-01-08foobak bak foohttp://foobak.myopenid.com/
2009-01-08(no commit message)http://foobak.myopenid.com/
2009-01-08new featureJoey Hess
2009-01-07(no commit message)http://tylerrick.com/
2009-01-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-07repolist: New plugin to support the rel=vcs-* microformat.Joey Hess
* repolist: New plugin to support the rel=vcs-* microformat. * goodstuff: Include repolist by default. (But it does nothing until configured with the repository locations.)
2009-01-07increment interface versionJoey Hess
2009-01-07(no commit message)jwalzer
2009-01-07remove clutterJoey Hess
2009-01-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-07comments: Fix cache avoidance hack.Joey Hess
The ?updated needs to come before the #anchor or browsers will not follow the anchor.
2009-01-07(no commit message)http://evacuee.myid.net/
2009-01-07(no commit message)http://evacuee.myid.net/
2009-01-07(no commit message)http://evacuee.myid.net/
2009-01-07(no commit message)http://evacuee.myid.net/
2009-01-07(no commit message)test
2009-01-06updateJoey Hess
2009-01-06rename: Show full names of affected pages.Joey Hess
2009-01-06refactorJoey Hess
2009-01-06formattingJoey Hess
2009-01-06table: Find links in external files in scan pass.Joey Hess
2009-01-06typoJoey Hess
2009-01-06table: Fix misparsed links in external filesJoey Hess
linkify data from external files at the same time as data from an inlined table would be linkified.
2009-01-06analysis, found another bugJoey Hess
2009-01-05Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-05new gitweb url form fixes some bugs tooJoey Hess
2009-01-05(no commit message)http://puck42.myopenid.com/
2009-01-05(no commit message)http://puck42.myopenid.com/
2009-01-05formattingJoey Hess
2009-01-05formattingJoey Hess
2009-01-05add news item for ikiwiki 3.01Joey Hess
2009-01-05releasing version 3.01Joey Hess
2009-01-05Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-05A recent change to gitweb removed support for the form of diffurl that many ↵Joey Hess
ikiwiki setups use. Document how to use the new url form.
2009-01-05(no commit message)http://hendry.iki.fi/
2009-01-05* Switched to Text::Markdown. Thanks a lot!http://ptecza.myopenid.com/
2009-01-05analysisJoey Hess
2009-01-05markdown bugJoey Hess
2009-01-05* Problem with URLs with parentheseshttp://ptecza.myopenid.com/
2009-01-05openid bug?http://hendry.iki.fi/
2009-01-03yesno: Always accept English even when localised.Joey Hess
It seems to be a failing of i18n in unix that the translation stops at the commands and the parameters to them, and ikiwiki is no exception with its currently untranslated directives. So the little bit that's translated sticks out like a sore thumb. It also breaks building of wikis if a different locale happens to be set. I suppose the best thing to do is either give up on the localisation of this part completly, or make it recognise English in addition to the locale. I've tenatively chosen the latter. (Also accept 1 and 0 as input.)
2009-01-03Fix documentation about git hook to use right name. Closes: #510393Joey Hess