summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-11 15:56:02 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-07-11 15:56:02 -0400
commitb9f4708f682be0002c0ece9029860c17333590e4 (patch)
tree938ce015c792b257524b97d4bf2f711347b782e7
parent42fcafa57d50b3859ab55443e54f446d662ef157 (diff)
Move OpenID pretty-printing from openid plugin to core (smcv)
-rw-r--r--debian/changelog1
-rw-r--r--doc/todo/pretty-print_OpenIDs_even_if_not_enabled.mdwn5
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5001031df..d57158c1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ikiwiki (3.1416) UNRELEASED; urgency=low
* svn: Fix rcs_rename to properly scope call to dirname.
* img: Pass the align parameter through to the generated img tag.
+ * Move OpenID pretty-printing from openid plugin to core (smcv)
-- Joey Hess <joeyh@debian.org> Wed, 08 Jul 2009 13:10:38 -0400
diff --git a/doc/todo/pretty-print_OpenIDs_even_if_not_enabled.mdwn b/doc/todo/pretty-print_OpenIDs_even_if_not_enabled.mdwn
index 373c120a6..3d4338a78 100644
--- a/doc/todo/pretty-print_OpenIDs_even_if_not_enabled.mdwn
+++ b/doc/todo/pretty-print_OpenIDs_even_if_not_enabled.mdwn
@@ -21,4 +21,9 @@ A feature I originally requested on
>> logins, so I think recognising OpenIDs can reasonably be considered core
>> functionality! --[[smcv]]
+>>> That seemed easier than expected, [[done]].
+>>> (I do wonder if the call to openiduser still needs to be evaled --
+>>> it was probably only evaled before in case it was not available, but
+>>> I have not carefully checked it to make sure it doesn't ever die. --[[Joey]]
+
[[!tag patch]]