Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-06 | moved comments pending moderation | Joey Hess | |
* comments: Comments pending moderation are now stored in the srcdir alongside accepted comments, but with a `._comment_pending` extension. * This allows easier byhand moderation, as the "_pending" need only be stripped off and the comment be committed to version control. * The `comment_pending()` pagespec can be used to match such unmoderated comments, which makes it easy to add a feed of them, or a counter indicating how many there are. * Belatedly added a `comment()` pagespec. | |||
2010-05-06 | url to myopenid affiliate program has changed | Joey Hess | |
2010-05-06 | new todo | Joey Hess | |
2010-05-06 | add | Joey Hess | |
2010-05-06 | * Typo | http://ptecza.myopenid.com/ | |
2010-05-05 | consistently drop NAME= in templates | Joey Hess | |
also add template syntax smoke test | |||
2010-05-05 | remove misc.tmpl checking | Joey Hess | |
Turns out that users with a modified page.tmpl need to modify it on upgrade, at least to add the FORCEBASEURL (so edit preview works), so there is no point in trying to retain compatability. | |||
2010-05-05 | no more misc.tmpl | Joey Hess | |
* Removed misc.tmpl. Now to theme ikiwiki, you only need to customise a single template, page.tmpl. * misc.tmpl will, however, still be read if a locally modified version exists. This is to avoid forcing users to update page.tmpl right now. | |||
2010-05-04 | add news item for ikiwiki 3.20100504 | Joey Hess | |
2010-05-04 | solved | http://mcfrisk.myopenid.com/ | |
2010-05-04 | (no commit message) | http://joey.kitenet.net/ | |
2010-05-04 | graphviz: Fix display of preexisting images in preview mode. | Joey Hess | |
2010-05-04 | response | Joey Hess | |
2010-05-04 | response | Joey Hess | |
2010-05-04 | response | Joey Hess | |
2010-05-04 | (no commit message) | http://zwol.livejournal.com/ | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | Merge branch 'master' of git://git.ikiwiki.info | Jon Dowland | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | un-escape escaped chevrons | Jon Dowland | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | split two graphviz bugs from one page; undo one of them | Jon Dowland | |
2010-05-04 | comment on html5 | http://www.clowersnet.net/~krc/ | |
2010-05-04 | whishlist about two-way conversion. | David Riebenbauer | |
2010-05-03 | PERL5LIB setting question | http://mcfrisk.myopenid.com/ | |
2010-05-03 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-03 | websetup: Only display Setup button on admins' preferences page. | Joey Hess | |
Renamed it from "Wiki Setup" to just "Setup" for good measure. | |||
2010-05-03 | Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary ↵ | Joey Hess | |
links to the action bar without modifying the template further. (COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept separate for now to avoid breaking modified templates.) | |||
2010-05-03 | (no commit message) | raf | |
2010-05-03 | (no commit message) | raf | |
2010-05-03 | (no commit message) | raf | |
2010-05-03 | (no commit message) | raf | |
2010-05-02 | add bug | Joey Hess | |
2010-05-02 | response | Joey Hess | |
2010-05-02 | on img and figure | Joey Hess | |
2010-05-02 | update | Joey Hess | |
2010-05-02 | html5 bug closure, and documentation | Joey Hess | |
2010-05-02 | ff also needs footer and nav forced to block | Joey Hess | |
2010-05-02 | force article and header to display as blocks | Joey Hess | |
iceweasel 3.5.9 does not know to display these as blocks, resulting in bad displays of blogs | |||
2010-05-02 | adapt inlinepage.tmpl to html5 | Joey Hess | |
Needed to force tags to display inline, since <nav> is a block element. | |||
2010-05-02 | adapt comment.tmpl to html5 | Joey Hess | |
Note that I put comment-header in a <header> despite it being below the comment. Using a <footer> would be confusing given the class name. Also, the content is semantically closer to a header than a footer. | |||
2010-05-02 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-02 | (no commit message) | raf | |
2010-05-02 | (no commit message) | raf | |
2010-05-02 | (no commit message) | raf | |
2010-05-02 | use html5 semantic markup in page.tmpl | Joey Hess | |
This is a first pass, it avoids needing to change style.css except where it refers to tag types. This goes a bit off the rails at the pageheader with its nested header. Semantically, there should be an article around the whole page header, content, and footer. Just as there will be an article around a whole comment or inlined page header, content, and footer. But that will mean changing the css that currently refers to pageheader to refer to the enclosing article instead. | |||
2010-05-02 | update | Joey Hess | |
2010-05-02 | Add placeholder text in search form (in html5 mode only). | Joey Hess | |