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

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

Issue 29336427: Issue 3658 - Deobfuscated platform names for Samsung and Asus in issue tracker (Closed)
Patch Set: Created Feb. 16, 2016, 10:42 a.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 [inherit] 3 [inherit]
4 file = /home/trac/trac.ini 4 file = /home/trac/trac.ini
5 5
6 [header_logo] 6 [header_logo]
7 alt = <%= @description %> 7 alt = <%= @description %>
8 height = 80 8 height = 80
9 link = / 9 link = /
10 src = logo.png 10 src = logo.png
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 blockedby = text 185 blockedby = text
186 blockedby.label = Blocked By 186 blockedby.label = Blocked By
187 review_url = textarea 187 review_url = textarea
188 review_url.rows = 3 188 review_url.rows = 3
189 review_url.cols = 68 189 review_url.cols = 68
190 review_url.label = Review URL(s) 190 review_url.label = Review URL(s)
191 review_url.order = 1 191 review_url.order = 1
192 review_url.format = wiki 192 review_url.format = wiki
193 platform = select 193 platform = select
194 platform.label = Platform 194 platform.label = Platform
195 platform.options = Unknown / Cross platform|Adblock Browser for Android|Adblock Browser for iOS|Android|Chrome|Firefox|Firefox Mobile|Gangnam|Internet Explorer| iOS|Maxthon|Maxthon for Android|Opera|Safari|SeaMonkey|Thunderbird|Yandex.Browse r|Zen 195 platform.options = Unknown / Cross platform|Adblock Browser for Android|Adblock Browser for iOS|Android|Asus Browser|Chrome|Firefox|Firefox Mobile|Internet Expl orer|iOS|Maxthon|Maxthon for Android|Opera|Safari|Samsung Browser|SeaMonkey|Thun derbird|Yandex.Browser
196 platform.value = Unknown / Cross platform 196 platform.value = Unknown / Cross platform
197 tester = select 197 tester = select
198 tester.label = Tester 198 tester.label = Tester
199 tester.options = Unknown|Ross|Scheer|Shikitita 199 tester.options = Unknown|Ross|Scheer|Shikitita
200 tester.value = Unknown 200 tester.value = Unknown
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