Most newer plugins in the plugins direct…

Most newer plugins in the plugins directory are not showing up in search results. We’re working on a solution, but it will probably be a few days before everything’s back to normal.

Lame, we know. Apologies for the hassle.

#plugin-directory

I upgraded the WP.org Plugins Directory …

I upgraded the WP.org Plugins Directory to bbPressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org. trunktrunk A directory in Subversion containing the latest development code in preparation for the next major release cycle. If you are running "trunk", then you are on the latest revision./ today. I’m sure there’s still glitches to work out. In particular, search may be a little out of date until I get the new sphinx index set up correctly.

#plugin-directory

There was a bug in the process that gene…

There was a bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. in the process that generated 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 screenshots in the 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/ Plugins Directory.

The bug has been fixed, and I’m currently running a brute force script to update all plugins. The script is not very efficient and will take a couple days to finish.

#plugin-directory

In preparation for 3.0, themes should wr…

In preparation for 3.0, themes should wrap calls to next_post_link() and previous_post_link() in is_singular() conditionals if those functions are being used on index.php/archive views.

See #10867 .

#3-0, #dev-notes, #themes

Plugins can now include videos in their readme.txt files

The plugins directory now supports videos in readme.txt files. YouTube, Vimeo, and WordPress.comWordPress.com An online implementation of WordPress code that lets you immediately access a new WordPress environment to publish your content. WordPress.com is a private company owned by Automattic that hosts the largest multisite in the world. This is arguably the best place to start blogging if you have never touched WordPress before. https://wordpress.com/ VideoPress videos are supported.

Videos are included using one of two formats.

ShortcodeShortcode A shortcode is a placeholder used within a WordPress post, page, or widget to insert a form or function generated by a plugin in a specific location on your site.: YouTube, Vimeo, WordPress.com VideoPress

Include a normal looking shortcode anywhere in the readme.txt file.

For YouTube and Vimeo, the shortcode has one unnamed parameter: the video’s URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org.

[youtube http://www.youtube.com/watch?v=7EiKx_WSesk]
[vimeo http://vimeo.com/173714]

For WordPress.com VideoPress videos, the shortcode has one unnamed parameter: the video’s ID. The shortcode can be copied from the video’s embed menu.

[wpvideo OO4thna8]

To prevent shortcodes from being parsed, enclose the shortcode in backticks.

`[wpvideo OO4thna8]`

Autolink: YouTube, Vimeo

Include a YouTube or Vimeo URL by itself on its own line in the readme.txt file.

http://www.youtube.com/watch?v=7EiKx_WSesk
http://vimeo.com/173714

Example

https://plugins.svn.wordpress.org/mdawaffe-test/trunk/readme.txt
https://wordpress.org/extend/plugins/mdawaffe-test/

The Validator shows the videos too.

NB: Directly including object/embed HTMLHTML HyperText Markup Language. The semantic scripting language primarily used for outputting content in web browsers. into the readme.txt file is not supported; the goal of the readme.txt file is to be human readable.

PS: Videos are not currently supported as replacements for screenshot images in the screenshots section. It’s silly that the Plugins Directory doesn’t yet support that 🙂 It’s on the todo.

#plugin-directory

Working on Quick Edit styling

Working on Quick Edit styling

#ui

First pass at crazyhorse quickpress dash …

First pass at crazyhorse quickpress dashboard widgetWidget A WordPress Widget is a small block that performs a specific function. You can add these widgets in sidebars also known as widget-ready areas on your web page. WordPress widgets were originally created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user..
Working on crazyhorse stats widget now

#crazyhorse

Working on crazyhorse menus.

Working on crazyhorse menus.

#crazyhorse

Nice – widgets are running into some int …

Nice – widgets are running into some integer overflow bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority..

#widgets

I still need to Fix “You’re using Beta …

I still need to Fix “You’re using BetaPress TODO”. Will probably have to update the update APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways..

#dashboard