Joey Hess [Sun, 28 Dec 2008 20:05:05 +0000 (15:05 -0500)]
releasing version 2.72
Joey Hess [Fri, 26 Dec 2008 21:08:33 +0000 (16:08 -0500)]
inline: Run format hook first
inline has a format hook that is an optimisation hack. Until this hook
runs, the inlined content is not present on the page. This can prevent
other format hooks, that process that content, from acting on inlined
content. In bug ##509710, we discovered this happened commonly for the
embed plugin, but it could in theory happen for many other plugins (color,
cutpaste, etc) that use format to fill in special html after sanitization.
The ordering was essentially random (hash key order). That's kinda a good
thing, because hooks should be independent of other hooks and able to run
in any order. But for things like inline, that just doesn't work.
To fix the immediate problem, let's make hooks able to be registered as
running "first". There was already the ability to make them run "last".
Now, this simple first/middle/last ordering is obviously not going to work
if a lot of things need to run first, or last, since then we'll be back to
being unable to specify ordering inside those sets. But before worrying about
that too much, and considering dependency ordering, etc, observe how few
plugins use last ordering: Exactly one needs it. And, so far, exactly one
needs first ordering. So for now, KISS.
Another implementation note: I could have sorted the plugins with
first/last/middle as the primary key, and plugin name secondary, to get a
guaranteed stable order. Instead, I chose to preserve hash order. Two
opposing things pulled me toward that decision:
1. Since has order is randomish, it will ensure that no accidental
ordering assumptions are made.
2. Assume for a minute that ordering matters a lot more than expected.
Drastically changing the order a particular configuration uses could
result in a lot of subtle bugs cropping up. (I hope this assumption is
false, partly due to #1, but can't rule it out.)
Joey Hess [Fri, 26 Dec 2008 19:07:19 +0000 (14:07 -0500)]
comments: Deal with users entering unqualified or partial urls.
People seem to be able to expect to enter www.foo.com and get away with it.
The resulting my.wiki/www.foo.com link was not ideal.
To fix it, use URI::Heuristic to expand such things into a real url. It
even looks up hostnames in the DNS if necessary.
Joey Hess [Thu, 25 Dec 2008 21:31:58 +0000 (16:31 -0500)]
googlecalendar: Add runtime deprecation warning.
Joey Hess [Wed, 24 Dec 2008 01:08:01 +0000 (20:08 -0500)]
close
Joey Hess [Wed, 24 Dec 2008 00:11:03 +0000 (19:11 -0500)]
camelcase: Add camelcase_ignore setting.
http://puck.openid.org/ [Tue, 23 Dec 2008 23:05:38 +0000 (18:05 -0500)]
http://puck.openid.org/ [Tue, 23 Dec 2008 22:48:05 +0000 (17:48 -0500)]
Joey Hess [Tue, 23 Dec 2008 22:19:27 +0000 (17:19 -0500)]
hack to avoid globlist deprecaton message false positive
Joey Hess [Tue, 23 Dec 2008 22:13:57 +0000 (17:13 -0500)]
Add deprecation warning for GlobLists, which will stop working in 3.0.
Joey Hess [Tue, 23 Dec 2008 21:25:52 +0000 (16:25 -0500)]
fix a few directives using the old syntax
I'm turning on prefix_directives for the live wiki now.
Joey Hess [Tue, 23 Dec 2008 18:27:16 +0000 (13:27 -0500)]
response
Joey Hess [Tue, 23 Dec 2008 18:19:47 +0000 (13:19 -0500)]
fix popcon graph link
http://hendry.iki.fi/ [Tue, 23 Dec 2008 14:29:02 +0000 (09:29 -0500)]
Any other schools?
intrigeri [Mon, 22 Dec 2008 23:24:48 +0000 (00:24 +0100)]
po: make the dev timing clearer
intrigeri [Mon, 22 Dec 2008 23:13:12 +0000 (00:13 +0100)]
httpauth_feature_parity_with_passwordauth: a bit more thinking
Signed-off-by: intrigeri <intrigeri@boum.org>
http://puck.openid.org/ [Tue, 23 Dec 2008 04:14:15 +0000 (23:14 -0500)]
Joey Hess [Tue, 23 Dec 2008 00:04:02 +0000 (19:04 -0500)]
merge recentchanges comments fix
Joey Hess [Tue, 23 Dec 2008 00:02:03 +0000 (19:02 -0500)]
Merge commit 'smcv/recentchanges'
Joey Hess [Tue, 23 Dec 2008 00:00:38 +0000 (19:00 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
http://smcv.pseudorandom.co.uk/ [Mon, 22 Dec 2008 23:09:15 +0000 (18:09 -0500)]
reference my recentchanges branch
Simon McVittie [Mon, 22 Dec 2008 23:02:08 +0000 (23:02 +0000)]
recentchanges_link CGI: If the linked page is internal, use its permalink
This fixes a bug, that comments appear in recentchanges as broken links.
Joey Hess [Mon, 22 Dec 2008 21:41:29 +0000 (16:41 -0500)]
update
Joey Hess [Mon, 22 Dec 2008 05:03:15 +0000 (00:03 -0500)]
add news item for ikiwiki 2.71
Joey Hess [Sun, 21 Dec 2008 21:50:50 +0000 (16:50 -0500)]
unify pagespecs
Joey Hess [Sun, 21 Dec 2008 21:48:15 +0000 (16:48 -0500)]
fix links
Joey Hess [Sun, 21 Dec 2008 21:45:59 +0000 (16:45 -0500)]
formatting
Joey Hess [Sun, 21 Dec 2008 21:44:02 +0000 (16:44 -0500)]
mention comments plugin
Joey Hess [Sun, 21 Dec 2008 18:46:00 +0000 (13:46 -0500)]
avoid an uninitialized value warning
Joey Hess [Sun, 21 Dec 2008 18:14:31 +0000 (13:14 -0500)]
openid branch merged
Joey Hess [Sun, 21 Dec 2008 18:13:28 +0000 (13:13 -0500)]
Merge commit 'smcv/openid'
Joey Hess [Sun, 21 Dec 2008 18:08:26 +0000 (13:08 -0500)]
more reorg
Joey Hess [Sun, 21 Dec 2008 18:00:03 +0000 (13:00 -0500)]
close merged bugs
Joey Hess [Sun, 21 Dec 2008 17:59:11 +0000 (12:59 -0500)]
add another test
Joey Hess [Sun, 21 Dec 2008 17:50:30 +0000 (12:50 -0500)]
Merge commit 'smcv/comments'
Joey Hess [Sun, 21 Dec 2008 17:48:14 +0000 (12:48 -0500)]
Merge branch 'comments'
http://smcv.pseudorandom.co.uk/ [Sun, 21 Dec 2008 17:25:55 +0000 (12:25 -0500)]
Another fixed bug in beautify_urlpath
http://smcv.pseudorandom.co.uk/ [Sun, 21 Dec 2008 17:23:34 +0000 (12:23 -0500)]
trivial bug with patch
Simon McVittie [Sun, 21 Dec 2008 17:18:43 +0000 (17:18 +0000)]
Another comments improvement
Simon McVittie [Sun, 21 Dec 2008 17:16:24 +0000 (17:16 +0000)]
rssitem.tmpl: include comments URL (HTML only)
Simon McVittie [Sun, 21 Dec 2008 17:16:12 +0000 (17:16 +0000)]
atomitem.tmpl: include comments URLs (HTML and Atom versions)
Simon McVittie [Sun, 21 Dec 2008 17:15:49 +0000 (17:15 +0000)]
comments: substitute commentsurl and atomcommentsurl for use in feeds
http://smcv.pseudorandom.co.uk/ [Sun, 21 Dec 2008 16:43:43 +0000 (11:43 -0500)]
Mention a patch to improve OpenID display
Simon McVittie [Sun, 21 Dec 2008 16:37:20 +0000 (16:37 +0000)]
Add a regression test for &openiduser
Simon McVittie [Sun, 21 Dec 2008 16:35:02 +0000 (16:35 +0000)]
openid: in &openiduser, allow subdirectory-style providers to end with '/'
This improves the display of OpenIDs like 'http://id.mayfirst.org/jamie/'
(taking an example from the IkiWiki commit log).
Simon McVittie [Sun, 21 Dec 2008 16:32:44 +0000 (16:32 +0000)]
openid: in &openiduser, let domain-style providers have arbitrarily many subdomains
This leads to better display for OpenIDs like smcv.pseudorandom.co.uk
and thm.id.fedoraproject.org (to take a couple of examples from the
IkiWiki commit history).
Simon McVittie [Sun, 21 Dec 2008 15:39:40 +0000 (15:39 +0000)]
Record another couple of pending bugfixes
Simon McVittie [Sun, 21 Dec 2008 15:24:53 +0000 (15:24 +0000)]
beautify_urlpath: add a regression test
Simon McVittie [Sun, 21 Dec 2008 15:24:42 +0000 (15:24 +0000)]
beautify_urlpath: if path already starts with ./, don't add another ./
Simon McVittie [Sun, 21 Dec 2008 15:23:59 +0000 (15:23 +0000)]
beautify_urlpath: add ./ before checking for /index.html
This fixes a bug: when a page links to its own #comments anchor you would
get a link like "index.html#comments" rather than "./#comments".
Simon McVittie [Sun, 21 Dec 2008 15:08:14 +0000 (15:08 +0000)]
comments: run pagetemplate hooks
This fixes the bug that comments are always said to be from an anonymous
user at an unknown IP address.
Simon McVittie [Sun, 21 Dec 2008 15:07:36 +0000 (15:07 +0000)]
comments: linkify and preprocess preview with correct 'page' param
Simon McVittie [Sun, 21 Dec 2008 10:17:45 +0000 (10:17 +0000)]
Merge commit 'origin/comments' into comments-joey
Simon McVittie [Sun, 21 Dec 2008 10:16:58 +0000 (10:16 +0000)]
todo/comments: Properly escape inline HTML
Simon McVittie [Sun, 21 Dec 2008 10:11:48 +0000 (10:11 +0000)]
todo/comments: reorganise by status
Simon McVittie [Sun, 21 Dec 2008 10:08:53 +0000 (10:08 +0000)]
comments: note fixed things and recommend merging origin/comments
http://smcv.pseudorandom.co.uk/ [Sun, 21 Dec 2008 09:31:49 +0000 (04:31 -0500)]
fix markdown
Joey Hess [Sun, 21 Dec 2008 06:52:08 +0000 (01:52 -0500)]
meta: Process meta date during scan pass so that the date will always affect sorting in inlines.
Joey Hess [Sun, 21 Dec 2008 06:41:00 +0000 (01:41 -0500)]
analysis
Joey Hess [Sun, 21 Dec 2008 06:04:19 +0000 (01:04 -0500)]
comment layout change
I saw a layout similar to this on blogger, and I sorta like it
The dash avoids parens sitting next to each other in some cases.
Joey Hess [Sun, 21 Dec 2008 06:04:03 +0000 (01:04 -0500)]
Merge branch 'master' into comments
http://dtrt.org/ [Sun, 21 Dec 2008 03:28:20 +0000 (22:28 -0500)]
Response; added shell code and html formating to reproduction steps
Joey Hess [Sun, 21 Dec 2008 01:55:38 +0000 (20:55 -0500)]
avoid storing transient state in pagestate
None of the comment state needs to be stored through the a later run of
ikiwiki, so move it all from pagestate to a more transient storage.
This is assuming that we'll never want to add pagespecs to search against
the comment state. Pagespecs like author() are why the meta plugin does
store its meta data in pagestate -- the data can be needed later to match
against.
Joey Hess [Sun, 21 Dec 2008 01:27:42 +0000 (20:27 -0500)]
response
http://dtrt.org/ [Sun, 21 Dec 2008 00:36:15 +0000 (19:36 -0500)]
Sort paramater not a problem; Revised steps to reprodce
Joey Hess [Sat, 20 Dec 2008 23:51:09 +0000 (18:51 -0500)]
alternate idea
Joey Hess [Sat, 20 Dec 2008 23:46:56 +0000 (18:46 -0500)]
remove signin icons, use title
Joey Hess [Sat, 20 Dec 2008 23:36:16 +0000 (18:36 -0500)]
tweak author display
Put the icon after the name, mostly because it scans better on
non-graphical browsers where the alt text is displayed. And because the
name is really the more important part.
Joey Hess [Sat, 20 Dec 2008 23:30:14 +0000 (18:30 -0500)]
my try at improving comment styling
Makes it look more like a blog, but not enough to be confusing, and with
nothing as large as in a blog. Removal of the vertical line under the
subject imho makes it easier to scan through comments as each box is a new
one. Bolding the subject seems to make it stand out enough, especially as
its a link now. (Also considered increasing its font size to 110%.)
Joey Hess [Sat, 20 Dec 2008 23:18:19 +0000 (18:18 -0500)]
note new bug
Joey Hess [Sat, 20 Dec 2008 23:14:49 +0000 (18:14 -0500)]
response
Joey Hess [Sat, 20 Dec 2008 23:07:45 +0000 (18:07 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
http://dtrt.org/ [Sat, 20 Dec 2008 23:06:21 +0000 (18:06 -0500)]
Workaround and possible cause
Joey Hess [Sat, 20 Dec 2008 22:58:56 +0000 (17:58 -0500)]
Merge commit 'smcv/comments'
Joey Hess [Sat, 20 Dec 2008 22:58:01 +0000 (17:58 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
http://smcv.pseudorandom.co.uk/ [Sat, 20 Dec 2008 18:03:44 +0000 (13:03 -0500)]
Simon McVittie [Sat, 20 Dec 2008 17:39:55 +0000 (17:39 +0000)]
comment.tmpl: make anon/OpenID/signed-in icons independent of smileys
Simon McVittie [Thu, 18 Dec 2008 20:28:41 +0000 (20:28 +0000)]
comments_display: display (?) for anon users, {x} for OpenIDs and {*} for local logins
This is a mockup of Joey's idea; to do it properly, the icons should
move to the basewiki or to a comments underlay, and {x} should be
replaced with an OpenID logo (if one with clear licensing even exists).
Simon McVittie [Thu, 18 Dec 2008 20:01:08 +0000 (20:01 +0000)]
comments: Rename COMMENTURL to ADDCOMMENTURL to avoid confusion with COMMENTAUTHORURL
Also refactor page.tmpl to use if/else rather than unless/if.
Simon McVittie [Thu, 18 Dec 2008 19:57:25 +0000 (19:57 +0000)]
comments: pass COMMENTOPENID to templates
Simon McVittie [Thu, 18 Dec 2008 19:57:03 +0000 (19:57 +0000)]
comments: remove linkuser(), it's been integrated into preprocess() now
Simon McVittie [Thu, 18 Dec 2008 19:56:36 +0000 (19:56 +0000)]
_comment directive: if the user looks like an OpenID, store that
Joey Hess [Sat, 20 Dec 2008 16:30:48 +0000 (11:30 -0500)]
haskell
Joey Hess [Sat, 20 Dec 2008 16:04:45 +0000 (11:04 -0500)]
note
brush [Sat, 20 Dec 2008 10:58:00 +0000 (05:58 -0500)]
minor edits
brush [Sat, 20 Dec 2008 10:56:04 +0000 (05:56 -0500)]
added details on cgi wrapper creation
http://weakish.int.eu.org/ [Sat, 20 Dec 2008 09:20:58 +0000 (04:20 -0500)]
initial page
http://weakish.int.eu.org/ [Sat, 20 Dec 2008 09:18:56 +0000 (04:18 -0500)]
vimperator can do this, too.
Joey Hess [Fri, 19 Dec 2008 22:57:09 +0000 (17:57 -0500)]
avoid uninitialized value
This can happen when a new field,
such as the new lasttry, is added.
Joey Hess [Fri, 19 Dec 2008 22:33:40 +0000 (17:33 -0500)]
fix comment permalink to always point to comment parent page
Joey Hess [Fri, 19 Dec 2008 22:26:41 +0000 (17:26 -0500)]
update
Joey Hess [Fri, 19 Dec 2008 22:07:54 +0000 (17:07 -0500)]
typos
Joey Hess [Fri, 19 Dec 2008 19:29:54 +0000 (14:29 -0500)]
simplify and compact the comment edit form
Mostly to make it more visually similar to the page edit form.
I'm a bit uncertian about the placement of the page type selector,
and about removing the "Page type". May rethink that.
Joey Hess [Fri, 19 Dec 2008 19:21:48 +0000 (14:21 -0500)]
remove 'signed in as foo'
I think users should know who they're signed in as; the edit pages don't
say so there's no reason to here. Also, the user id was not displayed
pretty.
Joey Hess [Fri, 19 Dec 2008 19:20:07 +0000 (14:20 -0500)]
add link from comment subject to its permalink
Joey Hess [Fri, 19 Dec 2008 19:14:20 +0000 (14:14 -0500)]
fiddle with comment css classes
Joey Hess [Fri, 19 Dec 2008 19:09:39 +0000 (14:09 -0500)]
remove cruft
wtf does it do? absolutely nothing
Joey Hess [Fri, 19 Dec 2008 19:07:22 +0000 (14:07 -0500)]
rename comments_form to editcomment
Joey Hess [Fri, 19 Dec 2008 19:03:26 +0000 (14:03 -0500)]
rename comments_display to comment
Joey Hess [Fri, 19 Dec 2008 18:55:41 +0000 (13:55 -0500)]
replace discussion links on pages with comments link
The thinking here is that having both a Discussion page and comments for
the same page is redundant, and certianly not what you want if you enable
comments for a page. At first I considered making configurable via pagespec
what pages got discussion links. But that would mean testing a new pagespec
for every page, and a redundant config setting to keep in sync. So intead,
take a lead from my previous change to make inlined pages have a comments
link, and change the discussion link at the top of regular pages to link to
their comments.
(Implementation is a bit optimised to avoid redundant pagespec checking.)