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

FIX: Team listing elements #377

Closed
wants to merge 22 commits into from
Closed

FIX: Team listing elements #377

wants to merge 22 commits into from

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    8ea2a20 View commit details
    Browse the repository at this point in the history
  2. Issue 354: Improved Blogpost

    - Removed old SEO Mixins as they are being added to Neos.Neos:Document
    anyway
    - Made noindex/nofollow editable for correct language handling
    - Moved metadata back to seo tab for coherence
    regniets committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    cfd8a71 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Merge pull request #361 from regniets/bugfix/blog

    Few minor bugfixes
    regniets committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    69e15fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #363 from regniets/bugfix/countup

    Added Validators to countup, solves issue #327
    regniets committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    c768c66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #364 from regniets/bugfix/choicebutton

    Added translation for choiceButton; refactored to afx
    regniets committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    4e147b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2545f6f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #362 from regniets/feature/references

    Refactoring of CaseStudies/Showcases and Service Provider Listing
    regniets committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    1d66041 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e30c5d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #365 from regniets/bugfix/references

    Bugfix: Add showcase listing on service provider page
    regniets committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    e2c00c4 View commit details
    Browse the repository at this point in the history
  8. Sort arrays correctly

    regniets committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    aceca48 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79bdd65 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #366 from regniets/bugfix/references

    Sort dropdown arrays correctly
    regniets committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    767e4d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. FEATURE: Switch to Matomo for tracking (#367)

    * FEATURE: Switch to Matomo for tracking
    
    After deployment the following steps need to be taken:
    
    * Add opt-out element to legal page
    * Adjust text on legal page
    * Make sure environment variable for auth token is set
    * Check all tags that they work properly
    
    Co-authored-by: Stefan Regniet <s.regniet@techdivision.com>
    Sebobo and regniets committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    5d1b642 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    d0c19f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    1a9ec6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e78969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f9b580 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #370 from regniets/bugfix/case-studies

    Bugfix: Added maximumWidth and async for caselisting images
    regniets committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ef90505 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Merge pull request #371 from regniets/bugfix/lazyload

    Lazyload bugfix: Added vanilla-lazyload for lazyloading
    regniets committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    c704b3c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Update _Stage.scss

    remove overflow hidden in .stage because it cuts .team-listing-profile boxes near the footer section
    iseries committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    f32c174 View commit details
    Browse the repository at this point in the history
  2. Update _Base.scss

    Add overflow:hidden to the body tag to avoid horizontal scrolling when using oversized elements like .team-listing-profile
    iseries committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    c0b8cc9 View commit details
    Browse the repository at this point in the history
  3. Update _Team.scss

    Long urls causing layout problems due to overflow in .team-listing-profile. Better wrap it.
    iseries committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    cdb1fcc View commit details
    Browse the repository at this point in the history