summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2008-08-05Clarify some wording in the setup documentation that could maybe lead users ↵Joey Hess
to putting paths with "~/" in the setup file, which doesn't work. Closes: #493835
2008-08-03remove description_html, add linkJoey Hess
2008-08-03Bail if both srcdir and repository are not specified.Joey Hess
2008-08-01banned_users move to setup file, stage 1Joey Hess
2008-08-01admin prefs move to setup file, stage 1Joey Hess
The locked pages configuration is moving to a locked_pages option in the setup file, and the allowed attachments configuration to allowed_attachments. The admin prefs page can still be used for these, but that's depreacted and will only be shown if there's currently a value.
2008-07-31Merge branch 'master' into autoconfigJoey Hess
Conflicts: IkiWiki/Plugin/git.pm debian/changelog po/ikiwiki.pot
2008-07-31releasing version 2.56Joey Hess
2008-07-31Revert "increase minimum git version"Joey Hess
This reverts commit 391c5c2cb58719ca6f7a128e23ec387276c53c62.
2008-07-31Add test for old versions of git that don't support --cleanup=verbatim, and ↵Joey Hess
munge empty commit messages.
2008-07-31increase minimum git versionJoey Hess
git commit --cleanup=verbatim was first introduced in git 1.5.4.
2008-07-31mergedJoey Hess
2008-07-30updateJoey Hess
2008-07-29Merge branch 'tova' into autoconfigJoey Hess
Conflicts: debian/changelog
2008-07-29changelogJoey Hess
2008-07-27renameJoey Hess
2008-07-27Merge branch 'master' into autoconfigJoey Hess
Conflicts: debian/changelog doc/todo/color_plugin.mdwn
2008-07-27releasing version 2.55Joey Hess
2008-07-27setup automatorJoey Hess
"ikiwiki -setup /etc/ikiwiki/simple.setup" can be used set up a new wiki in seconds
2008-07-27avoid clobbering example diffurlJoey Hess
2008-07-27ikiwiki-update-wikilist: Add -r switch to remove. Default behavior is now ↵Joey Hess
always to add.
2008-07-26Merge branch 'master' into autoconfigJoey Hess
2008-07-26changelog and tweaksJoey Hess
2008-07-26changelogJoey Hess
2008-07-26generate an example ikiwiki.setup as part of the buildJoey Hess
2008-07-26remove ikiwiki.setupJoey Hess
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs.
2008-07-26finish with rcs plugin conversionJoey Hess
2008-07-26wrapper setup reorgJoey Hess
Flattened the wrapper setup, as this lets it be handled better by the setup generation code.
2008-07-26changelogJoey Hess
2008-07-25attachment: Use relative paths when inserting links.Joey Hess
2008-07-25bzr (mostly) doneJoey Hess
2008-07-25toggle: Fix incompatability between javascript and webkit.Joey Hess
2008-07-24fix monotone/mercurial confusionJoey Hess
2008-07-24mercurial: Add support for rename, delete, and also diff. (William Uther)Joey Hess
2008-07-23add renamepage hooksJoey Hess
Implemented for regular wikilinks, with a test suite.
2008-07-23Merge branch 'master' into tovaJoey Hess
2008-07-23Rebuild pages that change their type. (Gabriel McManus)Joey Hess
2008-07-23Merge branch 'master' into tovaJoey Hess
2008-07-23attachment: Do not escape _ when determining attachment filenames.Joey Hess
2008-07-22Split out error messages from editpage.tmpl into several separate templates.Joey Hess
2008-07-22Don't allow uploading an attachment with the same name as an existing page, ↵Joey Hess
to avoid confusion.
2008-07-22typoJoey Hess
2008-07-22add rcs_commit_staged and rcs_renameJoey Hess
Implemented for git and svn so far. Note that rcs_commit_staged does assume that the rcs has the ability to "stage" multiple changes for a later commit. Support for this varies, but all we really care about is staging removals and renames, which, AFAIK, all modern rcs's support.
2008-07-21skeleton rename pluginJoey 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-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-21changelogJoey Hess
2008-07-21touchupsJoey Hess