Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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. |