Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

NPRML Construction Changes #65

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

NPRML Construction Changes #65

wants to merge 12 commits into from

Commits on Jan 2, 2019

  1. NPRML Construction Changes

    NPRML class uses wp_get_attachment_url() instead of attachment GUID
    Deduplication between direct attachments and enclosures
    Jared Counts committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    14a69f9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    d872463 View commit details
    Browse the repository at this point in the history
  2. Merge pull request npr#3 from tamw-wnet/fix_trash_post_error

    resolves error raised when any non-admin user tries to trash a post
    tamw-wnet authored May 5, 2021
    Configuration menu
    Copy the full SHA
    c0104d4 View commit details
    Browse the repository at this point in the history
  3. Change image_guid variable name to match content

    Jared Counts committed May 5, 2021
    Configuration menu
    Copy the full SHA
    1dec12f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. NPRML Construction Changes (npr#1)

    * NPRML Construction Changes
    
    NPRML class uses wp_get_attachment_url() instead of attachment GUID
    Deduplication between direct attachments and enclosures
    
    * Change image_guid variable name to match content
    
    Co-authored-by: Jared Counts <jcounts@houstonpublicmedia.org>
    jwcounts and Jared Counts authored May 17, 2021
    Configuration menu
    Copy the full SHA
    e8e00d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

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

Commits on Jan 24, 2022

  1. Took a sweep for consistent styling:

    - arrays use square brackets instead of keyword
    - Indents are tabs equal to 4 spaces
    - Conditionals use {} instead of keywords (endif, etc)
    - spaces within and around () unless they're empty
    - removed spaces after ! in conditionals
    
    *NOTE*: none of the code actually changed
    This was strictly for my own sanity/edification
    jwcounts committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    01ec0fb View commit details
    Browse the repository at this point in the history
  2. Generate WP posts with rich layout including multimedia etc (npr#4)

    * If 'layout' is available in the NPR Story API output, generate complex HTML to render any images, YouTube videos, Tweets, iframes, or JavaScript-based widgets within the post in the order they appeared on the NPR website.
    
    * if using the NPR "layout" only sideload primary story image into WordPress Media Library instead of all referenced images in the story
    
    * Adding help text for layout option
    
    Updating the text for the layout checkbox explaining that it may require a ticket with NPR to update their Story API key to get the layout section.
    
    * Further tweaks to the help text for the
    tamw-wnet authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9d54c1c View commit details
    Browse the repository at this point in the history
  3. Select a default category for each query when using post (npr#7)

    * Update settings.php
    
    * Update NPRAPIWordpress.php
    
    * Update NPRAPIWordpress.php
    
    Co-authored-by: William Tam (WNET) <tamw-wnet@users.noreply.github.com>
    bdivver and tamw-wnet authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e2e620b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Styling changes

    Bug fixes
    Resolving merge conflicts with main branch
    jwcounts committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    98403fa View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

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