summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-23Rebuild pages that change their type. (Gabriel McManus)Joey Hess
2008-07-23Rebuild pages that change their type.Gabriel McManus
Previously, if a page changed its type but not its mtime (e.g. mv page.txt page.mdwn), then it would not be rebuilt. Now, check if the source of a page has changed, in which case force a rebuild of that page. (cherry picked from commit b6a3b8a683fed7a7f6d77a5b3f2dfbd14c849843)
2008-07-23responseJoey Hess
2008-07-23attachment: Do not escape _ when determining attachment filenames.Joey Hess
2008-07-23corrected link to the wikiannounce programAlexandreDupas
2008-07-23* Updatehttp://ptecza.myopenid.com/
2008-07-23fixed description for open parameterrdennis
2008-07-23* Typohttp://ptecza.myopenid.com/
2008-07-23* Bug?http://ptecza.myopenid.com/
2008-07-22Report bug in map wrt bare directorieshttp://www.cse.unsw.edu.au/~willu/
2008-07-22(no commit message)bremner
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-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-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-21changelogJoey 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-21Fix one missed instance of a directive without [[! (it was committed after I ↵http://smcv.pseudorandom.co.uk/
branched)
2008-07-21editpage: Don't show attachments link when attachments are disabled.Joey Hess
2008-07-21thoughtsJoey Hess
2008-07-21prefix_directives enabled in doc wiki, all preprocessor directives ↵Joey Hess
converted. (Simon McVittie)
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-21releasing version 2.54Joey Hess
2008-07-21Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-07-21rename skeleton.pmJoey Hess
Add '.example' so it's not installed with the other plugins.
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