| [20271]
|
westi
|
XMLRPC: Add new wp.getPostType and wp.getPostTypes apis. See #18436 props maxcutler, markoheijnen and nprasath002.
|
| [20270]
|
westi
|
XMLRPC: Add support for Feature Images to the new wp.xxxPost apis. See #18429 props maxcutler and markoheijen.
|
| [20159]
|
westi
|
XMLRPC: Start casting datatypes in _prepare_term so as to ensure consistent datatypes in our responses. See #18438.
|
| [20158]
|
westi
|
XMLRPC: Add some xmlrpc_call_success_* actions to some of the post creation/deletion calls. Fixes #14283 props ericmann, simonwheatley.
|
| [20157]
|
westi
|
XMLRPC: Add some xmlrpc_call_success_* actions to some of the credit/edit/delete calls. Fixes #17109 props ericmann.
|
| [20156]
|
westi
|
XMLRPC: Expose the extended more text to XMLRPC clients from metaWeblog.getPost(). Fixes #10933 props koke, ericmann.
|
| [20155]
|
westi
|
XMLRPC: Expose the fact that the current theme supports featured images to XMLRPC clients so they can make intelligent UI decisions.
|
| [20154]
|
westi
|
XMLRPC: Remove the "Backward Compatibility" code from the new api as we don't need to support this older format and it keeps the new api cleaner.
The new Posts API is designed so that you can fetch a post with get, update the data structure returned and submit that with edit and so we need to ensure to only include in get data in a single form - tags and categories are returned as terms.
See #18429
|
| [20153]
|
westi
|
XMLRPC: Intoduce a date generation helper method to improve the dates returned over XMLRPC when we have a 0 date stored for drafts.
This improves the ability of clients to work with the new wp Post APIs. See #18429 and #19733 props maxcutler.
|
| [20137]
|
westi
|
XML-RPC: Initial implementation of Taxonomy and Term APIs.
Implements: wp.newTerm, wp.editTerm, wp.deleteTerm, wp.getTerm, wp.getTerms, wp.getTaxonomy and wp.getTaxonomies
See: #18438, #18439, #18440, #18441, #18442, #18443, and #18444 props maxcutler, markoheijnen and nprasath002.
|
| [19981]
|
westi
|
Make sure to echo out the comment_post_ID when building the edit comment form otherwise the post comment counts will get out of sync. Fixes #20108 props dllh.
|
| [19848]
|
westi
|
XMLRPC: Introduce new create,read,update and delete XMLRPC apis for Posts, Pages and all Custom Post Types.
Introduces: wp.newPost, wp.editPost, wp.deletePost, wp.getPost, and wp.getPosts
See #18429, #18430, #18431, #18432, and #18433 props maxcutler and markoheijnen.
|
| [19777]
|
westi
|
Correct the datatype for the skip_frames argument in the phpDoc props Rarst.
|
| [19775]
|
westi
|
Separating my commits so that my spelling mistakes are plain for everyone to see. Fix another mistake props duck_.
|
| [19774]
|
westi
|
Fix my spelling mistakes and typos in the wp_debug_backtrace_summary() phpDoc props duck_ see #19589.
|
| [19773]
|
westi
|
Refactor WPDB::get_caller() into wp_debug_backtrace_summary() and improve the functionality to provide enhanced context and a standardised default pretty format. Fixes #19589
|
| [19751]
|
westi
|
Update the documentation of wp_set_comment_status to match current functionality props solarissmoke.
The 'delete' status was removed in [11749] when the concept of a trash status was introduced for #4529.
|
| [19632]
|
westi
|
Update PHPMailer to version 5.2. See #19677
|
| [19622]
|
westi
|
Make it possible for commenter cookies to be disabled if someone wants to by setting them on an action instead of always. Fixes #17976 props SergeyBiryukov and pishmishy .
|
| [19547]
|
westi
|
Revert [18592] because there are issues to solve with autop/shortcode parsing ordering before we add this. See #10457 and #19411
|
| [19417]
|
westi
|
Add button styles to the inline styles in _default_wp_die_handler so that the Create a Config button is styled again. Fixes #17975.
|
| [19379]
|
westi
|
TwentyEleven: Always call the loop properly in all template files rather than just calling the_post(). Fixes #18794 props mfields.
|
| [19377]
|
westi
|
TwentyEleven: Improve RTL css to better match LTR experience. Fixes #18911 props SergeyBiryukov.
|
| [19375]
|
westi
|
TwentyEleven: Standardise on "Leave a reply". Fixes #18156 props SergeyBiryukov and pavelevap.
|
| [19372]
|
westi
|
Respect the default comment/ping status for new posts even when someone has hidden the meta box which lets you alter them on a per-post basis.
Fixes #13473 props solarissmoke.
|
| [19042]
|
westi
|
Don't show the Freedoms or Credits menu items to logged out users.
|
| [18833]
|
westi
|
Fire an action when a post type or taxonomy is registered so plugins can react. Fixes #18802 props simonwheatley.
|
| [18777]
|
westi
|
Only show 'About this version' menu item to logged in users.
|
| [18752]
|
westi
|
Revert [18747] until we can discuss it further. See #18453.
|
| [18751]
|
westi
|
Add support for rar and 7x file uploading. Fixes #16412 props Caspie.
|
| [18717]
|
westi
|
Improve the parsing of email addresses in wp_mail to re-support RFC2822 nameless "<address@tld.com>" style. Fixes #18463 props kitchin and SergeyBiryukov.
|
| [18716]
|
westi
|
Set up the post global variable in the comment feed loops so that any calls to post related template tags work correctly.
Ensures that atom feeds show threading for top-level comments correctly.
Fixes #14908 props solarissmoke and SergeyBiryukov.
|
| [18715]
|
westi
|
Escape the dot so that it only matches dot any not any character in the old feed files redirect.
Bump the db version so the rules regenerate.
See #18384
|
| [18690]
|
westi
|
Remove the unimplemented user locale code in the admin bar until we actually implement it for real.
|
| [18689]
|
westi
|
Get out quick if we have been passed the ID of the 'logged out' user.
|
| [18688]
|
westi
|
We don't need to do this if the user isn't logged in.
|
| [18687]
|
westi
|
Don't try showing these links to non-logged in users either.
|
| [18686]
|
westi
|
Don't show this menu for users who are not logged in.
|
| [18679]
|
westi
|
Remove the accidental commit of the cache avoiding test code in [18677] props vnsavage
|
| [18678]
|
westi
|
A little bit of whitespace keeps the code readable.
|
| [18677]
|
westi
|
Set a consistent cache key when using the_widget to display the Recent Posts and Recent Comments widgets so that they get cached. See #16761.
|
| [18676]
|
westi
|
Fix Notices in default Widgets when called using the_widget(). Fixes #16761 props mfields and SergeyBiryukov
|
| [18675]
|
westi
|
Reorder the titles in the Network Admin and Global Dashboard to put the locations first. Fixes #18304 props duck_
|
| [18599]
|
westi
|
Fix the action links broken by [18594]. Fixes #18447.
|
| [18596]
|
westi
|
When inserting a Gallery to be ordered by Date/Time use the post_date field for ordering rather than ID so that if the user/plugin has updated this to reflect the date/time when an image was captured we order correctly. Fixes #17485 props SergeyBiryukov.
|
| [18595]
|
westi
|
End each row with a new line to make the raw HTML easier to read.
|
| [18594]
|
westi
|
Include all comment css classes when outputing the rows in the Comments admin page to allow for easy customisation by plugins. Fixes #18447 props josephscott.
|
| [18593]
|
westi
|
Whitespace and code layout tidyup.
|
| [18592]
|
westi
|
Parse shortcodes in text widgets by default. Fixes #10457 props tmoorewp, sillybean, jamescollins.
|
| [18591]
|
westi
|
Optimise get_term to not query for term_id = 0. Also improve the prepared query to use %d for the term_id.
Fixes #18076 props mdawaffe.
|
| [18559]
|
westi
|
Fix html for back link in _default_wp_die_handler. Fixes #18459 props tenpura.
|
| [18546]
|
westi
|
Add a general filter to wp_unique_post_slug to allow for full customisation of the uniqueness functionality. Fixes #14111.
|
| [18534]
|
westi
|
Move the CSS inline to wp_die so that it is always available. Fixes #17975, props kawauso for the style type update.
|
| [18465]
|
westi
|
Make [18456] more obvious. Fixes #16432.
|
| [18401]
|
westi
|
Update the version in the 3.2 branch to alpha status.
|
| [18400]
|
westi
|
Update the version in trunk. Props MarkJaquith.
|
| [18323]
|
westi
|
Ensure we have a valid timezone identifier before trying to use it.
Validate the new timezone identifier during option update.
Fixes #17840.
|
| [18213]
|
westi
|
Only show the Dashboard link if you are logged in. See #17705.
|
| [18211]
|
westi
|
Only show Comments are Closed when they are supported.
Tidy up the logic to be clearer.
Mark attachements as supporting comments.
Fixes #17568 props duck_
|
| [18209]
|
westi
|
Bumpity Bump
|
| [18176]
|
westi
|
Ensure that we always coerce the class list passed to get_body_class to an array even when it is empty. Fixes #17717
|
| [18164]
|
westi
|
Link the Media item in the Add New menu to the Upload New Media form correctly. Props hew.
|
| [18148]
|
westi
|
Output TinyMCE HTML inside the body for Press This. Fixes #17500 props greuben
|
| [18147]
|
westi
|
Move the in_admin_footer action out of p#footer-left.alignleft so it is just in div#footer to allow for it to be used more flexibly. Fixes #17358 props aaroncampbell.
|
| [18146]
|
westi
|
Scroll up to the top when bulk editing so the form is completely visible. Fixes #17208 props greuben.
|
| [18145]
|
westi
|
Bumpity
|
| [18144]
|
westi
|
Whitespace fixes
|
| [18143]
|
westi
|
Mark two missed strings in Press This for translation. Fixes #16334 props SergeyBiryukov and ocean90.
|
| [18107]
|
westi
|
Fix typo in PHPMailer. Fixes #17614 props pross.
|
| [18098]
|
westi
|
Bump the version on the updated CSS. See #17178.
|
| [18097]
|
westi
|
Fix hover styles in the admin bar sites menu too. Fixes #17178 props ocean90 and johnjamesjacoby.
|
| [18092]
|
westi
|
Help Tab text updatates. Fixes #17312 prop dougwrites.
|
| [18091]
|
westi
|
Add .ics / text/calendar to the whitelist of allowed file types. Fixes #15916 props SergeyBiryukov
|
| [18090]
|
westi
|
Add a ms_user_row_actions filter on the actions array for the Network Users table. Fixes #15932 props sorich87
|
| [18088]
|
westi
|
Only apply the admin bar bump down css to the screen media type so it doesn't affect printouts. Fixes #17512 props kawauso.
|
| [18087]
|
westi
|
Only close comments on old posts by default. Fixes #16090 props nacin and johnjamesjacoby.
|
| [18086]
|
westi
|
Make the css for the row status highlighting more specific so that it works regardless of the ordering of the CSS loading. Fixes #16827 props wpmuguru.
|
| [18085]
|
westi
|
Bumpity
|
| [18006]
|
westi
|
Update wp_mail to correctly call the Address adding functions on PHPMailer for To, CC, BCC in a way which preserves our support for full RFC2822 address specifications.
Older versions of PHPMailer were not too careful about validating what we passed in to them as a plain email address - the new version expects we pass in the Name and Email address seperately.
Fixes #17305 based on a patch from dllh.
|
| [18005]
|
westi
|
Use context to tell the translators what to do and thereby remove a unused string.
Add a comment as to why we have translations after a return.
See #17532
|
| [17969]
|
westi
|
Bumpity
|
| [17967]
|
westi
|
Move the codex link into a seperate translation so you don't have to translate it if you have not got a version in your language and you only have to translate it once. Fixes #17480
|
| [17937]
|
westi
|
Use the correct cap for the export menu item. Fixes #17452
|
| [17926]
|
westi
|
More phpdoc typo fixes. See #17414 props Utkarsh
|
| [17925]
|
westi
|
Fix typos and inconsistencies in PHPdoc / function declarations. See #17414 props duck_
|
| [17916]
|
westi
|
Bumpity
|
| [17915]
|
westi
|
Typo fix props duck_
|
| [17914]
|
westi
|
Introduce wp_http_supports as a much less hacky replacement for the http_transport_(get|post)_debug hooks that plugins could have
been using to detect if things like ssl requests were working.
See #17251 props mdawaffe
|
| [17902]
|
westi
|
Update script loader version for quicktags to match when it last changed. Props mdawaffe
|
| [17901]
|
westi
|
Introduce new is_multi_author() template tag to make it easier for themes to have different behaviour when a site has more than one
author. Fixes #14405 props filosofo.
|
| [17860]
|
westi
|
Switch this to be inside the else to match previous functionality more closely.
|
| [17857]
|
westi
|
Add a filter in postbox_classes on the classes being returned so you can add ones to your metabox easily if you want. See #17323
|
| [17841]
|
westi
|
Restore the functionality of date_i18n to pre [17747] so that is works without a provided timestamp again. Fixes #17278.
|
| [17749]
|
westi
|
Introduce WP_MAX_MEMORY_LIMIT constant for the high memory limit we set when image processing and unzipping.
Ensure it is always filterable by plugins as well as configurable in wp-config
Fixes #13847 props hakre
|
| [17672]
|
westi
|
Provide more arguments to the widgets on the 404 page so as to avoid notices. See #17198
|
| [17671]
|
westi
|
Fix html5 js link. See #17198 props Jayjdk
|
| [17670]
|
westi
|
Set svn:eol-style on twentyeleven. See #17198
|
| [17647]
|
westi
|
More better phpdoc for XMLRPC functions. See #15238 props koke.
|
| [17646]
|
westi
|
The beginings of better phpdoc for XMLRPC functions. See #15238 props koke.
|
| [17645]
|
westi
|
Switch some strings to single rather than double quotes in wp-load.php. Fixes #17160 props niallkennedy.
|