In the Trunk

Here’s a quick rundown of new stuff that has gone into trunk for WP 2.2.

20 comments to In the Trunk

  1. [...] Está información nos llegço desde Boren.nu [...]

  2. Doug Karr says:

    It would be pretty cool if the XML-RPC functionality was utilized with plugins to check for the latest version. Folks that publish the plugin could post some custom fields to their post with the latest versions.

    Thanks! This is good info.

  3. [...] have either already updated the WP version to 2.1 or planning to do so. You should know that the development of 2.2 is now open and here is a quick list of new things you can look forward to in 2.2 release of [...]

  4. Jonathan says:

    I have a request: can we give wp_get_archives the ability to sort archives post-by-post per category or per month? That would be schnawsome. It would eliminate the necessity of a plugin. Where can I make this request?

  5. shorty114 says:

    jQuery *and* Prototype? You’re not going to be able to use $ with both, that’s for sure… how will this non-standard thing work?

  6. Baris Unver says:

    I have a request, too :) I want the autosaving capability to be optional.

  7. Jeff says:

    I, too, am confused about including both jQuery and prototype. They are extremely similar libraries — it doesn’t make any sense to include them both. Not to mention obvious (and noted above) conflicts.

    Unless there is something we don’t know.

  8. Ryan says:

    WP internals might move over to jQuery. We would still provide prototype because many themes and plugins use it and because we already shipped it with 2.1. We can look at using jQuery.noConflict() if needed.

    Regardless of which library we use for WP internals, there is much demand to include both of these popular libraries. Bundling them allows plugins and themes to easily load them with the script loader and avoid multiple includes and version conflicts. However, since the library we decide to use internally will already be loaded for most admin pages, using that same library for plugin and theme development will save loading an extra library. We won’t try to force a library though. Out-of-the-box WP will only load the one it uses internally, but plugin authors can do as they wish.

  9. Does TinyMCE 2.0.9 work in Safari?

  10. Thanks for the list here. Are there any special things we would need to know about using these libraries? ie. WordPress specific?

    Also how will the Prototype/JQuery class be handled? An option in the menu?

    Sorry for the noobish questions… I’ve been wanting to play with the login and other systems using the libraries, but wanted a clue on any WordPress specific coding needed. Some basic calls for floating divs and such haven’t worked.

  11. [...] with a short note to Ryan Boren: It’s not you or your fault, Ryan. You just happen to have posted the relevant entry to my rant in your blog, and the comment submission form there has some kind of unfounded hatred [...]

  12. [...] sürümleri için gerekli karakter seti tanımlama sorgularının da artık eklenmiş oluşu boren.nu‘nun sitesinde yer verdiği habere göre wordpress 2.2‘nin yol haritasında görülen [...]

  13. Dan says:

    Please, please PLEASE can we have mass-editing mode for posts and pages? Please? I love you?

  14. Jeff says:

    Ryan, sounds good. The plugin authors for 2.2 are going to need to be very careful about the conflict between the two libraries (excepting the work around you mention .noConflict()).

    I’m quite happy to hear the internal is moving to jQuery, that’s my platform of choice. *Glee*. Mmmm…chainable functions…..

  15. SigT says:

    Novedades en WordPress 2.2…

    A finales del mes pasado, Matt comentó que se iniciaba el desarrollo de la rama 2.2. Como era de esperar, las mejoras propuestas ya empiezan ser introducidas para su desarrollo y Boren ya ofrece un listado.

    Se incorporan/actualizan TinyMCE (2.0.9), …

  16. [...] at WordPress 2.2: Ryan Boren has a rundown of what is now in the WordPress 2.2 Trunk due out in April. Highlights include Atom 1.0 feeds and publishing protocol, TinyMCE 2.0.9 (Rich [...]

  17. [...] trovare un articolo che mostra i vantaggi della nuova versione suggerendo l’upgrade, mentre Ryan Boren già annuncia alcune delle novità che potremo gustare nella release 2.2 di [...]

  18. Avi Alkalay says:

    I’d like to suggest this:

    - OpenID support. Livejournal and Movabletype already has it.
    - Possibility to define which and how information is included in RSS and ATOM feeds, just as HTML themes.
    - Better internationalization as described here: http://avi.alkalay.net/2006/11/soleil-theme-for-wordpress.html

    Thank you