Skip to:
Content

BuddyPress.org

Changeset 10936


Ignore:
Timestamp:
07/03/2016 03:26:04 PM (8 years ago)
Author:
djpaul
Message:

Update grunt-patch-wordpress to 0.4.0

This update adds two main features for your BuddyPress development happiness.

1) GitHub URL support. You can now use grunt patch:https://github.com/<org>/<repo>/pull/<id> with any copy of BuddyPress on GitHub. No longer will you need to download the patch manually.

2) Upload patches directly from the command line. No longer will you need to create a patch and manually upload it to trac. grunt upload_patch:20000 will upload a patch to the appropriate ticket after a user enters a WordPress.org username and password. This is limited to users with the appropriate XML-RPC privileges in trac (right now, that is just bug gardeners). You still need to manually add the has patch keyword.

Props netweb, jorbin, ericlewis, michaelbeil.

Fixes #6923

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r10863 r10936  
    249249                tracUrl: 'buddypress.trac.wordpress.org'
    250250            }
     251        },
     252        upload_patch: {
     253            options: {
     254                tracUrl: 'buddypress.trac.wordpress.org'
     255            }
    251256        }
    252257    });
  • trunk/package.json

    r10896 r10936  
    1919    "grunt-jsvalidate": "~0.2.2",
    2020    "grunt-legacy-util": "^0.2.0",
    21     "grunt-patch-wordpress": "~0.3.0",
     21    "grunt-patch-wordpress": "~0.4.0",
    2222    "grunt-rtlcss": "~2.0.1",
    2323    "grunt-sass": "~1.1.0",
Note: See TracChangeset for help on using the changeset viewer.