summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-09This reverts commit 7db82bf716f1c89fd707abab1db875c6de688dca.Joey Hess
2011-04-09Revert "testcomment about the page"Joey Hess
This reverts commit 68208cffb32ed8560778046107dac2f1e7f5e3d6.
2011-04-09testcomment about the pagehttps://www.google.com/accounts/o8/id?id=AItOawkV257KL44UPs9lIcwySRxjoaTEts076n0
2011-04-09(no commit message)https://www.google.com/accounts/o8/id?id=AItOawkV257KL44UPs9lIcwySRxjoaTEts076n0
2011-04-08typohttp://www.trigofacile.com/
2011-04-08just a testhttp://www.trigofacile.com/
2011-04-07(no commit message)http://www.civilfritz.net/~janderson/
2011-04-07(no commit message)http://www.civilfritz.net/~janderson/
2011-04-07(no commit message)http://www.civilfritz.net/~janderson/
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.