Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-21 | openid: in &openiduser, let domain-style providers have arbitrarily many ↵ | Simon McVittie | |
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). | |||
2008-12-21 | Record another couple of pending bugfixes | Simon McVittie | |
2008-12-21 | beautify_urlpath: add a regression test | Simon McVittie | |
2008-12-21 | beautify_urlpath: if path already starts with ./, don't add another ./ | Simon McVittie | |
2008-12-21 | beautify_urlpath: add ./ before checking for /index.html | Simon 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-21 | comments: run pagetemplate hooks | Simon McVittie | |
This fixes the bug that comments are always said to be from an anonymous user at an unknown IP address. | |||
2008-12-21 | comments: linkify and preprocess preview with correct 'page' param | Simon McVittie | |
2008-12-21 | Merge commit 'origin/comments' into comments-joey | Simon McVittie | |
2008-12-21 | todo/comments: Properly escape inline HTML | Simon McVittie | |
2008-12-21 | todo/comments: reorganise by status | Simon McVittie | |
2008-12-21 | comments: note fixed things and recommend merging origin/comments | Simon McVittie | |
2008-12-21 | fix markdown | http://smcv.pseudorandom.co.uk/ | |
2008-12-21 | meta: Process meta date during scan pass so that the date will always affect ↵ | Joey Hess | |
sorting in inlines. | |||
2008-12-21 | analysis | Joey Hess | |
2008-12-21 | comment layout change | Joey 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-21 | Merge branch 'master' into comments | Joey Hess | |
2008-12-20 | Response; added shell code and html formating to reproduction steps | http://dtrt.org/ | |
2008-12-20 | avoid storing transient state in pagestate | Joey 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-20 | response | Joey Hess | |
2008-12-20 | Sort paramater not a problem; Revised steps to reprodce | http://dtrt.org/ | |
2008-12-20 | alternate idea | Joey Hess | |
2008-12-20 | remove signin icons, use title | Joey Hess | |
2008-12-20 | tweak author display | Joey 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-20 | my try at improving comment styling | Joey 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-20 | note new bug | Joey Hess | |
2008-12-20 | response | Joey Hess | |
2008-12-20 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-12-20 | Workaround and possible cause | http://dtrt.org/ | |
2008-12-20 | Merge commit 'smcv/comments' | Joey Hess | |
2008-12-20 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-12-20 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-12-20 | comment.tmpl: make anon/OpenID/signed-in icons independent of smileys | Simon McVittie | |
2008-12-20 | comments_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-20 | comments: 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-20 | comments: pass COMMENTOPENID to templates | Simon McVittie | |
2008-12-20 | comments: remove linkuser(), it's been integrated into preprocess() now | Simon McVittie | |
2008-12-20 | _comment directive: if the user looks like an OpenID, store that | Simon McVittie | |
2008-12-20 | haskell | Joey Hess | |
2008-12-20 | note | Joey Hess | |
2008-12-20 | minor edits | brush | |
2008-12-20 | added details on cgi wrapper creation | brush | |
2008-12-20 | initial page | http://weakish.int.eu.org/ | |
2008-12-20 | vimperator can do this, too. | http://weakish.int.eu.org/ | |
2008-12-19 | avoid uninitialized value | Joey Hess | |
This can happen when a new field, such as the new lasttry, is added. | |||
2008-12-19 | fix comment permalink to always point to comment parent page | Joey Hess | |
2008-12-19 | update | Joey Hess | |
2008-12-19 | typos | Joey Hess | |
2008-12-19 | simplify and compact the comment edit form | Joey Hess | |
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. | |||
2008-12-19 | remove 'signed in as foo' | Joey Hess | |
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. | |||
2008-12-19 | add link from comment subject to its permalink | Joey Hess | |