summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2008-08-24willu's teximg changesJoey Hess
* teximg: The prefix is configurable, and has changed to not include the nonstandard mhchem by default. (willu) * teximg: dvipng is used if available to render images. Its output is antialiased and better than dvips. If not available, the old dvips+convert chain will be used. (willu) * Drop suggests on texlive-science, add suggests on dvipng.
2008-08-23map: The fix for #449285 was buggy and broke display of parents in certian ↵Joey Hess
circumstances. The use of $dummy was not sufficient, because it only stuck around for the first element after a dummy parent, and was then lost. Instead, use a $addparent that contains the actual dummy parent, so it can be compared with the new item to see if we're still under that parent or have moved to another one.
2008-08-21ikiwiki-makerepo: Added support for monotone. (Thomas Keller)Joey Hess
2008-08-21Fix bug in wikiname sanitisation in the setup automator.Joey Hess
2008-08-21Revert "Add missing PREFIX to a few lines of the Makefile. (Thomas Keller)"Joey Hess
This reverts commit 65c12dffecc49df2d8135a32121b9cabe8288cae. Turns out we can't use PREFIX for files in /etc, because that would tend to put them in /usr/etc, which is bad..
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