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

DRAFT - User section #2773

Merged
merged 244 commits into from
Mar 12, 2021
Merged

DRAFT - User section #2773

merged 244 commits into from
Mar 12, 2021

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    670decb View commit details
    Browse the repository at this point in the history
  2. Inital webpack mix script

    bookwyrm committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    2a2a60b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    bfd0bfa View commit details
    Browse the repository at this point in the history
  2. Stub source files

    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    b0b44e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9577ac3 View commit details
    Browse the repository at this point in the history
  4. Import sass from main site

    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    c38a2db View commit details
    Browse the repository at this point in the history
  5. Initial import of required Bootstrap styling

    Only bring in what we need to keep CSS size down
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    207fd7f View commit details
    Browse the repository at this point in the history
  6. Mark jQuery as an external

    So that we can include it separately and still use it in webpack build pipeline
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    954e16e View commit details
    Browse the repository at this point in the history
  7. Add Bootstrap and dependency

    For styling and JS
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    f28cd2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a708907 View commit details
    Browse the repository at this point in the history
  9. Setup support to automatically reload CSS when it changes

    Via browsersync
    
    Without this change I was having to wait for Jekyll to finish rebuilding the site in order to see CSS changes
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    7e93a9f View commit details
    Browse the repository at this point in the history
  10. Initial setup for JS build

    bootstrap import stubbed till we can figure out just which bits we need and can limit the import to keep JS size down
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1c5cfb6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b9de6c View commit details
    Browse the repository at this point in the history
  12. Initial work styling header

    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    02b2a75 View commit details
    Browse the repository at this point in the history
  13. main CSS build entry point

    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    bdc86c3 View commit details
    Browse the repository at this point in the history
  14. Initial build of CSS

    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    8b86c19 View commit details
    Browse the repository at this point in the history
  15. Initial work to update head for relaunch

    Removing some unneeded CSS/JS dn prep work for new site fonts
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    33f331e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7ed600e View commit details
    Browse the repository at this point in the history
  17. Regenerate production JS

    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    96cd10c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d1f5d5c View commit details
    Browse the repository at this point in the history
  19. Update nav to show proper main nav items

    Use the same nav struct for mobile view as well
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    aa48800 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6b160c1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0197a03 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    623487a View commit details
    Browse the repository at this point in the history
  23. Load utility classes

    Should see if we can trim this down at some point and not load _all_ of the utility classes
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    0a921dd View commit details
    Browse the repository at this point in the history
  24. Push nav to the right

    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    700d5dd View commit details
    Browse the repository at this point in the history
  25. Reflow code for better readability

    Also fix unbalanced tags and add comments to sort out unbalanced tag
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    61002f7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4dd4b9b View commit details
    Browse the repository at this point in the history
  27. Reload changes to HTML files

    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    3c6b879 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1088cc2 View commit details
    Browse the repository at this point in the history
  29. Remove VC style helpers from WP

    They’re not needed on this site
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    91ff0ed View commit details
    Browse the repository at this point in the history
  30. Add another level of spacer

    To keep with Bootstrap patterns but give us spacer to match the comp
    bookwyrm committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    21f4fca View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    3e21531 View commit details
    Browse the repository at this point in the history
  2. Update CNAME

    bookwyrm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8c44d99 View commit details
    Browse the repository at this point in the history
  3. Can’t ignore CSS and JS files

    The site won’t render correctly on GitHub Pages w/out them.
    bookwyrm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    2658752 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c07f87 View commit details
    Browse the repository at this point in the history
  5. Delete CNAME

    bookwyrm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    205d88e View commit details
    Browse the repository at this point in the history
  6. Create CNAME

    bookwyrm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    32b3db1 View commit details
    Browse the repository at this point in the history
  7. Delete trailing whitespace

    bookwyrm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a7d0f6c View commit details
    Browse the repository at this point in the history
  8. Close tags for better code

    And so that browsersync integration works correclty
    bookwyrm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    92a4f6e View commit details
    Browse the repository at this point in the history
  9. Dev config file

    So that we can ignore generated files w/out affecting the production process.
    
    `bundle exec jekyll serve --config _config.yml,_config_development.yml`
    bookwyrm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    9862619 View commit details
    Browse the repository at this point in the history
  10. New token for divider color

    bookwyrm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3508c22 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e2815b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52272d2 View commit details
    Browse the repository at this point in the history
  13. Reflow code to try to make indenting consistent

    Added character names to conditionals/loops to keep them straight.
    bookwyrm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    137979d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. In-progress work on left nav

    Restructuring class handling to DRY up code and reduce complexity of if statements.
    Tweaking classes to provide styling hooks.
    Updates for showing active nav sections.
    bookwyrm committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    0be6c42 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Updating sidebar styling and markup to support comp

    Still need to add carrot indicators
    bookwyrm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7d6b3d9 View commit details
    Browse the repository at this point in the history
  2. Move content block to be child of column

    To get more space between sidebar and content
    bookwyrm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7c743d6 View commit details
    Browse the repository at this point in the history
  3. Don’t output cookie consent unless in production

    To avoid the on-screen clutter during development
    bookwyrm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    38f2342 View commit details
    Browse the repository at this point in the history
  4. Regenerate CSS

    bookwyrm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ca4f48f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    b0ca26a View commit details
    Browse the repository at this point in the history
  2. Styling interior page bits

    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    faa24a3 View commit details
    Browse the repository at this point in the history
  3. Regenerate CSS

    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    e3b21db View commit details
    Browse the repository at this point in the history
  4. Include bootstrap before bourbon

    To let bourbon `size` mixin override the conflicting mixin from bootstrap
    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7014b84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4d8745 View commit details
    Browse the repository at this point in the history
  6. Cleanup nav styling

    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8e9e327 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8657da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    210564f View commit details
    Browse the repository at this point in the history
  9. Regenerate JS

    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    b974052 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e765e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddd5676 View commit details
    Browse the repository at this point in the history
  12. Dropdown styling tweaks

    To better match comp.
    Added section classes to data for styling hooks.
    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4b5cc0b View commit details
    Browse the repository at this point in the history
  13. Regenerate CSS

    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    c959226 View commit details
    Browse the repository at this point in the history
  14. Enabled rollover styling for format tiles

    Had to move svgs to be inline so we can change styling with CSS. Also changed the markup order so that we can change svgs on link hover.
    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    6724948 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    baa0ccd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    32e6867 View commit details
    Browse the repository at this point in the history
  17. Tweaks to “footer” on homepage

    To better match comp.
    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    6f1d22f View commit details
    Browse the repository at this point in the history
  18. Regenerate CSS

    bookwyrm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    839146c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    81d8e80 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Tweaking font sizes and spacing

    For better display of content on interior pages
    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2c1389c View commit details
    Browse the repository at this point in the history
  2. Get rid of wrapper element

    Since it is preventing proper page width on some interior pages - content is spreading wider than the container
    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    e8f6098 View commit details
    Browse the repository at this point in the history
  3. Match table color in comp

    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    482a52c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43b836d View commit details
    Browse the repository at this point in the history
  5. Get rid of &nbsp entities breaking sidebar layout

    Any spacing/stying is being handled by CSS so no need for these layout bits in the sidebar config file.
    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d018662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59175fe View commit details
    Browse the repository at this point in the history
  7. Add space below highlights

    For better content display
    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d7445fc View commit details
    Browse the repository at this point in the history
  8. Tweak thead border width

    To match comp
    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    874d795 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7f5f47 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c213290 View commit details
    Browse the repository at this point in the history
  11. Regenerate CSS

    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    6bb30cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c160772 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    709573c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cec4248 View commit details
    Browse the repository at this point in the history
  15. Extract common head markup

    Moving it to a single file makes it easy to share common asset include and setup details across all pages on the site.
    
    This is a first setp to getting the `head` for video examples cleaned up.
    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    31a76f7 View commit details
    Browse the repository at this point in the history
  16. Update video examples to use common head include

    To DRY up code
    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    726872c View commit details
    Browse the repository at this point in the history
  17. Update video sample template

    To use same design as other pages on the site.
    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    f4553ba View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    39a95e9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    699940e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c94e1c6 View commit details
    Browse the repository at this point in the history
  21. Regenerate CSS

    bookwyrm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    5666870 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Update template to get layout updates

    To match new design.
    Also remove trailing whitespace
    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    8f0d610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cbc3da View commit details
    Browse the repository at this point in the history
  3. Style common bidder tables

    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    db27dae View commit details
    Browse the repository at this point in the history
  4. Fix tags for proper footer display

    Also, whitespace updates
    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d199589 View commit details
    Browse the repository at this point in the history
  5. Delete trailing whitespace

    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a23e6d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dac9a5e View commit details
    Browse the repository at this point in the history
  7. Update template structure for new design

    Also, delete trailing whitespace
    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    fba9408 View commit details
    Browse the repository at this point in the history
  8. Put margin below sidebar like pb-content

    So that if sidebar is longer than content we still have the footer pushed down.
    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    b9a106a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    017ee68 View commit details
    Browse the repository at this point in the history
  10. Fix missing closing tags

    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    feb7dd5 View commit details
    Browse the repository at this point in the history
  11. 404 page layout and styling

    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    59ff4cf View commit details
    Browse the repository at this point in the history
  12. Regenerate CSS

    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7f57502 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1eb6c27 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3cca791 View commit details
    Browse the repository at this point in the history
  15. Regenerate CSS

    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    53b3664 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ea707d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    503ba60 View commit details
    Browse the repository at this point in the history
  18. Add styling for custom table

    By extending Bootstrap styles for ease of maintenance
    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4e1ad73 View commit details
    Browse the repository at this point in the history
  19. Make table responsive for example

    Makes the table scrollable if it’s wider than the space.
    Have to wrap the markdown in `div` tags and move the Inline Attribution List (https://kramdown.gettalong.org/syntax.html#inline-attribute-lists) to the bottom so that it doesn’t interfere with Markdown parsing of the table.
    Also need to specify that the `div` contains markdown via `markdown=“1”` based on https://kramdown.gettalong.org/syntax.html#html-blocks
    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    fb59f83 View commit details
    Browse the repository at this point in the history
  20. Regenerate CSS

    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    f30ee20 View commit details
    Browse the repository at this point in the history
  21. Header padding on mobile

    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2a08f48 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6ad266c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    eda284b View commit details
    Browse the repository at this point in the history
  24. Keep sidebar visible on larger screens

    But collapse it behind the toggle on smaller screens.
    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    b8cbdf2 View commit details
    Browse the repository at this point in the history
  25. Move margin to footer

    So that we don’t have extra margin below sidebar when left nav is collapsed on mobile
    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    469ec7f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    39cf3a1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a50efa3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a3d0c61 View commit details
    Browse the repository at this point in the history
  29. Regenerate CSS

    bookwyrm committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c70cab1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Use full bootstrap from CDN rather than limited local bootstrap

    Since the local compiled bootstrap uses features of JS that aren’t supported in IE11 and aren’t being “fixed” by babel in testing.
    bookwyrm committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    bd897d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ffd480 View commit details
    Browse the repository at this point in the history
  3. Regenerate CSS

    bookwyrm committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    14c81d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Adjust font sizes per feedback

    Switching from sizes in design comp to Minor Thirds ratio to have more difference in font size between the levels.
    bookwyrm committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    817156e View commit details
    Browse the repository at this point in the history
  2. Add missing heading styling

    h5 isn’t used in the content area on the site but adding it here so that it’s available in the future if an h5 is added.
    bookwyrm committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3fed439 View commit details
    Browse the repository at this point in the history
  3. Make h4 italic per feedback

    Required adding semi-bold italic font from Google for proper display in browsers.
    bookwyrm committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    6142daf View commit details
    Browse the repository at this point in the history
  4. Revert italic for h4 after additional feedback

    Leaving italic on h5 since h5 is same size as body copy and leaving italic-semi-bold include to support h5 styling.
    bookwyrm committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    f429cad View commit details
    Browse the repository at this point in the history
  5. Regenerate CSS

    bookwyrm committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    4a4bfc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Tweaks to get more space for content

    Make the overall page wider and the sidebar narrower, then give all that extra space to the content.
    bookwyrm committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    bb6cb68 View commit details
    Browse the repository at this point in the history
  2. Add padding to prevent nav text from running into icon

    It didn’t in review/testing but this tweak will ensure it doesn’t in the future.
    bookwyrm committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    19f0477 View commit details
    Browse the repository at this point in the history
  3. Regenerate CSS

    bookwyrm committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    a2161c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Merge remote-tracking branch 'upstream/dev' into dev

    # Conflicts:
    #	dev-docs/modules/userId.md
    bookwyrm committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    f13d3e6 View commit details
    Browse the repository at this point in the history
  2. Revert "Update CNAME"

    Revert CNAME to be correct for production site before opening a PR.
    
    This reverts commit 8c44d99.
    bookwyrm committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    6c600bf View commit details
    Browse the repository at this point in the history
  3. Remove no-index from headers

    So that PR for production site doesn’t block search indexing.
    bookwyrm committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    5cc6560 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Delete old, unused references to JS build

    Had to move away from JS build process due to issues generating a cross-browser JS file.
    bookwyrm committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7737c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7860e72 View commit details
    Browse the repository at this point in the history
  3. Reduce top padding on code

    Per request.
    bookwyrm committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    e031c56 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/dev' into redesign-2020

    # Conflicts:
    #	README.md
    #	_assets/sass/components/_pb.scss
    #	_layouts/home.html
    #	assets/css/main-bundle.css
    #	webpack.mix.js
    bookwyrm committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    6268240 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62e72dc View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    539573f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32a73de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    def5e5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1da6f79 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    15b20be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b81d93 View commit details
    Browse the repository at this point in the history
  3. Make content area wider

    For better display
    bookwyrm committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    6d53706 View commit details
    Browse the repository at this point in the history
  4. Link to standalone pages

    So that the bidders page is an entryway, not a page with lots of content
    bookwyrm committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    18c7476 View commit details
    Browse the repository at this point in the history
  5. Delete old bidders content

    Now being displayed on individual pages
    bookwyrm committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    6b2dc7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4272981 View commit details
    Browse the repository at this point in the history
  7. Update CNAME for testing

    bookwyrm committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    0c0166c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Don’t index staging site

    bookwyrm committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    543ea07 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Setup new layout for individual API pages

    Based on bidder layout
    bookwyrm committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    23d00e5 View commit details
    Browse the repository at this point in the history
  2. Break apart main API page to sub-pages

    For better UX and to get rid of long pages.
    bookwyrm committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    a6b9e8e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    9756023 View commit details
    Browse the repository at this point in the history
  2. Don’t filter by tags for now

    Testing site-wide search
    bookwyrm committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    8e7f65c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Initial basic autocomplete support

    Link out to page on selection
    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    34f22b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6342d2b View commit details
    Browse the repository at this point in the history
  3. Text change per comp

    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    e21daf0 View commit details
    Browse the repository at this point in the history
  4. Setup bidder groupings

    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    108702a View commit details
    Browse the repository at this point in the history
  5. Updated lockfile

    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    c26bf26 View commit details
    Browse the repository at this point in the history
  6. Add awesomplete package

    So that we can pull in CSS without using CDN
    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    eed57f3 View commit details
    Browse the repository at this point in the history
  7. Add class for styling hook

    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    a87a809 View commit details
    Browse the repository at this point in the history
  8. Remove CSS from CDN

    We will be styilng via native site CSS
    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d5ff37c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f424b3d View commit details
    Browse the repository at this point in the history
  10. Styling for bidder list and autocomplete

    Per comp
    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ec0ab5b View commit details
    Browse the repository at this point in the history
  11. Reflow code

    For more readable customizations
    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    45b036c View commit details
    Browse the repository at this point in the history
  12. Increase hits returned

    Per feedback
    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    7b0d843 View commit details
    Browse the repository at this point in the history
  13. Only return 1 result per URL

    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    045e00d View commit details
    Browse the repository at this point in the history
  14. Hide facet groupings

    Per feedback
    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    c32cfcd View commit details
    Browse the repository at this point in the history
  15. Regenerate CSS

    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    3bc80a1 View commit details
    Browse the repository at this point in the history
  16. Simple cache busting

    To get updated CSS to be used.
    bookwyrm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    73953fa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Extract JS to external file

    So that we can edit it w/out battling with Jekyll/Liquid parsing and formatting.
    bookwyrm committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    ee6a6db View commit details
    Browse the repository at this point in the history
  2. Add support to sort results by name

    For saner result display
    bookwyrm committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    c079d01 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. adding timeouts feature page (#2709)

    * adding timeouts feature page
    
    * minor edits
    
    Co-authored-by: Jean Stemp <jstemp@appnexus.com>
    bretg and jeanstemp authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    08e179a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Pbm native in app (#2686)

    * added android prebid native inapp
    
    * Edited the first section.
    
    * Cleaned up samples
    
    * Fixed a step.
    
    * minor edits
    
    * Removed the create method
    
    * Added iOS docs for in app native
    
    Co-authored-by: Steve <ssuranie@appnexus.com>
    Co-authored-by: Jean Stemp <jstemp@appnexus.com>
    3 people authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    04a4e40 View commit details
    Browse the repository at this point in the history
  2. logan adapter: add docs (#2700)

    * add docs
    
    * Update logan.md
    
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    WlsLogan and Aiholkin authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    1254ed7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3723a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87f0b1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d956c1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4367aa9 View commit details
    Browse the repository at this point in the history
  7. ozone 2.5.0 docs update (#2716)

    Co-authored-by: Afsheen Bigdeli <afsheenb@namecast.net>
    afsheenb and Afsheen Bigdeli authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ce54fc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. added ignoreBidderCacheKey docs (#2720)

    * added ignoreBidderCacheKey docs
    
    * edits and some general cleanup
    
    Co-authored-by: Jean Stemp <jstemp@appnexus.com>
    bretg and jeanstemp authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1fd2fc4 View commit details
    Browse the repository at this point in the history
  2. GumGum: adds irisid and pubId for server side params (#2649)

    * specifies us privacy is supported
    
    * adds video support to gumgum md
    
    * adds support for tcf 2
    
    * adds new bid param to gumgum.md
    
    * updates gumgum doc
    
    * notes required mediaType for video products
    
    * updates gumgum doc
    
    * adds pubId and irisid params
    
    * removes extra cell
    susyt authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    4c6fd03 View commit details
    Browse the repository at this point in the history
  3. pangle bidder: add doc (#2694)

    Co-authored-by: hcai <caihengsheng@bytedance.com>
    chshpra and hcai authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9b839e2 View commit details
    Browse the repository at this point in the history
  4. Epom Adapter Doc (#2667)

    * Create epom.md
    
    * Epom Adapter Doc: pull requests improvements
    
    * Update epom.md
    
    Co-authored-by: Vasyl Zarva <vasyan.z@gmail.com>
    Co-authored-by: bretg <bgorsline@gmail.com>
    3 people authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    b1b8dc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Add new prebid server adapter parameter (#2724)

    * initial
    
    * Update mobfoxpb.md
    
    * Update mobfoxpb.md
    
    * Update mobfoxpb.md
    
    * Update mobfoxpb.md
    
    Add `key` parameter
    
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    mobfxoHB and Aiholkin authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    49e96f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a354c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    f4e5567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25f9a03 View commit details
    Browse the repository at this point in the history
  3. Update userId.md (#2705)

    * Update userId.md
    
    removing reference to "TBD" in the Pubprovided documentation.
    
    * Update userId.md
    jdwieland8282 authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    841237d View commit details
    Browse the repository at this point in the history
  4. Revert "Break apart main API page to sub-pages"

    This reverts commit a6b9e8e.
    
    These updates are not ready to launch yet - revert them so they’re not part of the PR for bidder updates
    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    9000f02 View commit details
    Browse the repository at this point in the history
  5. Revert "Setup new layout for individual API pages"

    This reverts commit 23d00e5.
    
    These updates are not ready to launch yet - revert them so they’re not part of the PR for bidder updates
    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    03f4348 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/dev' into redesign-2020

    # Conflicts:
    #	assets/css/main-bundle.css
    #	dev-docs/bidders/adhese.md
    #	dev-docs/bidders/adkernel.md
    #	dev-docs/bidders/adkernelAdn.md
    #	dev-docs/bidders/adot.md
    #	dev-docs/bidders/adprime.md
    #	dev-docs/bidders/beachfront.md
    #	dev-docs/bidders/between.md
    #	dev-docs/bidders/brightroll.md
    #	dev-docs/bidders/colossus.md
    #	dev-docs/bidders/decenterads.md
    #	dev-docs/bidders/improvedigital.md
    #	dev-docs/bidders/inmobi.md
    #	dev-docs/bidders/kidoz.md
    #	dev-docs/bidders/kubient.md
    #	dev-docs/bidders/livewrapped.md
    #	dev-docs/bidders/mobilefuse.md
    #	dev-docs/bidders/readpeak.md
    #	dev-docs/bidders/revcontent.md
    #	dev-docs/bidders/richaudience.md
    #	dev-docs/bidders/rtbhouse.md
    #	dev-docs/bidders/smartrtb.md
    #	dev-docs/bidders/sonobi.md
    #	dev-docs/bidders/synacormedia.md
    #	dev-docs/bidders/tappx.md
    #	dev-docs/bidders/ucfunnel.md
    #	dev-docs/bidders/vdoai.md
    #	dev-docs/bidders/visx.md
    #	download.md
    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    f7042ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    515a44e View commit details
    Browse the repository at this point in the history
  8. Add helper script to find ungrouped bidders

    Whenever bidders are added to the site they need to be assigned to a `list_group` from `dev-docs/bidders.md` via the individual bidder frontmatter. If a bidder isn’t assigned to a `list_group` then they won’t appear on the Bidders page.
    
    This script checks all bidders and lists those that aren’t assigned to a `list_group`.
    
    Exclude the script so it’s not included in the generated site.
    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    dda02f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7977432 View commit details
    Browse the repository at this point in the history
  10. Added axonix.md (#2711)

    * Added axonix.md
    
    * Changed to single quotes
    cesarfd authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    a7aea04 View commit details
    Browse the repository at this point in the history
  11. new adapter - iprom (#2708)

    * iPROM bidder upload - docs
    
    * Update iprom.md
    
    added quotes around the string examples and made the link active
    
    Co-authored-by: Gašper Žagar <gasper.zagar@iprom.si>
    Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com>
    3 people authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    42f252e View commit details
    Browse the repository at this point in the history
  12. Revert "Update CNAME for testing"

    Restore expected CNAME for production site.
    
    This reverts commit 0c0166c.
    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    a97805c View commit details
    Browse the repository at this point in the history
  13. Revert "Don’t index staging site"

    Allow indexing of production site.
    
    This reverts commit 543ea07.
    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    cc7a25f View commit details
    Browse the repository at this point in the history
  14. breaking analytics adapters out into separate files (#2727)

    * breaking analytics adapters out into separate files
    
    * new analytics adapter doc instructions
    
    * new analytics adapter doc instructions
    
    * giving specific guidance on the privacy policy flags
    bretg authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    b91a574 View commit details
    Browse the repository at this point in the history
  15. Refactor grouping by name

    This is a better approach do it by parsing the title rather than relying on a value in the frontmatter
    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    784f207 View commit details
    Browse the repository at this point in the history
  16. Better sort of bidder pages

    Make them sorted by title in a case-insensitive manner
    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    779fad7 View commit details
    Browse the repository at this point in the history
  17. Remove unneeded list_group

    Now that we are grouping by parsing title, we no longer need the list_group in the frontmatter.
    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    6a1d698 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0a60039 View commit details
    Browse the repository at this point in the history
  19. Remove unneeded list_group

    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    ac41711 View commit details
    Browse the repository at this point in the history
  20. Delete merge conflict tags

    bookwyrm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d4f9d51 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b3aaace View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    f03cec6 View commit details
    Browse the repository at this point in the history
  2. BCM adapter alias (#2726)

    * Create bcm.md
    
    * Fixed the file location
    
    * Revert "Fixed the file location"
    
    This reverts commit 0849daf.
    
    * Moved to dev-docs/bidders
    
    Co-authored-by: Gabriela Melendez <gabriela@adkernel.com>
    melendezgabbyz0 and melendezgabbyz authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3cb7cb5 View commit details
    Browse the repository at this point in the history
  3. Marsmedia bid adapter (#2729)

    * Change params, add description
    
    * Add support for gdpr, schain and video
    
    * change param from ZoneId to zoneId
    remove rows: top_nav_section , nav_section
    
    * change param from ZoneId to zoneId
    remove rows: top_nav_section , nav_section
    
    * New adapter - videofy
    
    * add updated supported, add example
    vladi-mmg authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    2c1a526 View commit details
    Browse the repository at this point in the history
  4. Native: add Native Custom Assets section (#2713)

    * Native: add Custom Assets section
    
    * wordsmithing
    
    * Update native-implementation.md
    
    Co-authored-by: bretg <bgorsline@gmail.com>
    osazos and bretg authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ac9d560 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0981759 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. jixie: param updates (#2717)

    * as we are adding the prebid-server adaptor and introduced a few extra params , they are added here too
    (note: those 3 new params would also reach the headerbid adserver in the case of prebid "clientside HB" too. So all good)
    
    * added quotes around string params
    
    Co-authored-by: bretg <bgorsline@gmail.com>
    jxdeveloper1 and bretg authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    717c500 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    8e11e4f View commit details
    Browse the repository at this point in the history
  2. Better display of search on mobile

    Keep the icon visible.
    bookwyrm committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    7da5d8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2d6e01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07c3f90 View commit details
    Browse the repository at this point in the history
  5. Add back to Bidders links.

    Per feedback
    bookwyrm committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4e403e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d400646 View commit details
    Browse the repository at this point in the history
  7. describing opt-out (#2747)

    * describing opt-out
    
    * fixing pubcommon opt out
    
    * wordsmithing
    bretg authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    2c3bb04 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

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

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    0f002b3 View commit details
    Browse the repository at this point in the history
  2. Discuss optional keys (#2738)

    * Update publisher-api-reference.md
    
    * wordsmithing
    
    good improvement. made a few updates.
    
    Co-authored-by: bretg <bgorsline@gmail.com>
    patmmccann and bretg authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    484813e View commit details
    Browse the repository at this point in the history
  3. Merge branch '2773-mergeR'

    SSuranie committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    2e9694f View commit details
    Browse the repository at this point in the history
  4. Add support pbs (#2710)

    Co-authored-by: faithnh <fullpong@unicorn.inc>
    faithnh and faithnh authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    0f9c0ca View commit details
    Browse the repository at this point in the history
  5. Merge branch '2746PRR'

    SSuranie committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    ff5230c View commit details
    Browse the repository at this point in the history
  6. Updating seedtag adapter doc (#2740)

    * added media_types to the seedtag docs
    
    * Updating doc to include inArticle
    
    * Adding again pbjs param.
    
    Co-authored-by: Carlos Barreiro Mata <barreymata@gmail.com>
    lauramorillo and cabama authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    b3bc1bd View commit details
    Browse the repository at this point in the history
  7. Add Prebid server compatibility to AdYouLike bidder (#2741)

    * set usp supported for adyoulike bidder
    
    * add native in mediatypes
    
    * fix pbjs field
    
    * add prebid server compatibility on AdYouLike bidder
    guiann authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4a32e14 View commit details
    Browse the repository at this point in the history
  8. GumGum: adds description to bidfloor param (#2744)

    * specifies us privacy is supported
    
    * adds video support to gumgum md
    
    * adds support for tcf 2
    
    * adds new bid param to gumgum.md
    
    * updates gumgum doc
    
    * notes required mediaType for video products
    
    * updates gumgum doc
    
    * adds pubId and irisid params
    
    * removes extra cell
    
    * updates doc to include that bidfloor is in usd
    susyt authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9edd435 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dff5b62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5ca9f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a92172f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    173afbf View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    f915500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1fd50f View commit details
    Browse the repository at this point in the history
  3. Update yuktamedia.md (#2760)

    Enable download and changed Registration info
    AbhijitBhosale23 authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d200b09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    951e127 View commit details
    Browse the repository at this point in the history
  5. Bidder params fix (#2767)

    * renaming files to match bidder codes
    
    * adding pbjs: true
    
    * adding aliases to edge case bidders
    
    * fixing aliasCode
    bretg authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    267a831 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55ba2a0 View commit details
    Browse the repository at this point in the history
  7. removing tcf2 variable, general GDPR update (#2769)

    * removing tcf2 variable, general GDPR update
    
    * restoring gdpr_supported status
    bretg authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    da3446b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7334f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. First Party Data 2.0 doc updates (#2722)

    * fpd2.0 updates
    
    * minor edits
    
    * table tuning
    
    * removed diagram
    
    * review comments from taxonomy team
    
    * adding in version number
    
    also added notes about PBJS 4.29 and before
    
    Co-authored-by: Jean Stemp <jstemp@appnexus.com>
    bretg and jeanstemp authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    8e41e88 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. adding user identity pages

    bretg committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6801860 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

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