summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-05git repos: Add new repository joJörg Sommer
2011-04-05untrusted_git_push: extend ikiwiki callJörg Sommer
2011-04-05more thoughtshttp://kerravonsen.dreamwidth.org/
2011-04-04thoughtsJoey Hess
2011-04-04some ideas for how to fix thishttp://smcv.pseudorandom.co.uk/
2011-04-03dagnabbit, another typo!http://kerravonsen.dreamwidth.org/
2011-04-03oops typohttp://kerravonsen.dreamwidth.org/
2011-04-03more flexible, perhaps?http://kerravonsen.dreamwidth.org/
2011-04-04Researched a bit the internal/external links styling todo item.intrigeri
2011-04-03well, that was fun while it lastedJoey Hess
2011-04-03poll vote (red)124.82.85.142
2011-04-03Reply... cannot think of a great solution.intrigeri
2011-04-03poll vote (green)151.60.178.162
2011-04-03poll vote (blue)https://www.google.com/accounts/o8/id?id=AItOawn8h6atTZOkH26yuHC4SdOmistFL_BMBEE
2011-04-03poll vote (red)78.116.68.143
2011-04-03poll vote (blue)78.116.68.143
2011-04-03poll vote (green)78.116.68.143
2011-04-03poll vote (red)https://www.google.com/accounts/o8/id?id=AItOawkFgT0GXO4ZSeNt688OzBYoSzYI9qd0mQk
2011-04-03poll vote (green)62.92.3.240
2011-04-03poll vote (green)62.92.3.240
2011-04-03poll vote (green)62.92.3.240
2011-04-03poll vote (green)62.92.3.240
2011-04-03poll vote (green)62.92.3.240
2011-04-03poll vote (red)62.92.3.240
2011-04-02(no commit message)https://www.google.com/accounts/o8/id?id=AItOawn8h6atTZOkH26yuHC4SdOmistFL_BMBEE
2011-04-02poll vote (red)66.130.248.36
2011-04-02poll vote (green)66.130.248.36
2011-04-02poll vote (blue)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj8
2011-04-02poll vote (green)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj8
2011-04-02(no commit message)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj8
2011-04-02(no commit message)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj8
2011-04-01(no commit message)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj8
2011-04-01new bugJoey Hess
2011-03-30Merge remote-tracking branch 'levitte/master'Joey Hess
2011-03-30document fix I'm about to mergeJoey Hess
2011-03-30add levitteJoey Hess
2011-03-30updateJoey Hess
2011-03-30fixJoey Hess
2011-03-30look up avatar at comment post timeJoey Hess
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.
2011-03-30check site url for httpsJoey Hess
HTTPS won't be set when rebuilding a site at the command line
2011-03-30* IkiWiki/Plugin/monotone.pm: monotone v0.48 has a small error thatRichard Levitte
affects rcs_getctime. A small adjustment takes care of that.
2011-03-30* IkiWiki/Plugin/monotone.pm: implement rcs_getmtimeRichard Levitte
2011-03-30update for libravatar supportJoey Hess
* 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-30robustness fixJoey Hess
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-30indentationJoey Hess
2011-03-30Merge remote-tracking branch 'remotes/fmarier/libravatar-in-comments'Joey Hess
2011-03-30Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2011-03-30add fmarier's repoJoey Hess
2011-03-30comments: add OpenID-based avatars (libravatar.org)Francois Marier
This requires version 1.04 or later of Libravatar::URL.
2011-03-30comments: serve avatars over https in https wikisFrancois Marier