summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2008-07-22(no commit message)bremner
2008-07-22formattingJoey Hess
2008-07-22updatesJoey Hess
2008-07-22Merge commit 'origin/master' into tovaJoey Hess
2008-07-22(no commit message)http://lollipopman.myopenid.com/
2008-07-22(no commit message)http://lollipopman.myopenid.com/
2008-07-22(no commit message)http://lollipopman.myopenid.com/
2008-07-22bug when pages changing extension; new patchhttp://gmcmanus.myopenid.com/
2008-07-22patch to prevent email obfuscationhttp://gmcmanus.myopenid.com/
2008-07-22response to responsehttp://brian.may.myopenid.com/
2008-07-22bug already noted, so mark as donehttp://gmcmanus.myopenid.com/
2008-07-21email obfuscation by Text::Markdown undone by HTML::Scrubberhttp://gmcmanus.myopenid.com/
2008-07-21improve docsJoey Hess
2008-07-21really addJoey Hess
2008-07-21Merge branch 'master' into tovaJoey Hess
2008-07-21Add allow_symlinks_before_srcdir config settingJoey Hess
can be used to avoid a security check that is a good safe default, but problimatic overkill in some situations. I decided to underdocument this, because the option looks ugly, and I don't want people randomly turning it on because it looks like a good idea. So if you need it, you'll get an error message mentioning how to fix it.
2008-07-21Avoid troublesome abs_path calls in wrapper setupJoey Hess
As documented in the forum post.
2008-07-21responseJoey Hess
2008-07-21responseJoey Hess
2008-07-21Merge branch 'master' into tovaJoey Hess
Conflicts: debian/changelog
2008-07-21Really fix bug with links to pages with names containing colonsJoey Hess
Previous fix mised a few cases.
2008-07-21remove testJoey Hess
2008-07-21testJoey Hess
2008-07-21typoJoey Hess
2008-07-21testJoey Hess
2008-07-21responseJoey Hess
2008-07-21Merge commit 'smcv/master'Joey Hess
2008-07-21Don't prepend tagbase to tags if they start with "./" or "/".Simon McVittie
That syntax made little sense previously, and this allows sites to put "most" of their tags under $tagbase.
2008-07-21(no commit message)Mathias
2008-07-21document remove pluginJoey Hess
2008-07-21update on some of the conflict casesJoey Hess
2008-07-21Fix one missed instance of a directive without [[! (it was committed after I ↵http://smcv.pseudorandom.co.uk/
branched)
2008-07-21All rcs backends need to implement rcs_removeJoey Hess
(Done for svn, git.)
2008-07-21thoughtsJoey Hess
2008-07-21Merge commit 'smcv/prefix'Joey Hess
Conflicts: doc/news/version_2.49.mdwn Also fixed the newest news file (and my wikiannounce script).
2008-07-21add news item for ikiwiki 2.54Joey Hess
2008-07-21Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-07-21elaborate on this ideaJoey Hess
2008-07-21Migrate escaped directives (\[[) in the rest of doc to have \[[! prefixSimon McVittie
2008-07-21Migrate escaped directives (\[[) in doc/bugs to have \[[! prefixSimon McVittie
2008-07-21Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie
2008-07-21Migrate escaped directives (\[[) in doc/todo to have \[[! prefixSimon McVittie
2008-07-21Migrate everything else via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-07-21Migrate doc/users via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-07-21Migrate doc/plugins via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-07-21Migrate doc/todo via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-07-21Migrate doc/bugs via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-07-21Thoughts on example setup filehttp://www.cse.unsw.edu.au/~willu/
2008-07-21Update patchhttp://www.cse.unsw.edu.au/~willu/
2008-07-21Updated patchhttp://www.cse.unsw.edu.au/~willu/