Title: July 2012 – Make WordPress Systems

---

#  Monthly Archives: July 2012

 [  ](https://profiles.wordpress.org/stankea/) [stankea](https://profiles.wordpress.org/stankea/)
2:32 pm _on_ July 31, 2012     
Tags: make.wordpress.org, php files, whitelist  

# 󠀁[make wordpress org now only allows some php…](https://make.wordpress.org/systems/2012/07/31/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/](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](https://codex.wordpress.org/The_Loop)–
probably will need to get whitelisted.

[#make-wordpress-org](https://make.wordpress.org/systems/tag/make-wordpress-org/),
[#php-files](https://make.wordpress.org/systems/tag/php-files/), [#whitelist](https://make.wordpress.org/systems/tag/whitelist/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F31%2Fmake-wordpress-org-now-only-allows-some-php%2F%23respond&locale=en_US)

 * [To-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

 [  ](https://profiles.wordpress.org/otto42/) [Samuel Wood (Otto)](https://profiles.wordpress.org/otto42/)
12:28 pm _on_ July 23, 2012      

# 󠀁[Something is wrong with the http planet wordpress…](https://make.wordpress.org/systems/2012/07/23/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.

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F23%2Fsomething-is-wrong-with-the-http-planet-wordpress%2F%23respond&locale=en_US)

 * [Clear to-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

 [  ](https://profiles.wordpress.org/nacin/) [Andrew Nacin](https://profiles.wordpress.org/nacin/)
5:00 pm _on_ July 20, 2012     
Tags: [nginx ( 17 )](https://make.wordpress.org/systems/tag/nginx/),
[request ( 27 )](https://make.wordpress.org/systems/tag/request/)   

# 󠀁[The $host = make wordpress org conditional also…](https://make.wordpress.org/systems/2012/07/20/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:

    ```notranslate
            # 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/](https://wordpress.org/)
moves to its own server block.

[#nginx](https://make.wordpress.org/systems/tag/nginx/), [#request](https://make.wordpress.org/systems/tag/request/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F20%2Fthe-host-make-wordpress-org-conditional-also%2F%23respond&locale=en_US)

 * [Clear to-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

 [  ](https://profiles.wordpress.org/barry/) [Barry](https://profiles.wordpress.org/barry/)
4:18 pm _on_ July 18, 2012     
Tags: opengrok, [plugins svn ( 5 )](https://make.wordpress.org/systems/tag/plugins-svn/)

# 󠀁[Do you think we could get OpenGrok working…](https://make.wordpress.org/systems/2012/07/18/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/](https://wordpress.org/)?

[#opengrok](https://make.wordpress.org/systems/tag/opengrok/), [#plugins-svn](https://make.wordpress.org/systems/tag/plugins-svn/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F18%2Fdo-you-think-we-could-get-opengrok-working%2F%23respond&locale=en_US)

 * [Clear to-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

 [  ](https://profiles.wordpress.org/otto42/) [Samuel Wood (Otto)](https://profiles.wordpress.org/otto42/)
9:26 pm _on_ July 17, 2012      

# 󠀁[Problem with nginx rewrites I think Conflict between…](https://make.wordpress.org/systems/2012/07/17/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/](https://www.nginx.com/).
rewrites, I think. Conflict between the new make.wp.org/support and the support 
forums.

> [Hello world!](https://make.wordpress.org/support/2012/07/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?

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F17%2Fproblem-with-nginx-rewrites-i-think-conflict-between%2F%23respond&locale=en_US)

 * [Clear to-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

 [  ](https://profiles.wordpress.org/matt/) [Matt Mullenweg](https://profiles.wordpress.org/matt/)
7:24 pm _on_ July 17, 2012     
Tags: network, [plugins svn ( 5 )](https://make.wordpress.org/systems/tag/plugins-svn/)

# 󠀁[Daniel Convissor is having trouble reaching plugins svn…](https://make.wordpress.org/systems/2012/07/17/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/](https://wordpress.org/),
here’s a traceroute:

http://paste2.org/p/2075823

Is this a broader issue?

Will give his email to [@barry](https://profiles.wordpress.org/barry/) on Skype 
if any more info is needed.

[#network](https://make.wordpress.org/systems/tag/network/), [#plugins-svn](https://make.wordpress.org/systems/tag/plugins-svn/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F17%2Fdaniel-convissor-is-having-trouble-reaching-plugins-svn%2F%23respond&locale=en_US)

 * [Clear to-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

 [  ](https://profiles.wordpress.org/nacin/) [Andrew Nacin](https://profiles.wordpress.org/nacin/)
2:23 pm _on_ July 12, 2012     
Tags: [meta ( 6 )](https://make.wordpress.org/systems/tag/meta/)

# 󠀁[I’ve activated the Resolved Posts plugin on this…](https://make.wordpress.org/systems/2012/07/12/ive-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/](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](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](https://make.wordpress.org/systems/tag/meta/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F12%2Five-activated-the-resolved-posts-plugin-on-this%2F%23respond&locale=en_US)

 * [To-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

 [  ](https://profiles.wordpress.org/nacin/) [Andrew Nacin](https://profiles.wordpress.org/nacin/)
1:26 pm _on_ July 12, 2012     
Tags: [request ( 27 )](https://make.wordpress.org/systems/tag/request/),
[trac ( 40 )](https://make.wordpress.org/systems/tag/trac/)   

# 󠀁[plugins trac is not sending emails when an…](https://make.wordpress.org/systems/2012/07/12/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/](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](https://make.wordpress.org/systems/tag/request/), [#trac](https://make.wordpress.org/systems/tag/trac/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F12%2Fplugins-trac-is-not-sending-emails-when-an%2F%23respond&locale=en_US)

 * [Clear to-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

 [  ](https://profiles.wordpress.org/nacin/) [Andrew Nacin](https://profiles.wordpress.org/nacin/)
6:36 pm _on_ July 11, 2012     
Tags: [nginx ( 17 )](https://make.wordpress.org/systems/tag/nginx/),
[request ( 27 )](https://make.wordpress.org/systems/tag/request/)   

# 󠀁[Can I have the following nginx rewrites set…](https://make.wordpress.org/systems/2012/07/11/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/](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/](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](https://make.wordpress.org/systems/tag/nginx/), [#request](https://make.wordpress.org/systems/tag/request/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F11%2Fcan-i-have-the-following-nginx-rewrites-set%2F%23respond&locale=en_US)

 * [Clear to-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

 [  ](https://profiles.wordpress.org/johnjamesjacoby/) [John James Jacoby](https://profiles.wordpress.org/johnjamesjacoby/)
9:25 pm _on_ July 8, 2012     
Tags: [bbpress ( 12 )](https://make.wordpress.org/systems/tag/bbpress/)

# 󠀁[Could someone nacin please update the default version…](https://make.wordpress.org/systems/2012/07/08/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](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/](https://core.trac.wordpress.org/).
from 2.0 to 2.1?

Thanks!

[#bbpress](https://make.wordpress.org/systems/tag/bbpress/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fsystems%2F2012%2F07%2F08%2Fcould-someone-nacin-please-update-the-default-version%2F%23respond&locale=en_US)

 * [Clear to-do](https://make.wordpress.org/systems/2012/07/?output_format=md#)

# Post navigation

[← Older posts](https://make.wordpress.org/systems/2012/07/page/2/?output_format=md)