Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Skip to content" feature when user presses tab key (accessibility) #7025

Merged
merged 30 commits into from
Jan 15, 2015

Commits on Jan 14, 2015

  1. Configuration menu
    Copy the full SHA
    fa619f5 View commit details
    Browse the repository at this point in the history
  2. changed all css within '.widgetName h3{' to make all the headings of …

    …the widgits on the dashboard to h3 from span without changing what it looked like.
    flora edwards committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    bb2ac07 View commit details
    Browse the repository at this point in the history
  3. changed the blue colour used repeatedly through the site to make it d…

    …arker for enough contrast for users with eyesight difficulties.
    flora edwards committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    08d3295 View commit details
    Browse the repository at this point in the history
  4. added a link at the top of the page that links to another link at the…

    … top of the main content
    flora edwards committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    8b4e40a View commit details
    Browse the repository at this point in the history
  5. added css for the skip to content links so it will be off the screen …

    …when not in focus and in the top middle of the screen when someone tabs onto it.
    flora edwards committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    52d7930 View commit details
    Browse the repository at this point in the history
  6. added a link at the top of the main content which is where the user w…

    …ill go when they have clicked the skip to content link
    flora edwards committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    12e5e99 View commit details
    Browse the repository at this point in the history
  7. making an accessible skip to content button for users who are using t…

    …he tab button to go through the page
    flora edwards committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    4f474f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. added in an accessible skip to content button for people who go throu…

    …gh webages with the tab key
    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    9aca4cb View commit details
    Browse the repository at this point in the history
  2. css changes to the skip to content button

    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    b2a7418 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee9ff1 View commit details
    Browse the repository at this point in the history
  4. Fix curl timeout not set completely: this could result in Piwik hang …

    …indefinitely on an HTTP request
    
    More particularly, this resulted in the installation hanging at the second step (system check) when using PHP's built-in webserver.
    mnapoli authored and flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    e415649 View commit details
    Browse the repository at this point in the history
  5. Fix matomo-org#6980 "Array to string conversion" notice

    mnapoli authored and flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    4147c87 View commit details
    Browse the repository at this point in the history
  6. Remove dependency on Piwik DI in generate:travis-yml command (for tra…

    …vis builds against older piwik versions).
    diosmosis authored and flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    75083be View commit details
    Browse the repository at this point in the history
  7. Refs matomo-org#6968, add --w3c-fields option to log importer so log …

    …files in W3C extended log file format can be imported from stdin w/o a '#Fields:' line being present.
    diosmosis authored and flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    c28adc4 View commit details
    Browse the repository at this point in the history
  8. Add ability to customise the font family in HTML email reports

    mattab authored and flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    be3ad40 View commit details
    Browse the repository at this point in the history
  9. Scheduled reports, set the table header font to uppercase

    mattab authored and flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    9276c8d View commit details
    Browse the repository at this point in the history
  10. in scheduled reports, put the blue background row first, then white

    mattab authored and flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    fcdbae6 View commit details
    Browse the repository at this point in the history
  11. Make table header font normal weight instead of bold

    mattab authored and flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    4b9336e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ef8e91 View commit details
    Browse the repository at this point in the history
  13. changed all css within '.widgetName h3{' to make all the headings of …

    …the widgits on the dashboard to h3 from span without changing what it looked like.
    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    a0f341e View commit details
    Browse the repository at this point in the history
  14. changed the blue colour used repeatedly through the site to make it d…

    …arker for enough contrast for users with eyesight difficulties.
    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    790afc7 View commit details
    Browse the repository at this point in the history
  15. added a link at the top of the page that links to another link at the…

    … top of the main content
    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    144db93 View commit details
    Browse the repository at this point in the history
  16. added css for the skip to content links so it will be off the screen …

    …when not in focus and in the top middle of the screen when someone tabs onto it.
    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    3cd03a5 View commit details
    Browse the repository at this point in the history
  17. added a link at the top of the main content which is where the user w…

    …ill go when they have clicked the skip to content link
    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    5df5b0e View commit details
    Browse the repository at this point in the history
  18. making an accessible skip to content button for users who are using t…

    …he tab button to go through the page
    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    84f2c59 View commit details
    Browse the repository at this point in the history
  19. added in an accessible skip to content button for people who go throu…

    …gh webages with the tab key
    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    fc3fc2b View commit details
    Browse the repository at this point in the history
  20. css changes to the skip to content button

    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    2372a36 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6b37b0f View commit details
    Browse the repository at this point in the history
  22. merged conflict

    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    38aa80d View commit details
    Browse the repository at this point in the history
  23. merged conflic resolved

    flora edwards committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    4eb6895 View commit details
    Browse the repository at this point in the history