Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-13 | * Depend on HTML::Scrubber, since the scrubber is enabled by default and | Joey Hess | |
dies if its can't be loaded. | |||
2008-02-03 | add monotone to list | Joey Hess | |
2008-02-02 | remove mention of commit mails | Joey Hess | |
2008-01-29 | improve versioning, not that it really matters | Joey Hess | |
2008-01-29 | version bzr dep, 0.90 is needed for --author | Joey Hess | |
2008-01-28 | Add optional dependency on bzr. | Jelmer Vernooij | |
2007-12-18 | releasing version 2.16 | Joey Hess | |
2007-12-16 | * Re-organise dependencies and recommends now that recommends are installed | Joey Hess | |
by default. | |||
2007-11-13 | * Add liblwpx-paranoidagent-perl to recommends of Debian package, | Joey Hess | |
this is needed to do OpenID really securely. | |||
2007-10-24 | ikiwiki is now stored in a git repository | Joey Hess | |
Note that all the sha1s did change from those in the earlier ikiwiki git repos gated from svn. Thank you, git-svnimport, for the pain. | |||
2007-10-21 | suggest python, since the rst formatter is written in it | joey | |
2007-10-10 | Vcs- fields now official | joey | |
2007-08-20 | * Add proper Homepage field to Debian package (needs uber-new dpkg). | joey | |
2007-04-30 | * If Net::OpenID::Consumer is not available, the openid module will quietly | joey | |
disable itself, this avoids needing a hard dependency on the perl module. | |||
2007-04-30 | * fieldset support appeared in CGI::FormBuilder 3.05, so increase | joshtriplett | |
version in Depends on libcgi-formbuilder-perl to 3.05 | |||
2007-04-29 | * Enable openid logins by default. | joey | |
* Enable usedirs by default. | |||
2007-04-10 | * Add libtext-typography-perl to Suggests for the typography plugin. | joshtriplett | |
2007-04-10 | * Add libdigest-sha1-perl to Suggests, for sparkline and graphviz. | joshtriplett | |
2007-04-10 | * Add libtext-csv-perl to Suggests, for the table plugin. | joshtriplett | |
2007-04-10 | * Conflicts/Replaces/Provides the unofficial ikiwiki-plugin-table | joshtriplett | |
package, because ikiwiki now provides the table plugin, and thus has a file overlap with ikiwiki-plugin-table. | |||
2007-04-09 | * Add myself as a co-maintainer, with Joey's approval. | joshtriplett | |
2007-04-09 | * Add a graphviz plugin. | joshtriplett | |
* Suggests: graphviz | |||
2007-04-06 | * Add XS-Vcs-Browser field. | joshtriplett | |
2007-04-06 | * Add Homepage field. | joshtriplett | |
2007-04-06 | * Improvements to Description in debian/control: | joshtriplett | |
* Note that some plugins have additional dependencies, found among the Recommends and Suggests. * ikiwiki supports both RSS and Atom feeds. * Fix typos. | |||
2007-04-04 | * Fix a bug in the img plugin that caused thumbnailed files to not be | joey | |
* Make the OpenID library a reccommendation of the Debian package, rather than just a suggests, since OpenID is enabled by default. | |||
2007-03-07 | mention git | joey | |
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 | |