File tree Expand file tree Collapse file tree 4 files changed +34
-5
lines changed Expand file tree Collapse file tree 4 files changed +34
-5
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,27 @@ pre.wiki {
127127 white-space : pre-wrap ;
128128}
129129
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+ }
132151}
133152
134153.foldable {
@@ -226,6 +245,7 @@ div[role="main"]{
226245 li {
227246 border-right : 0 ;
228247 padding : 1em ;
248+ margin-top : 0 ;
229249
230250 a {
231251 font-size : 16px ;
@@ -259,6 +279,10 @@ div[role="main"]{
259279 }
260280 }
261281
282+ #ctxtnav {
283+ display : none ;
284+ }
285+
262286 #mainnav {
263287 border : 0 ;
264288 border-radius : 0 ;
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ name = Django
139139url = https://code.djangoproject.com/
140140
141141[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
144144
145145[repositories]
146146.dir = /django-mirror
Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ <h1>Issues</h1>
7676 </ div >
7777 </ div >
7878
79+
80+ # if req.authname == 'anonymous' or req.authname == '':
81+ < div id ="guest "> </ div >
82+ # endif
83+
7984 # if req.path_info == '/':
8085 < div class ="container sidebar-right ">
8186 ${main()}
You can’t perform that action at this time.
0 commit comments