OLD | NEW |
(Empty) | |
| 1 # -*- coding: utf-8 -*- |
| 2 |
| 3 [attachment] |
| 4 max_size = 15728640 |
| 5 max_zip_size = 12097152 |
| 6 render_unsafe_content = false |
| 7 |
| 8 [browser] |
| 9 color_scale = True |
| 10 downloadable_paths = /trunk, /branches/*, /tags/* |
| 11 hide_properties = svk:merge |
| 12 intermediate_color = |
| 13 intermediate_point = |
| 14 newest_color = (255, 136, 136) |
| 15 oldest_color = (136, 136, 255) |
| 16 oneliner_properties = trac:summary |
| 17 render_unsafe_content = false |
| 18 wiki_properties = trac:description |
| 19 |
| 20 [changeset] |
| 21 max_diff_bytes = 10000000 |
| 22 max_diff_files = 0 |
| 23 wiki_format_messages = true |
| 24 |
| 25 [header_logo] |
| 26 alt = <%= @description %> |
| 27 height = 38 |
| 28 link = /orders |
| 29 src = eyeo_logo.png |
| 30 width = 124 |
| 31 |
| 32 [inherit] |
| 33 htdocs_dir = |
| 34 plugins_dir = |
| 35 templates_dir = |
| 36 |
| 37 [logging] |
| 38 log_file = trac.log |
| 39 # log_format = <inherited> |
| 40 log_level = DEBUG |
| 41 log_type = file |
| 42 |
| 43 [milestone] |
| 44 stats_provider = DefaultTicketGroupStatsProvider |
| 45 |
| 46 [mimeviewer] |
| 47 max_preview_size = 15728640 |
| 48 mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb |
| 49 mime_map_patterns = text/plain:README|INSTALL|COPYING.* |
| 50 tab_width = 8 |
| 51 treat_as_binary = application/octet-stream, application/pdf, application/postscr
ipt, application/msword,application/rtf, |
| 52 |
| 53 [notification] |
| 54 admit_domains = |
| 55 always_notify_owner = true |
| 56 always_notify_reporter = true |
| 57 always_notify_updater = false |
| 58 ambiguous_char_width = single |
| 59 batch_subject_template = $prefix Batch modify: $tickets_descr |
| 60 email_sender = SendmailEmailSender |
| 61 ignore_domains = |
| 62 mime_encoding = none |
| 63 sendmail_path = /usr/sbin/sendmail |
| 64 smtp_always_bcc = |
| 65 smtp_always_cc = |
| 66 smtp_default_domain = |
| 67 smtp_enabled = true |
| 68 smtp_from = noreply@eyeo.com |
| 69 smtp_from_author = false |
| 70 smtp_from_name = <%= @description %> |
| 71 smtp_password = |
| 72 smtp_port = 25 |
| 73 smtp_replyto = |
| 74 smtp_server = localhost |
| 75 smtp_subject_prefix = __default__ |
| 76 smtp_user = |
| 77 ticket_subject_template = $prefix #$ticket.id: $summary |
| 78 use_public_cc = false |
| 79 use_short_addr = false |
| 80 use_tls = false |
| 81 |
| 82 [project] |
| 83 admin = admins@adblockplus.org |
| 84 admin_trac_url = . |
| 85 descr = <%= @description %> |
| 86 footer = Visit the Trac open source project at<br /><a href="http://trac.edgewal
l.org/">http://trac.edgewall.org/</a> |
| 87 icon = common/trac.ico |
| 88 name = <%= @description %> |
| 89 url = https://issues.adblockplus.org/orders |
| 90 |
| 91 [query] |
| 92 default_anonymous_query = status!=closed&col=id&col=summary&col=component&col=st
atus&col=owner&col=type&col=priority&col=milestone&order=priority |
| 93 default_query = status!=closed&col=id&col=summary&col=component&col=status&col=o
wner&col=type&col=priority&col=milestone&order=priority |
| 94 items_per_page = 100 |
| 95 ticketlink_query = ?status=!closed&col=id&col=summary&col=component&col=status&c
ol=owner&col=type&col=priority&col=milestone&order=priority |
| 96 |
| 97 [report] |
| 98 items_per_page = 100 |
| 99 items_per_page_rss = 0 |
| 100 |
| 101 [revisionlog] |
| 102 default_log_limit = 100 |
| 103 graph_colors = ['#cc0', '#0c0', '#0cc', '#00c', '#c0c', '#c00'] |
| 104 |
| 105 [roadmap] |
| 106 stats_provider = DefaultTicketGroupStatsProvider |
| 107 |
| 108 [search] |
| 109 # default_disabled_filters = <inherited> |
| 110 min_query_length = 3 |
| 111 |
| 112 [sqlite] |
| 113 # extensions = <inherited> |
| 114 |
| 115 [ticket] |
| 116 default_cc = |
| 117 default_component = Unknown |
| 118 default_description = |
| 119 default_keywords = |
| 120 default_milestone = |
| 121 default_owner = |
| 122 default_priority = Unknown |
| 123 default_resolution = fixed |
| 124 default_severity = |
| 125 default_summary = |
| 126 default_type = defect |
| 127 default_version = |
| 128 max_comment_size = 262144 |
| 129 max_description_size = 262144 |
| 130 preserve_newlines = default |
| 131 restrict_owner = false |
| 132 workflow = ConfigurableTicketWorkflow |
| 133 |
| 134 [ticket-workflow] |
| 135 leave = * -> * |
| 136 leave.default = 1 |
| 137 leave.operations = leave_status |
| 138 reassign = * -> * |
| 139 reassign.operations = set_owner |
| 140 reopen = closed -> reopened |
| 141 reopen.operations = del_resolution |
| 142 reopen.permissions = TICKET_CREATE |
| 143 resolve = * -> closed |
| 144 resolve.operations = set_resolution |
| 145 resolve.permissions = TICKET_MODIFY |
| 146 accepted = new,reopened -> accepted |
| 147 accepted.permissions = TICKET_ACCEPT |
| 148 ordered = problem,accepted -> ordered |
| 149 ordered.permissions = TICKET_MODIFY |
| 150 received = problem,ordered -> received |
| 151 received.permissions = TICKET_MODIFY |
| 152 handedout = problem,received -> handedout |
| 153 handedout.permissions = TICKET_MODIFY |
| 154 receiptreceived = problem,received -> receiptreceived |
| 155 receiptreceived.permissions = TICKET_MODIFY |
| 156 problem = * -> problem |
| 157 problem.permissions = TICKET_MODIFY |
| 158 waiting for payment = ordered,received,handedout -> waiting for payment |
| 159 waiting for payment.permissions = TICKET_MODIFY |
| 160 |
| 161 [timeline] |
| 162 abbreviated_messages = True |
| 163 changeset_collapse_events = false |
| 164 changeset_long_messages = false |
| 165 changeset_show_files = 0 |
| 166 default_daysback = 30 |
| 167 max_daysback = 90 |
| 168 newticket_formatter = oneliner |
| 169 ticket_show_details = true |
| 170 |
| 171 [trac] |
| 172 auth_cookie_lifetime = 0 |
| 173 auth_cookie_path = / |
| 174 authz_file = |
| 175 authz_module_name = |
| 176 auto_preview_timeout = 2.0 |
| 177 auto_reload = False |
| 178 backup_dir = db |
| 179 base_url = https://issues.adblockplus.org/orders |
| 180 check_auth_ip = false |
| 181 database = mysql://trac:<%= @database_password %>@localhost:3306/<%= @database %
> |
| 182 debug_sql = False |
| 183 default_charset = utf-8 |
| 184 default_dateinfo_format = relative |
| 185 default_handler = QueryModule |
| 186 genshi_cache_size = 128 |
| 187 htdocs_location = |
| 188 ignore_auth_case = false |
| 189 jquery_location = |
| 190 jquery_ui_location = |
| 191 jquery_ui_theme_location = |
| 192 mainnav = tickets, newticket, timeline, browser, search |
| 193 metanav = login, logout, prefs, help, about |
| 194 mysqldump_path = mysqldump |
| 195 never_obfuscate_mailto = false |
| 196 permission_policies = BlackMagicTicketTweaks, DefaultPermissionPolicy, LegacyAtt
achmentPolicy |
| 197 permission_store = DefaultPermissionStore |
| 198 pg_dump_path = pg_dump |
| 199 repository_dir = |
| 200 repository_sync_per_request = |
| 201 repository_type = svn |
| 202 resizable_textareas = true |
| 203 secure_cookies = False |
| 204 show_email_addresses = true |
| 205 show_ip_addresses = false |
| 206 timeout = 20 |
| 207 use_base_url_for_redirect = False |
| 208 permission_policies = PrivateTicketsPolicy, DefaultPermissionPolicy, LegacyAttac
hmentPolicy |
| 209 |
| 210 [versioncontrol] |
| 211 allowed_repository_dir_prefixes = |
| 212 |
| 213 [wiki] |
| 214 ignore_missing_pages = true |
| 215 max_size = 262144 |
| 216 render_unsafe_content = false |
| 217 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn,
svn+ssh |
| 218 split_page_names = false |
| 219 |
| 220 [components] |
| 221 blackmagic.* = enabled |
| 222 privatetickets.* = enabled |
| 223 acct_mgr.admin.* = enabled |
| 224 acct_mgr.api.* = enabled |
| 225 acct_mgr.db.sessionstore = enabled |
| 226 acct_mgr.htfile.* = disabled |
| 227 acct_mgr.http.* = disabled |
| 228 acct_mgr.notification.* = enabled |
| 229 acct_mgr.pwhash.htdigesthashmethod = enabled |
| 230 acct_mgr.pwhash.htpasswdhashmethod = disabled |
| 231 acct_mgr.register.* = enabled |
| 232 acct_mgr.svnserve.svnservepasswordstore = disabled |
| 233 acct_mgr.web_ui.* = enabled |
| 234 acct_mgr.register.* = enabled |
| 235 acct_mgr.notification.accountchangelistener = enabled |
| 236 acct_mgr.pwhash.htdigesthashmethod = enabled |
| 237 acct_mgr.web_ui.accountmodule = enabled |
| 238 acct_mgr.web_ui.resetpwstore = enabled |
| 239 acct_mgr.guard.accountguard = enabled |
| 240 acct_mgr.notification.AccountChangeListener = enabled |
| 241 autocompleteusers.* = enabled |
| 242 trac.about.AboutModule = disabled |
| 243 trac.admin.web_ui.BasicsAdminPanel = disabled |
| 244 trac.admin.web_ui.LoggingAdminPanel = disabled |
| 245 trac.admin.web_ui.PluginAdminPanel = disabled |
| 246 nevernotifyupdaterplugin.* = enabled |
| 247 themeengine.* = enabled |
| 248 themeengine.admin.CustomThemeAdminModule = disabled |
| 249 tractags.* = enabled |
| 250 |
| 251 [mainnav] |
| 252 tickets.label = View orders |
| 253 tickets.href = /query |
| 254 Timeline.label = Order history |
| 255 newticket.label = New order request |
| 256 wiki = false |
| 257 roadmap = false |
| 258 |
| 259 [account-manager] |
| 260 hash_method = HtDigestHashMethod |
| 261 db_htdigest_realm = TracDB |
| 262 password_store = SessionStore |
| 263 reset_password = false |
| 264 login_attempt_max_count = 2 |
| 265 user_lock_time = 15 |
| 266 user_lock_max_time = 0 |
| 267 user_lock_time_progression = 2 |
| 268 username_regexp = . |
| 269 verify_email = false |
| 270 |
| 271 [blackmagic] |
| 272 permissions = TICKET_ACCEPT,TICKET_MANUAL_PAYMENT_DONE,TICKET_PAYMENT_TYPE,TICKE
T_ORDER_URL,TICKET_TRACKING_URL,TICKET_MANUAL_PAYMENT_REQUIRED,TICKET_INVOICE_RE
CEIVED |
| 273 tweaks = id,cc,keywords,owner,summary,description,reason,price,product_url,order
_url,tracking_url,payment_type,manual_payment_required,amount,manual_payment_don
e,invoice_received |
| 274 gray_disabled = #cccccc |
| 275 id.label = Order |
| 276 owner.label = Assignee |
| 277 owner.tip = Please select an appropriate assignee. |
| 278 summary.tip = A one-sentence abstract of your order request. |
| 279 cc.tip = Makes the request visible to that user and dispatches an email to the e
ntered user/email adress with changes to the request, every time it was changed. |
| 280 description.label = Product specification |
| 281 description.tip = Please enter the detailed specifications of the product you wa
nt to request. |
| 282 reason.tip = Please give a short reasoning why you need the product. |
| 283 product_url.tip = URL to the product, if available online. |
| 284 price.tip = Please insert the total price of the whole order. |
| 285 currency.tip = Please insert the currency name or sign of the order's price valu
e. |
| 286 amount.tip = How many pieces do you want to request? |
| 287 manual_payment_done.permission = TICKET_MANUAL_PAYMENT_DONE |
| 288 payment_type.permission = TICKET_PAYMENT_TYPE |
| 289 order_url.permission = TICKET_ORDER_URL |
| 290 tracking_url.permission = TICKET_TRACKING_URL |
| 291 manual_payment_required.permission = TICKET_MANUAL_PAYMENT_REQUIRED |
| 292 invoice_received.permission = TICKET_INVOICE_RECEIVED |
| 293 |
| 294 [ticket-custom] |
| 295 manual_payment_required = checkbox |
| 296 manual_payment_required.label = Manual payment required |
| 297 manual_payment_required.value = 0 |
| 298 manual_payment_required.order = 9 |
| 299 manual_payment_done = checkbox |
| 300 manual_payment_done.label = Manual payment done |
| 301 manual_payment_done.value = 0 |
| 302 manual_payment_done.order = 10 |
| 303 reason = textarea |
| 304 reason.rows = 5 |
| 305 reason.cols = 82 |
| 306 reason.label = Reason |
| 307 reason.format = wiki |
| 308 reason.order = 1 |
| 309 price = text |
| 310 price.label = Total spendings |
| 311 price.format = plain |
| 312 price.order = 3 |
| 313 currency = text |
| 314 currency.label = Currency |
| 315 currency.format = plain |
| 316 currency.order = 4 |
| 317 product_url = textarea |
| 318 product_url.format = wiki |
| 319 product_url.label = Product URL |
| 320 product_url.order = 2 |
| 321 product_url.cols = 82 |
| 322 product_url.rows = 1 |
| 323 order_url = textarea |
| 324 order_url.format = wiki |
| 325 order_url.label = Order URL |
| 326 order_url.order = 7 |
| 327 order_url.cols = 82 |
| 328 order_url.rows = 1 |
| 329 tracking_url = textarea |
| 330 tracking_url.format = wiki |
| 331 tracking_url.label = Tracking URL |
| 332 tracking_url.order = 8 |
| 333 tracking_url.cols = 82 |
| 334 tracking_url.rows = 1 |
| 335 payment_type = select |
| 336 payment_type.label = Payment type |
| 337 payment_type.order = 6 |
| 338 payment_type.options = Please select|Direct Debit|Credit Card|Money transfer|Cas
h |
| 339 payment_type.value = Please select |
| 340 invoice_received = checkbox |
| 341 invoice_received.label = Invoice received |
| 342 invoice_received.order = 11 |
| 343 invoice_received.value = 0 |
| 344 amount = text |
| 345 amount.label = Amount |
| 346 amount.format = plain |
| 347 amount.order = 5 |
| 348 |
| 349 [theme] |
| 350 enable_css = true |
| 351 |
| 352 [privatetickets] |
| 353 group_blacklist = anonymous, authenticated |
OLD | NEW |