Five for the Future is an initiative promoting the WordPress community’s contribution to the platform’s growth. As an open source project, WordPress is created by a diverse collection of people from around the world. The program encourages organizations to contribute five percent of their resources to WordPress development, to maintain a "golden ratio" of contributors to users. https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/
Find a file
Kelly Dwan 82192eea4c
Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99)
This updates the display of contributors into a table view, and adds the ability to add and remove contributors to existing pledges.

The display has been refactored to use JS templates & JSON contributor data– the data is output onto the page when loaded from the server, and rendered when the page finishes loading. Adding & removing contributors now submits to an admin-ajax.php endpoint, which, if successful, return the new list of contributors. This ensures the display is always up to date.

Fixes #3
2019-11-20 11:01:00 -05:00
bin Tests: Update infrastructure & add travis config (#100) 2019-11-15 17:40:53 -05:00
plugins/wporg-5ftf Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99) 2019-11-20 11:01:00 -05:00
themes/wporg-5ftf Sync with SVN: Bump cachebuster 2019-11-13 17:23:41 -05:00
.gitignore Add more exclusions to .gitignore (#85) 2019-11-06 11:51:40 -05:00
.travis.yml Tests: Update infrastructure & add travis config (#100) 2019-11-15 17:40:53 -05:00
composer.json Tests: Update infrastructure & add travis config (#100) 2019-11-15 17:40:53 -05:00
composer.lock Tests: Update infrastructure & add travis config (#100) 2019-11-15 17:40:53 -05:00
phpcs.xml.dist Theme: Single pledge view (#43) 2019-10-28 13:38:49 -04:00
phpunit-watcher.yml.dist Tests: Update infrastructure & add travis config (#100) 2019-11-15 17:40:53 -05:00
phpunit.xml.dist Tests: Update infrastructure & add travis config (#100) 2019-11-15 17:40:53 -05:00