Can @markjaquith and I please have git installed…

Can @markjaquith and I please have git installed on our sandboxes? We need it for some mirroring scripts, and I can benefit when working with some of our external libraries.

#sandbox

Hi there Can I please have a new…

Hi there! Can I please have a new directory called “wordcampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more.” in code.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/ together with commit access to that directory? Thanks!

#svn

Reported to plugins@ Revision 105138 appears to be…

Reported to plugins@:


Revision 105138 appears to be corrupted in the 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/. repo:
https://plugins.trac.wordpress.org/changeset/105138

I ran into this because svnsync fails to
read it as well, so it’s impossible to mirror or backup the repo
because of this one revision (though there could also be more past
this revision that are also corrupt, but I won’t know until it gets
past this one).

#tag-it

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

Seeing mixed reports over the past few days…

Seeing mixed reports over the past few days of 500 responses when visiting codex.buddypress.org.

Most informative report so far:

  • https://buddypress.org/support/topic/cannot-access-codex-if-logged-in/

Others report it maybe specific to Firefox on Windows; I have not been able to reproduce.

Thoughts?

#buddypress, #codex

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 I please have commit access granted to…

Can I please have commit access granted to bbpress.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/ for the username ‘jmdodd’?

We’ve had ye olde Uncle Ben/Spiderman talk, and I’ll take care of getting her situated.

cc @matt

#bbpress

Hey @barry and @stankea Can you set up…

Hey @barry and @stankea. Can you set up an email address (not a box, just an alias) of meetups@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/ and have it forward to me at jane@automattic.com? At some point we’ll probably want to set up a supportpress instance or something, but for now I just need an active address to satisfy the meetup.com contract. Thanks.

#email

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