Can gcorne and bpetty please be given commit…

Can gcorne and bpetty please be given commit to unit-tests.svn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/?

This is unlikely to be the last access request for unit-tests.svn in the next few weeks; I would be happy to manage these to speed things up.

#request, #svn

We are starting a new code sprint today…

We are starting a new code sprint today to re-do our existing unit-tests framework. In order for this to be successful we need to raise the visibility of the unit tests commits, which we’d like to do by pushing them over the same wire as coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. commits.

1. Can I get a deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. on deploy repo revision 3744, which switches TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. notification emails from wp-unit-tests@lists.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ to wp-trac@lists.automattic.com?

2. Can svn notify commit emails for unit-tests.svn.wordpress.org be re-routed from wp-unit-tests@lists.wordpress.org to wp-svn@lists.automattic.com? (There is no need to continue to send to both lists.) Can the -P subject prefix argument for svn notify please be set to -P [Tests]?

#mailing-lists, #request, #unit-tests

Can I get stats on how many checkouts…

Can I get stats on how many checkouts happen out of bbPressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org.’s /trunk directory?

I’d like to move bbPress’s /branches/pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party/ to /trunk/. I develop the bbPress plugin out of /branches/plugin, which is confusing for devs that want to look at the most recent code, and are used to seeing that code in /trunk.

Obviously, this will break installs for anyone running a stand-alone /trunk checkout.

My thought is to empty out /trunk for a few days/weeks, and eventually move the plugin into it. Before doing this, I’d like to know how many people checkout code from /trunk, to better understand the potential impact of this change.

#bbpress

Some PHP files are being served off plugins…

Some PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php. files are being served off plugins.svn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ as text/x-php instead of text/plain:

$ curl –head https://plugins.svn.wordpress.org/bbpress/tags/2.0.2/index.php
Content-Type: text/x-php

$ curl –head https://plugins.svn.wordpress.org/1-flash-gallery/tags/1.2.5/addimage.php
Content-Type: text/plain

text/x-php then makes the browser serve it as a download, rather than simply displaying it.

This doesn’t look right at all: https://plugins.trac.wordpress.org/changeset?old_path=%2Fbuddypress%2Ftags%2F1.5.5&old=557590&new_path=%2Fbuddypress%2Ftags%2F1.5.6&new=557590#file24

#svn