Commit Graph

2248 Commits (26df48392faf5e2ff7741f8b1385038142762ac9)

Author SHA1 Message Date
Joey Hess 251188cf70 response 2012-03-03 11:01:55 -04:00
jaime 77945113a7 2012-03-01 18:11:11 -04:00
Joey Hess 1ac2da7ffa fix picked 2012-02-21 13:32:15 -04:00
Joey Hess 2717d9774a close 2012-02-09 16:04:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnjRHxyH6FSS25h_6x3YYbZ6SaVsozC3Ts 8be7c6137f 2012-02-09 04:01:48 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnjRHxyH6FSS25h_6x3YYbZ6SaVsozC3Ts a82afbf488 rename bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn to bugs/__91__SOLVED__93___Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn 2012-02-09 04:01:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnjRHxyH6FSS25h_6x3YYbZ6SaVsozC3Ts c8f7b96909 2012-02-05 17:38:12 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnjRHxyH6FSS25h_6x3YYbZ6SaVsozC3Ts d22c764045 2012-02-05 17:32:01 -04:00
Amitai Schlair c1f74efea6 Missed a portability spot. 2012-02-03 12:05:07 -05: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
spalax b0d6eef321 Clearer (I hope) bug report 2012-01-28 15:13:43 -04:00
spalax cac88b738b New bug: encoding problem in calendar plugin 2012-01-28 15:09:31 -04:00
Joey Hess 17c2bf1778 response 2012-01-17 23:26:55 -04:00
https://openid.stackexchange.com/user/bd7676f7-83b5-4a71-82a6-d4df0fab61ca 99e644967c can the 'add comment' form be generated and returned even if the srcdir is locked? 2012-01-17 08:13:48 -04:00
http://hands.com/~phil/ c0cf1cbfee removed 2012-01-16 18:53:35 -04:00
Joey Hess 1572c3c376 attachment: Fix utf-8 display bug. 2012-01-15 16:39:13 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlxhTpXjVrFtgk7H7La4U7dZSob-r0680U 059671fc45 2012-01-13 19:00:13 -04:00
Joey Hess 047d2c12e5 Make backlink(.) work. Thanks, Giuseppe Bilotta. 2012-01-13 13:43:31 -04:00
Giuseppe Bilotta 08325b4da6 Propose patch to fix backlink(.) 2012-01-13 11:13:34 +01:00
Jon Dowland ca80578d4a simplify bug report 2012-01-11 15:17:28 +00:00
Jon Dowland 52c1aecffc test doesn't work live. damnit. try varying pagespec 2012-01-11 15:15:37 +00:00
Jon Dowland 0278ddd6c1 backlink(.) doesn't work 2012-01-11 15:13:46 +00:00
Amitai Schlair 17d012593a repoint git branches and website 2012-01-08 13:26:56 -05:00
http://lkcl.net/ 5db9caa9d0 2011-12-16 17:42:10 -04:00
Joey Hess fbedf85587 Merge branch 'master' of ssh://git.ikiwiki.info 2011-12-14 17:01:21 -04:00
http://hands.com/~phil/ bf127ccb24 2011-12-12 19:38:24 -04:00
http://hands.com/~phil/ 8c21227bb6 2011-12-12 19:33:58 -04:00
Joey Hess d9214e7e97 remove some links to gitweb
these are a pain to keep working, and not needed
2011-12-07 13:24:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlkQOG_UxmAVOjXBQJLpiBmBWXEiTL9PYw 8bf3e1b284 2011-12-02 14:36:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlkQOG_UxmAVOjXBQJLpiBmBWXEiTL9PYw b4d54c155a 2011-12-02 14:23:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlkQOG_UxmAVOjXBQJLpiBmBWXEiTL9PYw cd76576d4d 2011-12-02 14:11:36 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE 71974c24bb Chatter 2011-11-30 09:32:03 -04:00
Joey Hess 3046dc4d30 The umask setting can now be set to private, group, or public, avoiding the need to enter octal correctly which is particularly difficult in yaml setup files. (smcv) 2011-11-27 18:35:05 -04:00
http://smcv.pseudorandom.co.uk/ 128a63d5f2 umask :'-( 2011-11-27 18:11:23 -04:00
Joey Hess daaedf27ef I have no branch and must merge. 2011-11-27 13:20:24 -04:00
Joey Hess 41f6363a63 editpage: Fix FormattingHelp link on Discussion pages.
In 875d550f12 I for some reason
made $page be changed when creating a discussion page, which
broke the link on the edit page. Changing page seems unnecessary,
so reverted that part of the change.
2011-11-27 13:19:19 -04:00
http://smcv.pseudorandom.co.uk/ 0d947d3851 branch implementing my keyword suggestion 2011-11-27 10:15:34 -04:00
http://smcv.pseudorandom.co.uk/ 6e42d2bee0 when octal and YAML collide... 2011-11-27 09:44:48 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlg64ZtqP3l9baIn5cfxkvnHiBhlpNB4Nk 5bd543c89f 2011-11-25 23:05:40 -04:00
Joey Hess 76bccd9b70 filed bug on CGI.pm 2011-11-23 19:45:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE cf8a46b761 2011-11-23 19:24:37 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE 65acd8f71c Patch for 'thttpd' should anyone else find this problem in archives. 2011-11-23 19:23:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE 0ee337113e Bug identified in user's web server [closed] 2011-11-23 18:40:41 -04:00
Joey Hess 4580662795 Merge branch 'master' of ssh://git.ikiwiki.info 2011-11-23 16:55:20 -04:00
Joey Hess 239e609bcf analysis 2011-11-23 16:54:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE d6011a1500 2011-11-23 16:41:13 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE 79a3148eba 2011-11-23 16:38:31 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE d4101ad64f 2011-11-23 16:35:21 -04:00
Joey Hess 64e09f9968 cannot reproduce 2011-11-23 16:13:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE 7cd083dc66 2011-11-23 15:44:53 -04:00
Joey Hess 106d55bf47 img: Bugfix to width/height tags for scaled down image when only one dimension was provided. Thanks, Per Carlson. 2011-11-17 18:53:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlUtmRueCOLddksWZN8zOVnseVrtRSxM58 a066e0405e 2011-11-17 18:18:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlUtmRueCOLddksWZN8zOVnseVrtRSxM58 0c1176f013 2011-11-17 17:29:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlUtmRueCOLddksWZN8zOVnseVrtRSxM58 dbfaea8873 2011-11-17 17:17:48 -04:00
http://smcv.pseudorandom.co.uk/ 6f26e11bf0 summarize IRC discussion 2011-11-14 06:50:37 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkJHb27RVmw93kqyzfoxZWNKjqR8MEVt3A 3ae0a2a5db 2011-11-12 11:55:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkJHb27RVmw93kqyzfoxZWNKjqR8MEVt3A d1a1844263 2011-11-12 11:54:44 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkJHb27RVmw93kqyzfoxZWNKjqR8MEVt3A ab7d4e6af5 2011-11-12 11:54:16 -04:00
http://smcv.pseudorandom.co.uk/ 5914a770e8 possible solution 2011-11-12 10:56:46 -04:00
http://smcv.pseudorandom.co.uk/ 4a1a490526 closed, I think? 2011-11-09 13:22:55 -04:00
Joey Hess b8f21c0490 fixed 2011-11-06 16:15:16 -04:00
Joey Hess 0550c78a71 bug report 2011-11-06 15:56:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmKvEhLuOASwaGDP803twCdJYPyXe6JQHY f2d322efee add comment. 2011-11-04 06:31:35 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlnbESeWdgYoNUv8CK1AowvNCOHehGavwg d33d7b91fb bug feedback 2011-10-30 19:32:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlnbESeWdgYoNUv8CK1AowvNCOHehGavwg d02b1a5e89 new bug 2011-10-30 19:14:12 -04:00
http://jmtd.livejournal.com/ bf140814ae cygwin? 2011-10-30 17:18:04 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlnbESeWdgYoNUv8CK1AowvNCOHehGavwg 6868678f48 the best laid plans 2011-10-30 15:10:38 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlnbESeWdgYoNUv8CK1AowvNCOHehGavwg 22cd233e00 i don't want the world, a bone is enough 2011-10-30 15:06:52 -04:00
Joey Hess 14607a10f9 bug responses
(Yes, I'm still alive)
2011-10-30 12:48:34 -04:00
Joey Hess 3aa41021ad Merge branch 'master' of ssh://git.ikiwiki.info 2011-10-30 12:23:30 -04:00
Joey Hess d564efac5d xapian 1.2.7 seems to work 2011-10-30 12:20:45 -04:00
http://hendry.iki.fi/ 2ac52e1643 fix htmlscrubber link 2011-10-30 06:37:09 -04:00
http://hendry.iki.fi/ 9870b64a40 2011-10-30 06:23:54 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlnbESeWdgYoNUv8CK1AowvNCOHehGavwg 86a9471ec9 added a bug report 2011-10-28 10:01:22 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlnbESeWdgYoNUv8CK1AowvNCOHehGavwg 119fd67ade 2011-10-27 09:15:01 -04:00
micahrl 8431ef7fd7 2011-10-18 18:11:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm2wz8ydCuX7mGqn8o5Rvs64u90shF6pvo 36d8cdc728 bug report - search plugin finds no results with xapian 1.2.7 2011-09-28 18:09:26 -04:00
http://xlogon.net/bacuh ad3160bb97 2011-09-10 11:38:02 -04:00
Joey Hess 936541128d moreinfo needed 2011-09-07 14:50:28 -04:00
http://xlogon.net/bacuh 63f4ad9aba 2011-09-07 14:00:37 -04:00
Joey Hess 5cb0ecc000 Fix web revert of a file deletion.
When reverting, an add is a remove, and a remove is an add.
2011-09-05 14:51:49 -04:00
Giuseppe Bilotta 37a0eb353e Reply to smcv about dependency ordering, post-scan hooks and conditionals 2011-08-30 23:08:26 +02:00
http://smcv.pseudorandom.co.uk/ 2e1fa14a73 same dependency problem as plugins/contrib/trail :-( 2011-08-30 06:20:15 -04:00
Giuseppe Bilotta 6bc787e14c Report bug (and patch) with conditional preprocessing and scan 2011-08-26 18:22:14 +02:00
Joey Hess c8f7dcbc31 Use lockf rather than flock when taking the cgilock, for better portability.
This kind of change is scary, but this particular lock is very simply
used and so it seems ok to make it even just for better portability to
SunOS. (People still use that?)
2011-08-24 17:35:53 -04:00
Joey Hess a9c8a027e9 close 2011-08-24 16:39:57 -04:00
Joey Hess 3d950d6d31 fixed last September 2011-08-24 16:35:11 -04:00
Joey Hess e92f292525 Merge branch 'master' of ssh://git.ikiwiki.info 2011-08-24 15:51:28 -04:00
http://nilx.myopenid.com/ bba3619cb2 new bug 2011-08-24 07:22:31 -04:00
Joey Hess 5f17d41b3b new bug report 2011-08-20 11:21:50 -04:00
intrigeri 655a5ba111 Update my last reply. 2011-08-17 12:49:41 +02:00
intrigeri b10790257c Cannot reproduce anymore. 2011-08-17 11:34:56 +02:00
Colin_Morey 86a2e6524c 2011-08-12 05:35:25 -04:00
Colin_Morey 8a9d77d716 2011-08-09 11:45:19 -04:00
http://smcv.pseudorandom.co.uk/ 47793ac03b close bug 2011-08-08 17:48:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ 7590fb724f INVALID: Template variable not passed as-is?! 2011-08-08 12:37:22 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ 623ac0db42 INVALID: Template variable not passed as-is?! 2011-08-08 12:36:33 -04:00
Jon Dowland 71dec26d06 try raw variables 2011-08-08 10:45:24 +01:00
https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ 79549ee808 2011-08-06 20:10:00 -04:00
Joey Hess 50621d51c9 response 2011-08-05 17:10:20 -04:00