| Commit message (Expand) | Author | Age |
* | Merge branch 'ready/html5' | Simon McVittie | 2014-11-26 |
|\ |
|
| * | Always produce HTML5 doctype and new attributes, but not new elements•••According to caniuse.com, a significant fraction of Web users are
still using Internet Explorer versions that do not support HTML5
sectioning elements. However, claiming we're XHTML 1.0 Strict
means we can't use features invented in the last 12 years, even if
they degrade gracefully in older browsers (like the role and placeholder
attributes).
This means our output is no longer valid according to any particular
DTD. Real browsers and other non-validator user-agents have never
cared about DTD compliance anyway, so I don't think this is a real loss.
| Simon McVittie | 2014-10-16 |
* | | Set Debian package maintainer to Simon McVittie as I'm retiring from Debian. | Joey Hess | 2014-11-08 |
* | | Add missing build-depends on libcgi-formbuilder-perl, needed for t/relativity.t | Joey Hess | 2014-10-20 |
* | | Drop unused python-support dependency | Simon McVittie | 2014-10-16 |
* | | build-depend on libcgi-pm-perl too, for tests | Simon McVittie | 2014-10-16 |
* | | Explicitly depend on CGI.pm, which is no longer in Perl core•••I was going to depend on the version that has CGI->param_fetch,
but that has been supported since 2.37, which is older than oldstable.
| Simon McVittie | 2014-10-16 |
|/ |
|
* | Build-depend on libmagickcore-6.q16-2-extra | libmagickcore-extra so we can t... | Simon McVittie | 2014-09-16 |
* | Add myself to Uploaders and release to Debian | Simon McVittie | 2014-09-16 |
* | Add package dependencies for scalable img support•••- suggest ghostscript (required for PDF-to-PNG thumbnailing)
and libmagickcore-extra (required for SVG-to-PNG thumbnailing)
- build-depend on ghostscript so the test for scalable images can be run
| Simon McVittie | 2014-09-16 |
* | add build deps needed by some tests in the test suite | Joey Hess | 2014-08-15 |
* | lintian | Joey Hess | 2014-01-02 |
* | releasing version 3.20130710 | Joey Hess | 2013-07-10 |
* | releasing version 3.20120203 | Joey Hess | 2012-03-19 |
* | add XML::Writer suggestion for osm plugin | Joey Hess | 2012-03-03 |
* | Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #657533•••https://rt.cpan.org/Ticket/Display.html?id=74487
Gave up trying to support multiple YAML backends. The XS one requires ugly
manual encoding to get unicode right, and doesn't allow dumping yaml
fragments w/o the yaml header, but at least it doesn't randomly crash
on import like YAML::Mo has started to.
| Joey Hess | 2012-01-28 |
* | On Debian, depend on libtext-markdown-discount. | Joey Hess | 2012-01-03 |
* | remove vcs-browser•••not a fan of this field, and it changed again
| Joey Hess | 2011-12-07 |
* | reorder depends; git first | Joey Hess | 2011-11-19 |
* | releasing version 3.20110905 | Joey Hess | 2011-09-05 |
* | Promote RPC::XML to a Recommends, since it's used by auto-blog.setup. Closes:... | Joey Hess | 2011-09-05 |
* | releasing version 3.20110712 | Joey Hess | 2011-07-12 |
* | Add build dep on python-support. Closes: #633536 | Joey Hess | 2011-07-11 |
* | add JSON dep | Joey Hess | 2011-06-16 |
* | Add libtext-multimarkdown-perl to Suggests. Closes: #630705 | Joey Hess | 2011-06-16 |
* | Support YAML::XS by not passing decoded unicode to Load. Closes: #625713 | Joey Hess | 2011-05-12 |
* | aggregate, pinger: Use Net::INET6Glue if available to support making ipv6 con...•••Making outgoing ipv6 connections for openid auth is still broken; the glue
module does not seem to solve that, so I did not make openid use it.
| Joey Hess | 2011-05-09 |
* | Add conflict with libyaml-libyaml-perl, since that library does not support u... | Joey Hess | 2011-05-06 |
* | Promote Crypt::SSLeay to Recommends; needed for https openid auth. | Joey Hess | 2011-04-30 |
* | update for libravatar support•••* comments: Add avatar picture of comment author, using Libravatar::URL
when available. The avatar is looked up based on (Thanks, Francois Marier)
* Recommend libgravatar-url-perl, which contains Libravatar::URL.
| Joey Hess | 2011-03-30 |
* | yaml is needed as a build dep now | Joey Hess | 2011-03-28 |
* | Yaml formatted setup files are now produced by default•••This has been a while coming. It turns out that non-excutable setup files
have a number of benefits. Also, I find YAML setup files easier to edit
myself, and I suspect many users will prefer not needing to deal with
perl syntax.
| Joey Hess | 2011-03-24 |
* | releasing version 3.20100915 | Joey Hess | 2010-09-15 |
* | add file package to suggests•••Now used by filecheck as fallback.
| Joey Hess | 2010-08-30 |
* | Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify... | Joey Hess | 2010-07-31 |
* | update standards-version | Joey Hess | 2010-07-18 |
* | Version dependency on liburi-perl to >= 1.36; previous versions did not suppo... | Joey Hess | 2010-04-30 |
* | automatically run --gettime, and optimise it for git•••* 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.
| Joey Hess | 2010-04-16 |
* | update name of libsparkline-php | Joey Hess | 2010-04-15 |
* | Update dependency for git-core to git transition. | Joey Hess | 2010-04-08 |
* | slightly more consistent capitalisation of ikiwiki•••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.
| Joey Hess | 2010-04-03 |
* | add YAML suggests | Joey Hess | 2010-03-24 |
* | releasing version 3.20100212 | Joey Hess | 2010-02-12 |
* | add darcs to VCS list | Joey Hess | 2009-12-04 |
* | releasing version 3.14159265 | Joey Hess | 2009-09-24 |
* | add libfile-chdir-perl to build depends•••This is needed for the cvs plugin to load, which is needed for the setup
file to include config stanzas for that plugin.
| Joey Hess | 2009-09-10 |
* | version po4a build-dep to 0.34•••0.35 is much better, but 0.34 is the minimum version that will work
| Joey Hess | 2009-08-12 |
* | add po4a to build-deps | Joey Hess | 2009-07-23 |
* | Merge commit 'upstream/master' into pub/po•••Conflicts:
debian/changelog
debian/control
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-06-06 |
|\ |
|
| * | highlight: New plugin supporting syntax highlighting of pretty much anything.•••* debian/control: Add suggests for libhighlight-perl, although
that package is not yet created by Debian's highlight source package.
(See #529869)
| Joey Hess | 2009-05-22 |