{33} Commit messages (25623 matches)

Report designed to help manage the list of contributors. Shows commit messages since 3.1 was tagged

Note: If you'd like a RSS feed of the changesets a they happen, Please use the timeline rss feed instead.

Results (801 - 900 of 25623)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Changeset Author Message
[10658] westi Fix regression in shortcode behaviour. Fixes #9238 props tellyworth.
[10659] westi Explain consequences of changing the *_KEY defines. Fixes #9181.
[1065] alex_t_king added the first localization strings in index.php
[1065] ryan Post meta key NOT EXISTS tests.
[10660] westi Put search string into <title> of search results page. Fixes #9103 props DD32.
[10661] westi Add (get_)the_modified_author template tags. Fixes #9154 props tomontoast.
[10662] westi Enhance checked and selected as well as consolidating code. See #9032 props johnbillion for the idea.
[10663] westi Ensure that updating an uploaded file using AtomPub works correct. Fixes #9233 for trunk props josephscott
[10664] westi Ensure that updating an uploaded file using AtomPub works correct. Fixes #9233 for 2.7.2 props josephscott
[10665] ryan Fix inverted login in get_transient().
[10666] ryan Use SimplePie for widget and dashboard feeds. First cut. see #9198
[10667] ryan Text tweaks. Props MichaelH. see #8652
[10668] ryan Display more theme info. see #8652
[10669] ryan Don't display empty theme. see #8652
[1066] alex_t_king more localization
[1066] ryan Test for empty tax queries returning all posts instead of none. see #WP20604
[10670] westi Don't pass defaulted argument to checked(). Fixes #9032 props filosofo.
[10671] ryan phpdoc for fetch_feed(). Props rmmcue. see #9198
[10672] westi Make the exit call explicit so that it works. Fixes #9248.
[10673] westi Improve the Grammar. Fixes #9181 props Viper007Bond.
[10674] ryan Make sure last_updated is set. see #8652
[10675] ryan Bail if no themes found. see #8652
[10676] ryan Escape hyphen in regex. Props chrisbliss18. fixes #8548 #9244
[10677] ryan Escape hyphen in regex. Props chrisbliss18. fixes #8548 #9244 for 2.7
[10678] azaozz Fix typo, props sambauers
[10679] azaozz Fix typo, props sambauers for 2.7
[1067] alex_t_king more localization
[1067] ryan Test post meta BETWEEN and NOT BETWEEN.
[10680] ryan Use _x() and extracted comments. Props nbachiyski. see #9112
[10681] ryan Add some error feedback to ajax comment moderation. see #9261
[10682] westi Allow a plugin to change the jpeg image quality. Fixes #9245 props filosofo.
[10683] ryan Fix wp_authenticate_user hook
[10684] ryan Require user to be logged in to comment on private posts. Props tott. see #8997
[10685] ryan Add auth_redirect action
[10686] ryan Add media_row_actions filter. Props johnbillion. fixes #9172
[10687] ryan Use WordPress HTTP class for SimplePie requests. Props DD32. fixes #9247
[10688] ryan Pass blog charset to html_entity_decode(). Props adferguson. fixes #7563
[10689] westi Improve the description for the default comment status. Fixes #8894 props jacobsantos.
[1068] emc3 Attack of the Background-Color Police. Also, let step 3 of install.php accept the url param via GET. This will enable batch installation of WP via scripts, if someone wants to be clever.
[1068] ryan Post meta query tests for various tickets.
[10690] westi The url for the time-since plugin has changed. Fixes #7250 props Paveo.
[10691] ryan Add auth_cookie_expiration filter
[10692] westi First pass of HTTP Proxy support. See #4011 props jacobsantos.
[10693] westi Syncronise the queries used for attachment slug uniqueness checking. Fixes #4396 props futurix and Nazgul.
[10694] westi Display the search query when searching users. Fixes #9265 for trunk props johnbillion.
[10695] westi Display the search query when searching users. Fixes #9265 for 2.7.2 props johnbillion.
[10696] azaozz Show file url after upload form media library, props yoavf, fixes #9267
[10697] ryan Add RSS Error handling functionality to RSS Widget displays. Props DD32. fixes #9273
[10698] ryan Nested install fixes. Props sivel. fixes #7997 for trunk
[10699] ryan Nested install fixes. Props sivel. fixes #7997 for 2.7
[1069] emc3 Oh yeah. Should also set 'color' since we're setting 'background-color'.
[1069] ryan Remove cruft
[106] saxmatt Much improved (and faster!) autop.
[106] tellyworth fix up taxonomy tests
[10700] ryan Avoid double encoding of attachment descriptions. Props dwc. fixes #9168 for trunk
[10701] ryan Avoid double encoding of attachment descriptions. Props dwc. fixes #9168 for 2.7
[10702] ryan Use mb_substr instead of mb_strcut in wp_html_excerpt. Props demetris. fixes #9055
[10703] ryan Deprecate get_category_children(). Props filosofo. fixes #9007
[10704] ryan Allow comments_popup_link() for is_single and is_page. Props AaronCampbell, sivel. fixes #4832
[10705] ryan Check admin_url() when redirecting to profile. Props drossy. fixes #8493
[10706] ryan Don't process page template description since it is not used. Props simonwheatley. fixes #7850
[10707] ryan Add compat for mb_substr rather than mb_strcut. fixes #9055
[10708] ryan Fix calendar widget when there are no posts. Optimize query. Props Denis-de-Bernardy. fixes #6442
[10709] ryan Add filter on type_form_. Props nbachiyski. fixes #6585
[1070] saxmatt When I say delete, I really mean it.
[1070] ryan Post meta key AND query tests.
[10710] ryan Filter text to be sent to editor when used From URL. Props nbachiyski. fixes #6588
[10711] ryan Check for empty meta keys. Props Denis-de-Bernardy, markedwards. fixes #7953
[10712] ryan Links widget options. Props DD32. see #9196
[10713] ryan Action links for themes page
[10714] ryan Add theme delete link. Stub action. see #8678
[10715] ryan delete_theme(). see #8678
[10716] ryan Limit year field to 4 digits. Props sivel. fixes #9120
[10717] ryan Escape dot in regex. Props pne, sivel. fixes #9088 for trunk
[10718] ryan Escape dot in regex. Props pne, sivel. fixes #9088 for 2.7
[10719] ryan Allow users with edit_posts cap to use ajax tag search. Props yoavf. fixes #8651
[1071] saxmatt Only include .php files.
[1071] alexkingorg this completes the initial set of slash tests
[10720] ryan Fire nopriv actions from post and ajax handlers when user is not logged in.
[10721] ryan Allow passing sustitution args to prepare() as an array. Makes building queries for prepare easier.
[10722] ryan post_exists() and comment_exists() fixes. Fixes post duplication during import. Props tott. fixes #8460
[10723] ryan Initialize post_date_gmt for default post to edit.
[10724] ryan Add typecasting to wpdb::insert() and update(). Props filosofo. fixes #7171
[10725] ryan Add some default field types. see #7171
[10726] ryan Only list field types that are not strings. see #7171
[10727] ryan Use 'the_category_rss' template function in Atompub backend. Props znarfor, josephscott. fixes #8829
[10728] azaozz Add author column to detached media, props scribu, fixes #9282
[10729] azaozz Force-wrap comments in Recent Comments on the dashboard, expand width when no avatar, fixes #9283
[1072] saxmatt More options improvements.
[1072] ryan is_main_site() tests. see #WP22090
[10730] ryan Use wpdb::insert() and update(). Props DD32. see #6836
[10731] ryan Use wpdb::insert() and update(). see #6836
[10732] ryan Order by comment_date_gmt
[10733] ryan Add index on taxonomy. see #7415
[10734] azaozz Don't use mb_* functions to match file extension, fixes #9289
[10735] ryan Notice fix. Props ionfish. fixes #9292
[10736] ryan Typo fix. Props josephscott. fixes #9294
[10737] ryan Support mu-plugins for 'Must Use' autoload plugins
[10738] ryan Don't show already installed plugins in the Plugins dashboard widget. Props Viper007Bond. fixes #8781
[10739] azaozz Add RSS Error handling functionality to RSS Widget displays, props DD32, fixes #9273
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracReports for help on using and creating reports.