aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* poll vote (green)66.130.248.362011-04-02
|
* poll vote (blue)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj82011-04-02
|
* poll vote (green)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj82011-04-02
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj82011-04-02
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj82011-04-02
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnMo1_nHs4bHqY86quWrM6MkeJlFMyZdj82011-04-01
|
* new bugJoey Hess2011-04-01
|
* Merge remote-tracking branch 'levitte/master'Joey Hess2011-03-30
|\
| * * IkiWiki/Plugin/monotone.pm: monotone v0.48 has a small error thatRichard Levitte2011-03-30
| | | | | | | | affects rcs_getctime. A small adjustment takes care of that.
| * * IkiWiki/Plugin/monotone.pm: implement rcs_getmtimeRichard Levitte2011-03-30
| |
* | document fix I'm about to mergeJoey Hess2011-03-30
| |
* | add levitteJoey Hess2011-03-30
| |
* | updateJoey Hess2011-03-30
| |
* | fixJoey Hess2011-03-30
| |
* | look up avatar at comment post timeJoey Hess2011-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | check site url for httpsJoey Hess2011-03-30
| | | | | | | | HTTPS won't be set when rebuilding a site at the command line
* | update for libravatar supportJoey Hess2011-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.
* | robustness fixJoey Hess2011-03-30
| | | | | | | | | | | | | | | | 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
* | indentationJoey Hess2011-03-30
| |
* | Merge remote-tracking branch 'remotes/fmarier/libravatar-in-comments'Joey Hess2011-03-30
|\ \
| * | comments: add OpenID-based avatars (libravatar.org)Francois Marier2011-03-30
| | | | | | | | | | | | This requires version 1.04 or later of Libravatar::URL.
| * | comments: serve avatars over https in https wikisFrancois Marier2011-03-30
| | |
| * | comments: add avatar picture of comment authorFrancois Marier2011-03-30
| | | | | | | | | | | | | | | Use Libravatar::URL to pull the avatar picture for the comment author if we have an email address for him/her.
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2011-03-30
|\| |
| * | Reply.intrigeri2011-03-29
| | |
| * | Ping.intrigeri2011-03-29
| | |
| * | Fixed upstream => done.intrigeri2011-03-29
| | |
| * | Cannot reproduce. Joey, more info please?intrigeri2011-03-29
| | |
| * | Need more info.intrigeri2011-03-29
| |/
* / add fmarier's repoJoey Hess2011-03-30
|/
* CVE assignedJoey Hess2011-03-28
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2011-03-28
|\
| * use real nameGiuseppe Bilotta2011-03-28
| |
* | changelogJoey Hess2011-03-28
| |
* | meta plugin: script supportGiuseppe Bilotta2011-03-28
|/ | | | (cherry picked from commit 44c5b27f88fdbfb4fdd061f600039e490eaeff92)
* severity analysis updateJoey Hess2011-03-28
|
* yaml is needed as a build dep nowJoey Hess2011-03-28
|
* alt stylesheets will not be showing up in browserJoey Hess2011-03-28
| | | | | 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.
* add news item for ikiwiki 3.20110328Joey Hess2011-03-28
|
* releasing version 3.20110328Joey Hess2011-03-28
|
* meta: Security fix; don't allow alternative stylesheets to be added on pages ↵Joey Hess2011-03-28
| | | | where the htmlscrubber is enabled.
* comment: Better fix to avoid showing comments of subpages, while not ↵Joey Hess2011-03-28
| | | | breaking manual inlining of comments.
* Revert "comment: Don't show comments of subpages on parent pages. (Fixes bug ↵Joey Hess2011-03-28
| | | | | | | | | 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.
* Create page.tschwinge2011-03-28
|
* Yaml formatted setup files are now produced by defaultJoey Hess2011-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.
* fix targetpage replacement to support 3 argument formJoey Hess2011-03-24
| | | | | | 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?
* avoid stomping on inline's rootpage sub if it's not already presentJoey Hess2011-03-24
| | | | | | | 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.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2011-03-24
|\
| * in practice this is enabled by default, because recentchanges uses ithttp://smcv.pseudorandom.co.uk/2011-03-24
| |
| * this was merged, fix cross-references to other pluginshttp://smcv.pseudorandom.co.uk/2011-03-24
| |