jobs wordpress net is down shows on…

jobs.wordpress.net is down, shows “on hiatus,” and I can’t find any news about it. People use that site and think the disappearance is an attempt by Automattic to drive people to Code Poet instead. Since Matt didn’t know it was down until people started telling him last night, clearly that’s not the case. Barry said he thinks Nacin took it down for a security thing.

1. Who took it down?
2. No need to go into security issues specifically, but was that why?
3. When can it be back up?
4. In the meantime, can “on hiatus” be changed to something like “We’re fixing some stuff, we’ll be back in a few days” or whatever, so people will stop assuming the worst?

#jobs-wordpress-net

This is a followup to what I posted…

(This is a followup to what I posted on a8c’s sysreq last Thursday, which @762e5e74 was working on. That request should have gone here in the first place, because it’s related to WordCamp.org, so I’m moving the discussion here.)

To summarize the issue, URLs like https://2013.sf.wordcamp.org/tickets are being redirected to http://central.wordcamp.org/tickets, when they should instead be redirected to http://2013.sf.wordcamp.org/tickets. (I think this is because they get caught by the catch-all redirect, even though they’re valid pages.)

r4811-deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. added a new rule that redirected all HTTPSHTTPS HTTPS is an acronym for Hyper Text Transfer Protocol Secure. HTTPS is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. The 'S' at the end of HTTPS stands for 'Secure'. It means all communications between your browser and the website are encrypted. This is especially helpful for protecting sensitive data like banking information. traffic to HTTPHTTP HTTP is an acronym for Hyper Text Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands., but that conflicted with a 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. redirect back to HTTPS, and created a 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..

We’ve removed the PHP redirect for the time being, since the SSLSSL Secure Socket Layer - Encryption from the server to the browser and back. Prevents prying eyes from seeing what you are sending between your browser and the server. cert doesn’t work on 4th-level domains. We should be able to re-apply r4811-deploy at this point, but I’d like to make a minor modification to it, so that it’s future-proof for when we do support HTTPS on the 4th-level domains (via 3rd-level aliases and domain mapping, or a wildcard with *.*.wordcamp.org SANs, or some other solution).

The modification would be to ignore HTTPS requests to wp-admin URLs. So, the logic would be:

if https
    if URL doesn't contain wp-admin
        redirect to http version of the URL

That way a request to https://2013.sf.wordcamp.org/wp-admin (or any subpages under wp-admin) would not be redirected, but a request to https://2013.sf.wordcamp.org/tickets will be redirected.

One other thing to keep in mind is that attempts to login to the year.city sites (e.g., http://2013.sf.wordcamp.org/wp-login.php) redirect to http://wordcamp.org/wp-login.php (so they can use the valid SSL), though, and we don’t want that to be affected by any new rules. I don’t think it will be, but thought I’d mention it just in case.

#https, #redirect, #ssl, #wordcamp-org

Could I please get read access to the…

Could I please get read access to the deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/., so I can follow changesets affecting wcorg?

#deploy, #wordcamp-org

Trying to access http ios forums wordpress org…

Trying to access https://ios.forums.wordpress.org/bb-admin redirects me to ios.forums.wordpress.org. Trying to mark a user as spam redirects me as well. Has something changed recently?

#forums, #ios

Can I please have my key added to…

Can I please have my key added to jobs.wordpress.net? If we happen to know the the account password, can that be communicated? If not, I can reset if necessary.

#multipattern

Priority Low We can safely remove bbpress public…

Priority: Low

We can safely remove bbpressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org./public_html from web nodes, deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. scripts, etc. Everything is now in buddypress/public_html. Nothing uses it and nothing is in it except for download archive mount, which can go away. (The old releases still sit in 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/. if we ever need them.)

I need the wporg smtp role updated for…

I need the wporg-smtp role updated for r4721. Thanks!

#deploy