summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-21add another testJoey Hess
2008-12-21Merge commit 'smcv/comments'Joey Hess
2008-12-21Merge branch 'comments'Joey Hess
2008-12-21Another fixed bug in beautify_urlpathhttp://smcv.pseudorandom.co.uk/
2008-12-21trivial bug with patchhttp://smcv.pseudorandom.co.uk/
2008-12-21Another comments improvementSimon McVittie
2008-12-21rssitem.tmpl: include comments URL (HTML only)Simon McVittie
2008-12-21atomitem.tmpl: include comments URLs (HTML and Atom versions)Simon McVittie
2008-12-21comments: substitute commentsurl and atomcommentsurl for use in feedsSimon McVittie
2008-12-21Mention a patch to improve OpenID displayhttp://smcv.pseudorandom.co.uk/
2008-12-21Record another couple of pending bugfixesSimon McVittie
2008-12-21beautify_urlpath: add a regression testSimon McVittie
2008-12-21beautify_urlpath: if path already starts with ./, don't add another ./Simon McVittie
2008-12-21beautify_urlpath: add ./ before checking for /index.htmlSimon McVittie
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".
2008-12-21comments: run pagetemplate hooksSimon McVittie
This fixes the bug that comments are always said to be from an anonymous user at an unknown IP address.
2008-12-21comments: linkify and preprocess preview with correct 'page' paramSimon McVittie
2008-12-21Merge commit 'origin/comments' into comments-joeySimon McVittie
2008-12-21todo/comments: Properly escape inline HTMLSimon McVittie
2008-12-21todo/comments: reorganise by statusSimon McVittie
2008-12-21comments: note fixed things and recommend merging origin/commentsSimon McVittie
2008-12-21fix markdownhttp://smcv.pseudorandom.co.uk/
2008-12-21meta: Process meta date during scan pass so that the date will always affect ↵Joey Hess
sorting in inlines.
2008-12-21analysisJoey Hess
2008-12-21comment layout changeJoey Hess
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-21Merge branch 'master' into commentsJoey Hess
2008-12-20Response; added shell code and html formating to reproduction stepshttp://dtrt.org/
2008-12-20avoid storing transient state in pagestateJoey Hess
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.
2008-12-20responseJoey Hess
2008-12-20Sort paramater not a problem; Revised steps to reprodcehttp://dtrt.org/
2008-12-20alternate ideaJoey Hess
2008-12-20remove signin icons, use titleJoey Hess
2008-12-20tweak author displayJoey Hess
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.
2008-12-20my try at improving comment stylingJoey Hess
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-20note new bugJoey Hess
2008-12-20responseJoey Hess
2008-12-20Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-12-20Workaround and possible causehttp://dtrt.org/
2008-12-20Merge commit 'smcv/comments'Joey Hess
2008-12-20Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-12-20(no commit message)http://smcv.pseudorandom.co.uk/
2008-12-20comment.tmpl: make anon/OpenID/signed-in icons independent of smileysSimon McVittie
2008-12-20comments_display: display (?) for anon users, {x} for OpenIDs and {*} for ↵Simon McVittie
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).
2008-12-20comments: Rename COMMENTURL to ADDCOMMENTURL to avoid confusion with ↵Simon McVittie
COMMENTAUTHORURL Also refactor page.tmpl to use if/else rather than unless/if.
2008-12-20comments: pass COMMENTOPENID to templatesSimon McVittie
2008-12-20comments: remove linkuser(), it's been integrated into preprocess() nowSimon McVittie
2008-12-20_comment directive: if the user looks like an OpenID, store thatSimon McVittie
2008-12-20haskellJoey Hess
2008-12-20noteJoey Hess
2008-12-20minor editsbrush
2008-12-20added details on cgi wrapper creationbrush