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: rmccue/WP-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3
Choose a base ref
...
head repository: rmccue/WP-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4
Choose a head ref
  • 16 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 23, 2013

  1. Bump to 0.4-dev

    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2144 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    bce5468 View commit details
    Browse the repository at this point in the history
  2. Add guiding principles and further notes

    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2145 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    45b2f85 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2013

  1. Ensure we check json_route before using it

    Fixes WP-API#336
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2149 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    567e257 View commit details
    Browse the repository at this point in the history
  2. Conditionally load classes

    This may affect performance. Fixes WP-API#337
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2150 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    a4d5651 View commit details
    Browse the repository at this point in the history
  3. Add a test helper plugin

    This currently adds Code Coverage abilities, but this may be expanded later.
    See WP-API#269.
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2151 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    8cc6209 View commit details
    Browse the repository at this point in the history
  4. Check that the handler key exists before using it

    This previously caused a warning, which I completely missed.
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2152 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    124d3f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2013

  1. Move URL helper functions to plugin

    Fixes WP-API#343
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2192 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    6c2e254 View commit details
    Browse the repository at this point in the history
  2. Give an error on getPost(0)

    Fixes WP-API#344
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2194 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    e3d448f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2013

  1. Strip millisecond precision from ISO8601 dates

    Fixes WP-API#345
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2196 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    bc2c79b View commit details
    Browse the repository at this point in the history
  2. First pass at Backbone models/collections

    This will need to be updated as more entities are added in the coming weeks.
    
    See WP-API#270
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2197 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    9c0afc1 View commit details
    Browse the repository at this point in the history
  3. Remove debugging code

    See WP-API#270
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2198 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    b07244c View commit details
    Browse the repository at this point in the history
  4. Actually parse timestamps into Date objects

    Adds an additional check to make sure we can actually attempt this too, since
    Date doesn't like NaN very much.
    
    See WP-API#270
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2199 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    e109fb4 View commit details
    Browse the repository at this point in the history
  5. Remove GMT dates from parsing

    See WP-API#270
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2200 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    76f1a73 View commit details
    Browse the repository at this point in the history
  6. Operate on a copy of the Post's attributes

    See WP-API#270
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2201 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    7707723 View commit details
    Browse the repository at this point in the history
  7. Parse the author properties into an Author object

    See WP-API#270
    
    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2202 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    734a7e7 View commit details
    Browse the repository at this point in the history
  8. Bump to 0.4

    git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2203 f69abe3c-2ee2-4550-9a6d-17bd458115be
    rmccue committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    d41ea88 View commit details
    Browse the repository at this point in the history
Loading