aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
| * Rebuild pages that change their type. (Gabriel McManus)Joey Hess2008-07-23
| |
| * responseJoey Hess2008-07-23
| |
* | Merge branch 'master' into tovaJoey Hess2008-07-23
|\|
| * attachment: Do not escape _ when determining attachment filenames.Joey Hess2008-07-23
| |
| * corrected link to the wikiannounce programAlexandreDupas2008-07-23
| |
| * * Updatehttp://ptecza.myopenid.com/2008-07-23
| |
| * fixed description for open parameterrdennis2008-07-23
| |
| * * Typohttp://ptecza.myopenid.com/2008-07-23
| |
| * * Bug?http://ptecza.myopenid.com/2008-07-23
| |
| * Report bug in map wrt bare directorieshttp://www.cse.unsw.edu.au/~willu/2008-07-22
| |
| * (no commit message)bremner2008-07-22
| |
* | formattingJoey Hess2008-07-22
| |
* | updatesJoey Hess2008-07-22
| |
* | Merge commit 'origin/master' into tovaJoey Hess2008-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-22
| |
| * bug when pages changing extension; new patchhttp://gmcmanus.myopenid.com/2008-07-22
| |
| * patch to prevent email obfuscationhttp://gmcmanus.myopenid.com/2008-07-22
| |
| * response to responsehttp://brian.may.myopenid.com/2008-07-22
| |
| * bug already noted, so mark as donehttp://gmcmanus.myopenid.com/2008-07-22
| |
| * email obfuscation by Text::Markdown undone by HTML::Scrubberhttp://gmcmanus.myopenid.com/2008-07-21
| |
* | improve docsJoey Hess2008-07-21
| |
* | really addJoey Hess2008-07-21
| |
* | Merge branch 'master' into tovaJoey Hess2008-07-21
|\|
| * Add allow_symlinks_before_srcdir config settingJoey Hess2008-07-21
| | | | | | | | | | | | | | | | | | 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.
| * Avoid troublesome abs_path calls in wrapper setupJoey Hess2008-07-21
| | | | | | | | As documented in the forum post.
| * responseJoey Hess2008-07-21
| |
| * responseJoey Hess2008-07-21
| |
* | Merge branch 'master' into tovaJoey Hess2008-07-21
|\| | | | | | | | | | | Conflicts: debian/changelog
| * Really fix bug with links to pages with names containing colonsJoey Hess2008-07-21
| | | | | | | | Previous fix mised a few cases.
| * remove testJoey Hess2008-07-21
| |
| * testJoey Hess2008-07-21
| |
| * typoJoey Hess2008-07-21
| |
| * testJoey Hess2008-07-21
| |
| * responseJoey Hess2008-07-21
| |
| * Merge commit 'smcv/master'Joey Hess2008-07-21
| |\
| | * Don't prepend tagbase to tags if they start with "./" or "/".Simon McVittie2008-07-21
| | | | | | | | | | | | | | | That syntax made little sense previously, and this allows sites to put "most" of their tags under $tagbase.
| * | (no commit message)Mathias2008-07-21
| |/
| * Fix one missed instance of a directive without [[! (it was committed after I ↵http://smcv.pseudorandom.co.uk/2008-07-21
| | | | | | | | branched)
* | document remove pluginJoey Hess2008-07-21
| |
* | update on some of the conflict casesJoey Hess2008-07-21
| |
* | All rcs backends need to implement rcs_removeJoey Hess2008-07-21
|/ | | | (Done for svn, git.)
* thoughtsJoey Hess2008-07-21
|
* Merge commit 'smcv/prefix'Joey Hess2008-07-21
|\ | | | | | | | | | | | | | | Conflicts: doc/news/version_2.49.mdwn Also fixed the newest news file (and my wikiannounce script).
| * Migrate escaped directives (\[[) in the rest of doc to have \[[! prefixSimon McVittie2008-07-21
| |
| * Migrate escaped directives (\[[) in doc/bugs to have \[[! prefixSimon McVittie2008-07-21
| |
| * Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie2008-07-21
| |
| * Migrate escaped directives (\[[) in doc/todo to have \[[! prefixSimon McVittie2008-07-21
| |
| * Migrate everything else via prefix_directivesSimon McVittie2008-07-21
| | | | | | | | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives