summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-08(no commit message)http://joey.kitenet.net/
2010-05-07add minified jquery.js from openid-selector svnJoey Hess
2010-05-07patch hidden field setting codeJoey Hess
Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3
2010-05-07use me.yahoo.comJoey Hess
Fixes http://code.google.com/p/openid-selector/issues/detail?id=10
2010-05-07r21 from http://code.google.com/p/openid-selector/source/checkoutJoey Hess
2010-05-07(no commit message)zimek
2010-05-07(no commit message)zimek
2010-05-07avoid linking directly to ikiwiki.cgi?do=signinJoey 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-07todoJoey Hess
2010-05-07switch to use comments(), and add a count (and a feed) ofJoey Hess
comments pending moderation
2010-05-07fix comment matching pagespecsJoey 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-07better wordingJoey Hess
2010-05-07(no commit message)zimek
2010-05-07(no commit message)zimek
2010-05-07bugfixJoey Hess
2010-05-07(no commit message)zimek
2010-05-07bugfixesJoey Hess
2010-05-07(no commit message)zimek
2010-05-07responseJoey Hess
2010-05-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-05-07check that pagesources exists before testingJoey Hess
2010-05-07Merge branch 'master' into commentreorgJoey Hess
2010-05-07fix undef warning when page() tests a deleted fileJoey Hess
2010-05-07(no commit message)zimek
2010-05-07a bug?Joey Hess
2010-05-07appliedJoey Hess
2010-05-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-05-07patchhttp://smcv.pseudorandom.co.uk/
2010-05-07fix match_commentJoey Hess
2010-05-07reorderJoey Hess
2010-05-07gitremotes: don't fetch tags, other than from ikiwiki.infoSimon McVittie
Getting this change in an existing git clone requires removing or reconfiguring the remotes.
2010-05-07nasty update to ugly hack to allow comment() pagespecs to workJoey Hess
2010-05-07Merge branch 'master' into commentreorgJoey Hess
Conflicts: debian/changelog
2010-05-07Revert markd changesJoey 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-07call delete hook even if only internal pages are deletedJoey Hess
2010-05-07avoid redir loop when going to an internal page that has no permalinkJoey Hess
2010-05-06doneJoey Hess
2010-05-06respect permalinksJoey Hess
2010-05-06Delete 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-06inline: Call indexhtml when inlining internal pages, so their text can be ↵Joey Hess
indexed for searching.
2010-05-06Renamed postscan hook to indexhtml, to reflect its changed position.Joey Hess
Probably only the search plugin uses it, so this seemed safe.
2010-05-06simplify formbuilder stylesheet specificationJoey 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-06fix 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-06reordered some sectionsJoey Hess
2010-05-06Gave 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-06fix param passing to match_globJoey Hess