Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-20 | * Make img plugin not fail immediately if Image::Magick is not available. | joey | |
This lets ikiwiki not build depend on perlmagic. | |||
2007-02-09 | * viewcvs is now viewvc (in Debian unstable), update everything to use the | joey | |
new name. | |||
2007-01-31 | tighten gettext versioning | joey | |
2007-01-16 | * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs, | joey | |
if an older version is installed, just don't gettext strings, instead of crashing. | |||
2006-12-29 | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | |
is available for translation. * Export gettext() from IkiWiki module. | |||
2006-11-28 | * More build deps updates. | joey | |
* /dev/null fortune failures * Add libtime-duration-perl to build deps, as it's used by the svn module | |||
2006-11-27 | releasing version 1.34.1 | joey | |
2006-11-20 | get rid of wikiformat build dep | joey | |
2006-11-20 | * Make auth methods pluggable. | joey | |
* Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID. | |||
2006-11-01 | * Patch from James Westby to support podcasting, photoblogging, vidcasting, | joey | |
or what have you, by creating enclosures for non-page items that are included in feeds. | |||
2006-10-30 | * Add perlmagick to build-depends so syntax check of img plugin works. | joey | |
2006-10-27 | * Add missing dependency on the URI perl module. | joey | |
2006-10-21 | add perlmagick | joey | |
2006-10-04 | add XS-Vcs-Svn field | joey | |
2006-09-16 | * Version the libcgi-session-perl dependency, some features that need | joey | |
the new version are used in some cases (sslcookie). | |||
2006-09-07 | typo | joey | |
2006-09-06 | reword | joey | |
2006-09-06 | reword | joey | |
2006-09-06 | * Add support for mercurial, contributed by Emanuele Aina. | joey | |
2006-09-06 | update | joey | |
2006-09-05 | add tla | joey | |
2006-09-04 | * Add support for tla, contributed by Clint Adama. Closes: #385936 | joey | |
2006-08-19 | add python-docutils | joey | |
2006-07-30 | * Change meta tags to use html entity-escaped text for values, so that | joey | |
quotes and such can be represented in title tags. * Depend and build-depend on HTML::Parser for HTML::Entities which is used for the above. * Make --rebuild also cause --aggregate to re-download and write aggregated pages. * Avoid outputting duplicate meta info. * Include title metadata on aggregated posts for capitalised and un-munged titles. | |||
2006-07-30 | * ikiwiki can now download and aggregate feeds with its new aggregate | joey | |
plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk. | |||
2006-07-29 | * htmltidy plugin from Faidon. | joey | |
2006-07-29 | * Build-depend on libtext-wikiformat-perl, so that the syntax check of | joey | |
the wikiformat plugin works. Thanks, Emanuele Aina. * Patch from Alessandro Dotti Contra to clean up backlinks and navbar display, running them through pagetitle. This removes ugly underscores and other gunk from the display, much nicer. You may want to rebuild your wiki when upgrading to get the cleanup globally. | |||
2006-07-26 | releasing version 1.9 | joey | |
2006-07-02 | * Parse svn log as xml for improved utf8 and security. Note that this makes | joey | |
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis. | |||
2006-06-27 | * Support pinging services such as Technorati using XML-RPC to notify them | joey | |
about changes to rss feeds. | |||
2006-06-18 | releasing version 1.6 | joey | |
2006-06-12 | add perl to build deps | joey | |
2006-06-02 | * Add support for using git instead of subversion as the RCS backend, | joey | |
tremendous thanks to Recai Oktaş for this. * Doc updates for git. | |||
2006-05-26 | * Rebuilding on upgrade to this version is recommended. | joey | |
* Add a html validity check to the test suite, using the wdg-html-validator, if available. * Make the html valid when there is nothing in the actions list by adding an empty <li> to the end of it. * Reordered some function call parameters for consistency. | |||
2006-05-08 | * Add libc6-dev to dependencies, needed to build wrappers. | joey | |
2006-04-29 | releasing version 1.0 | joey | |
2006-04-25 | implemented html sanitisation | joey | |
2006-04-20 | version formbuilder dep | joey | |
2006-04-04 | fix package name | joey | |
2006-04-03 | add dep on libtimedate-perl for str2time | joey | |
2006-03-29 | added --hyperestraier switch, which turns on search support | joey | |
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..) | |||
2006-03-24 | foo | joey | |
2006-03-15 | debianise | joey | |