five-for-the-future/plugins/wporg-5ftf/includes
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
..
authentication.php Organize email & authentication code (#101) 2019-11-20 10:40:45 -05:00
contributor.php Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99) 2019-11-20 11:01:00 -05:00
email.php Organize email & authentication code (#101) 2019-11-20 10:40:45 -05:00
endpoints.php Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99) 2019-11-20 11:01:00 -05:00
miscellaneous.php Remove links to non-existent locale variants. 2019-11-04 13:04:17 -06:00
pledge-form.php Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99) 2019-11-20 11:01:00 -05:00
pledge-log.php Contributors: Return default array when posts empty to avoid notices. 2019-11-07 16:14:27 -08:00
pledge-meta.php Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99) 2019-11-20 11:01:00 -05:00
pledge.php Organize email & authentication code (#101) 2019-11-20 10:40:45 -05:00
xprofile.php Pledge List: Show hours because it's a more meaningful statistic. 2019-10-31 16:27:27 -05:00