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

Issue 5735669590654976: #753 - set up an order system to let eyeo employees file order requests (Closed)

Created:
July 15, 2014, 2:47 p.m. by mathias
Modified:
Aug. 7, 2014, 2:36 p.m.
Reviewers:
Wladimir Palant
CC:
Philip Hill
Visibility:
Public.

Description

See https://issues.adblockplus.org/ticket/753

Patch Set 1 #

Patch Set 2 : #753 - set up an order system to let eyeo employees file order requests #

Patch Set 3 : #753 - set up an order system to let eyeo employees file order requests #

Total comments: 34

Patch Set 4 : #753 - set up an order system to let eyeo employees file order requests #

Patch Set 5 : #753 - set up an order system to let eyeo employees file order requests #

Patch Set 6 : #753 - set up an order system to let eyeo employees file order requests #

Total comments: 27

Patch Set 7 : #753 - set up an order system to let eyeo employees file order requests #

Total comments: 7

Patch Set 8 : #753 - set up an order system to let eyeo employees file order requests #

Patch Set 9 : #753 - set up an order system to let eyeo employees file order requests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+632 lines, -250 lines) Patch
M manifests/issuesserver.pp View 1 2 3 4 5 6 7 8 2 chunks +89 lines, -1 line 0 comments Download
A modules/trac/files/eyeo_logo.png View 1 2 3 Binary file 0 comments Download
A modules/trac/files/order-permissions.csv View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M modules/trac/files/permissions.csv View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M modules/trac/files/site.conf View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -13 lines 0 comments Download
A modules/trac/files/trac.ini View 1 2 3 4 1 chunk +163 lines, -0 lines 0 comments Download
M modules/trac/manifests/init.pp View 1 2 3 4 5 6 7 8 4 chunks +136 lines, -79 lines 0 comments Download
A modules/trac/templates/fcgi.conf.erb View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A modules/trac/templates/orders.ini.erb View 1 2 3 4 5 6 7 8 1 chunk +214 lines, -0 lines 0 comments Download
M modules/trac/templates/trac.ini.erb View 1 2 3 4 5 6 7 chunks +9 lines, -156 lines 0 comments Download

Messages

