Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into commentreorg | Joey Hess | 2010-05-07 |
|\ | |||
| * | fix undef warning when page() tests a deleted file | Joey Hess | 2010-05-07 |
| | | |||
| * | a bug? | Joey Hess | 2010-05-07 |
| | | |||
| * | applied | Joey Hess | 2010-05-07 |
| | | |||
| * | patch | http://smcv.pseudorandom.co.uk/ | 2010-05-07 |
| | | |||
* | | Merge branch 'master' into commentreorg | Joey Hess | 2010-05-07 |
|\| | | | | | | | | | Conflicts: debian/changelog | ||
| * | Revert markd changes | Joey Hess | 2010-05-07 |
| | | | | | | | | spammer testing? | ||
| * | (no commit message) | http://peter-simons.myopenid.com/ | 2010-05-07 |
| | | |||
| * | (no commit message) | markd | 2010-05-07 |
| | | |||
| * | (no commit message) | markd | 2010-05-07 |
| | | |||
| * | done | Joey Hess | 2010-05-06 |
| | | |||
| * | inline: Call indexhtml when inlining internal pages, so their text can be ↵ | Joey Hess | 2010-05-06 |
| | | | | | | | | indexed for searching. | ||
| * | Renamed postscan hook to indexhtml, to reflect its changed position. | Joey Hess | 2010-05-06 |
| | | | | | | | | Probably only the search plugin uses it, so this seemed safe. | ||
| * | reordered some sections | Joey Hess | 2010-05-06 |
| | | |||
| * | Gave comment and page editing forms some CSS and accessability love. | Joey Hess | 2010-05-06 |
| | | | | | | | | | | | | | | In particular, added <label> tags. (However, could not find a good way to add a label tag for the main page edit textarea.) | ||
* | | moved comments pending moderation | Joey Hess | 2010-05-06 |
|/ | | | | | | | | | | | * 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. | ||
* | 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-06 |
| | |||
* | consistently drop NAME= in templates | Joey Hess | 2010-05-05 |
| | | | | also add template syntax smoke test | ||
* | remove misc.tmpl checking | Joey Hess | 2010-05-05 |
| | | | | | | 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. | ||
* | no more misc.tmpl | Joey Hess | 2010-05-05 |
| | | | | | | | * 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. | ||
* | 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 |
| | | |||
| * | (no commit message) | blipvert | 2010-05-04 |
| | | |||
| * | (no commit message) | blipvert | 2010-05-04 |
| | | |||
* | | un-escape escaped chevrons | Jon Dowland | 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-04 |
| | |||
* | 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 |
|\ | |||
| * | (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-03 |
| | | |||
* | | websetup: Only display Setup button on admins' preferences page. | Joey Hess | 2010-05-03 |
| | | | | | | | | Renamed it from "Wiki Setup" to just "Setup" for good measure. | ||
* | | Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary ↵ | Joey Hess | 2010-05-03 |
| | | | | | | | | | | | | | | 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.) | ||
* | | add bug | Joey Hess | 2010-05-02 |
|/ |