Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mgol/jquery-wp-content
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jquery/jquery-wp-content
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 12 files changed
  • 1 contributor

Commits on Apr 30, 2025

  1. jqueryui.com: Restore hiding of list-item bullets in demo navigation

    Previously, the background rule implicitly overrode the
    background-image to achieve the same effect.
    
    Follows-up a4e2aaa and e535964.
    Krinkle committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    216c81d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. plugins: Enable option_uploads_use_yearmonth_folders on blogs

    Avoid overriding the dated upload dirs, since these are used on blogs.
    
    Ref jquery/infrastructure-puppet#17.
    Krinkle committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    0d9c44f View commit details
    Browse the repository at this point in the history
  2. jquery: Allow style-src-attr in CSP

    Restore rendering of blog posts such as
    https://blog.jquerymobile.com/2011/06/14/jquery-mobile-update-week-of-june-13/
    
    which in older posts often use style attributes to float an image,
    or create some ad-hoc design element.
    
    Compare to
    https://web.archive.org/web/20230602085906/https://blog.jquerymobile.com/2011/06/14/jquery-mobile-update-week-of-june-13/
    
    Follows-up CSP work from last year at jquery/infrastructure-puppet#54,
    although this is only an issue as of today, since I am
    migrating blog.jquerymobile.com from the legacy blog theme to
    jquery-wp-content.
    
    It did not affect blog.jquery.com and blog.jqueryui.com, since those
    haven't migrated yet.
    
    Ref jquery/infrastructure-puppet#17
    Krinkle committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    bcef8cb View commit details
    Browse the repository at this point in the history
  3. All: Factor out blog.css from jquery.com/style.css

    Follows-up d77ba33, which added comment styles for jquery.com,
    but did not consider blog.jqueryui.com and jquerymobile.com.
    
    Ref jquery/infrastructure-puppet#17.
    Krinkle committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    004b46e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f54313 View commit details
    Browse the repository at this point in the history
  5. jquery: Scale small avatars the same as regular ones

    Avatars of comments that were originally submitted as threaded/nested
    comments are sized 39px instead of 68px. For a consistent layout,
    render these at the same size as others.
    
    https://blog.jquerymobile.com/2011/06/14/jquery-mobile-update-week-of-june-13/
    
    Ref jquery/infrastructure-puppet#17.
    Krinkle committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    33048cc View commit details
    Browse the repository at this point in the history
  6. jquery: Dequeue akismet-widget-style-inline-css

    Since a few weeks ago, Akismet is unconditionally adding a style
    tag on every page of the site, for a widget that isn't even used.
    
    Ref https://plugins.trac.wordpress.org/changeset/3232287/
    Ref https://wordpress.org/support/topic/unused-styles-queues-on-every-page-since/
    Ref jquery/infrastructure-puppet#17
    Krinkle committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    3385563 View commit details
    Browse the repository at this point in the history
  7. jquery: Dequeue akismet-widget-style

    Since a few weeks ago, Akismet is unconditionally adding a style
    tag on every page of the site, for a widget that isn't even used.
    
    Ref https://plugins.trac.wordpress.org/changeset/3232287/
    Ref https://wordpress.org/support/topic/unused-styles-queues-on-every-page-since/
    Ref jquery/infrastructure-puppet#17
    Krinkle committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    8fa5c5e View commit details
    Browse the repository at this point in the history
  8. All: Allow unsafe-inline scripts on wp-admin

    The WordPress admin uses various inline scripts. This hasn't affected
    us on doc sites so far, because we generally don't log into wp-admin
    there. This affects blog.jquerymobile.com and soon other blogs.
    
    Ref jquery/infrastructure-puppet#17
    Krinkle committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    ab6506c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45e59a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Blogs: Align first article box on homepage with first sidebar heading

    This has been misaligned this way for a long time (not a recent regression),
    but seems easy to fix. Basically, the margin on `hentry` makes sense
    in almost every context: single articles (there's a page title with
    horizontal rule before it), and category/tag/search etc all have a
    similar page title and horizontal rule.
    
    The exception is the homepage where there is no explicit inline page
    title, and instead the first element is the first article box, in which
    case its margin is not separating it from anything else but from the
    place where it should start.
    Krinkle committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    4064b31 View commit details
    Browse the repository at this point in the history
Loading