Total messages: 18
mathias
July 15, 2014, 2:47 p.m. (2014-07-15 14:47:29 UTC) #1
mathias
See https://issues.adblockplus.org/ticket/753
July 15, 2014, 2:49 p.m. (2014-07-15 14:49:11 UTC) #2
mathias
See https://issues.adblockplus.org/ticket/753
July 22, 2014, 12:48 a.m. (2014-07-22 00:48:03 UTC) #3
Wladimir Palant
http://codereview.adblockplus.org/5735669590654976/diff/5750085036015616/manifests/issuesserver.pp File manifests/issuesserver.pp (right): http://codereview.adblockplus.org/5735669590654976/diff/5750085036015616/manifests/issuesserver.pp#newcode43 manifests/issuesserver.pp:43: unless => "mysql -utrac -p'${private::trac::database_password}' trac_orders --execute 'SHOW CREATE ...
July 22, 2014, 1:52 p.m. (2014-07-22 13:52:23 UTC) #4
mathias
http://codereview.adblockplus.org/5735669590654976/diff/5750085036015616/manifests/issuesserver.pp File manifests/issuesserver.pp (right): http://codereview.adblockplus.org/5735669590654976/diff/5750085036015616/manifests/issuesserver.pp#newcode43 manifests/issuesserver.pp:43: unless => "mysql -utrac -p'${private::trac::database_password}' trac_orders --execute 'SHOW CREATE ...
July 24, 2014, 4:36 p.m. (2014-07-24 16:36:48 UTC) #5
mathias
Changes according to review comments from patch sets 1-3: - Make $permissions a trac::instance parameter ...
July 29, 2014, 11:18 a.m. (2014-07-29 11:18:35 UTC) #6
mathias
A few issues have been found that are fixed with this patch-set already. Below please ...
July 30, 2014, 2:14 p.m. (2014-07-30 14:14:57 UTC) #7
mathias
A few issues have been found that are fixed with this patch-set already. Furthermore, Phil ...
July 30, 2014, 4:54 p.m. (2014-07-30 16:54:53 UTC) #8
Wladimir Palant
http://codereview.adblockplus.org/5735669590654976/diff/5750085036015616/modules/trac/files/order-permissions.csv File modules/trac/files/order-permissions.csv (right): http://codereview.adblockplus.org/5735669590654976/diff/5750085036015616/modules/trac/files/order-permissions.csv#newcode14 modules/trac/files/order-permissions.csv:14: admin,TRAC_ADMIN On 2014/07/24 16:36:49, matze wrote: > AFAIK Trac ...
July 31, 2014, 9:46 a.m. (2014-07-31 09:46:53 UTC) #9
mathias
- Make $permissions a trac::instance parameter - Improve site.conf and FGCI setup - Convert FEDERATED ...
Aug. 1, 2014, 1:40 p.m. (2014-08-01 13:40:37 UTC) #10
Wladimir Palant
http://codereview.adblockplus.org/5735669590654976/diff/5735735550279680/manifests/issuesserver.pp File manifests/issuesserver.pp (right): http://codereview.adblockplus.org/5735669590654976/diff/5735735550279680/manifests/issuesserver.pp#newcode37 manifests/issuesserver.pp:37: RENAME TABLE auth_cookie TO auth_cookie_original, auth_cookie_view TO auth_cookie;'", Not ...
Aug. 1, 2014, 1:56 p.m. (2014-08-01 13:56:08 UTC) #11
mathias
http://codereview.adblockplus.org/5735669590654976/diff/5743114304094208/manifests/issuesserver.pp File manifests/issuesserver.pp (right): http://codereview.adblockplus.org/5735669590654976/diff/5743114304094208/manifests/issuesserver.pp#newcode39 manifests/issuesserver.pp:39: RENAME TABLE auth_cookie TO auth_cookie_original, auth_cookie_view TO auth_cookie;'", On ...
Aug. 1, 2014, 1:59 p.m. (2014-08-01 13:59:46 UTC) #12
Wladimir Palant
http://codereview.adblockplus.org/5735669590654976/diff/5743114304094208/manifests/issuesserver.pp File manifests/issuesserver.pp (right): http://codereview.adblockplus.org/5735669590654976/diff/5743114304094208/manifests/issuesserver.pp#newcode39 manifests/issuesserver.pp:39: RENAME TABLE auth_cookie TO auth_cookie_original, auth_cookie_view TO auth_cookie;'", On ...
Aug. 1, 2014, 2:11 p.m. (2014-08-01 14:11:12 UTC) #13
mathias
http://codereview.adblockplus.org/5735669590654976/diff/5743114304094208/manifests/issuesserver.pp File manifests/issuesserver.pp (right): http://codereview.adblockplus.org/5735669590654976/diff/5743114304094208/manifests/issuesserver.pp#newcode39 manifests/issuesserver.pp:39: RENAME TABLE auth_cookie TO auth_cookie_original, auth_cookie_view TO auth_cookie;'", On ...
Aug. 1, 2014, 4:25 p.m. (2014-08-01 16:25:03 UTC) #14
mathias
- Make $permissions a trac::instance parameter - Improve site.conf and FGCI setup - Convert FEDERATED ...
Aug. 1, 2014, 4:25 p.m. (2014-08-01 16:25:10 UTC) #15
Wladimir Palant
LGTM
Aug. 4, 2014, 10 a.m. (2014-08-04 10:00:50 UTC) #16
mathias
According to Phill's requests during testing, here are a few more minor updates: - Ensure ...
Aug. 6, 2014, 12:38 p.m. (2014-08-06 12:38:58 UTC) #17
Wladimir Palant
Aug. 6, 2014, 12:51 p.m. (2014-08-06 12:51:42 UTC) #18
LGTM

Powered by Google App Engine
This is Rietveld