[openstreetmap-website] User page (#23)

Andrew Turner reply+i-3411560-081e63ef5c7536580e543b1831644d25e97de889-1419053 at reply.github.com
Tue Feb 28 00:45:45 GMT 2012


A major design modification to the User Page that brings forth the users actions to a higher prominence. This is a first step in making it clearer on seeing and sharing activities a user is performing in the community.

Includes modifications to models for some general functions, helper methods for often used calls such as if the logged in user is viewing their own page, and some styling.

Logged in:

![OpenStreetMap User Page](http://cloud.github.com/downloads/ajturner/openstreetmap-website/OpenStreetMap%20User%20Page.png)

Logged out or non-current user still hides the location as it did before. Looking for feedback and next steps in getting this merged in if appropriate.

You can merge this Pull Request by running:

  git pull https://github.com/ajturner/openstreetmap-website user_page

Or you can view, comment on it, or merge it online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/23

-- Commit Summary --

* Add GPLv2 license file and mention in README
* Merge branch 'master' of https://github.com/openstreetmap/openstreetmap-website
* A rather wide swath of changes for user pages
* Major user pages redesigns
* More major edits to the user show page. Also includes some login page styling changes

-- File Changes --

M Gemfile.lock (14)
A LICENSE (339)
M README.mkdn (4)
A app/assets/images/icons/map_edit.png (0)
A app/assets/images/icons/page.png (0)
A app/assets/images/icons/page_add.png (0)
M app/assets/stylesheets/common.css.scss (58)
M app/assets/stylesheets/ltr.css.scss (1)
M app/controllers/user_controller.rb (13)
M app/helpers/application_helper.rb (10)
M app/helpers/user_helper.rb (17)
M app/models/changeset.rb (9)
M app/models/diary_entry.rb (10)
M app/models/node.rb (1)
M app/models/relation.rb (2)
M app/models/user.rb (37)
M app/models/way.rb (1)
M app/views/changeset/_changesets.html.erb (2)
M app/views/diary_entry/_diary_entry.html.erb (4)
A app/views/user/_activities.html.erb (6)
A app/views/user/_activity_changeset.html.erb (16)
A app/views/user/_activity_diaryentry.html.erb (9)
M app/views/user/_contact.html.erb (44)
M app/views/user/_map.html.erb (2)
M app/views/user/account.html.erb (4)
A app/views/user/users.html.erb (11)
M app/views/user/view.html.erb (210)
M config/locales/en.yml (12)
M config/routes.rb (1)
M db/migrate/028_add_more_changeset_indexes.rb (2)
D test/fixtures/acls.yml (13)
M test/fixtures/current_nodes.yml (1)

-- Patch Links --

  https://github.com/openstreetmap/openstreetmap-website/pull/23.patch
  https://github.com/openstreetmap/openstreetmap-website/pull/23.diff

--- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/23



More information about the rails-dev mailing list