[openstreetmap-website] User page redesign a.k.a. activity stream (#54)

Paweł Paprota reply+i-5639864-2a5f38fddc310afc93d040e3a3ff78d39329985f-1419053 at reply.github.com
Mon Jul 16 15:11:19 BST 2012


Hi all,

I'm creating this pull request mainly to keep track of the work and to have a place for your feedback which is better than IRC and mailing list I think.

Details on the idea are described in:

https://wiki.openstreetmap.org/wiki/User:Ppawel/ActivityStream

At this point this is in very early stages, any feedback is welcome, especially on the layout/functional side but technical feedback as well.

![Screenshot](http://i.imgur.com/2hujw.png)

You can merge this Pull Request by running:

  git pull https://github.com/ppawel/openstreetmap-website activity-stream

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

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

-- 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
* Reverting login pages changes. Was limited to CSS styling for #login_wrapper
* Fixed the Recent Activity feed to point to the working changeset#feed for now
* This is very early stage of the activity stream for osm.org. This first step is actually simple merge of existing work:
* Work on user page layout.

-- File Changes --

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 (65)
M app/assets/stylesheets/ltr.css.scss (1)
M app/controllers/user_controller.rb (11)
M app/helpers/application_helper.rb (10)
M app/helpers/user_helper.rb (17)
M app/models/changeset.rb (13)
M app/models/diary_entry.rb (9)
M app/models/user.rb (40)
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 (27)
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 (188)
M config/locales/en.yml (12)
M config/routes.rb (1)

-- Patch Links --

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

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



More information about the rails-dev mailing list