Joey Hess
a0eee761f7
mention comments plugin
2008-12-21 16:44:02 -05:00
Joey Hess
4b66a8d00a
openid branch merged
2008-12-21 13:14:31 -05:00
Joey Hess
041f8e3774
more reorg
2008-12-21 13:08:26 -05:00
Joey Hess
f3512450fd
close merged bugs
2008-12-21 13:00:03 -05:00
Joey Hess
b2842b8838
Merge branch 'comments'
2008-12-21 12:48:14 -05:00
http://smcv.pseudorandom.co.uk/
3b0aa2fcba
Another fixed bug in beautify_urlpath
2008-12-21 12:25:55 -05:00
http://smcv.pseudorandom.co.uk/
94cdf076ed
trivial bug with patch
2008-12-21 12:23:34 -05:00
Simon McVittie
ca1437c9e1
Another comments improvement
2008-12-21 17:18:43 +00:00
http://smcv.pseudorandom.co.uk/
bd376db3a8
Mention a patch to improve OpenID display
2008-12-21 11:43:43 -05:00
Simon McVittie
7bdeee2032
Record another couple of pending bugfixes
2008-12-21 15:39:40 +00:00
Simon McVittie
bd80ca37d5
todo/comments: Properly escape inline HTML
2008-12-21 10:17:23 +00:00
Simon McVittie
2884d20950
todo/comments: reorganise by status
2008-12-21 10:11:48 +00:00
Simon McVittie
ee24feece0
comments: note fixed things and recommend merging origin/comments
2008-12-21 10:08:53 +00:00
http://smcv.pseudorandom.co.uk/
c85e7c1bf4
fix markdown
2008-12-21 04:31:49 -05:00
Joey Hess
c84fcdd32a
meta: Process meta date during scan pass so that the date will always affect sorting in inlines.
2008-12-21 01:52:08 -05:00
Joey Hess
da947bea4b
analysis
2008-12-21 01:41:00 -05:00
Joey Hess
5c669ab226
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.
2008-12-21 01:04:19 -05:00
Joey Hess
7304d6bd72
Merge branch 'master' into comments
2008-12-21 01:04:03 -05:00
http://dtrt.org/
fc077f6956
Response; added shell code and html formating to reproduction steps
2008-12-20 22:28:20 -05:00
Joey Hess
155ebc3dbd
response
2008-12-20 20:27:42 -05:00
http://dtrt.org/
faa01bd432
Sort paramater not a problem; Revised steps to reprodce
2008-12-20 19:36:15 -05:00
Joey Hess
6042e607f3
alternate idea
2008-12-20 18:51:09 -05:00
Joey Hess
f8cc87e8ee
remove signin icons, use title
2008-12-20 18:46:56 -05:00
Joey Hess
8dbb30d346
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%.)
2008-12-20 18:30:14 -05:00
Joey Hess
7bf121889b
note new bug
2008-12-20 18:18:19 -05:00
Joey Hess
1c918a4ec6
response
2008-12-20 18:14:49 -05:00
Joey Hess
5d5732d673
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-12-20 18:07:45 -05:00
http://dtrt.org/
dd4dff0350
Workaround and possible cause
2008-12-20 18:06:21 -05:00
Joey Hess
0f03af3816
Merge commit 'smcv/comments'
2008-12-20 17:58:56 -05:00
Joey Hess
92b48bab99
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-12-20 17:58:01 -05:00
http://smcv.pseudorandom.co.uk/
4b3d3f519d
2008-12-20 13:03:44 -05:00
Simon McVittie
f94665800c
comment.tmpl: make anon/OpenID/signed-in icons independent of smileys
2008-12-20 17:39:55 +00:00
Joey Hess
ce58338e3d
haskell
2008-12-20 11:30:48 -05:00
Joey Hess
6828cd84a1
note
2008-12-20 11:04:45 -05:00
brush
4176c3483d
minor edits
2008-12-20 05:58:00 -05:00
brush
39e5de4e33
added details on cgi wrapper creation
2008-12-20 05:56:04 -05:00
http://weakish.int.eu.org/
80884d33e0
initial page
2008-12-20 04:20:58 -05:00
http://weakish.int.eu.org/
3d7d29791e
vimperator can do this, too.
2008-12-20 04:18:56 -05:00
Joey Hess
301733ba13
fix comment permalink to always point to comment parent page
2008-12-19 17:33:40 -05:00
Joey Hess
0b002b79b7
update
2008-12-19 17:26:41 -05:00
Joey Hess
4ed092c05b
typos
2008-12-19 17:07:54 -05:00
Joey Hess
091c7fd25b
add link from comment subject to its permalink
2008-12-19 14:20:07 -05:00
Joey Hess
29cb9027f4
fiddle with comment css classes
2008-12-19 14:14:20 -05:00
Joey Hess
79a787a466
rename comments_form to editcomment
2008-12-19 14:07:22 -05:00
Joey Hess
ddabb010b2
rename comments_display to comment
2008-12-19 14:03:26 -05:00
Joey Hess
7521dd6c75
jump to comment after posting
...
Jumping to the just posted comment was the imputus, but I killed a number
of birds here.
Added a INLINEPAGE template variable, which can be used to add anchors to
any inline template.
To keep that sufficiently general, it is the full page name, so the
comment anchors and links changed form.
Got rid of the FIXMEd hardcoded html anchor div.
More importantly, the anchor is now to the very top of the comment, not the
text below. So you can see the title, and how it attributes you.
Avoid changing the permalink of pages that are not really comments, but
happen to contain the _comment directive. I think that behavior was a bug,
though not a likely one to occur since _comment should only really be used
on comment pages.
2008-12-18 20:58:16 -05:00
Joey Hess
d7855474fd
document how to make a global comments feed
2008-12-18 20:20:42 -05:00
Joey Hess
1d82ac40d4
responses
2008-12-18 20:10:42 -05:00
smcv@
a115ff254d
Update todo/comments with today's fixes, and thoughts about the remaining items
2008-12-18 21:10:08 +00:00
justin
8414a62e7f
2008-12-18 14:20:59 -05:00