Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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-28 |
| | |||
* | releasing version 2.62 | Joey Hess | 2008-08-27 |
| | |||
* | autoindex: Avoid re-adding previously deleted (or renamed) pages. | Joey Hess | 2008-08-26 |
| | |||
* | color: New plugin from ptecza. | Joey Hess | 2008-08-26 |
| | |||
* | 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 | 2008-08-25 |
| | | | | originally part of the attachment plugin. | ||
* | update | Joey Hess | 2008-08-25 |
| | |||
* | rename plugin | Joey Hess | 2008-08-25 |
| | | | | | | 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". | ||
* | update | Joey Hess | 2008-08-25 |
| | |||
* | willu's teximg changes | Joey Hess | 2008-08-24 |
| | | | | | | | | | * 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. | ||
* | map: The fix for #449285 was buggy and broke display of parents in certian ↵ | Joey Hess | 2008-08-23 |
| | | | | | | | | | | 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. | ||
* | 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 | 2008-08-21 |
| | | | | | | | 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.. | ||
* | Avoid using hostname -f for portability to eg, OS X, use Net::Domain ↵ | Joey Hess | 2008-08-21 |
| | | | | instead, and prompt if it fails. | ||
* | 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-21 |
| | |||
* | releasing version 2.61 | Joey Hess | 2008-08-14 |
| | |||
* | graphviz: Fix breakage of the name of the preprocessor directive. | Joey Hess | 2008-08-14 |
| | |||
* | fix a common case typo | Joey Hess | 2008-08-12 |
| | |||
* | releasing version 2.60 | Joey Hess | 2008-08-12 |
| | |||
* | Danish update. Closes: #494632 | Joey Hess | 2008-08-11 |
| | |||
* | close bug, changelog | Joey Hess | 2008-08-07 |
| | |||
* | inline: Ignore parent dirs when sorting pages by title. | Joey Hess | 2008-08-07 |
| | |||
* | 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 | 2008-08-06 |
| | | | | This allows later switches to override them. Previously, setup file options overrode most command line options. | ||
* | 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 | 2008-08-06 |
| | | | | account. Also, avoid making index pages for directories that contain no files. | ||
* | add ikiwiki-transition setupformat subcommand. | Joey Hess | 2008-08-05 |
| | | | | | Also fixed a bug in how aggregateinternal used IkiWiki::Setup::load, and added checks for arguments to other subcommands. | ||
* | Clarify some wording in the setup documentation that could maybe lead users ↵ | Joey Hess | 2008-08-05 |
| | | | | to putting paths with "~/" in the setup file, which doesn't work. Closes: #493835 | ||
* | remove description_html, add link | Joey Hess | 2008-08-03 |
| | |||
* | Bail if both srcdir and repository are not specified. | Joey Hess | 2008-08-03 |
| | |||
* | banned_users move to setup file, stage 1 | Joey Hess | 2008-08-01 |
| | |||
* | admin prefs move to setup file, stage 1 | Joey Hess | 2008-08-01 |
| | | | | | | | 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. | ||
* | Merge branch 'master' into autoconfig | Joey Hess | 2008-07-31 |
|\ | | | | | | | | | | | | | | | Conflicts: IkiWiki/Plugin/git.pm debian/changelog po/ikiwiki.pot | ||
| * | releasing version 2.56 | Joey Hess | 2008-07-31 |
| | | |||
| * | Revert "increase minimum git version" | Joey Hess | 2008-07-31 |
| | | | | | | | | This reverts commit 391c5c2cb58719ca6f7a128e23ec387276c53c62. | ||
| * | Add test for old versions of git that don't support --cleanup=verbatim, and ↵ | Joey Hess | 2008-07-31 |
| | | | | | | | | munge empty commit messages. | ||
| * | increase minimum git version | Joey Hess | 2008-07-31 |
| | | | | | | | | git commit --cleanup=verbatim was first introduced in git 1.5.4. | ||
| * | merged | Joey Hess | 2008-07-31 |
| | | |||
* | | update | Joey Hess | 2008-07-30 |
| | | |||
* | | Merge branch 'tova' into autoconfig | Joey Hess | 2008-07-29 |
|\| | | | | | | | | | | | Conflicts: debian/changelog | ||
| * | changelog | Joey Hess | 2008-07-29 |
| | | |||
* | | rename | Joey Hess | 2008-07-27 |
| | | |||
* | | Merge branch 'master' into autoconfig | Joey Hess | 2008-07-27 |
|\| | | | | | | | | | | | | | Conflicts: debian/changelog doc/todo/color_plugin.mdwn | ||
| * | releasing version 2.55 | Joey Hess | 2008-07-27 |
| | |