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

Manifest option #52

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Manifest option #52

wants to merge 7 commits into from

Commits on Dec 12, 2013

  1. Squashed 'bin/' changes from 5614813..cc5a003

    cc5a003 Reference master branch in TravisCI build badge
    2e82c85 Merge commit '85f0b269038cb772d9353f7236a28757c10295af'
    234a146 Merge pull request xwp#25 from GaryJones/patch-1
    5c6fae7 Remove smarttabs option from .jshintrc
    9fcac99 Add Generic.ControlStructures.InlineControlStructure
    218f007 Merge commit '6a9b2c7f6a8044f337152fb406ebe58f1c26b5ac' into develop
    894d120 Merge pull request xwp#18 from x-team/issue-16
    de1db88 Remove wordpress- from url
    5581e97 Get latest trunk file from github
    256b0a0 Embed YouTube demo video in readme; add markdown support
    9d1d025 Add base phpcs ruleset for plugins
    5de1b8e Update .jshintrc to match new in core
    ab7b9cd Update .tavis.yml to check against master and latest. This closes xwp#16 and xwp#15
    9aa3e33 Merge pull request xwp#17 from jonathanbardo/master
    63a11a4 Correct small typo
    8e3bab1 Merge pull request xwp#15 from jonathanbardo/master
    ed0b379 Update WP version to latest stable release
    6956ba1 Merge pull request xwp#13 from jonathanbardo/master
    a864385 Update WP_VERSION to 3.7
    0c545c3 Merge commit '4cd538fd0b8e6fcbe68cd4e4a8e39206103023b2' into develop
    4cd538f Merge branch 'master' of github.com:x-team/wp-plugin-dev-lib
    258cdf9 Fix reference from jshint to phpcs
    c9f45eb Add formatting
    7d26511 Add git-subtree instructions
    528bd0e Only apply jshint to staged JS files
    9c1e6ea Update svn-push to work with svn repo out of git repo
    86d46a9 Explicitly reference bash (not dash) for pre-commit hook
    64a6d09 Move WordPress.org SVN checkout outside of Git root
    a4aa443 Fix symlinked dirs for Travis; remove PHP 5.2 for Travis
    fd97d04 Finish with 5.2 compat; exclude bin from syntax check
    ff49315 Improve relative paths for phpunit; update install-wp-tests.sh
    c213c44 Run Travis tests on PHP 5.2
    4eaa28e Account for renamed files in pre-commit hook
    8001c36 Eliminate PHP 5.3 requirement, replacing namespaces and closures
    774bdc3 Check modified files, pass select JS to jshint, run phpunit in vagrant
    bc955c7 Fix pre-commit detection of staged_php_files
    d0194bb Add PHP syntax checks for travis-ci and pre-commit hook
    c98d9c4 Merge branch 'master' of github.com:x-team/wp-plugin-dev-lib
    2e1b928 Remove dependency on WP_CLI
    0e07a75 Note how add .travis.yml and .jshintrc to host plugin via symlinks
    da3555c Also check for presence of phpunit.xml.dist
    0ae29af Update pre-commit hook so PHPCS only looks at staged PHP files
    00d36fb Merge commit '7ef48bd5aa6680d02589a9f5697b35cd9a9520ca' into develop
    f5f2c1c Update pre-commit hook to look for staged php files
    3ddac64 Revamp pre-commit hook, adding jshint
    9f7df05 Rename .jshint => .jshintrc
    817f4c2 Add travis-ci with support for jshint, phpcs, phpunit
    a3a984d Add jshint and fix warnings
    730cf4f Merge commit '32585ea10effb3de33aa7136424364359c199969'
    1095520 Apply phpcs fixes
    
    git-subtree-dir: bin
    git-subtree-split: cc5a003aca81eb3af6c01f556446168e3e71263d
    westonruter committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    53b3396 View commit details
    Browse the repository at this point in the history
  2. Merge commit '53b33966d7d3fba607ebeaadd76cfd9d9ac3a954'

    Conflicts:
    	bin/.jshintrc
    	bin/.travis.yml
    	bin/readme.md
    westonruter committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    b10cd56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27539b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09b07e8 View commit details
    Browse the repository at this point in the history
  5. Fix expire and purge links

    The add_query_arg() function strips out [] from params
    westonruter committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    4fbe1b1 View commit details
    Browse the repository at this point in the history
  6. Bump version to 0.9.8

    westonruter committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    c579d69 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Add 'print_manifest' option. default: true.

    rusutaku committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    af44719 View commit details
    Browse the repository at this point in the history