]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/news/version_3.20150610.mdwn
3.20160905
[git.ikiwiki.info.git] / doc / news / version_3.20150610.mdwn
1 News for ikiwiki 3.20150610:
3    The new [[plugins/emailauth]] plugin allows users to authenticate using an email
4    address, without otherwise creating an account.
5    The [[plugins/openid]] plugin now enables emailauth by default. Please include
6    emailauth in the `disable_plugins` setting if this is not desired.
7    Conversely, if emailauth is required on a wiki that does not enable
8    openid, you can list it in the `enable_plugins` setting.
10 ikiwiki 3.20150610 released with [[!toggle text="these changes"]]
11 [[!toggleable text="""
12  * [ [[Joey Hess|joey]] ]
13    * New [[plugins/emailauth]] plugin lets users log in, without any registration,
14      by simply clicking on a link in an email.
15    * Re-remove google from [[plugins/openid]] selector; their openid provider is
16      gone for good.
17    * Make the openid selector display "Password" instead of "Other"
18      when appropriate, so users are more likely to click on it when
19      they don't have an openid.
20    * Converted openid-selector into a more generic loginselector helper
21      plugin.
22    * passwordauth: Don't allow registering accounts that look like openids.
23    * Make cgiurl output deterministic, not hash order. Closes: #[785738](https://bugs.debian.org/785738)
24      Thanks, Daniel Kahn Gillmor
25  * [ [[Simon McVittie|smcv]] ]
26    * Do not enable emailauth by default, to avoid surprises on httpauth-only
27      sites. Enable it by default in openid instead, since it is essentially
28      a replacement for OpenIDs.
29    * Make the attachment plugin work with CGI.pm 4.x (Closes: #[786586](https://bugs.debian.org/786586);
30      workaround for #[786587](https://bugs.debian.org/786587) in libcgi-pm-perl)
31    * Add a public-domain email icon from tango-icon-theme
32    * Populate pagectime from either mtime or inode change time,
33      whichever is older, again for more reproducible builds
34    * debian: build the docwiki with LC\_ALL=C.UTF-8 and TZ=UTC
35    * debian/copyright: consolidate permissive licenses
36    * debian/copyright: turn comments on provenance into Comment
37    * [[plugins/brokenlinks]]: sort the pages that link to the missing page, for
38      better reproducibility
39    * Add \[[!meta date]] to news items and tips, since the git checkout
40      and build process can leave the checkout date in the tarball
41      release, leading to unstable sorting
42    * Sort backlinks deterministically, by falling back to sorting by href
43      if the link text is identical
44    * Add a `$config{deterministic}` option and use it for the docwiki
45    * [[plugins/haiku]]: if deterministic build is requested, return a hard-coded haiku
46    * [[plugins/polygen]]: if deterministic build is requested, use a well-known random seed"""]]