summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/pagespec.mdwn
AgeCommit message (Collapse)Author
2010-10-20add a hint that creation_month takes a number, not a month nameJoey Hess
2010-08-30finish link(.) supportJoey Hess
2010-08-30Single dot in pagespec translates to 'current page'Giuseppe Bilotta
2010-05-06moved comments pending moderationJoey 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-04-26Add page() PageSpec, which is like glob() but matches only pages, not other ↵Joey Hess
files.
2010-04-26document match_guidJoey Hess
2010-02-11fix openid pagespec exampleJoey Hess
2010-02-11Allow globs to be used in user() pagespecs.Joey Hess
2009-07-19Consistency nitpicking in docs: Use third tense in pagespec listJonas Smedegaard
2009-07-19Improve wording of tagged() docsJonas Smedegaard
2009-02-19rename tag() to tagged(); add docsJoey Hess
2008-12-23remove globlist supportJoey Hess
No transition code implemented, but I will probably make a 2.x release that warns about found globlists.
2008-12-12improve documentation of postcommentJoey Hess
2008-12-12first pass through comments documentationJoey Hess
Moved documentation out of contrib. Mostly tweaked some wording. Moved documentation of various bits to other pages (pagespec, etc), and linked to those. Documented the new templates in wikitemplates. Small quantities of documentation were removed. Particularly the list of template variables, which I think is fairly obvious when editing the template.
2008-10-08lockedit: Support specifying which users (and IP addresses) a page is locked ↵Joey Hess
for. This supports most of the ACL type things users have been wanting to be done. Closes: #443346 (It does not control who can read a page, but that's out of scope for ikiwiki.)
2008-03-11Tell robots to noindex,follow basewiki pagesmartin f. krafft
Those pages show up in the basewiki on most ikiwiki sites and thus really ought not to be indexed. We can let robots follow them though. Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-01-29* meta: Add pagespec functions to match against title, author, authorurl,Joey Hess
license, and copyright. This can be used to create custom RecentChanges. * meta: To support the pagespec functions, metadata about pages has to be retained as pagestate. * Fix encoding bug when pagestate values contained spaces.
2008-01-29improve support for internal pagesJoey Hess
This makes it a lot quicker to deal with lots of recentchanges pages appearing and disappearing. It avoids needing to clutter up pagespecs with exclusions for those pages, by making normal pagespecs not match them.
2007-12-08MAJOR basewiki reorgJoey Hess
Including redir pages for the moved basewiki pages. These will be removed in a future release.