Commit Graph

827 Commits (be6fe03035259cf85a8b68e447ed405eb458d76c)

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U be6fe03035 Change signature 2012-03-13 19:51:12 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U 3cfcf16e32 2012-03-13 19:50:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY d903f2c2fa Added a comment 2012-03-13 00:43:26 -04:00
http://joey.kitenet.net/ 2234ee17e8 Added a comment 2012-03-12 23:57:42 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY 763c0dd379 2012-03-12 20:56:43 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY 22146f4518 2012-03-12 20:55:59 -04:00
jaime 58cc8da993 Added a comment 2012-03-07 21:34:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik 262327e37d Added a comment 2012-03-06 05:50:54 -04:00
http://joey.kitenet.net/ 4dded4e5ab Added a comment 2012-03-05 17:08:45 -04:00
http://joey.kitenet.net/ 5f2ad7b36e Added a comment 2012-03-05 16:48:51 -04:00
jaime 748b4a0886 Added a comment: ikiwiki version 3.20120203 2012-03-05 15:52:02 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik aa374ac96b Added a comment 2012-03-05 14:44:36 -04:00
http://joey.kitenet.net/ 3186fcb985 Added a comment 2012-03-03 11:01:34 -04:00
http://joey.kitenet.net/ 5494a42d00 Added a comment 2012-03-03 10:54:11 -04:00
jaime 7e0c9ff843 2012-03-01 18:31:30 -04:00
jaime d90ccfa828 Added a comment 2012-03-01 16:08:47 -04:00
http://joey.kitenet.net/ 10d0414381 Added a comment 2012-03-01 12:11:10 -04:00
jaime c53aeb3f5c 2012-02-29 20:56:30 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 5df82db1b3 Added a comment 2012-02-29 02:59:22 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 19a1bfb7b9 Added a comment 2012-02-29 02:58:26 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY d770218f3a 2012-02-27 22:27:01 -04:00
http://acathur.myopenid.com/ 04087213c7 Added a comment 2012-02-26 04:08:15 -04:00
bob e71642090c Added a comment 2012-02-24 05:30:51 -04:00
http://joey.kitenet.net/ f85b348070 Added a comment 2012-02-23 16:20:18 -04:00
bob 7f2e2069a9 I'm sure I'm missing something obvious... 2012-02-23 13:31:10 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY 2805999a03 2012-02-22 16:13:55 -04:00
Joey Hess e6de25132d Merge branch 'master' of ssh://git.ikiwiki.info 2012-02-21 13:34:13 -04:00
http://joey.kitenet.net/ 36518a3a11 Added a comment 2012-02-21 13:23:00 -04:00
Joey Hess ee975178b8 make a proper wikilink
you know, backlinks are nice..
2012-02-21 13:13:37 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnp4lzWSX1pvSpwAoboehP3SSbmbQESe80 ea7e0b77f2 Added a comment: I'm trying to use OpenID without success 2012-02-08 00:54:22 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik 087a9d93c2 2012-02-07 15:58:10 -04:00
Joey Hess d99f065dd6 Merge branch 'master' of ssh://git.ikiwiki.info 2012-01-30 15:40:31 -04:00
Joey Hess ae55a2c9b6 remove stealthy spam 2012-01-30 15:37:01 -04:00
http://joey.kitenet.net/ 5b7730fd19 Added a comment 2012-01-30 15:34:01 -04:00
http://joey.kitenet.net/ b092831d85 Added a comment 2012-01-30 15:30:21 -04:00
Joey Hess a78126c55e calendar, prettydate: Fix strftime encoding bug
strftime is a C function, it does not return decoded utf8.
Several places in ikiwiki manually decoded it, but at least two
forgot to.

Also, strftime might not return even encoded utf8, if LC_TIME is set
to a non-utf8 value. Went ahead and supported decoding whatever encoding
it uses.

The remaining direct calls to strftime() are all ones that first set
LC_TIME=C, in order to get times that are not for human display.
2012-01-30 15:09:37 -04:00
http://kerravonsen.dreamwidth.org/ d96d185f24 why do I always forget something? 2012-01-28 19:19:15 -04:00
http://kerravonsen.dreamwidth.org/ e925b946c8 new plugins, anyone? 2012-01-28 19:18:19 -04:00
zut d05463b069 2012-01-28 06:30:47 -04:00
Javier Rojas 5034d7f456 comment - index attachments 2012-01-21 16:47:16 -05:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik 74880397d0 2012-01-20 13:12:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 0973205034 2012-01-18 12:44:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 8d239aa363 Added a comment: apache module? 2012-01-18 11:40:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 b1a0647814 removed 2012-01-18 11:39:36 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 eb7992de16 Added a comment: apache module? 2012-01-18 11:39:18 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 7408689f5b 2012-01-18 07:02:04 -04:00
https://www.google.com/accounts/o8/id?id=AItOawljSQThLsc4vHz0jw1aSR74Dj9K5J_NKqk 42b06a462f Added a comment 2012-01-17 12:45:38 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 bbed2a9eff Added a comment: just my 2 cents 2012-01-17 07:10:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 5643428d7d Added a comment: updating setup file 2012-01-16 21:30:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawndsaC4GaIBw49WNdbk2Faqfm_mrtQgul8 f7c366eeab Added a comment: Great! It worked! 2012-01-16 21:18:07 -04:00