From 91bebe7b7fc9b17a258f98e938f8dd7d6793d64d Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 23 Oct 2012 16:28:53 +0100 Subject: [PATCH] Tweak the standard list filters --- core/modules/macros/list.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/core/modules/macros/list.js b/core/modules/macros/list.js index aec685b8f..f4f6aee1b 100644 --- a/core/modules/macros/list.js +++ b/core/modules/macros/list.js @@ -30,10 +30,11 @@ exports.info = { These types are shorthands for particular filters */ var typeMappings = { - all: "[!is[shadow]]", - missing: "[is[missing]]", - orphans: "[is[orphan]]", - shadowed: "[is[shadow]]" + all: "[!is[shadow]sort[title]]", + recent: "[!is[shadow]sort[modified]]", + missing: "[is[missing]sort[title]]", + orphans: "[is[orphan]sort[title]]", + shadowed: "[is[shadow]sort[title]]" }; exports.executeMacro = function() {