make wordpress org now only allows some php…

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/ now only allows some php files, all other php files get redirected to /index.php.
Let me know if you find anything broken or having a redirect loopLoop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop. – probably will need to get whitelisted.

#make-wordpress-org, #php-files, #whitelist

Something is wrong with the http planet wordpress…

Something is wrong with the https://planet.wordpress.org/ site. Dougal’s feed doesn’t seem to refresh properly no matter what I do. Can somebody with direct access to production servers take a look at it, see if something is broken in the planet cache or something? When I run the planet code locally on my sandbox, it works correctly, so it’s something only on production.

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

Do you think we could get OpenGrok working…

Do you think we could get OpenGrok working reliably for 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/?

#opengrok, #plugins-svn

Problem with nginx rewrites I think Conflict between…

Problem with 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, I think. Conflict between the new make.wp.org/support and the support forums.

Hello world!

Incorrectly redirects to:

https://wordpress.org/support/2012/07/hello-world/

The make site is currently set to default permalinks to work around this for now. Can the nginx rules be modified to handle this case?

Daniel Convissor is having trouble reaching plugins svn…

Daniel Convissor is having trouble reaching 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/, here’s a traceroute:

http://paste2.org/p/2075823

Is this a broader issue?

Will give his email to @barry on Skype if any more info is needed.

#network, #plugins-svn

I’ve activated the Resolved Posts plugin on this…

I’ve activated the Resolved Posts 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 on this P2P2 P2 or O2 is the term people use to refer to the Make WordPress blog. It can be found at https://make.wordpress.org/.. Feel free to customize the widgets as you see fit. Currently the “Open Requests” widgetWidget A WordPress Widget is a small block that performs a specific function. You can add these widgets in sidebars also known as widget-ready areas on your web page. WordPress widgets were originally created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user. on the top right just shows open requests.

If you also want us to follow a tag policy, I’m totally fine with that, just let us know.

#meta

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

Could someone nacin please update the default version…

Could someone (nacin?) please update the default version on bbPressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org.’s tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. from 2.0 to 2.1?

Thanks!

#bbpress