| OLD | NEW | 
|---|
| (Empty) |  | 
|  | 1 # -*- coding: utf-8 -*- | 
|  | 2 | 
|  | 3 [inherit] | 
|  | 4 file = /home/trac/trac.ini | 
|  | 5 | 
|  | 6 [header_logo] | 
|  | 7 alt = <%= @description %> | 
|  | 8 height = 38 | 
|  | 9 link = /orders | 
|  | 10 src = eyeo_logo.png | 
|  | 11 width = 124 | 
|  | 12 | 
|  | 13 [notification] | 
|  | 14 smtp_from = noreply@eyeo.com | 
|  | 15 smtp_from_name = <%= @description %> | 
|  | 16 | 
|  | 17 [project] | 
|  | 18 descr = <%= @description %> | 
|  | 19 name = <%= @description %> | 
|  | 20 url = https://issues.adblockplus.org/orders | 
|  | 21 | 
|  | 22 [ticket-workflow] | 
|  | 23 leave = * -> * | 
|  | 24 leave.default = 1 | 
|  | 25 leave.operations = leave_status | 
|  | 26 reassign = * -> * | 
|  | 27 reassign.operations = set_owner | 
|  | 28 reopen = closed -> reopened | 
|  | 29 reopen.operations = del_resolution | 
|  | 30 reopen.permissions = TICKET_CREATE | 
|  | 31 resolve = * -> closed | 
|  | 32 resolve.operations = set_resolution | 
|  | 33 resolve.permissions = TICKET_MODIFY | 
|  | 34 accepted = new,reopened -> accepted | 
|  | 35 accepted.permissions = TICKET_ACCEPT | 
|  | 36 ordered = problem,accepted -> ordered | 
|  | 37 ordered.permissions = TICKET_MODIFY | 
|  | 38 received = problem,ordered -> received | 
|  | 39 received.permissions = TICKET_MODIFY | 
|  | 40 handedout = problem,received -> handedout | 
|  | 41 handedout.permissions = TICKET_MODIFY | 
|  | 42 receiptreceived = problem,received -> receiptreceived | 
|  | 43 receiptreceived.permissions = TICKET_MODIFY | 
|  | 44 problem = * -> problem | 
|  | 45 problem.permissions = TICKET_MODIFY | 
|  | 46 waiting for payment = ordered,received,handedout -> waiting for payment | 
|  | 47 waiting for payment.permissions = TICKET_MODIFY | 
|  | 48 | 
|  | 49 [trac] | 
|  | 50 auth_cookie_lifetime = 0 | 
|  | 51 auth_cookie_path = / | 
|  | 52 authz_file = | 
|  | 53 authz_module_name = | 
|  | 54 auto_preview_timeout = 2.0 | 
|  | 55 auto_reload = False | 
|  | 56 backup_dir = db | 
|  | 57 base_url = https://issues.adblockplus.org/orders | 
|  | 58 check_auth_ip = false | 
|  | 59 database = mysql://trac:<%= @database_password %>@localhost:3306/<%= @database %
     > | 
|  | 60 debug_sql = False | 
|  | 61 default_charset = utf-8 | 
|  | 62 default_dateinfo_format = relative | 
|  | 63 default_handler = QueryModule | 
|  | 64 genshi_cache_size = 128 | 
|  | 65 htdocs_location = | 
|  | 66 ignore_auth_case = false | 
|  | 67 jquery_location = | 
|  | 68 jquery_ui_location = | 
|  | 69 jquery_ui_theme_location = | 
|  | 70 mainnav = tickets, newticket, timeline, browser, search | 
|  | 71 metanav = login, logout, prefs, help, about | 
|  | 72 mysqldump_path = mysqldump | 
|  | 73 never_obfuscate_mailto = false | 
|  | 74 permission_policies = BlackMagicTicketTweaks, DefaultPermissionPolicy, LegacyAtt
     achmentPolicy | 
