| author | cavaliet |
| Thu, 10 Nov 2011 12:40:22 +0100 | |
| changeset 32 | 38dcd2db04e4 |
| parent 22 | 99c15cfe420b |
| child 61 | 1bc0ec8ed05b |
| permissions | -rwxr-xr-x |
| 2 | 1 |
wikitag_home: |
2 |
pattern: / |
|
3 |
defaults: { _controller: WikiTagBundle:WikiTag:index } |
|
4 |
wikitag_alltags: |
|
5 |
pattern: /alltags |
|
6 |
defaults: { _controller: WikiTagBundle:WikiTag:allTags } |
|
7 |
wikitag_doctags: |
|
8 |
pattern: /doctags |
|
9 |
defaults: { _controller: WikiTagBundle:WikiTag:documentTags } |
|
10 |
wikitag_tag_up_down: |
|
11 |
pattern: /wttud |
|
12 |
defaults: { _controller: WikiTagBundle:WikiTag:tagUpDown } |
|
13 |
wikitag_remove_tag_from_list: |
|
14 |
pattern: /wtrtfl |
|
15 |
defaults: { _controller: WikiTagBundle:WikiTag:removeTagFromList } |
|
16 |
wikitag_modify_documenttag: |
|
17 |
pattern: /wtmdt |
|
18 |
defaults: { _controller: WikiTagBundle:WikiTag:modifyDocumentTag } |
|
|
22
99c15cfe420b
Add ModifyTag from tag list. Add Reset Wikipedia info from tag list. Enable boolean from addJavascript controller/template to switch from list or document context.
cavaliet
parents:
2
diff
changeset
|
19 |
wikitag_modify_tag_in_list: |
|
99c15cfe420b
Add ModifyTag from tag list. Add Reset Wikipedia info from tag list. Enable boolean from addJavascript controller/template to switch from list or document context.
cavaliet
parents:
2
diff
changeset
|
20 |
pattern: /wtmtl |
|
99c15cfe420b
Add ModifyTag from tag list. Add Reset Wikipedia info from tag list. Enable boolean from addJavascript controller/template to switch from list or document context.
cavaliet
parents:
2
diff
changeset
|
21 |
defaults: { _controller: WikiTagBundle:WikiTag:modifyTag } |
| 2 | 22 |
wikitag_reset_wp_info: |
23 |
pattern: /wtrwi |
|
24 |
defaults: { _controller: WikiTagBundle:WikiTag:resetWpInfo } |
|
25 |
wikitag_reorder_tag_document: |
|
26 |
pattern: /wtrtd |
|
27 |
defaults: { _controller: WikiTagBundle:WikiTag:reorderTagDocument } |
|
28 |
wikitag_add_tag: |
|
29 |
pattern: /wtat |
|
30 |
defaults: { _controller: WikiTagBundle:WikiTag:addTag } |
|
31 |
wikitag_remove_wp_link: |
|
32 |
pattern: /wtrwl |
|
33 |
defaults: { _controller: WikiTagBundle:WikiTag:removeWpLink } |
|
34 |
wikitag_update_tag_alias: |
|
35 |
pattern: /wtupa |
|
36 |
defaults: { _controller: WikiTagBundle:WikiTag:updateTagAlias } |
|
37 |
wikitag_update_tag_category: |
|
38 |
pattern: /wtutc |
|
39 |
defaults: { _controller: WikiTagBundle:WikiTag:updateTagCategory } |
|
40 |
|