summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]]