Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/trac/templates/trac.ini.erb

Issue 5197469184950272: Issue #762 Extend Firefox platform entry in the issue tracker to also include Firefox mobile. (Closed)
Patch Set: Created July 9, 2014, 2:13 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 [attachment] 3 [attachment]
4 max_size = 15728640 4 max_size = 15728640
5 max_zip_size = 12097152 5 max_zip_size = 12097152
6 render_unsafe_content = false 6 render_unsafe_content = false
7 7
8 [browser] 8 [browser]
9 color_scale = True 9 color_scale = True
10 downloadable_paths = /trunk, /branches/*, /tags/* 10 downloadable_paths = /trunk, /branches/*, /tags/*
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 blockedby = text 319 blockedby = text
320 blockedby.label = Blocked By 320 blockedby.label = Blocked By
321 review_url = textarea 321 review_url = textarea
322 review_url.rows = 3 322 review_url.rows = 3
323 review_url.cols = 68 323 review_url.cols = 68
324 review_url.label = Review URL(s) 324 review_url.label = Review URL(s)
325 review_url.order = 1 325 review_url.order = 1
326 review_url.format = wiki 326 review_url.format = wiki
327 platform = select 327 platform = select
328 platform.label = Platform 328 platform.label = Platform
329 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox|Opera|Safari 329 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi le|Opera|Safari
330 platform.value = Unknown 330 platform.value = Unknown
331 331
332 [theme] 332 [theme]
333 enable_css = true 333 enable_css = true
334 334
335 [spam-filter] 335 [spam-filter]
336 max_posts_by_ip = 50 336 max_posts_by_ip = 50
337 bayes_min_training = 10 337 bayes_min_training = 10
338 authenticated_karma = 0 338 authenticated_karma = 0
339 min_karma = -14 339 min_karma = -14
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld