Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-07-29 | changelog | Joey Hess | |
2008-07-27 | rename | Joey Hess | |
2008-07-27 | Merge branch 'master' into autoconfig | Joey Hess | |
Conflicts: debian/changelog doc/todo/color_plugin.mdwn | |||
2008-07-27 | releasing version 2.55 | Joey Hess | |
2008-07-27 | setup automator | Joey Hess | |
"ikiwiki -setup /etc/ikiwiki/simple.setup" can be used set up a new wiki in seconds | |||
2008-07-27 | avoid clobbering example diffurl | Joey Hess | |
2008-07-27 | ikiwiki-update-wikilist: Add -r switch to remove. Default behavior is now ↵ | Joey Hess | |
always to add. | |||
2008-07-26 | Merge branch 'master' into autoconfig | Joey Hess | |
2008-07-26 | changelog and tweaks | Joey Hess | |
2008-07-26 | changelog | Joey Hess | |
2008-07-26 | generate an example ikiwiki.setup as part of the build | Joey Hess | |
2008-07-26 | remove ikiwiki.setup | Joey Hess | |
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs. | |||
2008-07-26 | finish with rcs plugin conversion | Joey Hess | |
2008-07-26 | wrapper setup reorg | Joey Hess | |
Flattened the wrapper setup, as this lets it be handled better by the setup generation code. | |||
2008-07-26 | changelog | Joey Hess | |
2008-07-25 | attachment: Use relative paths when inserting links. | Joey Hess | |
2008-07-25 | bzr (mostly) done | Joey Hess | |
2008-07-25 | toggle: Fix incompatability between javascript and webkit. | Joey Hess | |
2008-07-24 | fix monotone/mercurial confusion | Joey Hess | |
2008-07-24 | mercurial: Add support for rename, delete, and also diff. (William Uther) | Joey Hess | |
2008-07-23 | add renamepage hooks | Joey Hess | |
Implemented for regular wikilinks, with a test suite. | |||
2008-07-23 | Merge branch 'master' into tova | Joey Hess | |
2008-07-23 | Rebuild pages that change their type. (Gabriel McManus) | Joey Hess | |
2008-07-23 | Merge branch 'master' into tova | Joey Hess | |
2008-07-23 | attachment: Do not escape _ when determining attachment filenames. | Joey Hess | |
2008-07-22 | Split out error messages from editpage.tmpl into several separate templates. | Joey Hess | |
2008-07-22 | Don't allow uploading an attachment with the same name as an existing page, ↵ | Joey Hess | |
to avoid confusion. | |||
2008-07-22 | typo | Joey Hess | |
2008-07-22 | add rcs_commit_staged and rcs_rename | Joey 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-21 | skeleton rename plugin | Joey Hess | |
2008-07-21 | Merge branch 'master' into tova | Joey Hess | |