all rules
Field+*type+*structure
RichText : An {{_self|name}} might be interested in:
{{+interests|card}}
{{+practitioners|line}}
{{+income}}
{{+interests|card}}
{{+practitioners|line}}
{{+income}}
Peer+*type+*structure
my current tickets+*right+*structure
Search : {"type":"Ticket",
"right_plus":["tag",{"refer_to":"Wagn 1.0"}],
"plus":["assigned to",{"refer_to":"_left"}],
"not":{"right_plus": ["status", {"content": "closed"} ]
},
"sort":"update"
}
+*type+*structure
closed tickets for item+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"content": "closed"} ]
}
users with tag+*right+*structure
Search : {"type": "User",
"plus": ["tag", {"refer_to": "_left"} ]
}
Point Releases+*type+*structure
RichText :
Date: {{+date}}
{{+blurb}}
{{+Blog|titled}}
{{+tickets by status|titled}}
{{+Documentation Ticket|titled}}
Notes
{{+changelog|closed}}
{{+upgrade notes|closed}}
{{+discussion|open}}
Step+*type+*structure
RichText :
Howto
{{+howto}}
Tips
{{+tips}}
The Wagn Way
{{+What's special about Wagn?}}
On to the next step: {{+next step|type:Phrase}}
{{+discussion|open}}
Back to [[Become a Wagneer]]
peers with tag+*right+*structure
Search : {"type": "Peer",
"plus": ["tag", {"refer_to": "_left"} ],
"sort": "name"
}
+*type+*structure
addressed tickets+*right+*structure
Search : /* Shows all tickets until we can search twice on same parameter */
{"type": "Ticket",
"plus": ["status", {"content": "closed"} ],
"plus": ["tag", {"refer_to": "_left"} ] }
testing tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "testing"} ],
"view": "closed"
}
open tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "open"} ],
"view": "closed"
}
in progress tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "in progress"} ],
"view": "closed"
}
closed tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "closed"} ]
}
tickets by status+*right+*structure
RichText :
[[_left+open tickets|open]]
{{_left+open tickets}}
[[_left+in progress tickets|in progress]]
{{_left+in progress tickets}}
[[_left+coded tickets|coded]]
{{_left+coded tickets}}
[[_left+testing tickets|testing]]
{{_left+testing tickets}}
[[_left+closed tickets|closed]]
{{_left+closed tickets}}