From bbb0b3e72f6a3ffaac8343fc847800d7faaa7573 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 24 Mar 2007 15:10:58 +0000 Subject: * Finally fixed the longstanding inline removal bug. * Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to actually store pages' mtimes. * Add "mtime" sort parameter to inline plugin. --- doc/plugins/inline.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/plugins') diff --git a/doc/plugins/inline.mdwn b/doc/plugins/inline.mdwn index f3af08abf..fd894baa1 100644 --- a/doc/plugins/inline.mdwn +++ b/doc/plugins/inline.mdwn @@ -52,5 +52,6 @@ directive: for editing and discussion (if they would be shown at the top of the page itself). * `sort` - Controls how inlined pages are sorted. The default, "age" is to - sort newest pages first. Setting it to "title" will sort pages by title. + sort newest created pages first. Setting it to "title" will sort pages by + title, and "mtime" sorts most recently modified pages first. * `reverse` - If set to "yes", causes the sort order to be reversed. -- cgit v1.2.3