[openstreetmap/openstreetmap-website] Usermess (#1897)
Jim Nanney
notifications at github.com
Sat Jun 9 16:39:11 UTC 2018
Make user#view into more resourceful user#show
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/1897
-- Commit Summary --
* Guard against undefined CSP_ENFORCE constant
* Update .rubocop_todo.yml
* Merge pull request #1 from rubyforgood/rubocop/auto_gen_config
* Resolve 34 Rubocop Lint/AmbiguousOperator conflicts
* Resolve 96 Rubocop Lint/AmbiguousRegexpLiteral conflicts
* Resolve 2 Rubocop Lint/ShadowingOuterLocalVariable conflicts
* Merge pull request #2 from rubyforgood/rubocop/lint_ambiguous_operator
* Merge pull request #4 from rubyforgood/rubocop/lint_shadowing_out_local_variable
* Merge branch 'master' into rubocop/lint_ambiguous_regex_literal
* Merge pull request #3 from rubyforgood/rubocop/lint_ambiguous_regex_literal
* change user#view to user#show
-- File Changes --
M .rubocop_todo.yml (153)
M app/controllers/user_controller.rb (16)
M app/helpers/note_helper.rb (2)
M app/helpers/notifier_helper.rb (2)
M app/helpers/user_roles_helper.rb (12)
M app/views/changeset/history.html.erb (2)
M app/views/changeset/list.atom.builder (10)
M app/views/layouts/_header.html.erb (6)
M app/views/oauth/authorize.html.erb (2)
M app/views/user/_contact.html.erb (12)
M app/views/user/_user.html.erb (4)
M app/views/user/account.html.erb (2)
R app/views/user/show.html.erb (0)
M config/initializers/secure_headers.rb (32)
M config/locales/af.yml (2)
M config/locales/aln.yml (2)
M config/locales/ar.yml (2)
M config/locales/arz.yml (2)
M config/locales/ast.yml (2)
M config/locales/az.yml (2)
M config/locales/be-Tarask.yml (2)
M config/locales/be.yml (2)
M config/locales/bg.yml (2)
M config/locales/bn.yml (2)
M config/locales/br.yml (2)
M config/locales/bs.yml (2)
M config/locales/ca.yml (2)
M config/locales/cs.yml (2)
M config/locales/cy.yml (2)
M config/locales/da.yml (2)
M config/locales/de.yml (2)
M config/locales/diq.yml (2)
M config/locales/dsb.yml (2)
M config/locales/el.yml (2)
M config/locales/en-GB.yml (2)
M config/locales/en.yml (2)
M config/locales/eo.yml (2)
M config/locales/es.yml (2)
M config/locales/et.yml (2)
M config/locales/eu.yml (2)
M config/locales/fa.yml (2)
M config/locales/fi.yml (2)
M config/locales/fr.yml (2)
M config/locales/fur.yml (2)
M config/locales/fy.yml (2)
M config/locales/ga.yml (2)
M config/locales/gcf.yml (2)
M config/locales/gd.yml (2)
M config/locales/gl.yml (2)
M config/locales/he.yml (2)
M config/locales/hr.yml (2)
M config/locales/hsb.yml (2)
M config/locales/hu.yml (2)
M config/locales/ia.yml (2)
M config/locales/id.yml (2)
M config/locales/is.yml (2)
M config/locales/it.yml (2)
M config/locales/ja.yml (2)
M config/locales/ka.yml (2)
M config/locales/kab.yml (2)
M config/locales/ko.yml (2)
M config/locales/ku-Latn.yml (2)
M config/locales/lb.yml (2)
M config/locales/lt.yml (2)
M config/locales/lv.yml (2)
M config/locales/mk.yml (2)
M config/locales/mr.yml (2)
M config/locales/ms.yml (2)
M config/locales/nb.yml (2)
M config/locales/nds.yml (2)
M config/locales/ne.yml (2)
M config/locales/nl.yml (2)
M config/locales/nn.yml (2)
M config/locales/oc.yml (2)
M config/locales/pa.yml (2)
M config/locales/pl.yml (2)
M config/locales/pt-BR.yml (2)
M config/locales/pt-PT.yml (2)
M config/locales/pt.yml (2)
M config/locales/ru.yml (2)
M config/locales/scn.yml (2)
M config/locales/sk.yml (2)
M config/locales/sl.yml (2)
M config/locales/sq.yml (2)
M config/locales/sr-Latn.yml (2)
M config/locales/sr.yml (2)
M config/locales/sv.yml (2)
M config/locales/ta.yml (2)
M config/locales/te.yml (2)
M config/locales/th.yml (2)
M config/locales/tl.yml (2)
M config/locales/tr.yml (2)
M config/locales/uk.yml (2)
M config/locales/vi.yml (2)
M config/locales/zh-CN.yml (2)
M config/locales/zh-TW.yml (2)
M config/routes.rb (2)
M test/controllers/amf_controller_test.rb (62)
M test/controllers/changeset_controller_test.rb (12)
M test/controllers/diary_entry_controller_test.rb (4)
M test/controllers/messages_controller_test.rb (4)
M test/controllers/old_node_controller_test.rb (2)
M test/controllers/redactions_controller_test.rb (2)
M test/controllers/swf_controller_test.rb (6)
M test/controllers/traces_controller_test.rb (2)
M test/controllers/user_controller_test.rb (80)
M test/integration/client_applications_test.rb (2)
M test/integration/user_creation_test.rb (2)
M test/integration/user_roles_test.rb (4)
M test/lib/bounding_box_test.rb (4)
M test/lib/country_test.rb (6)
M test/models/changeset_test.rb (12)
M test/models/message_test.rb (4)
M test/models/node_test.rb (38)
M test/models/old_node_test.rb (4)
M test/models/relation_test.rb (22)
M test/models/tracepoint_test.rb (4)
M test/models/way_test.rb (22)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/1897.patch
https://github.com/openstreetmap/openstreetmap-website/pull/1897.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1897
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20180609/b616b2d4/attachment-0001.html>
More information about the rails-dev
mailing list