Joey Hess
5013e6b0bd
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.
2011-03-30 10:55:36 -04:00
Joey Hess
f4262696ad
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
2011-03-30 10:54:24 -04:00
Joey Hess
c8cf2d1ed7
indentation
2011-03-30 10:48:57 -04:00
Joey Hess
ea166ca334
Merge remote-tracking branch 'remotes/fmarier/libravatar-in-comments'
2011-03-30 10:44:38 -04:00
Joey Hess
080a4cb579
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2011-03-30 10:36:46 -04:00
Joey Hess
5a6553a300
add fmarier's repo
2011-03-30 10:36:01 -04:00
Francois Marier
e2e1b1cd20
comments: add OpenID-based avatars (libravatar.org)
...
This requires version 1.04 or later of Libravatar::URL.
2011-03-30 20:59:18 +13:00
Francois Marier
83056abb87
comments: serve avatars over https in https wikis
2011-03-30 20:59:17 +13:00
Francois Marier
7723e94218
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.
2011-03-30 20:59:17 +13:00
intrigeri
3e5197c967
Reply.
2011-03-29 11:23:01 +02:00
intrigeri
4a61258caf
Ping.
2011-03-29 11:23:01 +02:00
intrigeri
8909e7ed69
Fixed upstream => done.
2011-03-29 11:23:01 +02:00
intrigeri
a2463a58fb
Cannot reproduce. Joey, more info please?
2011-03-29 11:23:01 +02:00
intrigeri
9bdd9bc4d4
Need more info.
2011-03-29 11:23:01 +02:00
Joey Hess
0204dabccf
CVE assigned
2011-03-28 19:10:08 -04:00
Joey Hess
116672d7d7
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2011-03-28 13:09:14 -04:00
Joey Hess
e548b0c245
changelog
2011-03-28 13:09:03 -04:00
Giuseppe Bilotta
7e7dea078b
meta plugin: script support
...
(cherry picked from commit 44c5b27f88fdbfb4fdd061f600039e490eaeff92)
2011-03-28 13:08:20 -04:00
Giuseppe Bilotta
144540f546
use real name
2011-03-28 19:00:25 +02:00
Joey Hess
370767bd1f
severity analysis update
2011-03-28 12:56:20 -04:00
Joey Hess
81abc4adfe
yaml is needed as a build dep now
2011-03-28 12:49:24 -04:00
Joey Hess
eddfc5bf47
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.
2011-03-28 12:44:33 -04:00
Joey Hess
7bc87c8b92
add news item for ikiwiki 3.20110328
2011-03-28 12:31:40 -04:00
Joey Hess
232c8a6dfc
releasing version 3.20110328
2011-03-28 12:30:57 -04:00
Joey Hess
be02a80b7a
meta: Security fix; don't allow alternative stylesheets to be added on pages where the htmlscrubber is enabled.
2011-03-28 12:21:12 -04:00
Joey Hess
a0e31f38d5
comment: Better fix to avoid showing comments of subpages, while not breaking manual inlining of comments.
2011-03-28 11:53:55 -04:00
Joey Hess
6908406989
Revert "comment: Don't show comments of subpages on parent pages. (Fixes bug introduced in version 3.20100505.)"
...
This reverts commit b34d31142b
.
This was the wrong approach. It broke inlining of comment(*) on eg, a
toplevel comment page.
2011-03-28 11:42:21 -04:00
tschwinge
32b704aee6
Create page.
2011-03-28 09:14:05 +00:00
Joey Hess
9df8971e57
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.
2011-03-24 21:30:18 -04:00
Joey Hess
7821965ef0
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?
2011-03-24 19:44:32 -04:00
Joey Hess
f39d02583a
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.
2011-03-24 17:55:03 -04:00
Joey Hess
9f7f128090
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2011-03-24 13:37:40 -04:00
Joey Hess
78c750f2d2
Add timezone setting in setup file. This alows time zone to be configured via the web.
2011-03-24 13:36:16 -04:00
http://smcv.pseudorandom.co.uk/
8a8277faf8
in practice this is enabled by default, because recentchanges uses it
2011-03-24 16:10:43 +00:00
http://smcv.pseudorandom.co.uk/
a8743f7987
this was merged, fix cross-references to other plugins
2011-03-24 16:07:16 +00:00
http://smcv.pseudorandom.co.uk/
36e258203c
rename plugins/contrib/transient.mdwn to plugins/transient.mdwn
2011-03-24 16:05:13 +00:00
Jörg Sommer
f787c254fa
ikiwiki manual: fix a little spelling mistake
2011-03-23 17:57:11 +01:00
http://tmarble.wordpress.com/
82970bf1d4
test of openid
2011-03-23 02:19:40 +00:00
Joey Hess
76264920b0
response
2011-03-22 14:48:08 -04:00
Joey Hess
02fa4a85d3
Revert garbage
2011-03-22 14:41:32 -04:00
Joey Hess
b6733a9964
Revert "тест"
...
This reverts commit 426d4037d2
.
2011-03-22 14:41:25 -04:00
verrens
3f28b3d922
2011-03-22 17:19:57 +00:00
verrens
426d4037d2
тест
2011-03-22 17:19:34 +00:00
http://kerravonsen.dreamwidth.org/
37a2f33219
removed spam
2011-03-22 06:46:44 +00:00
prosch
a5d471a386
2011-03-22 05:53:33 +00:00
http://kerravonsen.dreamwidth.org/
3ec0579b03
another thought
2011-03-22 05:05:54 +00:00
http://kerravonsen.dreamwidth.org/
d1285de53d
response to response
2011-03-22 05:03:10 +00:00
http://kerravonsen.dreamwidth.org/
1bed7d4384
clean solution is not clean
2011-03-22 04:56:33 +00:00
Joey Hess
5c8fb38623
fix var name
2011-03-21 16:40:11 -04:00
Joey Hess
6bf444af97
add news item for ikiwiki 3.20110321
2011-03-21 15:02:44 -04:00