Please give DrewAPicture rw for develop svn

Please give DrewAPicture rw for develop.svn.

#request, #svn

Hi can we please have colordiff added to…

Hi, can we please have colordiff added to dev-base. I miss it when reviewing my changes pre-commit 🙂

#request

Hi can I please have node installed for…

Hi, can I please have node installed for both wporg-svn and dev-base? Needed for a new set of WordPress build processes.

https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#debian-lmde

#request

In preparation for porting Trac from sqlite to…

In preparation for porting TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. from sqlite to MySQLMySQL MySQL is a relational database management system. A database is a structured collection of data where content, configuration and other options are stored. https://www.mysql.com/., I would like a dump of the current DB for core.trac.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/. I will then run through the full conversion locally, document it, and script it for the eventual live transition. We’ll probably want to move a smaller Trac first to work out any kinks, so a dump of either code.trac or unit-tests.trac would also be good.

#request, #trac

We’re merging design trac and unit tests trac…

We’re merging design.tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. and unit-tests.trac into core.trac (but keeping separate 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/. repos), taking advantage of Trac 0.12’s multi-repository support.

Everything is set up on Trac’s end, I just need two commands run:

trac-admin $ENV repository resync "tests"
trac-admin $ENV repository resync "design"

… where $ENV would be the path to trac-environs/wp-coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress..

I then need two post-commit hooksHooks In WordPress theme and development, hooks are functions that can be applied to an action or a Filter in WordPress. Actions are functions performed when a certain event occurs in WordPress. Filters allow you to modify certain functions. Arguments used to hook both filters and actions look the same., one on the unit-tests.svn repo, and the other on design.svn, both pointing to the wp-core environment:

trac-admin $ENV changeset added "design" $REV
trac-admin $ENV changeset added "tests" $REV

#request, #svn, #trac

Can we glean from the access logs on…

Can we glean from the access logs on 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/ the number of times the nightly build has been downloaded? If it can be broken up by day (or some other over-time grouping) going as far back as is reasonably feasible, that would be great.

The nightly build is located at https://wordpress.org/nightly-builds/wordpress-latest.zip.

We are planning to release 3.5 tomorrow, so if it is possible for this to be done today, it would be appreciated, as it could inform us of our next steps.

Perhaps we can/should send that link through dl.php and do stats tracking on it, once 3.5 is over.

#request, #stats

The $host = make wordpress org conditional also…

The $host = make.wordpress.org conditional also needs some lines from the location / block, prior to the rewrite for index.php pulled from @404-extend in https://make.wordpress.org/systems/2012/07/17/problem-with-nginx-rewrites-i-think-conflict-between/#comment-247.

Specifically:

        # uploaded files
        rewrite ^/([_0-9a-zA-Z-]+/)?files/(.+) /wp-includes/ms-files.php?file=$2 last;
        rewrite ^/core/handbook/files/(.+) /wp-includes/ms-files.php?file=$1 last;
        # add a trailing slash to /wp-admin
        rewrite ^/([_0-9a-zA-Z-]+/)?wp-admin$ /$1wp-admin/ permanent;
        rewrite ^/core/handbook/wp-admin$ /core/handbook/wp-admin/ permanent;

I suggest the various /coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress./handbook/ rules be pulled out into their own location blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. once make.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/ moves to its own server block.

#nginx, #request

plugins trac is not sending emails when an…

plugins.tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. is not sending emails when an individual CCs themselves on a ticket. (Also, trac.ini dictates that reporters and owners always be notified of ticket changes.) I am not familiar with how Trac ties into our mail server for outgoing emails, but I imagine that’s the culprit. Could this be looked at?

#request, #trac

Can I have the following nginx rewrites set…

Can I have the following nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. rewrites set up in the wporg-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/ nginx conf file, inside the make.wordpress.org host check around line 19?

        rewrite ^/core/[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) /$1 break;
        rewrite ^/core/[_0-9a-zA-Z-]+/(.*\.php)$ /$1 break;

#nginx, #request

Can lessbloat be given commit access to design…

Can lessbloat be given commit access to design.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/?

#request, #svn