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 we get the Codex cache flushed This…

Can we get the Codex cache flushed?

This is assuming that commit r3672 to the deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. repo was done to the “live” SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. tag (0006). If not, it will need to be ported to the current branch in use and then the cache flushed.

#codex, #deploy, #request

To kill some mixed content warnings on our…

To kill some mixed content warnings on our Trac instances, we will need to serve some resources (such as http://static.afterthedeadline.com) over SSL. To do so, we need to detect the protocol inside Trac’s templating language. I’ve figured this out pretty easily locally, but depending on our setup (the web server, load balancers, what have you) the variable (the equivalent of $_SERVER) may be different. And it doesn’t make sense for me to ask for a series of deploys of the trac environs while I play a guessing game.

So, this line of code will provide the raw output I need:

<div py:if="'TRAC_ADMIN' in perm(resource)" py:for="item in sorted(req.environ.keys())">${item}: ${repr(req.environ[item])}</div>

Can this be put into production for a moment, with the output then copied and emailed to me?

To put it in production: Add it to the end of site.htmlHTML HTML is an acronym for Hyper Text Markup Language. It is a markup language that is used in the development of web pages and websites. file on a TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. instance on wp.org, immediately before the closing tags. The output will appear in the footer of every page, and only if you are logged in as a Trac admin.

I am happy to limit this to my username and then commit and ask for a deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. — that is also fine. Just want to be clear what my intentions are.

#request, #trac

Can we have the PHP linting done on…

Can we have the 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. linting done on the pre-commit hook for dotorg.svn updated to PHP 5.3 so we can use closures? Everything else should remain 5.2 as that is coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.’s minimum requirement, per this previous systems request.

#request, #svn

Send SVN and Trac emails to the GlotPress mailing list

Can we re-purpose the http://lists.automattic.com/mailman/listinfo/glotpress list?

I would like this mailing list to receive svnnotify emails from glotpress.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 well as TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. emails from glotpress.trac.wordpress.org. (So a combined wp-svn and wp-trac, similar to the current setup of wp-unit-tests.)

2012-04-09. There is a mailing list at http://lists.automattic.com/mailman/listinfo/glotpress-updates which used to receive SVN commits and Trac emails for GlotPress. This has been broken or off since April 2010. Can it be re-configured again? Only Trac and SVN should be able to send to it to prevent spam; the reply-to should be to the main ‘glotpress’ list.

Can linked references to commits and tickets be configured in svnnotify for this?

Thanks!

#glotpress, #mailing-lists, #request

Can we have the site html file currently…

Can we have the site.htmlHTML HTML is an acronym for Hyper Text Markup Language. It is a markup language that is used in the development of web pages and websites. file currently on core.tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/., buddypress.trac, and bbpress.trac also deployedDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. to glotpress.trac? (In addition to site.html, some files in htdocs will also need to be deployed: keywords.css, keywords.js, wptrac.css, and keywords-x.gif).

Also, may I have TRAC_ADMIN on glotpress.trac? Thanks.

#request, #trac