Ticket graphing plugin for Core Trac

I like http://bugs.jquery.com/ticketgraph, which is a Trac plugin the jQuery guys wrote (and open-sourced). Using it as a baseline, I made a number of changes to the functionality and styling, such as adding a by-component filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output..

Here’s my fork: https://github.com/nacin/TracTicketGraph. Tarball: https://github.com/nacin/TracTicketGraph/tarball/master.

Also, a while ago @duck_ wrote a plugin for revoking a Trac cookie, which I think would be a good thing to have if there is ever another runaway spammer: https://github.com/joncave/Trac-Cookie-Revocation/tree/v0.1.

I imagine after a test run, we’ll want to deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. these to the other Tracs.

Let me know if you have any questions!
Nacin

#trac

We’re having #wordpress sfd set up on freenode…

We’re having #wordpress-sfd set up on freenode today for the support group. Can you guys add that to the irc logs? Thanks.

#irclogs

Please could you give me commit access to…

Please could you give me commit access to glotpress.svn.wordpress.org so that I can update the locales.php file to include the Yorùbá language.

#glotpress, #svn

rez bot is idling in #wordpress mobile but…

rez-bot is idling in #wordpress-mobile, but there are no logs here: https://irclogs.wordpress.org/chanlog.php?channel=wordpress-mobile. Help?

#irclogs

Could you please give jkudish commit access to…

Could you please give jkudish commit access to unit-tests.svn.wordpress.org?

#request-svn-unit-tests

Following on from the recent s plugins wordpress…

Following on from the recent s-plugins.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/ CDN change, we need to add some cache-busting version params to the 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 headers on WordPress.org, as the CDN doesn’t expire the cached images.

Compare https://wordpress.org/extend/plugins/all-in-one-event-calendar/ to https://s-plugins.wordpress.org/all-in-one-event-calendar/assets/banner-772×250.jpg?bust-cache and you’ll see the previously cached image on the plugin page.

This was brought up by on wp-hackers by Yanislav (HeaderHeader The header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitor’s opinion about your content and you/ your organization’s brand. It may also look different on different screen sizes. image in WordPress plugin repository), Mike also added:

Don’t know if you or anyone else has noticed but the banner image is being served with Content Type “application/octet-stream” instead of with “image/jpeg.” Not a big deal but it’s not correct 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. and more practically it causes a browser to download the file rather than display it if accessed directly via a URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org.