Joey Hess [Wed, 30 Mar 2011 18:12:14 +0000 (14:12 -0400)]
Merge remote-tracking branch 'levitte/master'
Joey Hess [Wed, 30 Mar 2011 18:11:38 +0000 (14:11 -0400)]
document fix I'm about to merge
Joey Hess [Wed, 30 Mar 2011 18:06:56 +0000 (14:06 -0400)]
add levitte
Joey Hess [Wed, 30 Mar 2011 15:51:01 +0000 (11:51 -0400)]
update
Joey Hess [Wed, 30 Mar 2011 15:32:47 +0000 (11:32 -0400)]
fix
Joey Hess [Wed, 30 Mar 2011 15:13:31 +0000 (11:13 -0400)]
look up avatar at comment post time
There is a tension between looking up the avatar at post time
and build time. I have not yet decided which is better.
Lookup at build time has the benefit that if a user changes their
email address, or sets up their own federated libravatar
server, on rebuild their new avatar will show up.
It also allows getting a https version of the avatar easily if
the site was using http but was changed to use https.
And it can look up avatars for posts that have already been made.
Which is a nice thing, especially as we roll this out, eh?
But it has a drawback, that it depends on the sessiondb contents
for emails and so rebuilding a site w/o that will lose info.
And, it means dns lookups every time a comment is rendered. A page
with a lot of comments on it would render them all whenever another is
posted or the page is changed, and that could significantly slow things
down. (This could be amelorated by caching the lookups.)
Since I'm undecided, I have moved it into a function that could be called
either way. Currently looking up only at post time.
Joey Hess [Wed, 30 Mar 2011 15:00:55 +0000 (11:00 -0400)]
check site url for https
HTTPS won't be set when rebuilding a site at the command line
Richard Levitte [Wed, 30 Mar 2011 14:59:01 +0000 (16:59 +0200)]
* IkiWiki/Plugin/monotone.pm: monotone v0.48 has a small error that
affects rcs_getctime. A small adjustment takes care of that.
Richard Levitte [Wed, 30 Mar 2011 14:56:15 +0000 (16:56 +0200)]
* IkiWiki/Plugin/monotone.pm: implement rcs_getmtime
Joey Hess [Wed, 30 Mar 2011 14:55:36 +0000 (10:55 -0400)]
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 [Wed, 30 Mar 2011 14:54:24 +0000 (10:54 -0400)]
robustness fix
Don't fail if libravatar fails for some reason. Reasons I can think
of:
* too old version to do openid lookups (fall back to email lookup)
* network problem perhaps
Joey Hess [Wed, 30 Mar 2011 14:48:57 +0000 (10:48 -0400)]
indentation
Joey Hess [Wed, 30 Mar 2011 14:44:38 +0000 (10:44 -0400)]
Merge remote-tracking branch 'remotes/fmarier/libravatar-in-comments'
Joey Hess [Wed, 30 Mar 2011 14:36:46 +0000 (10:36 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 30 Mar 2011 14:36:01 +0000 (10:36 -0400)]
add fmarier's repo
Francois Marier [Sun, 27 Mar 2011 03:22:49 +0000 (16:22 +1300)]
comments: add OpenID-based avatars (libravatar.org)
This requires version 1.04 or later of Libravatar::URL.
Francois Marier [Thu, 24 Mar 2011 08:08:51 +0000 (21:08 +1300)]
comments: serve avatars over https in https wikis
Francois Marier [Sat, 5 Mar 2011 07:33:07 +0000 (20:33 +1300)]
comments: add avatar picture of comment author
Use Libravatar::URL to pull the avatar picture for the comment
author if we have an email address for him/her.
intrigeri [Mon, 28 Mar 2011 15:25:48 +0000 (17:25 +0200)]
Reply.
intrigeri [Mon, 28 Mar 2011 15:20:58 +0000 (17:20 +0200)]
Ping.
intrigeri [Mon, 28 Mar 2011 15:00:27 +0000 (17:00 +0200)]
Fixed upstream => done.
intrigeri [Mon, 28 Mar 2011 14:57:09 +0000 (16:57 +0200)]
Cannot reproduce. Joey, more info please?
intrigeri [Mon, 28 Mar 2011 14:49:19 +0000 (16:49 +0200)]
Need more info.
Joey Hess [Mon, 28 Mar 2011 23:10:08 +0000 (19:10 -0400)]
CVE assigned
Joey Hess [Mon, 28 Mar 2011 17:09:14 +0000 (13:09 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 28 Mar 2011 17:09:03 +0000 (13:09 -0400)]
changelog
Giuseppe Bilotta [Tue, 25 Jan 2011 09:28:52 +0000 (10:28 +0100)]
meta plugin: script support
(cherry picked from commit
44c5b27f88fdbfb4fdd061f600039e490eaeff92)
Giuseppe Bilotta [Mon, 28 Mar 2011 17:00:25 +0000 (19:00 +0200)]
use real name
Joey Hess [Mon, 28 Mar 2011 16:56:20 +0000 (12:56 -0400)]
severity analysis update
Joey Hess [Mon, 28 Mar 2011 16:49:24 +0000 (12:49 -0400)]
yaml is needed as a build dep now
Joey Hess [Mon, 28 Mar 2011 16:44:33 +0000 (12:44 -0400)]
alt stylesheets will not be showing up in browser
To show them securely, I'd have to lock the css_market page, and
disable scrubbing of the page. Don't want to do that.
Joey Hess [Mon, 28 Mar 2011 16:31:40 +0000 (12:31 -0400)]
add news item for ikiwiki 3.
20110328
Joey Hess [Mon, 28 Mar 2011 16:30:57 +0000 (12:30 -0400)]
releasing version 3.
20110328
Joey Hess [Mon, 28 Mar 2011 16:21:12 +0000 (12:21 -0400)]
meta: Security fix; don't allow alternative stylesheets to be added on pages where the htmlscrubber is enabled.
Joey Hess [Mon, 28 Mar 2011 15:53:55 +0000 (11:53 -0400)]
comment: Better fix to avoid showing comments of subpages, while not breaking manual inlining of comments.
Joey Hess [Mon, 28 Mar 2011 15:41:13 +0000 (11:41 -0400)]
Revert "comment: Don't show comments of subpages on parent pages. (Fixes bug introduced in version 3.
20100505.)"
This reverts commit
b34d31142b9fed28ec9cf77fe0c5d9f405d48c84.
This was the wrong approach. It broke inlining of comment(*) on eg, a
toplevel comment page.
tschwinge [Mon, 28 Mar 2011 09:14:05 +0000 (09:14 +0000)]
Create page.
Joey Hess [Fri, 25 Mar 2011 01:30:18 +0000 (21:30 -0400)]
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 [Thu, 24 Mar 2011 23:44:32 +0000 (19:44 -0400)]
fix targetpage replacement to support 3 argument form
Oddly, this hadn't caused any visible breakage. Possibly inline,
which is the only thing to use targetpage, resolves the function
to the "real" one before po gets loaded?
Joey Hess [Thu, 24 Mar 2011 21:55:03 +0000 (17:55 -0400)]
avoid stomping on inline's rootpage sub if it's not already present
If the inline plugin is not being loaded, or is perhaps loaded after po
(when IkiWiki::Setup::getsetup loads all the plugins, for example),
po should not inject its custom rootpage sub, as that will lead to a
redefinition error message when inline loads.
Joey Hess [Thu, 24 Mar 2011 17:37:40 +0000 (13:37 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 24 Mar 2011 17:36:16 +0000 (13:36 -0400)]
Add timezone setting in setup file. This alows time zone to be configured via the web.
http://smcv.pseudorandom.co.uk/ [Thu, 24 Mar 2011 16:10:43 +0000 (16:10 +0000)]
in practice this is enabled by default, because recentchanges uses it
http://smcv.pseudorandom.co.uk/ [Thu, 24 Mar 2011 16:07:16 +0000 (16:07 +0000)]
this was merged, fix cross-references to other plugins
http://smcv.pseudorandom.co.uk/ [Thu, 24 Mar 2011 16:05:13 +0000 (16:05 +0000)]
rename plugins/contrib/transient.mdwn to plugins/transient.mdwn
Jörg Sommer [Wed, 23 Mar 2011 16:54:39 +0000 (17:54 +0100)]
ikiwiki manual: fix a little spelling mistake
http://tmarble.wordpress.com/ [Wed, 23 Mar 2011 02:19:40 +0000 (02:19 +0000)]
test of openid
Joey Hess [Tue, 22 Mar 2011 18:48:08 +0000 (14:48 -0400)]
response
Joey Hess [Tue, 22 Mar 2011 18:41:32 +0000 (14:41 -0400)]
Revert garbage
Joey Hess [Tue, 22 Mar 2011 18:41:25 +0000 (14:41 -0400)]
verrens [Tue, 22 Mar 2011 17:19:57 +0000 (17:19 +0000)]
verrens [Tue, 22 Mar 2011 17:19:34 +0000 (17:19 +0000)]
тест
http://kerravonsen.dreamwidth.org/ [Tue, 22 Mar 2011 06:46:44 +0000 (06:46 +0000)]
removed spam
prosch [Tue, 22 Mar 2011 05:53:33 +0000 (05:53 +0000)]
http://kerravonsen.dreamwidth.org/ [Tue, 22 Mar 2011 05:05:54 +0000 (05:05 +0000)]
another thought
http://kerravonsen.dreamwidth.org/ [Tue, 22 Mar 2011 05:03:10 +0000 (05:03 +0000)]
response to response
http://kerravonsen.dreamwidth.org/ [Tue, 22 Mar 2011 04:56:33 +0000 (04:56 +0000)]
clean solution is not clean
Joey Hess [Mon, 21 Mar 2011 20:40:11 +0000 (16:40 -0400)]
fix var name
Joey Hess [Mon, 21 Mar 2011 19:02:44 +0000 (15:02 -0400)]
add news item for ikiwiki 3.
20110321
Joey Hess [Mon, 21 Mar 2011 19:01:19 +0000 (15:01 -0400)]
releasing version 3.
20110321
Joey Hess [Mon, 21 Mar 2011 18:44:43 +0000 (14:44 -0400)]
comment about locking
Joey Hess [Mon, 21 Mar 2011 18:32:46 +0000 (14:32 -0400)]
call aggregate checkconfig last
Since the plugin abuses the checkconfig hook to launch aggregation when in
--aggregate mode, it should give other plugins that have checkconfig hooks
a chance to run before they are possibly used in rendering the aggregated
content.
Joey Hess [Mon, 21 Mar 2011 18:21:55 +0000 (14:21 -0400)]
Avoid escaping / characters in filenames when building the cgiurl, as this confuses eg, cvsweb.
Joey Hess [Mon, 21 Mar 2011 18:19:21 +0000 (14:19 -0400)]
aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiejar configuration setting can be used by other plugins to provide a custom `cookie_jar` object for LWP::UserAgent. (Thanks, schmonz)
Joey Hess [Mon, 21 Mar 2011 17:58:26 +0000 (13:58 -0400)]
response
Joey Hess [Mon, 21 Mar 2011 17:52:14 +0000 (13:52 -0400)]
close as user error
Joey Hess [Mon, 21 Mar 2011 17:47:12 +0000 (13:47 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 21 Mar 2011 17:44:42 +0000 (13:44 -0400)]
response
Joey Hess [Mon, 21 Mar 2011 17:33:47 +0000 (13:33 -0400)]
clean
http://smcv.pseudorandom.co.uk/ [Mon, 21 Mar 2011 14:31:33 +0000 (14:31 +0000)]
base href has to be (fully) absolute
http://kerravonsen.dreamwidth.org/ [Mon, 21 Mar 2011 03:09:26 +0000 (03:09 +0000)]
oops, it was me
http://kerravonsen.dreamwidth.org/ [Mon, 21 Mar 2011 03:08:39 +0000 (03:08 +0000)]
problem with reverse proxy and searching
response
Joey Hess [Sat, 19 Mar 2011 18:03:50 +0000 (14:03 -0400)]
remove reundant chengelog version parse
Joey Hess [Thu, 17 Mar 2011 21:09:39 +0000 (17:09 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
http://kerravonsen.dreamwidth.org/ [Tue, 15 Mar 2011 04:01:52 +0000 (04:01 +0000)]
Can one enable Apache XBitHack?
justint [Fri, 11 Mar 2011 00:46:43 +0000 (00:46 +0000)]
Øyvind A. Holm [Thu, 10 Mar 2011 06:22:44 +0000 (07:22 +0100)]
ikiwikiusers: Add link to some Ikiwiki love
ebc91c32-4ade-11e0-b799-
fefdb24f8e10
Josh Triplett [Wed, 9 Mar 2011 19:28:38 +0000 (11:28 -0800)]
Fix typo: s/insertation/insertion/g
Joey Hess [Tue, 8 Mar 2011 01:56:04 +0000 (21:56 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 03:00:09 +0000 (03:00 +0000)]
add patch tag
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 02:57:34 +0000 (02:57 +0000)]
Permit a level of user interposition in the inline directive.
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 02:31:33 +0000 (02:31 +0000)]
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 01:56:11 +0000 (01:56 +0000)]
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 01:47:33 +0000 (01:47 +0000)]
Idea for extending inline.
Forgot to sign...
wiki_file_regexp vs CGI bug
nil [Sat, 5 Mar 2011 13:02:28 +0000 (13:02 +0000)]
nil [Sat, 5 Mar 2011 13:01:26 +0000 (13:01 +0000)]
ikiwiki behind a nginx proxy
Ludwig Nussel [Fri, 4 Mar 2011 13:50:56 +0000 (14:50 +0100)]
get rid of diag explain again
how now brown cow
Joey Hess [Wed, 2 Mar 2011 16:40:57 +0000 (12:40 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 2 Mar 2011 16:39:58 +0000 (12:39 -0400)]
darcs: Fix multiple issues preventing rcs_diff from working.
justint [Wed, 2 Mar 2011 06:45:52 +0000 (06:45 +0000)]
justint [Wed, 2 Mar 2011 03:14:01 +0000 (03:14 +0000)]
justint [Wed, 2 Mar 2011 03:00:28 +0000 (03:00 +0000)]
Joey Hess [Tue, 1 Mar 2011 16:39:08 +0000 (12:39 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info