Skip to content
This repository has been archived by the owner. It is now read-only.

Add UC People Widget #11

Merged
merged 5 commits into from Dec 4, 2015
Merged

Add UC People Widget #11

merged 5 commits into from Dec 4, 2015

Commits on Nov 4, 2015

  1. Add UC People Widget

    -Add UC People widget, using same form UI as a Person post
    -Change Specific People field to return ID
    --Makes it easier to fill out the 'post__in' array value in $args array
    szk11001 committed Nov 4, 2015
    Copy the full SHA
    2ccd55d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Fix for tags not working when grouping

    Previously, tags weren't working properly when breaking into groups
    szk11001 committed Nov 9, 2015
    Copy the full SHA
    a282f7b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. People Sorting in Widget & Clean URL's

    * Sort people in tables and grids by last name then first name
    * Change URL structure for viewing a person to
    base_url/person/firstname-lastname
    szk11001 committed Nov 11, 2015
    Copy the full SHA
    4e98304 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Add URL field to Person and sort groups by order

    * Allow users to add a URL that can also be imported via the UC People
    Importer
    * Sort groups by order
    szk11001 committed Nov 30, 2015
    Copy the full SHA
    d0b11a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. Set imported person as author & multiple titles support

    * If imported person is a user, then make them the author of their own
    Person page
    * Can now enter multiple titles, separated by a semicolon
    szk11001 committed Dec 2, 2015
    Copy the full SHA
    aadfa26 View commit details
    Browse the repository at this point in the history