openstreetmap-website/test/functional
Saman Bemel-Benrud a36f3558dd Site cleanup
I set out to do a quick and dirty typography overhaul to make things
more consistent and a bit cleaner, but I kept running into things I
didn't like, so this lead me down something of a rabbit hole of design
tweaks to the OSM site.

Goals here are to have better content hierarchy, better vertical
rhythm, more consistent UI, cleaner markup with less tables, all while
keeping the basics pretty much intact. There are a lot of things I
didn't touch even though they need to be updated (lots of tables where
stuff shouldn't be tables, mostly).

Basic overview of changes:

I added a new persistent header that helps segment pages. It's now
a lot easier to know what you're looking at. The header has a page
title, a description, plus a submenu of actions.

There is now a pattern of 20px/10px margins and padding for more
rhythm and breathing room throughout the site.

I know there are other problems here or things I've missed - would
love another set of eyes to look over this! I am still getting comfortable
working on the site - it's my first time ever digging into a ruby or rails
so I'm not familiar with the templating language yet.
2013-01-14 21:27:08 +00:00
..
amf_controller_test.rb Get all the tests passing under ruby 1.9 2012-05-27 13:51:25 +01:00
api_controller_test.rb Test new API permissions route 2012-05-05 15:30:23 +01:00
browse_controller_test.rb Site cleanup 2013-01-14 21:27:08 +00:00
changeset_controller_test.rb Fix tests to cope with stricter route enforcement in rails 2.3.6 2012-06-18 13:03:03 +01:00
changeset_tag_controller_test.rb Adding stub functional test files for all the controllers that should have tests written for them. 2008-10-28 12:49:51 +00:00
diary_entry_controller_test.rb Update tests for changes to HTML escaping in rails 3.2.8 2012-08-17 22:57:58 +01:00
export_controller_test.rb Serve embedded maps through the assets pipeline 2012-11-23 10:40:26 +00:00
friend_controller_test.rb Adding stub functional test files for all the controllers that should have tests written for them. 2008-10-28 12:49:51 +00:00
geocoder_controller_test.rb Fix various routing and route generation errors 2012-03-09 23:15:39 +00:00
message_controller_test.rb Increase allowed time delta in message sending test 2012-09-30 14:24:28 +01:00
node_controller_test.rb Don't show coordinates for deleted nodes 2012-07-11 14:42:01 +01:00
oauth_clients_controller_test.rb Add routing tests for all supported routes 2012-03-09 19:49:44 +00:00
oauth_controller_test.rb Add routing tests for all supported routes 2012-03-09 19:49:44 +00:00
old_node_controller_test.rb Fix tests to cope with stricter route enforcement in rails 2.3.6 2012-06-18 13:03:03 +01:00
old_relation_controller_test.rb Added tests for old_* redaction routes 2012-04-05 13:49:51 +01:00
old_way_controller_test.rb Added tests for old_* redaction routes 2012-04-05 13:49:51 +01:00
redactions_controller_test.rb Added redactions controller test and fixed a bug in the controller 2012-04-05 13:52:01 +01:00
relation_controller_test.rb Added a test for trac ticket 4471, and fixed the issue. 2012-09-21 09:07:21 +01:00
search_controller_test.rb Add routing tests for all supported routes 2012-03-09 19:49:44 +00:00
site_controller_test.rb Inline key partial used only on index 2012-09-30 11:59:06 +01:00
swf_controller_test.rb Add routing tests for all supported routes 2012-03-09 19:49:44 +00:00
trace_controller_test.rb Fix various routing and route generation errors 2012-03-09 23:15:39 +00:00
user_blocks_controller_test.rb Fix tests to cope with stricter route enforcement in rails 2.3.6 2012-06-18 13:03:03 +01:00
user_controller_test.rb Simplify handling of verified emails in OpenID signup 2012-10-30 21:43:38 +00:00
user_preference_controller_test.rb Add routing tests for all supported routes 2012-03-09 19:49:44 +00:00
user_roles_controller_test.rb Add functional tests for the user_roles controller 2012-03-20 17:21:13 +00:00
way_controller_test.rb Add routing tests for all supported routes 2012-03-09 19:49:44 +00:00