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