As per https://meta.trac.wordpress.org/ticket/1639 can we…

As per https://meta.trac.wordpress.org/ticket/1639 can we update all of the Trac instances to have default_charset = utf-8?

A number of TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. instances are set to default_charset = iso-8859-15.

#prio3 #trac

Make Blackberry Trac Read-Only

https://blackberry.trac.wordpress.org is no longer used, but sometimes pentesters add a bunch of junk content to the wiki etc. Can we put it in read-only mode?

xref https://wordpress.slack.com/archives/G02QCEMRY/p1543941337009700

cc @otto42

#trac #prio3

Remove ‘branch’ functionality from themes.trac.wordpress.org

As reported by #3686-meta the theme ‘Branches’ is appearing as a special item in the code browser.

Could the following rules be added to wp-themes/conf/trac.ini under [svn] to disable TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/.’s default svn structure handling which we don’t use on that instance?
branches=
tags=

(I’ve tested that this works as expected under a local trac)

#prio3 #trac

#3686-meta

Hello, can someone please change…

Hello, can someone please change the redirect for *.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//logout from https://wordpress.org/support/bb-login.php?action=logout to https://login.wordpress.org/logout? Thanks!

MetaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. ticket: #2029-meta

#prio3 #trac

#2029-meta

#1641meta has pointed out that plugins trac wordpress…

#1641meta has pointed out that plugins.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/ is missing ~8400 changesets.

Can we do something to import those missing changesets? As we’re running TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. with explicit synchronization, I think it might just be a case of running trac-admin changeset added for each of the missing revisionsRevisions The WordPress revisions system stores a record of each saved draft or published update. The revision system allows you to see what changes were made in each revision by dragging a slider (or using the Next/Previous buttons). The display indicates what has changed in each revision..

#plugins-trac, #trac

@otto42 can you please give my account access…

@otto42, can you please give my account access to close tickets on themes.trac? I need to test out some i18n changes to the theme upload script and don’t want to clutter the tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. w/ a bunch of open test tickets.

#trac

What can we do to improve the speed…

What can we do to improve the speed and reliability of TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/.? I am seeing two issues in particular: it is terribly slow to complete a request, and web service gets restarted often due to the box maxing out memory.

Possible ideas:

  • We could move from prefork back to threaded mpm to improve memory usage, but then 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/. connections become blocking. What’s a possible solution for this?
  • Move Trac from ApacheApache Apache is the most widely used web server software. Developed and maintained by Apache Software Foundation. Apache is an Open Source software available for free. to 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/. or using nginx as a frontend proxy, which would include a short-lived cache for reports and for users who aren’t logged in. Or, could we configure the existing load balancers in front of it?

I’m most interested in nginx as a frontend proxy through the existing load balancers, as it seems like it’d be the easiest to set up and give us a decent benefit.

#trac

Can a new wp build Trac environment please…

Can a new wp-build TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. environment please be created? build.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/. No need to configure beyond giving me TRAC_ADMIN. (The associated 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/. repository already exists, and I can handle changing the config, templates. etc.)

#trac

Can I please have the Virtual Ticket Permissions…

Can I please have the Virtual Ticket Permissions TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. 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 installed? I’ve already added it to deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. (see r4688), it just needs to be run (and whatever else needs to happen for a Trac plugin to be picked up, does it require an ApacheApache Apache is the most widely used web server software. Developed and maintained by Apache Software Foundation. Apache is an Open Source software available for free. restart?). I’ll be configuring it for themes.trac once it is installed.

#trac

Can we please have all Trac installs updated…

Can we please have all TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. installs updated from 1.0 to 1.0.1? In r4654-deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors., I’ve updated the wporg-svn 0005 tag and migrationMigration Moving the code, database and media files for a website site from one server to another. Most typically done when changing hosting companies. script.

(In particular, http://trac.edgewall.org/changeset/11319 is needed to fix the rendering of attachments ending in *.diff.)

#trac