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: pfefferle/wordpress-hum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0
Choose a base ref
...
head repository: pfefferle/wordpress-hum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1
Choose a head ref
  • 18 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 28, 2011

  1. reduce one extra redirect

    willnorris committed Jan 28, 2011
    Configuration menu
    Copy the full SHA
    2b01009 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2011

  1. add support for /i/ URLs

    willnorris committed Jun 27, 2011
    Configuration menu
    Copy the full SHA
    029f447 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2011

  1. more restrictive regex for matching hum URLs

    this allows non-matching URLs to properly fall back to WordPress's 404
    guessing logic (fixes #1)
    willnorris committed Oct 28, 2011
    Configuration menu
    Copy the full SHA
    67187ef View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2011

  1. Configuration menu
    Copy the full SHA
    4f68174 View commit details
    Browse the repository at this point in the history
  2. add readme.mkd

    not sure if this will override readme.txt on github
    willnorris committed Oct 29, 2011
    Configuration menu
    Copy the full SHA
    d6267e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b832dd5 View commit details
    Browse the repository at this point in the history
  4. flesh out readme

    willnorris committed Oct 29, 2011
    Configuration menu
    Copy the full SHA
    12afed9 View commit details
    Browse the repository at this point in the history
  5. add more examples

    willnorris committed Oct 29, 2011
    Configuration menu
    Copy the full SHA
    6d25fd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2012

  1. fix htaccess rules

    willnorris committed Jul 28, 2012
    Configuration menu
    Copy the full SHA
    57f814d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2012

  1. fix typo

    willnorris committed Sep 2, 2012
    Configuration menu
    Copy the full SHA
    89397bf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2012

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

Commits on Nov 19, 2012

  1. strip certain punctuation from end of short url

    if hum wasn't able to resolve the short url as provided, try stripping
    common punctuation that might appear after a URL in written text, such
    as commas, periods, and right parentheses.
    
    fixes #4
    willnorris committed Nov 19, 2012
    Configuration menu
    Copy the full SHA
    e08f812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca3f0a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2012

  1. add basic admin ui for setting the shortlink base

    The shortlink base URL is set on the general settings page.  I'm using a
    bit of javascript to move it up alongside the other URL settings which
    results in a slight visual jump, which kinda sucks.
    
    This change also allows defining the shortlink base using the constant
    'HUM_SHORTLINK_BASE'.
    willnorris committed Nov 25, 2012
    Configuration menu
    Copy the full SHA
    a58a3fa View commit details
    Browse the repository at this point in the history
  2. update license and readme

    willnorris committed Nov 25, 2012
    Configuration menu
    Copy the full SHA
    286e5b5 View commit details
    Browse the repository at this point in the history
  3. fix formatting and typos

    willnorris committed Nov 25, 2012
    Configuration menu
    Copy the full SHA
    f8669f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b18fd4 View commit details
    Browse the repository at this point in the history
  5. tag v1.1

    willnorris committed Nov 25, 2012
    Configuration menu
    Copy the full SHA
    ef139fd View commit details
    Browse the repository at this point in the history
Loading