summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)Author
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-31Add test for old versions of git that don't support --cleanup=verbatim, and ↵Joey Hess
munge empty commit messages.
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-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-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
2008-07-23add renamepage hooksJoey Hess
Implemented for regular wikilinks, with a test suite.
2008-07-23Merge branch 'master' into tovaJoey Hess
2008-07-23Rebuild pages that change their type. (Gabriel McManus)Joey Hess
2008-07-23Merge branch 'master' into tovaJoey Hess
2008-07-23attachment: Do not escape _ when determining attachment filenames.Joey Hess
2008-07-22Split out error messages from editpage.tmpl into several separate templates.Joey Hess
2008-07-22Don't allow uploading an attachment with the same name as an existing page, ↵Joey Hess
to avoid confusion.
2008-07-22typoJoey Hess
2008-07-22add rcs_commit_staged and rcs_renameJoey 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-21skeleton rename pluginJoey Hess
2008-07-21Merge branch 'master' into tovaJoey Hess