summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2008-08-21Avoid using hostname -f for portability to eg, OS X, use Net::Domain ↵Joey Hess
instead, and prompt if it fails.
2008-08-21Add missing PREFIX to a few lines of the Makefile. (Thomas Keller)Joey Hess
2008-08-21Avoid using cp -a (again). (HenrikBrixAndersen)Joey Hess
2008-08-14releasing version 2.61Joey Hess
2008-08-14graphviz: Fix breakage of the name of the preprocessor directive.Joey Hess
2008-08-12fix a common case typoJoey Hess
2008-08-12releasing version 2.60Joey Hess
2008-08-11Danish update. Closes: #494632Joey Hess
2008-08-07close bug, changelogJoey Hess
2008-08-07inline: Ignore parent dirs when sorting pages by title.Joey Hess
2008-08-06Add Suggests on texlive and texlive-science for the teximg pluginJosh Triplett
2008-08-06Added a small icon to the search input box.Joey Hess
2008-08-06Options set in the setup file are now immediatly loaded by ikiwiki -setup. ↵Joey Hess
This allows later switches to override them. Previously, setup file options overrode most command line options.
2008-08-06external: Fix support for hooks called in an array context.Joey Hess
2008-08-06updateJoey Hess
2008-08-06autoindex: Ignore internal pages, and take underlay directories into ↵Joey Hess
account. Also, avoid making index pages for directories that contain no files.
2008-08-05add ikiwiki-transition setupformat subcommand.Joey Hess
Also fixed a bug in how aggregateinternal used IkiWiki::Setup::load, and added checks for arguments to other subcommands.
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