File tree 4 files changed +34
-5
lines changed
4 files changed +34
-5
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,27 @@ pre.wiki {
127
127
white-space : pre-wrap ;
128
128
}
129
129
130
- #content .ticket {
131
- width : auto ;
130
+ #generic :has (#guest ) {
131
+ // Reduce the options available to guests.
132
+ #query .option {
133
+ display : none ;
134
+ }
135
+ }
136
+ #content {
137
+ margin-top : 1em ;
138
+ .ticket {
139
+ width : auto ;
140
+ }
141
+ .report-result {
142
+ margin-top : 1em ;
143
+ }
144
+ .paging {
145
+ margin : 0 ;
146
+ }
147
+ // Hide the first paging options as also available at the bottom.
148
+ .report-result + .paging {
149
+ display : none ;
150
+ }
132
151
}
133
152
134
153
.foldable {
@@ -226,6 +245,7 @@ div[role="main"]{
226
245
li {
227
246
border-right : 0 ;
228
247
padding : 1em ;
248
+ margin-top : 0 ;
229
249
230
250
a {
231
251
font-size : 16px ;
@@ -259,6 +279,10 @@ div[role="main"]{
259
279
}
260
280
}
261
281
282
+ #ctxtnav {
283
+ display : none ;
284
+ }
285
+
262
286
#mainnav {
263
287
border : 0 ;
264
288
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 @@ -76,6 +76,11 @@ <h1>Issues</h1>
76
76
</ div >
77
77
</ div >
78
78
79
+
80
+ # if req.authname == 'anonymous' or req.authname == '':
81
+ < div id ="guest "> </ div >
82
+ # endif
83
+
79
84
# if req.path_info == '/':
80
85
< div class ="container sidebar-right ">
81
86
${main()}
You can’t perform that action at this time.
0 commit comments