File tree 4 files changed +31
-5
lines changed
4 files changed +31
-5
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,27 @@ pre.wiki {
108
108
white-space : pre-wrap ;
109
109
}
110
110
111
- #content .ticket {
112
- width : auto ;
111
+ #generic :has (#guest ) {
112
+ // Reduce the options available to guests.
113
+ #query .option {
114
+ display : none ;
115
+ }
116
+ }
117
+ #content {
118
+ margin-top : 1em ;
119
+ .ticket {
120
+ width : auto ;
121
+ }
122
+ .report-result {
123
+ margin-top : 1em ;
124
+ }
125
+ .paging {
126
+ margin : 0 ;
127
+ }
128
+ // Hide the first paging options as also available at the bottom.
129
+ .report-result + .paging {
130
+ display : none ;
131
+ }
113
132
}
114
133
115
134
.foldable {
@@ -199,6 +218,7 @@ div[role="main"]{
199
218
li {
200
219
border-right : 0 ;
201
220
padding : 1em ;
221
+ margin-top : 0 ;
202
222
203
223
a {
204
224
font-size : 16px ;
@@ -232,6 +252,10 @@ div[role="main"]{
232
252
}
233
253
}
234
254
255
+ #ctxtnav {
256
+ display : none ;
257
+ }
258
+
235
259
#mainnav {
236
260
border : 0 ;
237
261
border-radius : 0 ;
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ name = Django
139
139
url = https://code.djangoproject.com/
140
140
141
141
[query]
142
- default_anonymous_query = status!=closed&desc =1&order =id
143
- default_query = status!=closed&desc =1&order =id
142
+ default_anonymous_query = description~=& status!=closed&desc =1&order =id& col =id& col =summary& col =type& col =owner& col =component
143
+ default_query = description~=& status!=closed&desc =1&order =id& col =id& col =summary& col =type& col =owner& col =component
144
144
145
145
[repositories]
146
146
.dir = /django-mirror
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ <h1>Issues</h1>
53
53
</ div >
54
54
</ div >
55
55
56
+ < py:if test ="req.authname == 'anonymous' or req.authname == '' "> < div id ="guest "> </ div > </ py:if >
57
+
56
58
< py:if test ="req.environ['PATH_INFO'] == '/' ">
57
59
< div class ="container sidebar-right ">
58
60
< div role ="main ">
You can’t perform that action at this time.
0 commit comments