aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide/genhelp.py
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-03-10 02:20:31 -0300
committerdequis <dx@dxzone.com.ar>2016-03-20 00:58:05 -0300
commit3320d6d9868729ce1d7b5a90866554bc898a1fa3 (patch)
treeede2c0d459956c4345e0c48a9deb169c1b35e721 /doc/user-guide/genhelp.py
parent63825d6c4c22c15c48db35ce6d23e1b8ced8c79c (diff)
jabber: Add "always_use_nicks" setting, for non-anonymous MUCs
Basically the same thing as github PR #55, which fixes trac bug 415, but this one conditionalized that behavior and uses the API introduced a few commits ago. I didn't think too much about the setting name and i'm open to changing it to anything else
Diffstat (limited to 'doc/user-guide/genhelp.py')
0 files changed, 0 insertions, 0 deletions
value='hotfix/0.20.0.15'>hotfix/0.20.0.15 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/comment_controller_spec.rb
blob: 5e250f68955212b980bd08574fed3976136d1d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105