summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-21skeleton rename pluginJoey Hess
2008-07-21error if nothing selectedJoey Hess
2008-07-21probably redundant symlink checkJoey 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-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-21don't show an error if the image is missing, instead, a broken linkJoey Hess
2008-07-21remove debuggingJoey Hess
2008-07-21avoid internal error message when img uses just-deleted pageJoey Hess
I think this used to be a fatal error, not just inline error, so I don't know why it was never noticed, but if a page that an img directive mentions gets deleted, bestlink() returns a file that no longer exists, and srcfile() throws an error. Note that bestlink's behavior of returning a deleted file could be considered buggy. But, if it's changed to not do that, the page with the img on it is not updated at all when the file is removed.
2008-07-21typosJoey Hess
2008-07-21typosJoey Hess
2008-07-21need to untaint..Joey Hess
2008-07-21a few bugfixesJoey Hess
Including a check the the file is in the srcdir, as opposed to some other directory.
2008-07-21(no commit message)Mathias
2008-07-21support for removing attachmentsJoey Hess
2008-07-21simplified confirmation formJoey Hess
also, there's no titlepage conversion issues
2008-07-21touchupsJoey Hess
2008-07-21document remove pluginJoey Hess
2008-07-21update on some of the conflict casesJoey Hess
2008-07-21redirect after removalJoey Hess
2008-07-21Fix one missed instance of a directive without [[! (it was committed after I ↵http://smcv.pseudorandom.co.uk/
branched)
2008-07-21basically, removal worksJoey Hess
Still need to consider all the edge cases..
2008-07-21All rcs backends need to implement rcs_removeJoey Hess
(Done for svn, git.)
2008-07-21form tweaks; use titleJoey Hess
2008-07-21implemented form state saving and retrievalJoey Hess
This is overkill for delete, since it's only used on Cancel. But it will be crucial for rename, so as to restore any pending edits after renaming a page.
2008-07-21basic removal form skeletonJoey Hess
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