| Commit message (Expand) | Author | Age |
* | search: Update search page when page.tmpl or searchquery.tmpl are locally mod... | Joey Hess | 2011-06-03 |
* | 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 |
* | 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.•••Apparently the rst library is changing to a GPL-2 incompatable license.
"madduck: joeyh: so yes, do as you think is right."
| Joey Hess | 2011-05-19 |
* | 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 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 |
* | 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. ...•••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.
| Joey Hess | 2011-04-30 |
* | 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 |
* | document fix I'm about to merge | Joey Hess | 2011-03-30 |
* | fix | Joey Hess | 2011-03-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 |
* | CVE assigned | Joey Hess | 2011-03-28 |
* | changelog | 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 |
* | comment: Better fix to avoid showing comments of subpages, while not breaking... | 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 |
* | Add timezone setting in setup file. This alows time zone to be configured via... | Joey Hess | 2011-03-24 |
* | releasing version 3.20110321 | Joey Hess | 2011-03-21 |
* | Avoid escaping / characters in filenames when building the cgiurl, as this co... | Joey Hess | 2011-03-21 |
* | aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiej... | Joey Hess | 2011-03-21 |
* | darcs: Fix multiple issues preventing rcs_diff from working. | Joey Hess | 2011-03-02 |
* | comment: Don't show comments of subpages on parent pages. (Fixes bug introduc... | Joey Hess | 2011-02-27 |
* | releasing version 3.20110225 | Joey Hess | 2011-02-25 |
* | bookeeping | Joey Hess | 2011-02-22 |
* | bookeeping | Joey Hess | 2011-02-22 |
* | Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced in 3.... | Joey Hess | 2011-02-21 |
* | map: Avoid unnecessary ul's in maps with nested directories. (Giuseppe Bilotta) | Joey Hess | 2011-02-09 |
* | transient merged; bookkeeping | Joey Hess | 2011-02-09 |
* | htmltidy: Avoid breaking the sidebar when websetup is running.•••Problem was this: websetup loads all plugins, but does not checkconfig
them. So, htmltidy's recently added configurable command setting was unset;
this resulted in its sanitize hook failing; the sanitize hook is called
when a sidebar was enabled, and this caused the sidebar to not display.
I put in a fix, but the underlying problem is that websetup loads all
plugins but leaves them in an unconfigured and possibly broken state while
trying to display its forms.
Probably the long-term fix is to have it cache the original hook states from
before loading the plugins, and restore it after getting their configuration.
Or, even to get the configuration using a subprocess, as plugins may do things
outside the hook system.
| Joey Hess | 2011-02-03 |
* | editpage: Avoid inheriting internal page types. | Joey Hess | 2011-02-01 |
* | releasing version 3.20110124 | Joey Hess | 2011-01-24 |
* | inline: Fix regression in feed titles. Closes: #610878 (Thanks, Paul Wise) | Joey Hess | 2011-01-24 |
* | blogspam: Don't check modifications from admins for spam, and also allow the ... | Joey Hess | 2011-01-24 |
* | bleagh | Joey Hess | 2011-01-24 |
* | releasing version 3.20110123 | Joey Hess | 2011-01-23 |
* | Adapt autoindex test suite to work with old Test::More. | Joey Hess | 2011-01-22 |