Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-01 | style.css: Add missing semicolon. Closes: #497176 | Joey Hess | |
2008-08-29 | Work around perl $_ scoping nonsense that caused breakage when loading ↵ | Joey Hess | |
external plugins. | |||
2008-08-29 | Ignore failure to install files into /etc, in case install is running as ↵ | Joey Hess | |
non-root. | |||
2008-08-29 | Typo. Closes: #497003 | Joey Hess | |
2008-08-28 | Set cookies HttpOnly. | Joey Hess | |
2008-08-28 | releasing version 2.62.1 | Joey Hess | |
2008-08-28 | filecheck: Fixed two bits broken in move from attachment. | Joey Hess | |
2008-08-27 | releasing version 2.62 | Joey Hess | |
2008-08-26 | autoindex: Avoid re-adding previously deleted (or renamed) pages. | Joey Hess | |
2008-08-26 | color: New plugin from ptecza. | Joey Hess | |
2008-08-25 | edittemplate: Don't wipe out edits on preview. | Joey Hess | |
2008-08-25 | filecheck: New plugin factoring out the PageSpec additions that were ↵ | Joey Hess | |
originally part of the attachment plugin. | |||
2008-08-25 | update | Joey Hess | |
2008-08-25 | rename plugin | Joey Hess | |
I don't want to be stuck renameing it later if preprocessor directives are turned into postprocessor directives. Also, "directives" is shorter and clearer than "preprocessors". | |||
2008-08-25 | update | Joey Hess | |
2008-08-24 | willu's teximg changes | Joey 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-23 | map: 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-21 | ikiwiki-makerepo: Added support for monotone. (Thomas Keller) | Joey Hess | |
2008-08-21 | Fix bug in wikiname sanitisation in the setup automator. | Joey Hess | |
2008-08-21 | Revert "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-21 | Avoid using hostname -f for portability to eg, OS X, use Net::Domain ↵ | Joey Hess | |
instead, and prompt if it fails. | |||
2008-08-21 | Add missing PREFIX to a few lines of the Makefile. (Thomas Keller) | Joey Hess | |
2008-08-21 | Avoid using cp -a (again). (HenrikBrixAndersen) | Joey Hess | |
2008-08-14 | releasing version 2.61 | Joey Hess | |
2008-08-14 | graphviz: Fix breakage of the name of the preprocessor directive. | Joey Hess | |
2008-08-12 | fix a common case typo | Joey Hess | |
2008-08-12 | releasing version 2.60 | Joey Hess | |
2008-08-11 | Danish update. Closes: #494632 | Joey Hess | |
2008-08-07 | close bug, changelog | Joey Hess | |
2008-08-07 | inline: Ignore parent dirs when sorting pages by title. | Joey Hess | |
2008-08-06 | Add Suggests on texlive and texlive-science for the teximg plugin | Josh Triplett | |
2008-08-06 | Added a small icon to the search input box. | Joey Hess | |
2008-08-06 | Options 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-06 | external: Fix support for hooks called in an array context. | Joey Hess | |
2008-08-06 | update | Joey Hess | |
2008-08-06 | autoindex: Ignore internal pages, and take underlay directories into ↵ | Joey Hess | |
account. Also, avoid making index pages for directories that contain no files. | |||
2008-08-05 | add 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-05 | Clarify 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-03 | remove description_html, add link | Joey Hess | |
2008-08-03 | Bail if both srcdir and repository are not specified. | Joey Hess | |
2008-08-01 | banned_users move to setup file, stage 1 | Joey Hess | |
2008-08-01 | admin prefs move to setup file, stage 1 | Joey 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-31 | Merge branch 'master' into autoconfig | Joey Hess | |
Conflicts: IkiWiki/Plugin/git.pm debian/changelog po/ikiwiki.pot | |||
2008-07-31 | releasing version 2.56 | Joey Hess | |
2008-07-31 | Revert "increase minimum git version" | Joey Hess | |
This reverts commit 391c5c2cb58719ca6f7a128e23ec387276c53c62. | |||
2008-07-31 | Add test for old versions of git that don't support --cleanup=verbatim, and ↵ | Joey Hess | |
munge empty commit messages. | |||
2008-07-31 | increase minimum git version | Joey Hess | |
git commit --cleanup=verbatim was first introduced in git 1.5.4. | |||
2008-07-31 | merged | Joey Hess | |
2008-07-30 | update | Joey Hess | |
2008-07-29 | Merge branch 'tova' into autoconfig | Joey Hess | |
Conflicts: debian/changelog |