summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2008-02-11* Add the linkify and scan hooks. These hooks can be used to implementJoey Hess
custom, first-class types of wikilinks. * Move standard wikilink implementation to a new wikilink plugin, which will of course be enabled by default.
2008-02-11* Generate XML RPC messages with the encoding set to utf-8 insteadJoey Hess
of XML::RPC's default of us-ascii. Allows interoperation with python's xmlrpc library, which threw invalid encoding exceptions and caused the rst plugin to hang.
2008-02-10add templatesJoey Hess
2008-02-10add templateJoey Hess
2008-02-10add templatesJoey Hess
2008-02-10add templateJoey Hess
2008-02-10Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-02-10fix bazaar idJoey Hess
2008-02-10web commit by http://id.loopysoft.com/matt/Joey Hess
2008-02-10some updates about the recent holeJoey Hess
2008-02-10add news item for ikiwiki 2.32.3Joey Hess
2008-02-10debian-stable branchJoey Hess
2008-02-10web commit by http://users.itk.ppke.hu/~cstamas/: creating my own pageJoey Hess
2008-02-10updateJoey Hess
2008-02-10a few thoughts on data: securityJoey Hess
2008-02-10add news item for ikiwiki 2.31.2Joey Hess
2008-02-10document security fixJoey Hess
The backported fix for stable is tagged and waiting for the security team to upload.
2008-02-10announcing version 2.31.1Joey Hess
2008-02-10* htmlscrubber security fix: Block javascript in uris.Joey Hess
* Add htmlscrubber test suite.
2008-02-10web commit by PatrickWinnertz: add link to my templatesJoey Hess
2008-02-10improve wording and fix an example that is intentionall un-prefixedJoey Hess
2008-02-10prefix-directives branch is merged so no need to list anymoreJoey Hess
2008-02-09Merge branch 'master' into prefix-directivesJosh Triplett
Conflicts: debian/changelog templates/change.tmpl
2008-02-10add news item for ikiwiki 2.31Joey Hess
2008-02-09* Page templates can now use CTIME to show when the page was created.Joey Hess
2008-02-09note that's there's a git branch for thisJoey Hess
2008-02-09remove random pageJoey Hess
2008-02-08Add --prefix-directives and --no-prefix-directives options to ikiwikiJosh Triplett
This avoids the need to set prefix_directives with --set.
2008-02-08clarify slightlyJoey Hess
2008-02-08replyJoey Hess
2008-02-08web commit by lnusselJoey Hess
2008-02-07web commit by http://marcell.mars.myopenid.com/Joey Hess
2008-02-07web commit by gregJoey Hess
2008-02-07web commit by gregJoey Hess
2008-02-07web commit by http://edward.myopenid.com/: add ↵Joey Hess
[[todo/shortcut_with_different_link_text]] to watchlist
2008-02-06Update status of prefix-directives branch.Josh Triplett
2008-02-06Add commented example of prefix_directives to sample ikiwiki.setupJosh Triplett
2008-02-05add ! prefix to some directives in templates, and to the recentchanges pageJoey Hess
2008-02-05Merge branch 'master' into prefix-directivesJoey Hess
2008-02-05web commit by tschwinge: Typo and some more.Joey Hess
2008-02-05typosJoey Hess
2008-02-05Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-02-05add a page describing ikiwiki's git repo, including branchesJoey Hess
2008-02-05web commit by http://edward.myopenid.com/: fix pagespec linkJoey Hess
2008-02-05web commit by http://edward.myopenid.com/: add linksJoey Hess
2008-02-05web commit by http://edward.myopenid.com/: fix linkJoey Hess
2008-02-04web commit by http://edward.myopenid.com/: It would be nice if blog post ↵Joey Hess
pages could include the ctime.
2008-02-04web commit by http://joey.kitenet.net/: commit after preview, one last testJoey Hess
2008-02-04web commit by http://edward.myopenid.com/: had a 'atom' parameter twiceJoey Hess
2008-02-04* inline: Add new `allowrss` and `allowatom` config options. These can beJoey Hess
used if you want a wiki that doesn't default to generating rss or atom feeds, but that does allow them to be turned on for specific blogs.