diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/Set_arbitrary_date_to_be_used_by_calendar_plugin.mdwn | 5 | ||||
-rw-r--r-- | doc/todo/require_CAPTCHA_to_edit.mdwn | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/Set_arbitrary_date_to_be_used_by_calendar_plugin.mdwn b/doc/todo/Set_arbitrary_date_to_be_used_by_calendar_plugin.mdwn index e4cc28e8a..7ce98aff7 100644 --- a/doc/todo/Set_arbitrary_date_to_be_used_by_calendar_plugin.mdwn +++ b/doc/todo/Set_arbitrary_date_to_be_used_by_calendar_plugin.mdwn @@ -29,6 +29,11 @@ That date will be used instead of the post creation time when displaying the cal >> up on the calendar based on an arbitrary date. Perhaps this should be re-considered >> as a separate plugin? +>>> I think it makes sense to have only one calendar, if possible. +>>> I think your event stuff is fine, the only thing we might want to add +>>> is a config option for the calendar, to control whether it looks at the +>>> event date, or the creation date. --[[Joey]] + --- calendar.pm.orig 2008-06-24 22:36:09.000000000 -0400 +++ calendar.pm 2008-06-24 22:51:11.000000000 -0400 @@ -23,6 +23,7 @@ diff --git a/doc/todo/require_CAPTCHA_to_edit.mdwn b/doc/todo/require_CAPTCHA_to_edit.mdwn index cc86eba92..e42ac259c 100644 --- a/doc/todo/require_CAPTCHA_to_edit.mdwn +++ b/doc/todo/require_CAPTCHA_to_edit.mdwn @@ -80,6 +80,13 @@ ignored. >>> Patch is inline below. >>> I think this whole thing is working now. +>>>> Ok, glad it's working. Not thrilled that it needs to modify the +>>>> openid plugin, especially as I'm not sure if i I will integrate the +>>>> captcha plugin into mainline. Also because it's not very clean to have +>>>> the oprnid plugin aware of another plugin like that. I'd like to +>>>> prusue my idea of not doing the captcha validation in the validate +>>>> hook. + --- a/IkiWiki/Plugin/openid.pm +++ b/IkiWiki/Plugin/openid.pm @@ -18,6 +18,7 @@ sub getopt () { #{{{ |