aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* todoJoey Hess2010-05-07
|
* switch to use comments(), and add a count (and a feed) ofJoey Hess2010-05-07
| | | | comments pending moderation
* fix comment matching pagespecsJoey Hess2010-05-07
| | | | | | | | 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.
* better wordingJoey Hess2010-05-07
|
* bugfixJoey Hess2010-05-07
|
* bugfixesJoey Hess2010-05-07
|
* check that pagesources exists before testingJoey Hess2010-05-07
|
* Merge branch 'master' into commentreorgJoey Hess2010-05-07
|\
| * fix undef warning when page() tests a deleted fileJoey Hess2010-05-07
| |
| * a bug?Joey Hess2010-05-07
| |
| * appliedJoey Hess2010-05-07
| |
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-05-07
| |\
| | * patchhttp://smcv.pseudorandom.co.uk/2010-05-07
| | |
| * | gitremotes: don't fetch tags, other than from ikiwiki.infoSimon McVittie2010-05-07
| |/ | | | | | | | | Getting this change in an existing git clone requires removing or reconfiguring the remotes.
* | fix match_commentJoey Hess2010-05-07
| |
* | reorderJoey Hess2010-05-07
| |
* | nasty update to ugly hack to allow comment() pagespecs to workJoey Hess2010-05-07
| |
* | Merge branch 'master' into commentreorgJoey Hess2010-05-07
|\| | | | | | | | | Conflicts: debian/changelog
| * Revert markd changesJoey Hess2010-05-07
| | | | | | | | spammer testing?
| * (no commit message)http://peter-simons.myopenid.com/2010-05-07
| |
| * (no commit message)markd2010-05-07
| |
| * (no commit message)markd2010-05-07
| |
| * call delete hook even if only internal pages are deletedJoey Hess2010-05-07
| |
| * avoid redir loop when going to an internal page that has no permalinkJoey Hess2010-05-07
| |
| * doneJoey Hess2010-05-06
| |
| * respect permalinksJoey Hess2010-05-06
| |
| * Delete hooks are passed deleted internal pages.Joey Hess2010-05-06
| | | | | | | | | | | | 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.
| * inline: Call indexhtml when inlining internal pages, so their text can be ↵Joey Hess2010-05-06
| | | | | | | | indexed for searching.
| * Renamed postscan hook to indexhtml, to reflect its changed position.Joey Hess2010-05-06
| | | | | | | | Probably only the search plugin uses it, so this seemed safe.
| * simplify formbuilder stylesheet specificationJoey Hess2010-05-06
| | | | | | | | | | | | 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.
| * fix pagediff to not display as "preview"Joey Hess2010-05-06
| | | | | | | | | | I think originally, the page preview header was not displayed, so diff was hacked in using it.
| * reordered some sectionsJoey Hess2010-05-06
| |
| * Gave comment and page editing forms some CSS and accessability love.Joey Hess2010-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.)
| * fix param passing to match_globJoey Hess2010-05-06
| |
* | moved comments pending moderationJoey Hess2010-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.
* move meat of type checking to match_page where it belongsJoey Hess2010-05-06
|
* url to myopenid affiliate program has changedJoey Hess2010-05-06
|
* new todoJoey Hess2010-05-06
|
* addJoey Hess2010-05-06
|
* typoJoey Hess2010-05-06
|
* * Typohttp://ptecza.myopenid.com/2010-05-06
|
* remove bogus test for empty pageJoey Hess2010-05-05
|
* bugfixJoey Hess2010-05-05
|
* refactorJoey Hess2010-05-05
|
* rename ispage variableJoey Hess2010-05-05
|
* add testJoey Hess2010-05-05
|
* add NEWS about template changeJoey Hess2010-05-05
|
* consistently drop NAME= in templatesJoey Hess2010-05-05
| | | | also add template syntax smoke test
* remove unused indexlink function and template variableJoey Hess2010-05-05
|
* remove unusedJoey Hess2010-05-05
|