Updates from August, 2011 Toggle Comment Threads | Keyboard Shortcuts

  • Jane Wells 12:01 pm on August 29, 2011 Permalink | Reply
    Tags:   

    GSoC is over, almost everyone passed, and it’s time to see how everyone did. There will be one last round of student IRC chats:

    • Template Versioning, David Julia: August 29, 16:00 UTC
    • Language Packs, Marko Novakovic: August 29, 16:30 UTC
    • Local Storage Drafts backup, Mihai Chereji: August 30, 16:00 UTC
    • Enhanced emails, Wojtek Szutnik: August 30, 16:30 UTC
    • Extending WP Webservices, Prasath Nadarajah: August 30, 17:00 UTC
    • Threaded comments, Lukasz Koprowski: August 30, 17:30 UTC
    • WordPress Move, Mert Yazicioglu: Sept 1, 16:00 UTC
    • File Uploader Upgrade, Jacob Gillespie: Sept 1, 16:30 UTC
    • Document Revisions, Ben Balter: Sept 2, 16:00 UTC
    • learn.wordpress.org, Stas Suscov, Sept 2, 16:30 UTC
    • Refresh Android app UI, Anirudh S: Sept 5, 17:00 UTC

    You can read all about them in advance if you haven’t been following along at http://gsoc2011.wordpress.com/

    Chat room in on irc.freenode.net #wordpress-gsoc

     
    • Andrew Nacin 4:42 pm on August 29, 2011 Permalink | Reply

      Marko’s chat went well. Unfortunately David’s will need to be rescheduled.

    • Jacob Gillespie 8:25 pm on August 29, 2011 Permalink | Reply

      You missed mine… :(

      Andrea scheduled me for September 1 at 16:30 UTC. My project is the WordPress File Uploader Improvements

      • Jane Wells 9:23 pm on August 29, 2011 Permalink | Reply

        That is because you didn’t get back to Andrea in time, so she scheduled one for you when you got back to her after we had posted the schedule. Yours and Anirudh have now been added to the list above. She is working on rescheduling David.

        • Jacob Gillespie 2:07 am on August 30, 2011 Permalink

          No problem! Thanks for updating!

    • Daryl Koopersmith 6:03 pm on September 2, 2011 Permalink | Reply

      Anirudh S’s chat has been rescheduled to Monday, Sept 5, 17:00 UTC.

  • Jane Wells 4:17 pm on August 17, 2011 Permalink | Reply
    Tags: , ,   

    Commit This 

    It is with great pleasure (not to mention optimism, satisfaction, and many other adjectives) that I officially announce the addition of Jon Cave (aka duck_, or said aloud as “duck undah”) to the WordPress version 3.3 commit team. Duck’s consistently good code, communication skills, eye for security, and tireless efforts made it a natural choice to give him a more official role with this release cycle. Also, @ryan is just sick of having to commit his patches. :)

    duck_ joins permanent committers @nacin, @dd32, Nikolay, and Joseph Scott, as well as @dkoopersmith, whose 3.2 commit stint has been re-upped.

    Congrats, you deserve it!

    Jon Cave aka "duck_" at WordCamp SF 2011 — photo by Mark Jaquith

     
  • Andrew Nacin 11:44 pm on August 14, 2011 Permalink | Reply
    Tags: ,   

    Matt announced today at the 2011 State of the Word that plugins and themes are now hidden from the search results (on both WordPress.org and in the plugin/theme install screens) if they have not been updated in two years.

    For plugins only: Older plugins that are still compatible and secure only need to have their “requires” and “tested up to” version numbers bumped. If you do this, actually releasing a new version of the plugin is not necessary, so leave the version number the same.

     
    • Ramoonus 5:30 pm on August 15, 2011 Permalink | Reply

      isn`t 2 years a bit long? I always stop using plugins which haven`t been updated for 1 year.

      • Andrew Nacin 3:16 am on August 16, 2011 Permalink | Reply

        It’s a start.

      • Jeremy 3:20 pm on August 16, 2011 Permalink | Reply

        Might there be plugins out there that are so good and really basic that their utility spans greater than 2 years?
        It seems that you would want something more to go off of in addition to the last modified date.

        • Andrew Nacin 10:32 pm on August 16, 2011 Permalink

          We looked at the old plugins with the highest download counts and saw nothing that caught our eye. Ultimately, if a plugin author can’t update just the “Tested up to” version, then it’s pretty safe to consider it abandoned. The “Tested up to” values for such plugins are no higher than 3.0, and most are far worse. Otto and I are going to poke around the data and see if further refinements can be made, though.

    • Pasta Maker 8:04 pm on August 15, 2011 Permalink | Reply

      Why 2 years and not a shorter period? From what I understand, many wordpress plugins/themes are not really secure and can be easily hacked. Is that true?

    • pavelevap 5:44 pm on August 16, 2011 Permalink | Reply

      Old plugins should be also hidden from tags archive on WordPress.org?

    • Mark 12:15 am on August 17, 2011 Permalink | Reply

      Rather than just hide plugins I think it could be useful for them to be listed somewhere for new would-be authors to get inspiration and learn.

      • DrewAPicture 6:20 am on August 22, 2011 Permalink | Reply

        Agreed. Though they’d be hidden from main search, it would be nice to still be able to search/browse them elsewhere .Forks could/would happen.

    • Adam 8:36 pm on August 17, 2011 Permalink | Reply

      I think this is a good policy. You get rid of plugins and themes that may not work with the newest flavors of WP and it causes less problems. Thanks!

      -A

    • WraithKenny 6:33 pm on December 14, 2011 Permalink | Reply

      Is this still a two year limit, or is it now a “tested” version?

      WP-reCAPTCHA has disappeared (I assume it was marked abandoned), but it looks like it was updated 8 months ago, but was only tested up to 2.9.1. It looks to be a truly abandoned plugin as the authors site is gone, yet people still use this plugin (even if they have to patch it themselves).

      Any news on the adopt-a-plugin program?

  • Joseph Scott 4:58 pm on August 11, 2011 Permalink | Reply
    Tags:   

    FYI in regards to Akismet as a subversion external.

    Older versions of WordPress used Akismet -trunk as an external. So for active Akismet plugin development we created a -dev directory, to avoid any accidental breakage.

    Current versions of WordPress use a release tag of the Akismet plugin as an external. With that change there isn’t much point in having a -dev for the Akismet WP plugin. This is a heads up for anyone still using Akismet -trunk as an external that it will be used for current development work again. If you don’t want to get those changes you should switch your external to the current release tag (2.5.3):

    http://plugins.svn.wordpress.org/akismet/tags/2.5.3

    I don’t think there are many folks left using Akismet -trunk as an external, but I still wanted to update people on the situation.

     
    • Andrew Nacin 3:18 am on August 16, 2011 Permalink | Reply

      No problems here. The timing is right — 3.0.x is no longer maintained, and that’s the last branch before we started pinning Akismet to a tag. And you currently maintain 3.0 compat anyway.

c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel
Follow

Get every new post delivered to your Inbox.

Join 906 other followers