|  | 75 permission_store = DefaultPermissionStore | 
|  | 76 pg_dump_path = pg_dump | 
|  | 77 repository_dir = | 
|  | 78 repository_sync_per_request = | 
|  | 79 repository_type = svn | 
|  | 80 resizable_textareas = true | 
|  | 81 secure_cookies = False | 
|  | 82 show_email_addresses = true | 
|  | 83 show_ip_addresses = false | 
|  | 84 timeout = 20 | 
|  | 85 use_base_url_for_redirect = False | 
|  | 86 permission_policies = PrivateTicketsPolicy, DefaultPermissionPolicy, LegacyAttac
     hmentPolicy | 
|  | 87 | 
|  | 88 [components] | 
|  | 89 blackmagic.* = enabled | 
|  | 90 privatetickets.* = enabled | 
|  | 91 acct_mgr.admin.* = enabled | 
|  | 92 acct_mgr.api.* = enabled | 
|  | 93 acct_mgr.db.sessionstore = enabled | 
|  | 94 acct_mgr.htfile.* = disabled | 
|  | 95 acct_mgr.http.* = disabled | 
|  | 96 acct_mgr.notification.* = enabled | 
|  | 97 acct_mgr.pwhash.htdigesthashmethod = enabled | 
|  | 98 acct_mgr.pwhash.htpasswdhashmethod = disabled | 
|  | 99 acct_mgr.register.* = enabled | 
|  | 100 acct_mgr.svnserve.svnservepasswordstore = disabled | 
|  | 101 acct_mgr.web_ui.* = enabled | 
|  | 102 acct_mgr.register.* = enabled | 
|  | 103 acct_mgr.notification.accountchangelistener = enabled | 
|  | 104 acct_mgr.pwhash.htdigesthashmethod = enabled | 
|  | 105 acct_mgr.web_ui.accountmodule = enabled | 
|  | 106 acct_mgr.web_ui.resetpwstore = enabled | 
|  | 107 acct_mgr.guard.accountguard = enabled | 
|  | 108 acct_mgr.notification.AccountChangeListener = enabled | 
|  | 109 autocompleteusers.* = enabled | 
|  | 110 trac.about.AboutModule = disabled | 
|  | 111 trac.admin.web_ui.BasicsAdminPanel = disabled | 
|  | 112 trac.admin.web_ui.LoggingAdminPanel = disabled | 
|  | 113 trac.admin.web_ui.PluginAdminPanel = disabled | 
|  | 114 nevernotifyupdaterplugin.* = enabled | 
|  | 115 themeengine.* = enabled | 
|  | 116 themeengine.admin.CustomThemeAdminModule = disabled | 
|  | 117 tractags.* = enabled | 
|  | 118 | 
|  | 119 [mainnav] | 
|  | 120 tickets.label = View orders | 
|  | 121 Timeline.label = Order history | 
|  | 122 newticket.label = New order request | 
|  | 123 roadmap = false | 
|  | 124 | 
|  | 125 [account-manager] | 
|  | 126 hash_method = HtDigestHashMethod | 
|  | 127 db_htdigest_realm = TracDB | 
|  | 128 password_store = SessionStore | 
|  | 129 reset_password = false | 
|  | 130 login_attempt_max_count = 2 | 
|  | 131 user_lock_time = 15 | 
|  | 132 user_lock_max_time = 0 | 
|  | 133 user_lock_time_progression = 2 | 
|  | 134 username_regexp = . | 
|  | 135 verify_email = false | 
|  | 136 | 
|  | 137 [blackmagic] | 
|  | 138 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 | 
|  | 139 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 | 
|  | 140 gray_disabled = #cccccc | 
|  | 141 id.label = Order | 
|  | 142 owner.label = Assignee | 
|  | 143 owner.tip = Please select an appropriate assignee. | 
|  | 144 summary.tip = A one-sentence abstract of your order request. | 
|  | 145 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. | 
|  | 146 description.label = Product specification | 
|  | 147 description.tip = Please enter the detailed specifications of the product you wa
     nt to request. | 
