Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-07 | r21 from http://code.google.com/p/openid-selector/source/checkout | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | avoid linking directly to ikiwiki.cgi?do=signin | Joey Hess | |
Instead, add a custom do=commentsignin, that calls cgi_signin. This allows a plugin to inject a custom cgi_signin, that uses a different do= parameter, and have it be used consitently. (This was the only place to hardcode a link to do=signin.) | |||
2010-05-07 | todo | Joey Hess | |
2010-05-07 | switch to use comments(), and add a count (and a feed) of | Joey Hess | |
comments pending moderation | |||
2010-05-07 | fix comment matching pagespecs | Joey Hess | |
test isinternal first, because match_glob with internal => 1 also returns non-internal pages that match. This order should also be faster. Remove test to see if pagesources is set. isinternal will not succeed if it is not. | |||
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | better wording | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | bugfix | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | bugfixes | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | response | Joey Hess | |
2010-05-07 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-07 | check that pagesources exists before testing | Joey Hess | |
2010-05-07 | Merge branch 'master' into commentreorg | Joey Hess | |
2010-05-07 | fix undef warning when page() tests a deleted file | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | a bug? | Joey Hess | |
2010-05-07 | applied | Joey Hess | |
2010-05-07 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-07 | patch | http://smcv.pseudorandom.co.uk/ | |
2010-05-07 | fix match_comment | Joey Hess | |
2010-05-07 | reorder | Joey Hess | |
2010-05-07 | gitremotes: don't fetch tags, other than from ikiwiki.info | Simon McVittie | |
Getting this change in an existing git clone requires removing or reconfiguring the remotes. | |||
2010-05-07 | nasty update to ugly hack to allow comment() pagespecs to work | Joey Hess | |
2010-05-07 | Merge branch 'master' into commentreorg | Joey Hess | |
Conflicts: debian/changelog | |||
2010-05-07 | Revert markd changes | Joey Hess | |
spammer testing? | |||
2010-05-07 | (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 | call delete hook even if only internal pages are deleted | Joey Hess | |
2010-05-07 | avoid redir loop when going to an internal page that has no permalink | Joey Hess | |
2010-05-06 | done | Joey Hess | |
2010-05-06 | respect permalinks | Joey Hess | |
2010-05-06 | Delete hooks are passed deleted internal pages. | Joey Hess | |
Necessary so search can remove its indexes for internal pages. But also, it seems it was an omission not to pass the deleted pages before. | |||
2010-05-06 | inline: Call indexhtml when inlining internal pages, so their text can be ↵ | Joey Hess | |
indexed for searching. | |||
2010-05-06 | Renamed postscan hook to indexhtml, to reflect its changed position. | Joey Hess | |
Probably only the search plugin uses it, so this seemed safe. | |||
2010-05-06 | simplify formbuilder stylesheet specification | Joey Hess | |
Since all forms are wrapped in a template that defines the actual stylesheets, formbuilder just has to be told to turn on stylesheet mode, not what file is the style sheet. | |||
2010-05-06 | fix pagediff to not display as "preview" | Joey Hess | |
I think originally, the page preview header was not displayed, so diff was hacked in using it. | |||
2010-05-06 | reordered some sections | Joey Hess | |
2010-05-06 | Gave comment and page editing forms some CSS and accessability love. | Joey Hess | |
In particular, added <label> tags. (However, could not find a good way to add a label tag for the main page edit textarea.) | |||
2010-05-06 | fix param passing to match_glob | Joey Hess | |
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 | move meat of type checking to match_page where it belongs | Joey Hess | |
2010-05-06 | url to myopenid affiliate program has changed | Joey Hess | |
2010-05-06 | new todo | Joey Hess | |