Making WordPress.org

Timestamp:
06/03/2016 02:46:53 AM (9 years ago)
Author:
pento
Message:

Plugin Directory: Add an API endpoint for generating the SVN authentication file.

plugins.svn.wordpress.org needs a standard SVN authentication file, which we can generate from the data stored in the plugin_2_svn_access table.

This endpoint is not particularly RESTful, as it dumps the file content to STDOUT, then exit()'s. This endpoint is only for internal use, so it's no big deal.

Fixes #1722.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.