Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-16 | automatically run --gettime, and optimise it for git | Joey Hess | |
* Automatically run --gettime the first time ikiwiki is run on a given srcdir. * Optimise --gettime for git, so it's appropriatly screamingly fast. (This could be done for other backends too.) * However, --gettime for git no longer follows renames. * Use above to fix up timestamps on docwiki, as well as ensure that timestamps on basewiki files shipped in the deb are sane. | |||
2010-04-15 | update name of libsparkline-php | Joey Hess | |
2010-04-08 | Update dependency for git-core to git transition. | Joey Hess | |
2010-04-03 | slightly more consistent capitalisation of ikiwiki | Joey Hess | |
For a while, I was avoiding capitalizing ikiwiki at the beginning of a sentence. I now think that's a bad idea (unless explicitly referring to the `ikiwiki` command). Still, I don't go all the way and always cap it, as a proper noun. That would make the logo look bad. ;) I also tend to avoid capping it as IkiWiki, except when referring to the perl internals, which do use that capitalization. (Too late to change that.) However, it's also reasonable to do so in a WikiLink, as a nod to historical camelcase wikis. | |||
2010-03-24 | add YAML suggests | Joey Hess | |
2010-02-12 | releasing version 3.20100212 | Joey Hess | |
2009-12-04 | add darcs to VCS list | Joey Hess | |
2009-09-24 | releasing version 3.14159265 | Joey Hess | |
2009-09-10 | add libfile-chdir-perl to build depends | Joey Hess | |
This is needed for the cvs plugin to load, which is needed for the setup file to include config stanzas for that plugin. | |||
2009-08-12 | version po4a build-dep to 0.34 | Joey Hess | |
0.35 is much better, but 0.34 is the minimum version that will work | |||
2009-07-23 | add po4a to build-deps | Joey Hess | |
2009-06-06 | Merge commit 'upstream/master' into pub/po | intrigeri | |
Conflicts: debian/changelog debian/control Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-05-22 | highlight: New plugin supporting syntax highlighting of pretty much anything. | Joey Hess | |
* debian/control: Add suggests for libhighlight-perl, although that package is not yet created by Debian's highlight source package. (See #529869) | |||
2009-05-19 | Merge branch 'master' into po | Joey Hess | |
Conflicts: debian/changelog | |||
2009-05-04 | turn python-support back on | Joey Hess | |
Should wait to upload until ikiwiki is fixed in testing. | |||
2009-05-04 | releasing version 3.11 | Joey Hess | |
2009-05-04 | Avoid using python-support. Closes: #525086 | Joey Hess | |
Uses new debhelper feature to turn off python-support. The tiny python module included herein certianly doesn't need all the python-support nonsense. | |||
2009-04-21 | Add python:Depends to control file. Closes: #525086 | Joey Hess | |
2009-04-20 | Merge commit 'upstream/master' into pub/po | intrigeri | |
Conflicts: debian/changelog debian/control | |||
2009-04-10 | debian/control: Wrap fields. | Joey Hess | |
2009-03-31 | Add missing suggests on libtext-textile-perl. Closes: #522039 | Joey Hess | |
2009-03-27 | Merge branch 'master' into po | Joey Hess | |
Conflicts: debian/control | |||
2009-03-19 | add Sort::Naturally to suggests and use cpan link | Joey Hess | |
2009-03-08 | Merge commit 'upstream/master' into prv/po | intrigeri | |
Conflicts: IkiWiki/Plugin/editpage.pm debian/control debian/copyright doc/todo/need_global_renamepage_hook.mdwn Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-02-27 | lintian fixes | Joey Hess | |
2009-02-27 | lower debhelper build-dep | Joey Hess | |
debhelper 7.0.50 will support everything needed, and will be backported to stable | |||
2009-02-16 | need to pass PREFIX=/usr to avoid | Joey Hess | |
was lost in rules file rewrite I used debhelper 7.2 features too, shoot me :-) | |||
2009-02-15 | debhelper v7; rules file minimisation. | Joey Hess | |
2009-02-12 | update deps and bundles | Joey Hess | |
2009-01-26 | suggest a po4a version not subject to DoS | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-15 | Merge commit 'upstream/master' into prv/po | intrigeri | |
Conflicts: debian/control | |||
2009-01-12 | Recommend libterm-readline-gnu-perl | Joey Hess | |
since that makes auto.setup behave better. | |||
2009-01-01 | debian/control: suggest gettext, which is used by the po plugin | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-30 | Merge commit 'upstream/master' into prv/po | intrigeri | |
Conflicts: debian/control debian/copyright doc/ikiwiki/pagespec.mdwn Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-05 | suggest po4a for po plugin | Joey Hess | |
2008-10-05 | fix lintian warning | Joey Hess | |
2008-08-24 | willu's teximg changes | Joey Hess | |
* 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. | |||
2008-08-06 | Add Suggests on texlive and texlive-science for the teximg plugin | Josh Triplett | |
2008-07-20 | add sparkline-php to suggests | Joey Hess | |
2008-07-12 | add perlmagick to build deps | Joey Hess | |
needed since the doc wiki is using an [[img]] | |||
2008-07-12 | Change deb dependencies to list Text::Markdown before markdown, since the ↵ | Joey Hess | |
former, while slower, has a much better html parser that avoids numerous bugs. | |||
2008-06-19 | Version the suggests of xapian-omega to a version known to be new enough to ↵ | Joey Hess | |
work with ikiwiki. Reportedly, version 0.9.9 is too old to work. Closes: #486592 | |||
2008-06-13 | releasing version 2.50 | Joey Hess | |
2008-06-03 | search: Converted to use xapian-omega. | Joey Hess | |
Everything is done except for the actual indexing. I plan to do incremental indexing as pages change. | |||
2008-05-29 | documentation for use of hashed passwords | Joey Hess | |
Everything but the actual coding to support them. | |||
2008-05-12 | add suggests for s3 perl module | Joey Hess | |
2008-04-21 | Allow libtext-markdown-perl to satisfy dependencies, as a an alternative to ↵ | Joey Hess | |
the markdown package. | |||
2008-04-11 | Recommend a recent git-core for git init. Closes: 475609 | Joey Hess | |
2008-03-19 | Time::Duration is no longer used, remove from docs and recommends. | Joey Hess | |
2008-03-12 | * monotone: Require version 0.38 or greater, and stop using the mtnmergerc | Joey Hess | |
option. (Brian May) |