| [16706]
|
markjaquith
|
Backwards compat for plugin use of updated=1. fixes #15660
|
| [2616]
|
matt
|
Bad cat ID cleanup
|
| [2775]
|
matt
|
Bad comment
|
| [4728]
|
ryan
|
Bad cut-and-paste.
|
| [2987]
|
matt
|
Bad grammar. Fixes #1766
|
| [2053]
|
saxmatt
|
Bad link in snoopy class.
|
| [13205]
|
nacin
|
Bail early for favicon.ico requests so we don't load WP twice. Props azaozz, sivel. Fixes #3426
|
| [17545]
|
nacin
|
Bail early in dynamic_sidebar() if there are no sidebars. fixes #14816.
|
| [23740]
|
ryan
|
Bail early with correct WP_Error when an invalid post ID is passed to wp_insert_post() and wp_update_post().
Props simonwheatley
fixes #23474
|
| [20086]
|
duck_
|
Bail from AJAX success callback if wp_ajax_add_tag() returns errors. Props solarissmoke. Fixes #20086.
|
| [14134]
|
dd32
|
Bail from WP_HTTP when a invalid URL is provided. Fixes #12964
|
| [20601]
|
nacin
|
Bail from wp-langs.php if we don't already have a WordPress environment. fixes #20119.
|
| [10556]
|
ryan
|
Bail if invalid taxonomy given
|
| [10675]
|
ryan
|
Bail if no themes found. see #8652
|
| [6142]
|
ryan
|
Bail if post is empty. Props mdawaffe. fixes #5019
|
| [2553]
|
ryan
|
Bail if the theme does not exist.
|
| [13845]
|
nacin
|
Bail in wp_unique_term_slug if the slug is unique and we don't need to come up with a new one. fixes #10712.
|
| [21344]
|
azaozz
|
Bail out themes and plugins that have copied code from core and don't maintain it by requiring class-wp-editor.php in wp-langs.php, fixes #21350 for 3.4
|
| [21345]
|
azaozz
|
Bail out themes and plugins that have copied code from core and don't maintain it by requiring class-wp-editor.php in wp-langs.php, fixes #21350 for trunk
|
| [7412]
|
markjaquith
|
Bail out users who go to Manage - Links trying to add a link
|
| [14415]
|
nacin
|
Bail when there is neither a menu, or a fallback. props ptahdunbar, fixes #13006.
|
| [3809]
|
ryan
|
Balance quotes. Props razorasdf. fixes #2749
|
| [10112]
|
westi
|
Balance.
|
| [13094]
|
dd32
|
Banish User_level 10 use from Network Menu.
|
| [11190]
|
azaozz
|
Banishing ASCII quotes and apostrophes, props demetris, fixes #9655
|
| [8787]
|
azaozz
|
Base css fix for FF2, IE6 still needs work
|
| [8785]
|
azaozz
|
Base css layout, fixes #7620
|
| [4483]
|
ryan
|
Base last modified time for comment feeds on comments, not the post. Props mdawaffe. fixes #137
|
| [20114]
|
azaozz
|
Based on the current UX feedback, remove the "Insert Link" UI from under the caption fields, see #18311
|
| [7369]
|
ryan
|
Basedir location fixes for ftp fs from DD32. see #6245
|
| [21871]
|
nacin
|
Basic phpdoc for admin includes media.php. props c3mdigital. fixes #21144.
|
| [21609]
|
nacin
|
Basic support for the mysql_connect() new_link and client_flags arguments. props Otto42, fixes #19324.
|
| [6040]
|
ryan
|
Basic tag cloud widget. Props Stargazer. fixes #4130
|
| [929]
|
nacin
|
Basic test cases for is_textdomain_loaded(), load_textdomain(), unload_textdomain(). see #WP21319.
|
| [1039]
|
nacin
|
Basic test for wp_publish_post(). see #WP11399.
|
| [1202]
|
nacin
|
Basic test that Services_JSON isn't broken. see #21568.
|
| [1047]
|
nacin
|
Basic tests for WP_User_Query, including get(), set(), include, exclude. props wonderboymusic. see #WP21426.
|
| [706]
|
nacin
|
Basic tests for XML-RPC's _prepare_taxonomy().
|
| [1160]
|
nacin
|
Basic tests for the attachment post type having a different capability for create_posts than edit_posts. see #WP16714.
|
| [970]
|
nacin
|
Basic tests for wp_get_theme()'s contents. see #WP21549.
|
| [5111]
|
matt
|
Basic theme support for tags.
|
| [1035]
|
ryan
|
Basic wp_update_comment() tests. see #WP21706
|
| [9036]
|
azaozz
|
Batch edit: allow removal of selected posts, prevent page parent lock.
|
| [8973]
|
azaozz
|
Batch editing, first cut, see #6815
|
| [8976]
|
azaozz
|
Batch editing, refresh JS and CSS, see #6815
|
| [20386]
|
markjaquith
|
Be a bit more conservative in which args are stripped after redirect_guess_404_permalink(). see #20380.
|
| [2213]
|
saxmatt
|
Be a little more forward-looking
|
| [17576]
|
dd32
|
Be a party-pooper; No more Akismet Dancing upon upgrade; Respect custom WP_CONTENT_DIR for bundled plugins/theme installation; Respect custom WP_CONTENT_DIR/WP_LANG_DIR for Language files when upgrading; Standardise WP_Filesystem path method returns (They're trailing slash'd). Adds an exclusion list to copy_dir() as well as WP_Filesystem_Base::wp_lang_dir(). See #14484 See #11495
|
| [2811]
|
matt
|
Be ambiguous
|
| [14091]
|
nacin
|
Be back compat with the contextual_help filter.
|
| [11760]
|
markjaquith
|
Be consistent about slashing _REQUEST superglobal. props dd32. fixes #10360
|
| [3832]
|
ryan
|
Be less aggressive in stripping user description.
|
| [3831]
|
ryan
|
Be less aggressive in stripping user description.
|
| [18231]
|
markjaquith
|
Be less specific about theme and plugin repo licenses (as they can vary in specifics). They are all compatible with the license WordPress uses, which is what matters. fixes #16514
|
| [18841]
|
markjaquith
|
Be more consistent with ERROR: messages. fixes #15887
|
| [3155]
|
matt
|
Be more discrete.
|
| [9642]
|
markjaquith
|
Be more picky about the trailing blank query string things we strip. props filosofo, fitztrev, stevish, azaozz, DD32 (go team!). fixes #8098. fixes #8180
|
| [6450]
|
ryan
|
Be more selective in what we make clickable.
|
| [6449]
|
ryan
|
Be more selective in what we make clickable.
|
| [2307]
|
saxmatt
|
Be nicer to alpha geeks - http://mosquito.wordpress.org/view.php?id=300
|
| [2286]
|
saxmatt
|
Be nicer to memory
|
| [3040]
|
matt
|
Be nicer to people without http
|
| [2548]
|
matt
|
Be sure about encoding. Fixes http://mosquito.wordpress.org/view.php?id=1222
|
| [6536]
|
westi
|
Beautify. Fixes #5561 props fitztrev.
|
| [520]
|
mikelittle
|
Because get_permalink now prepends $siteurl, several places were doubling it.
Also fixed popup comments: they cannot currently use the new urls.
|
| [5170]
|
matt
|
Because of the next we should always do a reset.
|
| [19406]
|
nacin
|
Because we can. see #18034.
|
| [6119]
|
matt
|
Because we're modifying an existing cache variable we need to do a _set, not an _add, like we do other places we stick multiple cache values in a single var and key.
|
| [24358]
|
koopersmith
|
Begin a common WordPress Backbone helpers file.
Moves the `wp.template` helper to `wp-backbone.js`.
|
| [16345]
|
scribu
|
Begin rework of plugins list table. Props edward mindreantre. See #15318
|
| [23407]
|
helen
|
Begin simplifying some of the visual elements in the admin, starting with gradients. White space purposefully not currently altered. props lessbloat, melchoyce, aaroncampbell, sabreuse. see #23415.
|
| [16099]
|
nacin
|
Begin the dissolution of classes.php. see #10287.
|
| [19500]
|
koopersmith
|
Begin to generalize toolbar icon CSS. see #19404.
|
| [296]
|
westi
|
Beginings of cross DST future post publishing tests.
See WP#9285. Needs more work
|
| [2631]
|
matt
|
Beginning of user system overhaul, TODO: update all code that deals with user data
|
| [16077]
|
ryan
|
Beginnings of new admin bar organization. see #14772
|
| [496]
|
ryan
|
Beginnings of post type tests. Test post deletion and cache clearing.
|
| [19579]
|
ryan
|
Best practice, use wp_safe_redirect() when dealing with referrers. Props nacin.
|
| [11365]
|
ryan
|
Beta 1
|
| [9462]
|
ryan
|
Beta 1
|
| [20366]
|
ryan
|
Beta 1 bump
|
| [11440]
|
ryan
|
Beta 2
|
| [8621]
|
ryan
|
Beta 2
|
| [12314]
|
ryan
|
Beta 2 bump
|
| [20711]
|
ryan
|
Beta 4 bump
|
| [19447]
|
ryan
|
Beta 4 bump
|
| [4803]
|
matt
|
Beta Atom 1.0 support
|
| [572]
|
saxmatt
|
Beta multiple category support. Major style changes. You can now add, delete, edit categories through the admin interface.
|
| [6270]
|
ryan
|
Beta time
|
| [1209]
|
saxmatt
|
Beta time!
|
| [8165]
|
ryan
|
Beta1
|
| [16932]
|
ryan
|
Beta2
|
| [4711]
|
ryan
|
Beta2
|
| [6061]
|
ryan
|
Better determination. fixes #4748 for 2.2
|
| [6029]
|
markjaquith
|
Better $pagenow determination. fixes #4748
|
| [6066]
|
markjaquith
|
Better $pagenow determination. fixes #4748 for 2.0
|
| [5992]
|
markjaquith
|
Better %0d/%0a sanitization for wp_redirect() from hakre. fixes #4819 for 2.0.12
|
| [5991]
|
markjaquith
|
Better %0d/%0a sanitization for wp_redirect() from hakre. fixes #4819 for 2.2.3
|
| [5990]
|
markjaquith
|
Better %0d/%0a sanitization for wp_redirect() from hakre. fixes #4819 for trunk
|
| [4583]
|
ryan
|
Better AJAX feedback messages and markup fixes. Props mdawaffe. fixes #3208
|