diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 00:30:49 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 00:30:49 +0000 |
commit | b14ac0702554dfc64657ff49d336de802b086b48 (patch) | |
tree | c921d90114f12d6ebee7a6b311b2a5f4c419ab56 /doc | |
parent | 63dd2c1baee6ff3a86ddbd02ffd446ec79fbfd72 (diff) |
* Add user(name) to the PageSpec for commit subscriptions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pagespec.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/excluding_commit_mails.mdwn | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/pagespec.mdwn b/doc/pagespec.mdwn index 53519e7f0..b26a42e28 100644 --- a/doc/pagespec.mdwn +++ b/doc/pagespec.mdwn @@ -33,6 +33,8 @@ functions: was created * "`created_before(page)`" - match only pages created before the given page was created +* "`user(name)`" - only available in page subscription preferences, match + only changes made by this user For example, to match all pages in a blog that link to the page about music and were written in 2005: diff --git a/doc/todo/excluding_commit_mails.mdwn b/doc/todo/excluding_commit_mails.mdwn index 0a7c7425c..9ae838fe0 100644 --- a/doc/todo/excluding_commit_mails.mdwn +++ b/doc/todo/excluding_commit_mails.mdwn @@ -15,3 +15,5 @@ subscribe to: * and !SandBox and !user(joey) Insert standard argument about how wonderfly flexible this is. :-) + +[[done]] |