Last night I updated bbPress org’s pinned bbPress…

Last night I updated bbPress.org’s pinned bbPressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org. external to trunk, and now none of bbPress’s custom rewrite rules are working.

  • Unable to edit topics/replies/users.
  • User profiles pages 404: https://bbpress.org/forums/users/johnjamesjacoby/
  • Topic views 404: https://bbpress.org/forums/view/no-replies/
  • The rewrite_rules option has been flushed, and includes the correct rules.

Back during the initial 1.1 to 2.x conversion, @stankea had to do some rule tweaks in 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/.. Does this need to be updated too, or is this an issue on my end?

#bbpress

Duplicate ticket cross-referencing plugin for Core Trac

My fork: https://github.com/nacin/TracDuplicates. Tarball: https://github.com/nacin/TracDuplicates/tarball/master. easy_install handles this, as previously.

DeployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. rev 3813 includes the trac.ini changes necessary for this and needs a deploy.

#deploy, #trac

Can I get a deploy on deploy svn…

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 svn r3809? It’s a bunch of templating updates to the coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. environment.

#deploy, #trac

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

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?

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 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