| Commit message (Expand) | Author | Age |
* | willu's teximg changes•••* teximg: The prefix is configurable, and has changed to not include the
nonstandard mhchem by default. (willu)
* teximg: dvipng is used if available to render images. Its output is
antialiased and better than dvips. If not available, the old dvips+convert
chain will be used. (willu)
* Drop suggests on texlive-science, add suggests on dvipng.
| Joey Hess | 2008-08-24 |
* | Add Suggests on texlive and texlive-science for the teximg plugin | Josh Triplett | 2008-08-06 |
* | add sparkline-php to suggests | Joey Hess | 2008-07-20 |
* | add perlmagick to build deps•••needed since the doc wiki is using an [[img]]
| Joey Hess | 2008-07-12 |
* | Change deb dependencies to list Text::Markdown before markdown, since the for... | Joey Hess | 2008-07-12 |
* | Version the suggests of xapian-omega to a version known to be new enough to w... | Joey Hess | 2008-06-19 |
* | releasing version 2.50 | Joey Hess | 2008-06-13 |
* | search: Converted to use xapian-omega.•••Everything is done except for the actual indexing. I plan to do incremental
indexing as pages change.
| Joey Hess | 2008-06-03 |
* | documentation for use of hashed passwords•••Everything but the actual coding to support them.
| Joey Hess | 2008-05-29 |
* | add suggests for s3 perl module | Joey Hess | 2008-05-12 |
* | Allow libtext-markdown-perl to satisfy dependencies, as a an alternative to t... | Joey Hess | 2008-04-21 |
* | Recommend a recent git-core for git init. Closes: 475609 | Joey Hess | 2008-04-11 |
* | Time::Duration is no longer used, remove from docs and recommends. | Joey Hess | 2008-03-19 |
* | * monotone: Require version 0.38 or greater, and stop using the mtnmergerc••• option. (Brian May)
| Joey Hess | 2008-03-12 |
* | * Depend on HTML::Scrubber, since the scrubber is enabled by default and••• dies if its can't be loaded.
| Joey Hess | 2008-02-13 |
* | add monotone to list | Joey Hess | 2008-02-03 |
* | remove mention of commit mails | Joey Hess | 2008-02-02 |
* | 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-29 |
* | Add optional dependency on bzr. | Jelmer Vernooij | 2008-01-28 |
* | releasing version 2.16 | Joey Hess | 2007-12-18 |
* | * Re-organise dependencies and recommends now that recommends are installed••• by default.
| Joey Hess | 2007-12-16 |
* | * Add liblwpx-paranoidagent-perl to recommends of Debian package,••• this is needed to do OpenID really securely.
| Joey Hess | 2007-11-13 |
* | ikiwiki is now stored in a git repository•••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.
| Joey Hess | 2007-10-24 |
* | suggest python, since the rst formatter is written in it | joey | 2007-10-21 |
* | Vcs- fields now official | joey | 2007-10-10 |
* | * Add proper Homepage field to Debian package (needs uber-new dpkg). | joey | 2007-08-20 |
* | * If Net::OpenID::Consumer is not available, the openid module will quietly••• disable itself, this avoids needing a hard dependency on the perl module.
| joey | 2007-04-30 |
* | * fieldset support appeared in CGI::FormBuilder 3.05, so increase••• version in Depends on libcgi-formbuilder-perl to 3.05
| joshtriplett | 2007-04-30 |
* | * Enable openid logins by default.•••* Enable usedirs by default.
| joey | 2007-04-29 |
* | * 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••• package, because ikiwiki now provides the table plugin, and thus has
a file overlap with ikiwiki-plugin-table.
| joshtriplett | 2007-04-10 |
* | * Add myself as a co-maintainer, with Joey's approval. | joshtriplett | 2007-04-09 |
* | * Add a graphviz plugin.•••* Suggests: graphviz
| joshtriplett | 2007-04-09 |
* | * Add XS-Vcs-Browser field. | joshtriplett | 2007-04-06 |
* | * Add Homepage field. | joshtriplett | 2007-04-06 |
* | * Improvements to Description in debian/control:••• * Note that some plugins have additional dependencies, found among the
Recommends and Suggests.
* ikiwiki supports both RSS and Atom feeds.
* Fix typos.
| joshtriplett | 2007-04-06 |
* | * Fix a bug in the img plugin that caused thumbnailed files to not be•••* Make the OpenID library a reccommendation of the Debian package, rather
than just a suggests, since OpenID is enabled by default.
| joey | 2007-04-04 |
* | mention git | joey | 2007-03-07 |
* | * Make img plugin not fail immediately if Image::Magick is not available.••• This lets ikiwiki not build depend on perlmagic.
| joey | 2007-02-20 |
* | * viewcvs is now viewvc (in Debian unstable), update everything to use the••• new name.
| joey | 2007-02-09 |
* | tighten gettext versioning | joey | 2007-01-31 |
* | * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,••• if an older version is installed, just don't gettext strings, instead of
crashing.
| joey | 2007-01-16 |
* | * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation.
* Export gettext() from IkiWiki module.
| joey | 2006-12-29 |
* | * More build deps updates.•••* /dev/null fortune failures
* Add libtime-duration-perl to build deps, as it's used by the svn module
| joey | 2006-11-28 |
* | releasing version 1.34.1 | joey | 2006-11-27 |
* | get rid of wikiformat build dep | joey | 2006-11-20 |
* | * Make auth methods pluggable.•••* Move httpauth support to a plugin.
* Add an openid plugin to support logging in using OpenID.
| joey | 2006-11-20 |