|  | 148 reason.tip = Please give a short reasoning why you need the product. | 
|  | 149 product_url.tip = URL to the product, if available online. | 
|  | 150 price.tip = Please insert the total price of the whole order. | 
|  | 151 currency.tip = Please insert the currency name or sign of the order's price valu
     e. | 
|  | 152 amount.tip = How many pieces do you want to request? | 
|  | 153 manual_payment_done.permission = TICKET_MANUAL_PAYMENT_DONE | 
|  | 154 payment_type.permission = TICKET_PAYMENT_TYPE | 
|  | 155 order_url.permission = TICKET_ORDER_URL | 
|  | 156 tracking_url.permission = TICKET_TRACKING_URL | 
|  | 157 manual_payment_required.permission = TICKET_MANUAL_PAYMENT_REQUIRED | 
|  | 158 invoice_received.permission = TICKET_INVOICE_RECEIVED | 
|  | 159 | 
|  | 160 [ticket-custom] | 
|  | 161 manual_payment_required = checkbox | 
|  | 162 manual_payment_required.label = Manual payment required | 
|  | 163 manual_payment_required.value = 0 | 
|  | 164 manual_payment_required.order = 9 | 
|  | 165 manual_payment_done = checkbox | 
|  | 166 manual_payment_done.label = Manual payment done | 
|  | 167 manual_payment_done.value = 0 | 
|  | 168 manual_payment_done.order = 10 | 
|  | 169 reason = textarea | 
|  | 170 reason.rows = 5 | 
|  | 171 reason.cols = 82 | 
|  | 172 reason.label = Reason | 
|  | 173 reason.format = wiki | 
|  | 174 reason.order = 1 | 
|  | 175 price = text | 
|  | 176 price.label = Total spendings | 
|  | 177 price.format = plain | 
|  | 178 price.order = 3 | 
|  | 179 currency = text | 
|  | 180 currency.label = Currency | 
|  | 181 currency.format = plain | 
|  | 182 currency.order = 4 | 
|  | 183 product_url = textarea | 
|  | 184 product_url.format = wiki | 
|  | 185 product_url.label = Product URL | 
|  | 186 product_url.order = 2 | 
|  | 187 product_url.cols = 82 | 
|  | 188 product_url.rows = 1 | 
|  | 189 order_url = textarea | 
|  | 190 order_url.format = wiki | 
|  | 191 order_url.label = Order URL | 
|  | 192 order_url.order = 7 | 
|  | 193 order_url.cols = 82 | 
|  | 194 order_url.rows = 1 | 
|  | 195 tracking_url = textarea | 
|  | 196 tracking_url.format = wiki | 
|  | 197 tracking_url.label = Tracking URL | 
|  | 198 tracking_url.order = 8 | 
|  | 199 tracking_url.cols = 82 | 
|  | 200 tracking_url.rows = 1 | 
|  | 201 payment_type = select | 
|  | 202 payment_type.label = Payment type | 
|  | 203 payment_type.order = 6 | 
|  | 204 payment_type.options = Please select|Direct Debit|Credit Card|Money transfer|Cas
     h | 
|  | 205 payment_type.value = Please select | 
|  | 206 invoice_received = checkbox | 
|  | 207 invoice_received.label = Invoice received | 
|  | 208 invoice_received.order = 11 | 
|  | 209 invoice_received.value = 0 | 
|  | 210 amount = text | 
|  | 211 amount.label = Amount | 
|  | 212 amount.format = plain | 
|  | 213 amount.order = 5 | 
|  | 214 | 
|  | 215 [privatetickets] | 
|  | 216 group_blacklist = anonymous, authenticated | 
| OLD | NEW | 
|---|