| [11963]
|
westi
|
Handle the file upload case on import when post_max_size is smaller than upload_max_filesize and no POST data arrives at all. Fixes #10830.
|
| [11962]
|
westi
|
Move the nonce on the import upload form to the action url so it always arrives even if the post data exceeds post_max_size. Also add some phpdoc. See #10830.
|
| [11961]
|
westi
|
Fix notice in wp_explain_nonce when the supplied action has no extra text. See #10830.
|
| [11959]
|
westi
|
Updated phpdoc for the theme preview code.
|
| [11957]
|
westi
|
Move theme preview away from using create_function and to predefined functions. See #10729.
|
| [11953]
|
westi
|
Switch round some quotes. Fixes #10669 props niallkennedy
|
| [11951]
|
westi
|
Fix notice when adding tag from the Post Tags page. Fixes #10808 props prettyboymp.
|
| [11950]
|
westi
|
Fix user creation from admin after changes for #10751. Fixes #10811 props alexkingorg.
|
| [11949]
|
westi
|
Make the action name for post-by-email takeover actually unique so the plugins are not triggered every time WP tries to send an email!
|
| [11948]
|
westi
|
Return correct results for both single and array cases. Fixes #10803.
|
| [11947]
|
westi
|
Remove temporary transition code from the trash_meta option to postmeta transition See #4529.
|
| [11946]
|
westi
|
Don't pass undefined vars to action hooks. See #2659.
|
| [11945]
|
westi
|
Move the storage of the metadata for trashed comments into the comment meta table rather than storing it in an option. See #4529.
|
| [11943]
|
westi
|
First pass commentmeta implementation. See #2659 props scribu.
|
| [11933]
|
westi
|
phpDoc subpackage is Administration not Admin.
|
| [11925]
|
westi
|
Use the old strings which are more translator friendly and add a generic default string to aid re-use by plugins adding post_types. See #10729.
|
| [11923]
|
westi
|
Switch the post|page being editing message from a create_function call to a normal function and reduce the duplicated code. See #10729.
|
| [11922]
|
westi
|
phpDoc for wp_{check|set}_post_lock functions.
|
| [11921]
|
westi
|
Correct key padding and add support for raw_output in hash_hmac. Fixes #10284 props mdawaffe.
|
| [11920]
|
westi
|
Make our hash_hmac compatibility function unit testable even when the real one exists. See #10284.
|
| [11910]
|
westi
|
Post by Email plugins might want to use there own POP3 class so move the action earlier.
|
| [11907]
|
westi
|
Give plugins and themes simple control over the text displayed at the end of an autogenerated excerpt. Fixes #10395 props ramiy.
|
| [11898]
|
westi
|
Remove duplicate action addition of delete_get_calendar_cache() on update_option_start_of_week. Fixes #10718 props johnjosephbachir.
|
| [11897]
|
westi
|
Better feedback on publishing of future posts and pages. Fixes #10711 based on patch from scribu.
|
| [11896]
|
westi
|
Always filter the url in the media upload form. Fixes #10707 props nbachiyski.
|
| [11893]
|
westi
|
Allow a plugin to do a complete takeover of Post by Email
|
| [11892]
|
westi
|
Allow a plugin to do a complete takeover of Post by Email
|
| [11891]
|
westi
|
Replace eval usage in request processing with new WP_MatchesMapRegex() class usage. Fixes #9602 for 2.8 branch props hakre.
|
| [11886]
|
westi
|
Define in the default theme. Fixes #10682 props Viper007Bond.
|
| [11885]
|
westi
|
Comments for default theme Pages. Fixes #3753.
|
| [11882]
|
westi
|
Correctly CamelCase TypePad. Fixes #10686 props niallkennedy.
|
| [11878]
|
westi
|
Move the storage of the metadata for trashed posts into the post meta table rather than storing it in an option. See #4529.
|
| [11867]
|
westi
|
Make the default and classic themes comment textareas valid XHTML. Fixes #8971 props vladimir_kolesnikov.
|
| [11866]
|
westi
|
Add rel attribute to next/previous post links. Fixes #4209 props vladimir_kolesnikov
|
| [11856]
|
westi
|
Make add_object_page() and add_utility_page() use add_menu_page() rather than duplicated code. Fixes #9942 props scribu.
|
| [11854]
|
westi
|
Don't offer to make a category its own parent - that just wouldn't work. Fixes #10644 props scribu.
|
| [11853]
|
westi
|
Replace eval usage in request processing with new WP_MatchesMapRegex() class usage. See #9602 props hakre.
|
| [11852]
|
westi
|
Move _wp_get_user_contactmethods() into the registrations functions file so it is always available when required. Fixes #10662.
|
| [11850]
|
westi
|
Make the number of pages argument to wp.getPages properly optional. See #10659 props redsweater.
|
| [11849]
|
westi
|
Pass the to the {get_}the_author_meta filters. Fixes #10661 props scribu
|
| [11848]
|
westi
|
Treat comma, colon and semi-colon the same way.
|
| [11847]
|
westi
|
Ensure that drafts viewed over XMLRPC have a correct gmt date set. Fixes #10244 for 2.8 branch props josephscott.
|
| [11846]
|
westi
|
Ensure that drafts viewed over XMLRPC have a correct gmt date set. Fixes #10244 for trunk props josephscott.
|
| [11834]
|
westi
|
Add in the missing </td> so that the install page validates correctly.
|
| [11833]
|
westi
|
Restore the default behaviour on install of blogs appearing in search engines. Fixes #10621 for 2.8 branch.
|
| [11832]
|
westi
|
Restore the default behaviour on install of blogs appearing in search engines. Fixes #10621 for trunk.
|
| [11829]
|
westi
|
Make the operator precedence obvious by using parenthesis.
|
| [11816]
|
westi
|
Add the new file too.
|
| [11815]
|
westi
|
Refactor the meta boxes out of the edit pages and into an include file. See #9674 props wnorris.
|
| [11814]
|
westi
|
Support location of category templates based on category slug as well as id. Fixes #10614 based on patch from scribu.
|
| [11813]
|
westi
|
Fix wptexturisation of quotes when enclosed by brackets. Fixes #1418 props voyou1.
|
| [11812]
|
westi
|
Fix two more notices in the APP implementation. This time in the root /service page.
|
| [11811]
|
westi
|
Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for 2.8 branch props mysz.
|
| [11810]
|
westi
|
Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for trunk props mysz.
|
| [11809]
|
westi
|
Fix notice in APP server if no authentication credentials supplied.
|
| [11793]
|
westi
|
Fix notice when trying to view comments due to Trash implementation.
|
| [11792]
|
westi
|
Pass the widget instance as context to the widget_title and widget_text filters. Fixes #10573 props Viper007Bond.
|
| [11791]
|
westi
|
Correct comments and remove unecessary echos from the default themes sidebar templete file. Fixes #10335 props JeremyVisser.
|
| [11789]
|
westi
|
Seperate out the XML-RPC server active behaviour from object construction so that plugins can use the utility functions when extending the XML-RPC server. Fixes #10513 props davecpage.
|
| [11787]
|
westi
|
Pass the filename to the wp_feed_cache_transient_lifetime filter to give the plugins some context. Fixes #10565 props dd32.
|
| [11786]
|
westi
|
Set the interval to 5 minutes like I meant. See #7245 props aaroncampbell.
|
| [11784]
|
westi
|
Make it much easier to filter contact methods from user profiles adding and removing at will. Fixes #10240 props joostdevalk.
|
| [11783]
|
westi
|
Ensure that XMLRPC clients can tell the difference between unapproved and spam comments. Fixes #10510 props josephscott.
|
| [11782]
|
westi
|
Limit wp-mail blog by email checks to every 5 minutes. Fixes #7245 based on patches from lilyfan and Denis-de-Bernardy.
|
| [11781]
|
westi
|
Remove errant <tr> to fix validation error. Fixes #10560 props wahgnube.
|
| [11780]
|
westi
|
Correct the name of the filter in _nx(). Fixes #10540 props CalebKniffen.
|
| [11775]
|
westi
|
Move plugin update notice output to the plugin specific hook so as to make them easier to filter and manage from plugins that want to do there own thing. Fixes #10464 props strider72.
|
| [11774]
|
westi
|
Add support for sticky posts to the WXR exporter and importer. Fixes #10462 props josephscott.
|
| [11773]
|
westi
|
Allow user registration to be enabled by an XMLRPC client. Fixes #10454 props josephscott.
|
| [11772]
|
westi
|
Ensure that users_can_register is sanitised correctly. See #10454 props josephscott.
|
| [11710]
|
westi
|
Update the version number in the 2.8 branch.
|
| [11709]
|
westi
|
Call wp_dropdown_users() with echo=0 when outputting the quickedit and bulkedit forms so as to remove the need for output buffering. Fixes #10062 props johnbillion.
|
| [11708]
|
westi
|
Remove comment quickedit data from the dashboard recent comments widget. Fixes #9603 props coffee2code.
|
| [11705]
|
westi
|
Provide a pre-filled wp-config.php file in a textarea if setup-config can't write to the server. Fixes #10107 props filosofo.
|
| [11704]
|
westi
|
Fix typo in type_url_from_video() link text description. Fixes #10071 props Denis-de-Bernardy.
|
| [11703]
|
westi
|
Make checked and selected compare more carefully and update the phpdoc with the correct @since version. Fixes #9862 props Denis-de-Bernardy.
|
| [11702]
|
westi
|
Add extra site debugging support to enable conditionally enable display_errors or a special error_log. Fixes #10202 props sivel.
|
| [11697]
|
westi
|
Update the readme in trunk early for once.
|
| [11696]
|
westi
|
Update readme version for 2.8.1. Fixes #10356 props nanochrome and dcole07.
|
| [11620]
|
westi
|
Remove the cruft. Fixes #10227 for 2.8.1 props sirzooro.
|
| [11619]
|
westi
|
Remove the cruft. Fixes #10227 for trunk props sirzooro.
|
| [11618]
|
westi
|
Correct phpDoc comment for add_filter. Fixes #10164 for trunk.
|
| [11617]
|
westi
|
Correct phpDoc comment for add_filter. Fixes #10164 for trunk.
|
| [11616]
|
westi
|
Introduce _deep_replace() and use it to improve the stripping of percent encoded values from urls. Fixes #10226 for 2.8.1
|
| [11615]
|
westi
|
Introduce _deep_replace() and use it to improve the stripping of percent encoded values from urls. Fixes #10226 for trunk.
|
| [11609]
|
westi
|
Make it easier for plugins to add extra fields to the Edit Category/Tag forms. Fixes #8831 for 2.8.1 props Denis-de-Bernardy
|
| [11608]
|
westi
|
Make it easier for plugins to add extra fields to the Edit Category/Tag forms. Fixes #8831 for trunk props Denis-de-Bernardy
|
| [11591]
|
westi
|
Improve description of comments_per_page option. Fixes #9900 props hailin.
|
| [11545]
|
westi
|
Remove theme_basename() for now as the changeset that introduced it was reverted and nothing uses it. See #10067.
|
| [11544]
|
westi
|
Replace the _ before sorting the timezones. Fixes #10066 props nbachiyski.
|
| [11543]
|
westi
|
Bump the version in the readme. Fixes #10087.
|
| [11495]
|
westi
|
Fix plugin/theme upgrade issues when using ftp extension. Fixes #9980 props DD32.
|
| [11494]
|
westi
|
Add context to the translation of Tag in the theme installer. Fixes #9981.
|
| [11493]
|
westi
|
Move the upload_dir filter before the directory is created so that plugins can have a better effect. Fixes #9973 props dd32.
|
| [11492]
|
westi
|
Ensure the errors array is always defined so as to always have something to return
|
| [11471]
|
westi
|
Check to see if we have an author before displaying it. See #9948.
|
| [11458]
|
westi
|
Allow a plugin to filter the list of Page statuses. Fies #9928 props coffee2code.
|
| [11453]
|
westi
|
Remove context from wp_feed_cache_transient_lifetime filter and filter in fetch_feed as well. Fixes #9926.
|
| [11448]
|
westi
|
Add a wp_lostpassword_url() function to complete the set. Based on patch from ramiy fixes #9932.
|
| [11447]
|
westi
|
Hide options from users when they don't make any sense for them. Fixes #8433 props Denis-de-Bernardy.
|