| [17644]
|
westi
|
Use static strings and respect coding standards in wp-activate.php. Fixes #17158 props niallkennedy.
|
| [17643]
|
westi
|
Introduce a special wp_die handler for XMLRPC requests to ensure we send an XML response.
Props koke for the original patch. See #16748.
|
| [17642]
|
westi
|
Don't do SSL discovery for every RSD request. APP endpoint already respects the SSLness of the site. Fixes #15960.
|
| [17641]
|
westi
|
Allow custom author elements such as email. Fixes #17149 props niallkennedy.
|
| [17366]
|
westi
|
Don't redirect continually on empty search results pages. Fixes #16357 props garyc40
|
| [17359]
|
westi
|
Fix the bulk actions on Network > Sites and Network > Users. Fixes #16364
|
| [17328]
|
westi
|
Don't touch web.config when flushing rewrite rules if it is a multisite install. Fixes #16076 props nacin.
|
| [17316]
|
westi
|
Remove this new filter as it didn't get enough discussion prior to addition.
Revisit later. See #14310.
|
| [17315]
|
westi
|
Things that go bump in the night
|
| [17312]
|
westi
|
Add explit link to the licence for this file. Fixes #16078
|
| [17311]
|
westi
|
Switch to REQUEST so the search always shows up when no-js not just when you have an old GET request in the url too. Fixes #14927 props ocean90
|
| [17309]
|
westi
|
Switch _admin_search_query to use $_REQUEST so as to work for no-js searches sent over POST as well as url based searches over GET. See #14927
|
| [17307]
|
westi
|
Switch back to GET from REQUEST for these so the non js searches work again. See #14927
|
| [17295]
|
westi
|
Switch to using min-width so long titles can be displayed instead of using elipsis. Fixes #15654 props koopersmith.
|
| [17293]
|
westi
|
The old methods are good enough in alot of cases where plugins want to extend simply. So un deprecate for now.
|
| [17280]
|
westi
|
Bump script loader versions. See #16211
|
| [17279]
|
westi
|
Add unique ids as well as of classes in the admin bar to make it easier for plugins to extend.
Ensure we escape the classname.
Fixes #16211 props koopersmith.
|
| [17269]
|
westi
|
Admin Bar - show fullsite name in the tooltip. Correct some escaping. Fixes #16197 props nacin.
|
| [17258]
|
westi
|
Bumpity
|
| [17257]
|
westi
|
Fix wplink version. Bump list-table version. Fixes #16188 props scribu.
|
| [17230]
|
westi
|
Ensure that we apply the absolute integer casting result to the variable we are going to use. See #16119
|
| [17169]
|
westi
|
Ensure the Parent menu is hilighted correctly when Custom Post Types are shown under an existing top level menu. Fixes #16015 props duck_.
|
| [17137]
|
westi
|
Improved messaging for theme enabled/disabled on a per-site bases. Fixes #15920 props PeteMall
|
| [17136]
|
westi
|
Nonce checks for site-users. See #15969 props PeteMall.
|
| [17120]
|
westi
|
Ensure that images added using Press This get the correct source url set. Fixes #15841 props duck_.
|
| [17069]
|
westi
|
Improve the button and header test to give a clearer picture between Adding New Users and Adding Exiting Users to a site. Fixes #14756
|
| [17060]
|
westi
|
Set correct mime-type
|
| [17059]
|
westi
|
Commit the image not the trac download page. See #15207.
|
| [17058]
|
westi
|
Add missing file from Blue Theme refresh. See #15207.
|
| [17057]
|
westi
|
Less ugly show_admin_bar() enforcement. Fixes #15869 props filosofo.
|
| [17023]
|
westi
|
-- bad white space part deux
|
| [17022]
|
westi
|
-- bad white space
|
| [17021]
|
westi
|
Ensure show_admin_bar( false ) works after init. Fixes #15856.
|
| [17020]
|
westi
|
If we are previewing don't show the admin bar. See #15856
|
| [17018]
|
westi
|
Make note that this is a preview_iframe. See #15856
|
| [17008]
|
westi
|
Give the button an id so it validates.
|
| [17007]
|
westi
|
Give the screen options Apply button an id so it validates.
|
| [16998]
|
westi
|
Ensure we always have a $help to append to. Fixes #15845 props garyc40.
|
| [16997]
|
westi
|
Bumpity Bump
|
| [16996]
|
westi
|
Check for the wp-admin/imports folder before we open it so we don't show notices when it isn't there.
|
| [16970]
|
westi
|
More caps back. See #15326
|
| [16967]
|
westi
|
This is only for use in the Network admin when it is always multisite.
|
| [16966]
|
westi
|
Re-instate this code so AJAX still works
|
| [16965]
|
westi
|
Move post_type var setup back into edit.php and reinstate the cap check. See #15326
|
| [16962]
|
westi
|
Fix HTML validation errors. Fixes #15716.
|
| [16960]
|
westi
|
Allow a plugin to filter our slugs if it wants to. Fixes #15726
|
| [16948]
|
westi
|
Ultimate make_clickable. Fixes #14993 props filosofo
|
| [16943]
|
westi
|
Clear both in the right now widget so it clears nicely when there are extra comment statuses added. Fixes #14985 props doktorbro.
|
| [16942]
|
westi
|
Better message text to reflect that it might not just be an incorrect argument but maybe your calling something way too early. See #15824
|
| [16941]
|
westi
|
Zap the extra * props duck_
|
| [16940]
|
westi
|
Switch to _doing_it_wrong(). See #15824
|
| [16939]
|
westi
|
Introduce _doing_it_wrong(). See #15824.
|
| [16936]
|
westi
|
Bumpity
|
| [16934]
|
westi
|
Give the Logout menu item the correct parent so it appears when we have avatars as well as when we don't. Fixes #15611 props ocean90.
|
| [16892]
|
westi
|
Add cap checks. do the action in php. See #15793
|
| [16891]
|
westi
|
Add some filters and an action to make this more flexible for plugin extension / modification. See #15793.
|
| [16879]
|
westi
|
Fix row hilighting when user is spam. See #15558 props beaulebens.
|
| [16807]
|
westi
|
Tagging 3.0.3 for real
|
| [16806]
|
westi
|
Revert 16805 that was so not what I meant to do
|
| [16805]
|
westi
|
Tagging 3.0.2
|
| [16803]
|
westi
|
Improve the capabilites checking in the XMLRPC code.
|
| [16802]
|
westi
|
Correct the logic as there is no publish_post cap.
|
| [16801]
|
westi
|
Check for extra caps here too.
|
| [16800]
|
westi
|
Correct some more cap checks to use the correct caps.
|
| [16799]
|
westi
|
Condense the logic. Props nacin.
|
| [16798]
|
westi
|
Ensure that we always check the right cap when posts are added or edited.
|
| [16779]
|
westi
|
Revert brokenness. See #15326.
|
| [16776]
|
westi
|
Restore some more cap checks for clarity. See #15326.
|
| [16765]
|
westi
|
Use a span so we mark up the all the info about the site. See #15716 - allows for css targetting based on site.
|
| [16764]
|
westi
|
Introduce can_edit_site to replace inline checks on whether or not the site_id is for the current Network. See #15716.
|
| [16763]
|
westi
|
Allow for the callee of download_url() to specify a different timeout if they want to - maybe they don't want to wait that long.
|
| [16722]
|
westi
|
Revert [16719] until it has has UI review. See #15580
|
| [16708]
|
westi
|
Always exit after we redirect.
|
| [16707]
|
westi
|
Actions and Filters for the Network Admin sites panel to make it easier to add custom actions.
|
| [16704]
|
westi
|
Revert [16649] - The core output on this is for logged out users only - need to rework this if we want to move the output. See #14510
|
| [16692]
|
westi
|
Revert [16279] - the recursive nature of this regex doesn't play well with stack space. See #14993
|
| [16691]
|
westi
|
Clean the cache when deleting a term. Fixes #15651
|
| [16686]
|
westi
|
Restore the fix with to the Create New User form fields. Fixes #15642.
|
| [16685]
|
westi
|
If we have not items don't try and output the inline_edit form. Fixes #15240 props mrmist for tracking the bug down.
|
| [16645]
|
westi
|
Don't show the Post Format if the current theme doesn't support them. Fixes #15625.
|
| [16607]
|
westi
|
Make the list of actions that can be performed on a site in the User List in Network admin filterable.
Add classes for all core site status types to the view url.
Move the CSS to a css file rather than including it inline.
See #15558
|
| [16587]
|
westi
|
Things go bump in the night.
|
| [16585]
|
westi
|
Tighter match for the ACL.
|
| [16583]
|
westi
|
Add Post formats info to the help text. Fixes #15376 props vegasgeek
|
| [16572]
|
westi
|
Cast to string so we return the correct datatype. See #15517 props barry.
|
| [16566]
|
westi
|
Let SimplePie do more of the date handling for us. Props rmccue.
|
| [16565]
|
westi
|
Error suppression is lame!
|
| [16564]
|
westi
|
Updated WebPI parameters.xml file. Props Chris Sfanos.
|
| [16550]
|
westi
|
And proper context too!
|
| [16549]
|
westi
|
Correct incorrect action name.
|
| [16548]
|
westi
|
Require nonces for all the confirm links so we know they actually came from us.
Add a nonce check on the confirm links in the Network Admin stage two.
|
| [16547]
|
westi
|
Add a nonce check on the confirm links in the Network Admin stage one.
|
| [16546]
|
westi
|
Implement proper column show/hide behaviour based on screen options for the Network Admin Sites table column added for the wpmublogsaction hook.
|
| [16545]
|
westi
|
Implement proper column show/hide behaviour based on screen options for the Network Admin Sites table.
|
| [16508]
|
westi
|
Ensure that we return post IDs as strings to honour API defintions. See #15517
|
| [16504]
|
westi
|
Use do_items rather than do_item so the output of the l10n script is recorded. Fixes #15124.
|
| [16503]
|
westi
|
Add missing calls to convertEntities for js l10n
|
| [16378]
|
westi
|
Fix regression in wptexturize with single quotes when used for contraction. See #15241 props norbertm.
|
| [16336]
|
westi
|
Revert [16320] and [16321] for now. Breaks things
|
| [16334]
|
westi
|
Revert most of [16332] - renaming and deprecating a commonly used function is silly. Improving it is good. Fixes #15407.
|