Making WordPress.org


Ignore:
Timestamp:
05/05/2016 07:45:24 AM (9 years ago)
Author:
dd32
Message:

Plugin Directory: Move the SVN authentication handlers into the SVN class.
This also fixes an issue where the commit message was being prefixed with a = due to invalid arguement creation.

See [3026]
See #1570

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php

    r3078 r3082  
    9696        rename( $plugin_root, "$dir/trunk" );
    9797
    98         SVN::import( $dir, 'http://plugins.svn.wordpress.org/' . $post->post_name, array(
    99             'm'        => sprintf( 'Adding %1$s by %2$s.', $post->post_title, $plugin_author->user_login ),
    100             'username' => AUTOMATTIC_SVN_TRACKER__SVN_USER,
    101             'password' => AUTOMATTIC_SVN_TRACKER__SVN_PASSWORD,
    102         ) );
     98        SVN::import( $dir, 'http://plugins.svn.wordpress.org/' . $post->post_name, sprintf( 'Adding %1$s by %2$s.', $post->post_title, $plugin_author->user_login ) );
    10399
    104100        // Delete zips.
Note: See TracChangeset for help on using the changeset viewer.