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