aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* This reverts commit 7db82bf716f1c89fd707abab1db875c6de688dca.Joey Hess2011-04-09
|
* Revert "testcomment about the page"Joey Hess2011-04-09
| | | | This reverts commit 68208cffb32ed8560778046107dac2f1e7f5e3d6.
* testcomment about the pagehttps://www.google.com/accounts/o8/id?id=AItOawkV257KL44UPs9lIcwySRxjoaTEts076n02011-04-09
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawkV257KL44UPs9lIcwySRxjoaTEts076n02011-04-09
|
* typohttp://www.trigofacile.com/2011-04-08
|
* just a testhttp://www.trigofacile.com/2011-04-08
|
* (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-07
|
* git repos: Add new repository joJörg Sommer2011-04-05
|
* untrusted_git_push: extend ikiwiki callJörg Sommer2011-04-05
|
* more thoughtshttp://kerravonsen.dreamwidth.org/2011-04-05
|
* thoughtsJoey Hess2011-04-04
|
* some ideas for how to fix thishttp://smcv.pseudorandom.co.uk/2011-04-04
|
* dagnabbit, another typo!http://kerravonsen.dreamwidth.org/2011-04-03
|
* oops typohttp://kerravonsen.dreamwidth.org/2011-04-03
|
* more flexible, perhaps?http://kerravonsen.dreamwidth.org/2011-04-03
|
* Researched a bit the internal/external links styling todo item.intrigeri2011-04-04
|
* well, that was fun while it lastedJoey Hess2011-04-03
|
* poll vote (red)124.82.85.1422011-04-03
|
* Reply... cannot think of a great solution.intrigeri2011-04-03
|
* poll vote (green)151.60.178.1622011-04-03
|
* poll vote (blue)https://www.google.com/accounts/o8/id?id=AItOawn8h6atTZOkH26yuHC4SdOmistFL_BMBEE2011-04-03
|
* poll vote (red)78.116.68.1432011-04-03
|
* poll vote (blue)78.116.68.1432011-04-03
|
* poll vote (green)78.116.68.1432011-04-03
|
* poll vote (red)https://www.google.com/accounts/o8/id?id=AItOawkFgT0GXO4ZSeNt688OzBYoSzYI9qd0mQk2011-04-03
|
* poll vote (green)62.92.3.2402011-04-03
|
* poll vote (green)62.92.3.2402011-04-03
|
* poll vote (green)62.92.3.2402011-04-03
|
* poll vote (green)62.92.3.2402011-04-03
|
* poll vote (green)62.92.3.2402011-04-03
|
* poll vote (red)62.92.3.2402011-04-03
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawn8h6atTZOkH26yuHC4SdOmistFL_BMBEE2011-04-02
|
* poll vote (red)66.130.248.362011-04-02
|
* 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.