Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update process tweaks #450

Closed
wants to merge 74 commits into from
Closed

Update process tweaks #450

wants to merge 74 commits into from

Commits on Jan 7, 2014

  1. Initial commit

    frankiejarrett committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    326dae3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2014

  1. Configuration menu
    Copy the full SHA
    4e28b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed85b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    355cca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d021b42 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2014

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

Commits on Feb 4, 2014

  1. Merge branch 'master' into extensions

    Conflicts:
    	includes/admin.php
    frankiejarrett committed Feb 4, 2014
    Configuration menu
    Copy the full SHA
    178fa4d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Configuration menu
    Copy the full SHA
    80b6421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a47839 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

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

Commits on Feb 22, 2014

  1. Merge branch 'master' into extensions

    Conflicts:
    	includes/admin.php
    frankiejarrett committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    bf42f52 View commit details
    Browse the repository at this point in the history
  2. Updating UI

    frankiejarrett committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    e1f4189 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2014

  1. Configuration menu
    Copy the full SHA
    5245cff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3716c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9e300 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c158df View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2014

  1. Add none checks

    Add license-remove functionality
    Tweak UI
    Add loading spinner for ajax operations
    shadyvb committed Feb 27, 2014
    Configuration menu
    Copy the full SHA
    1f743c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2678637 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e65502f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0074bda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1251779 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into extensions

    Conflicts:
    	readme.md
    	readme.txt
    frankiejarrett committed Feb 27, 2014
    Configuration menu
    Copy the full SHA
    2b509db View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2014

  1. Style tweak

    frankiejarrett committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    fea9f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aef7c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2014

  1. Configuration menu
    Copy the full SHA
    abb6004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b6114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89f10f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2014

  1. Merge branch 'develop' into extensions

    Conflicts:
    	ui/admin.css
    frankiejarrett committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    a30f0c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d303db View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. Issue #396 Admin Extension Screen

    - Add admin_menu callback to admin
    - Added require_once for extension file to WP_Stream
    - Created base WP_Stream_Extension class
    - Skeleton class methods to handle displaying, activating, downloading, authorizing premium extensions
    - Should update routine #400 be initiated here?
    Chris Olbekson committed Apr 10, 2014
    1 Configuration menu
    Copy the full SHA
    9d80985 View commit details
    Browse the repository at this point in the history
  2. Issue #396 Extensions page

    - Update branch with code from extensions branch
    - Organize page output into separate methods to each perform specific tasks
    - Added singleton get_instance method for initializing the class
    Chris Olbekson committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    d18f0d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. Added filters and links for installing and activating extensions

    - Added plugins_api filter to return data from the stream extension
    - Added activate link if plugin is already installed
    - Split api url into transport, domain, endpoint, and query
    Chris Olbekson committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    eb84200 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2014

  1. Add extension download domain to white list to prevent failure

    - Added filter to http_request_host_is_external so extensions can be auto downloaded and updated from extensions screen.
    Chris Olbekson committed Apr 12, 2014
    Configuration menu
    Copy the full SHA
    f2357cd View commit details
    Browse the repository at this point in the history
  2. Added filter to pre_set_site_transient_update_plugins to check for up…

    …dates
    
    - skeleton check_for_extension_updates method
    - #400 could use this?
    Chris Olbekson committed Apr 12, 2014
    Configuration menu
    Copy the full SHA
    d8693fb View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2014

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

Commits on Apr 15, 2014

  1. Added correct wp_nonce actions to install and activate links

    Chris Olbekson committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    b956d61 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2014

  1. Merge branch 'extensions' into issue-396

    Conflicts:
    	includes/extensions.php
    Chris Olbekson committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    757238c View commit details
    Browse the repository at this point in the history
  2. Fixing merge conflicts

    Chris Olbekson committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    ffceb5d View commit details
    Browse the repository at this point in the history
  3. Merging update methods into extensions class

    Chris Olbekson committed Apr 16, 2014
    2 Configuration menu
    Copy the full SHA
    80cec28 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2014

  1. Configuration menu
    Copy the full SHA
    15d342b View commit details
    Browse the repository at this point in the history
  2. resolve conflicts from merge of extensions branch

    - Moved update methods out of extensions class
    - Added back call to include updater.php
    - Load extensions class from admin.php/render_extensions_page method
    Chris Olbekson committed Apr 17, 2014
    Configuration menu
    Copy the full SHA
    b04ad31 View commit details
    Browse the repository at this point in the history
  3. Remove div from render_page.

    Chris Olbekson committed Apr 17, 2014
    Configuration menu
    Copy the full SHA
    e3afdd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2014

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

Commits on Apr 22, 2014

  1. Adding extensions.js file

    Chris Olbekson committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    9950cab View commit details
    Browse the repository at this point in the history
  2. Update Extensions screen to use custom jQuery instead of theme backbo…

    …ne.js
    Chris Olbekson committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    01142a8 View commit details
    Browse the repository at this point in the history
  3. Move screen shot into correct div

    Chris Olbekson committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    5bec06e View commit details
    Browse the repository at this point in the history
  4. Fixing merge conflicts

    Chris Olbekson committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    d3e1ecf View commit details
    Browse the repository at this point in the history
  5. Add missing EXTENSIONS_PAGE_SLUG const.

    Chris Olbekson committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    9096fa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2014

  1. Configuration menu
    Copy the full SHA
    2581e58 View commit details
    Browse the repository at this point in the history
  2. Adjusted overlay template to mimic themes browser overlay

    Chris Olbekson committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    75fc06b View commit details
    Browse the repository at this point in the history
  3. Update prepare_extensions_for_js method

    - Added excerpt and Youtube video id fields
    Chris Olbekson committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    755360f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. Configuration menu
    Copy the full SHA
    19eb538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4810dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d47ffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7a3030 View commit details
    Browse the repository at this point in the history
  5. Javascript clean up and condense code

    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    08b5086 View commit details
    Browse the repository at this point in the history
  6. Initiate Extensions class on plugins_loaded

    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    a69cf47 View commit details
    Browse the repository at this point in the history
  7. Remove extra extensions localize_script data not needed

    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    a86ae84 View commit details
    Browse the repository at this point in the history
  8. PHP Documentation and removal of not needed class properties

    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    a3b50ba View commit details
    Browse the repository at this point in the history
  9. Changed css code comment message

    - CSS is for making the video container responsive
    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    aaa5700 View commit details
    Browse the repository at this point in the history
  10. 3 Configuration menu
    Copy the full SHA
    475f522 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    526600d View commit details
    Browse the repository at this point in the history
  12. Add theme actions to bottom of overlay popup

    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    bb7e4c9 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/develop' into issue-400

    Conflicts:
    	includes/admin.php
    	ui/admin.css
    shadyvb committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    c7e4f69 View commit details
    Browse the repository at this point in the history
  14. Put extension name in h3 tags

    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    b0e0651 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'issue-400' into issue-396

    Merging in issue-400 branch
    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    a2c215a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    75139fb View commit details
    Browse the repository at this point in the history
  17. 1 Configuration menu
    Copy the full SHA
    113749d View commit details
    Browse the repository at this point in the history
  18. Replace hard coded urls with class constants

    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    6883ddb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9dc7fc4 View commit details
    Browse the repository at this point in the history
  20. jshint fix for Travis ci fail on global js variable

    Chris Olbekson committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    127f1b0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    61d7002 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    127918f View commit details
    Browse the repository at this point in the history