Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Preserve mixed case in page creation links, and when creating a page whose ↵ | Joey Hess | 2011-06-29 |
| | | | | title is mixed case, allow selecting between the mixed case and all lower-case names. | ||
* | img: Generate png format thumbnails for svg images. | Joey Hess | 2011-06-29 |
| | | | | | | | | | | | Imagemagick does not generate svg images very well, but it can convert them to png quite well. For browsers that don't yet support displaying svg, this also provides a workaround; just scale the svg down to get a png. But the workaround is partial, since scaling the image larger, or leaving it the same size will cause the original svg to be displayed. Since browsers are actively improving svg support, this is good enough for me. | ||
* | Support svg as a inlinable image type | Joey Hess | 2011-06-29 |
| | | | | | svg images can be included on a page by simply linking to them, or by using the img directive. Note that sanitizing svg files is still not addressed. | ||
* | html5 is not experimental anymore. But not the default either, quite yet. | Joey Hess | 2011-06-23 |
| | |||
* | move headinganchors out of contrib | Joey Hess | 2011-06-21 |
| | |||
* | add JSON dep | Joey Hess | 2011-06-16 |
| | |||
* | Add libtext-multimarkdown-perl to Suggests. Closes: #630705 | Joey Hess | 2011-06-16 |
| | |||
* | show ikiwiki error when attachment is rejected | Joey Hess | 2011-06-16 |
| | |||
* | let thru HTTP_ACCEPT | Joey Hess | 2011-06-15 |
| | | | | | | | | Needed for attachment to return json when requested. I think some browsers send Accept: * , so I made sure to check that json was explicitly listed as to be accepted, as well as having a high priority. | ||
* | added jquery templates | Joey Hess | 2011-06-15 |
| | |||
* | added jquery-ui for attachment interface | Joey Hess | 2011-06-15 |
| | |||
* | updated jquery and made it its own underlay | Joey Hess | 2011-06-15 |
| | |||
* | update copyright | Joey Hess | 2011-06-15 |
| | |||
* | aggregate: Improve checking for too long aggregated filenames. | Joey Hess | 2011-06-10 |
| | | | | | | | | Two problems fixed: 1. Files are written with a .ikiwiki-new suffix, which has to be taken into account. 2. Need to count length of bytes, not of unicode characters. | ||
* | userlist: New plugin, lets admins see a list of users and their info. | Joey Hess | 2011-06-09 |
| | |||
* | ikiwiki-mass-rebuild: Fix tty hijacking vulnerability by using su. (Once ↵ | Joey Hess | 2011-06-08 |
| | | | | su's related bug #628843 is fixed.) Thanks, Ludwig Nussel. (CVE-2011-1408) | ||
* | search: Update search page when page.tmpl or searchquery.tmpl are locally ↵ | Joey Hess | 2011-06-03 |
| | | | | modified. | ||
* | let's assume some web server will think OFF is a good idea.. | Joey Hess | 2011-06-03 |
| | |||
* | Support the Hiawatha web server which sets HTTPS=off rather than not setting ↵ | Joey Hess | 2011-06-03 |
| | | | | it. (There does not seem to be a standard here.) | ||
* | merged po4a robustness workaround | Joey Hess | 2011-06-03 |
| | |||
* | changelog | Joey Hess | 2011-06-03 |
| | |||
* | Changed license of madduck's python plugins from GPL-2 to BSD-2-clause. | Joey Hess | 2011-05-19 |
| | | | | | | Apparently the rst library is changing to a GPL-2 incompatable license. "madduck: joeyh: so yes, do as you think is right." | ||
* | merged quoting changes | Joey Hess | 2011-05-13 |
| | |||
* | Support YAML::XS by not passing decoded unicode to Load. Closes: #625713 | Joey Hess | 2011-05-12 |
| | |||
* | openid: also use Net::INET6Glue if available | Joey Hess | 2011-05-09 |
| | |||
* | aggregate, pinger: Use Net::INET6Glue if available to support making ipv6 ↵ | Joey Hess | 2011-05-09 |
| | | | | | | | connections. 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. | ||
* | Add conflict with libyaml-libyaml-perl, since that library does not support ↵ | Joey Hess | 2011-05-06 |
| | | | | utf8. Closes: #625713 (see https://rt.cpan.org/Public/Bug/Display.html?id=54683) | ||
* | changelog | Joey Hess | 2011-05-06 |
| | |||
* | Danish translation update. Closes: #625721 | Joey Hess | 2011-05-05 |
| | |||
* | releasing version 3.20110430 | Joey Hess | 2011-04-30 |
| | |||
* | close bug already fixed a month ago in git | Joey Hess | 2011-04-30 |
| | |||
* | tag: Avoid autocreating multiple tag pages that vary only in capitalization. ↵ | Joey Hess | 2011-04-30 |
| | | | | | | | | | | The first capitalization seen of a tag will be used for the tag page. Arguably, the real bug is in the interface to add_autofile, but since that does take a filename, not a page name, it cannot really do case handling on its own. The only other users of add_autofile in ikiwiki proper is autoindex, and it always uses one case. Other third party plugins might also need to add similar workarounds though. | ||
* | Promote Crypt::SSLeay to Recommends; needed for https openid auth. | Joey Hess | 2011-04-30 |
| | |||
* | meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard) | Joey Hess | 2011-04-21 |
| | |||
* | changelog | Joey Hess | 2011-04-21 |
| | |||
* | bug closure | Joey Hess | 2011-04-17 |
| | |||
* | meta: Fix bug in loading of HTML::Entities that can break inline archive=yes ↵ | Joey Hess | 2011-04-12 |
| | | | | (mostly masked by other plugins that load the module). | ||
* | document fix I'm about to merge | Joey Hess | 2011-03-30 |
| | |||
* | fix | Joey Hess | 2011-03-30 |
| | |||
* | update for libravatar support | Joey Hess | 2011-03-30 |
| | | | | | | * 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. | ||
* | CVE assigned | Joey Hess | 2011-03-28 |
| | |||
* | changelog | Joey Hess | 2011-03-28 |
| | |||
* | yaml is needed as a build dep now | Joey Hess | 2011-03-28 |
| | |||
* | releasing version 3.20110328 | Joey Hess | 2011-03-28 |
| | |||
* | meta: Security fix; don't allow alternative stylesheets to be added on pages ↵ | Joey Hess | 2011-03-28 |
| | | | | where the htmlscrubber is enabled. | ||
* | comment: Better fix to avoid showing comments of subpages, while not ↵ | Joey Hess | 2011-03-28 |
| | | | | breaking manual inlining of comments. | ||
* | Yaml formatted setup files are now produced by default | Joey Hess | 2011-03-24 |
| | | | | | | | 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. | ||
* | Add timezone setting in setup file. This alows time zone to be configured ↵ | Joey Hess | 2011-03-24 |
| | | | | via the web. | ||
* | releasing version 3.20110321 | Joey Hess | 2011-03-21 |
| | |||
* | Avoid escaping / characters in filenames when building the cgiurl, as this ↵ | Joey Hess | 2011-03-21 |
| | | | | confuses eg, cvsweb. |