Commit Graph

16773 Commits (e4f241ac2fd691a021c091d852497af667295f70)

Author SHA1 Message Date
Joey Hess d366a7bbb5 don't force old subscriptions value when posting 2012-03-28 20:45:52 -04:00
Joey Hess 6c297c4097 fix adding first subscription to pagespec 2012-03-28 20:42:37 -04:00
Joey Hess dadc822295 remove misc section 2012-03-28 20:36:25 -04:00
Joey Hess a106727d40 reorg 2012-03-28 19:47:06 -04:00
Joey Hess accf79f94a polishing notifyemail 2012-03-28 19:39:08 -04:00
Joey Hess f16de0c4e3 fix hook name 2012-03-28 19:04:44 -04:00
Joey Hess a22be4eef0 finish notifyemail plugin 2012-03-28 18:52:11 -04:00
Joey Hess d68d255268 Added a "changes" hook. Renamed the "change" hook to "rendered", but
the old hook name is called for now for back-compat.
2012-03-28 18:43:07 -04:00
Joey Hess 1916f97472 integrate comments plugin with notifyemail 2012-03-28 18:38:37 -04:00
Joey Hess e07b876486 typo 2012-03-28 18:24:07 -04:00
Joey Hess 4b85a6eca1 add Subscriptions field to prefs 2012-03-28 17:00:54 -04:00
Joey Hess c0e5a0f1aa fix another undef/"" confusion 2012-03-28 16:47:37 -04:00
Joey Hess 723c5b97d3 changemail: New plugin, sends emails about changed pages. 2012-03-28 16:40:10 -04:00
Joey Hess 84cd40d179 hallo
I have a pretty workable plan to use this. License seems ok.
2012-03-27 15:52:35 -04:00
Joey Hess 88e8f0ced9 simplify 2012-03-27 15:52:35 -04:00
Joey Hess 4250d389d3 meta: Export author information in html <meta> tag. Closes: #664779 Thanks, Martin Michlmayr 2012-03-27 15:52:35 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik e5b85018f5 Added a comment 2012-03-27 13:35:49 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik d9ddc8f464 removed 2012-03-27 13:35:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkHXhrJ5jJgfqbfco-onMJ6HVO9zSWmTX0 b5d18d1ab6 2012-03-26 18:56:06 -04:00
http://tbm.myopenid.com/ de59356161 add user page for Martin Michlmayr 2012-03-26 18:17:51 -04:00
http://tbm.myopenid.com/ 0d7c438c72 suggest a solution 2012-03-26 18:15:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmHWSp04wQqNm1HxSXAtDgsnnokalg3XE0 6fd9fc9c98 2012-03-26 13:52:52 -04:00
Jon Dowland e6122e4206 add plugin tag type/comments and tag some pages.
I did this because I was looking for a summary/overview of the
various comment plugins that exist and couldn't already find
one.  I've tried to tag plugins that are mostly for use with
comments, which is a bit of a wide net and people may draw the
line in different places to myself.
2012-03-26 16:03:35 +01:00
http://smcv.pseudorandom.co.uk/ f2e963c086 Added a comment 2012-03-26 04:22:38 -04:00
celty 44ef910615 2012-03-25 16:34:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnMBcAYtl-Ssg7elqgIl7s_P-KQB2aDHco fbe9a9b659 2012-03-25 00:55:11 -04:00
chrysn 94226faf35 workaround and some analysis of the bug 2012-03-24 22:46:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmAfIuCt_zl2UCMMgUXUJ37XIt-XYubXBw 36315896c6 2012-03-23 19:53:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkiulxucQx_YZQZUVJdNF6oMaZwWb8JF2M a0febfe838 2012-03-23 14:19:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkiulxucQx_YZQZUVJdNF6oMaZwWb8JF2M 1fb3495ed2 2012-03-23 14:14:01 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkiulxucQx_YZQZUVJdNF6oMaZwWb8JF2M dc9cae642e 2012-03-23 14:08:00 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkiulxucQx_YZQZUVJdNF6oMaZwWb8JF2M 272288613f 2012-03-22 22:15:26 -04:00
http://k1024.org/~iusty/ a2f2d07785 Added a comment: Re: comment 1 2012-03-22 15:34:55 -04:00
Joey Hess e7bf599ee0 remove debug message
A file may have no git sha1 if it's in the underlay, or just is not checked
into git. This debug message doesn't add any value and is potentially
confusing.
2012-03-22 13:07:30 -04:00
http://joey.kitenet.net/ 4b3102b48e Added a comment 2012-03-22 13:06:05 -04:00
http://joey.kitenet.net/ d47d98b4cc Added a comment 2012-03-22 12:56:40 -04:00
Joey Hess aaa72a3a80 inline: When the pagenames list includes pages that do not exist, skip them.
bestlink returns '' if no existing page matches a link. This propigated
through inline and other plugins, causing uninitialized value warnings, and
in some cases (when filecheck was enabled) making the whole directive fail.

Skipping the empty results fixes that, but this is papering over another
problem: If the missing page is later added, there is not dependency
information to know that the inline needs to be updated. Perhaps smcv will
fix that later.
2012-03-21 15:48:25 -04:00
Joey Hess 662ea9971c Remove dead link from plugins/teximg. Closes: #664885 2012-03-21 15:48:24 -04:00
http://k1024.org/~iusty/ fb6559dc1c Add new forum question 2012-03-20 19:11:57 -04:00
http://tbm.myopenid.com/ e5870d10c8 Added a comment: Still there? 2012-03-20 14:35:42 -04:00
chrysn 74a8f50b47 note discount's definition list capabilities 2012-03-20 12:56:52 -04:00
chrysn ac412a0b87 (finished move from previous commit) 2012-03-20 12:08:11 -04:00
chrysn e203d7ef16 giving the linkmap issue its own patch page to make it more readable 2012-03-20 12:07:19 -04:00
chrysn e32cad7820 (nobody sees the fnord -- remove relic from testing) 2012-03-20 12:00:21 -04:00
chrysn c9d9769f83 comment on a non-obvious function 2012-03-20 11:59:33 -04:00
http://vn91.ya.ru/ 442f49319b 2012-03-20 03:29:58 -04:00
Joey Hess 4d707e665f add news item for ikiwiki 3.20120203 2012-03-19 14:45:52 -04:00
Joey Hess 8d46f83756 releasing version 3.20120203 2012-03-19 14:44:17 -04:00
Joey Hess 83876a7da6 remove pod documentation
This caused the build system to make unwanted man pages. Using comments
instead.
2012-03-19 14:36:03 -04:00
Joey Hess 9f2a2879c8 Merge remote-tracking branch 'smcv/trail-test' 2012-03-19 11:19:41 -04:00