Here’s a quick rundown of new stuff that has gone into trunk for WP 2.2.
- TinyMCE 2.0.9
- Prototype 1.5.0
- script.aculo.us 1.7.0
- jQuery 1.1.1
- WP XML-RPC API (WP-specific API for working with pages, authors, and categories)
- Atom 1.0 Feeds
- Atom Publishing Protocol support
- Better MySQL UTF-8 support
- User cache streamlining
- Improved options caching
- Plugin sandboxing
[...] Está información nos llegço desde Boren.nu [...]
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.
[...] Via boren.nu. [...]
[...] 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 [...]
I have a request: can we give
wp_get_archivesthe 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?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?
I have a request, too
I want the autosaving capability to be optional.
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.
[...] Source: Ryan Boren [...]
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.
Does TinyMCE 2.0.9 work in Safari?
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.
[...] 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 [...]
[...] 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 [...]
Please, please PLEASE can we have mass-editing mode for posts and pages? Please? I love you?
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…..
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), …
[...] 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 [...]
[...] 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 [...]
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