{33} Commit messages (25654 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 (1601 - 1700 of 25654)

Changeset Author Message
[1130] rboren Mark strings for translation.
[1130] nbachiyski Add tests for #WP22435, the Export API crusade
[11310] ryan Fix widget registration with PHP 4. see #9800
[11311] ryan Typo fix. Props Denis-de-Bernardy. fixes #9801
[11312] markjaquith Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
[11313] markjaquith Exclude <tt> from formatting. props JulienV. fixes #8321
[11314] ryan Default plugins per page to 999
[11315] ryan Remove stale enclosures. Props mystyman. fixes #6840
[11316] ryan Notice fix. Props mrmist. fixes #8446
[11317] azaozz Add a function to output a generic widget anywhere in a template, props Denis-de-Bernardy, fixes #9701
[11318] ryan Remove vestiges of what_to_show. Props filosofo. fixes #9815
[11319] ryan Add option to send password to users created from admin. Props Denis-de-Bernardy. fixes #9669
[1131] rboren Mark strings for translation.
[1131] nbachiyski Update renamed method name
[11320] ryan Don't set user's url to http://. Props josephscott. fixes #9804
[11321] ryan Import category descriptions. Props Denis-de-Bernardy. fixes #8840
[11322] ryan Use the_author_meta(). Props sivel. see #9393
[11323] ryan Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730
[11324] ryan Revert [11263]. Busted several themes. see #9323
[11325] westi Add a permalink_structure_changed action to allow plugins to do something once the new structure has been applied to WP_Rewrite.
[11326] westi Give better instructions when installing over an existing users table. Fixes #9569 based on patch from coffee2code.
[11327] azaozz Make sure all colors stylesheets have the same version string, see #7262
[11328] ryan urlencode login redirect. Props Viper007Bond. fixes #9817
[11329] ryan Allow plugins to override tz support enable/disable. Props Otto42. fixes #3962
[1132] saxmatt Fix for empty comment bug.
[1132] kurtpayne Using $this->assertEqualSets() instead of array_diff(). See #130 for more details.
[11330] azaozz Don't display empty values in the user display name drop-down, props Simek, fix js to add newly entered First Name and Last Name, fixes #9813
[11331] ryan Use user_login instead of ID to check if user exists when creating unique nicenames. ID isn't available when inserting new users. Props sivel. see #9393
[11332] ryan Sort tz continents and cities by translated names. Load translations from separate mo to avoid cluttering default pot. Props Denis-de-Bernardy. see #9794
[11333] ryan Give continents-cities their own textdomain. Props nbachiyski, Denis-de-Bernardy . fixes #9794
[11334] ryan Use text/xml for rss feeds for best browser compat. Props Denis-de-Bernardy. fixes #9810
[11335] ryan Better verbose page rule detection to support showing posts on a page with a custom permastruct. Props Denis-de-Bernardy. fixes #6603
[11336] azaozz Escape the captions in the gallery with wptexturize() instead of wp_specialchars(), props Denis-de-Bernardy, fixes #8763
[11337] azaozz Tweak p.help class, props Simek, fixes #9790
[11338] westi Ensure that wp_specialchars captures all pre-encoded entities correctly when preventing double encoding. Fixes #9821.
[11339] azaozz Support more than one gallery on the same page, props jamescollins, fixes #7678
[1133] rboren s/this lines/this line/ so as to deny the IRC denizens their idle amusement.
[1133] nacin Test the loss of categories when using XML-RPC's wp.editPost. see #WP22220.
[11340] azaozz Fix IE 512-byte minimum page length bug, props hakre, fixes #8942
[11341] ryan Update PHPMailer to 2.0.4. Props hakre. fixes #9697
[11342] ryan Add option to wp_die to display a go back link. Props nbachiyski. fixes #5167
[11343] ryan Add escaping for quick edit saves. Props hailin. fixes #9822
[11344] ryan Escape posts passed as objects. Props Denis-de-Bernardy. fixes #9727
[11345] ryan Handle nested tag in wptexturize(). Props nbachiyski. fixes #7056 see #6969
[11346] ryan Ver bump
[11347] ryan Use get_post_modified_time filter in get_post_modified_time(). Props Denis-de-Bernardy. fixes #9734
[11348] ryan Allow combining category and tag queries. Props turboguy. fixes #5433
[11349] azaozz Strip tags and convert < > to entities when appending widget title, fixes #9830
[1134] saxmatt Importer updates.
[1134] nbachiyski Reflect class rename
[11350] ryan Support IIS 7.0 URL Rewrite Module. Props ruslany. Hat tips to peaceablewhale, hakre, Denis-de-Bernardy, sivel. fixes #8974
[11351] ryan Support headers split over multiple lines. Props hakre, Denis-de-Bernardy, wnorris. fixes #9395
[11352] ryan strip tags on post titles in recent comments dashboard widget. Props Denis-de-Bernardy, mastermind. fixes #9138
[11353] ryan Improve contextual help for widgets. Props demetris. fixes #9827
[11354] ryan Bump all style versions
[11355] ryan Fix bad call to str_replace. see #9395
[11356] ryan Check if delete_transient() exists to avoid error when upgrading from releases that don't define it.
[11357] ryan Check if get_site_option() is defined. It isn't when auto upgrading from <= 2.7.
[11358] ryan Fix feed autodiscovery. Props peaceablewhale. fixes #9810
[11359] azaozz Clean up user-edit.php, add password strength meter to Add User and Edit User
[1135] rboren Mark strings for translation.
[1135] nbachiyski Rename the test file, too
[11360] azaozz Margin fix for "updated" and "error" classes, props Simek, fixes #9802
[11361] azaozz Style tweaks for plugins delete confirmation page, props Simek, fixes #9799
[11362] ryan Trim long descriptions in plugin installer search results. Props DD32. fixes #9576
[11363] ryan Revert [11307]. fixes #9842
[11364] ryan Add trailing slash before query args for crufty links. Props peaceablewhale. fixes #9515
[11365] ryan Beta 1
[11366] azaozz Add footer actions to iframe footer, props DD32, fixes #9832
[11367] ryan Always show action links for plugin rows. Move offsite links off of plugin name to new 'View Site' action.
[11368] ryan Incorporate version into description. Put version, and author link beneath description (possibly incorporate other meta here).
[11369] azaozz Add HTML break in user-new.php, props demetris, fixes #9834
[1136] saxmatt Bug where currently select category wasn't being selected.
[1136] nbachiyski Sync naming with latest export API patch
[11370] westi Migrate final get_author_name() calls to use get_the_author_meta() instead. See #9393 props sivel.
[11371] westi Add an action link to allow for plugins to be deleted individually. Also switch to storing the deletion information and redirecting before displaying. Fixes #9835 props DD32.
[11372] azaozz Update SWFUpload to 2.2.0.1, see #9413
[11373] azaozz Refresh gallery.js
[11374] azaozz Add param to the widget_display_callback hook, props Denis-de-Bernardy, fixes #9852
[11375] azaozz HTML validity fixes, props hakre, fixes #9432
[11376] azaozz Sanitize plugin update information, props hakre, fixes #5422
[11377] ryan Bump
[11378] azaozz Fix Screen Options and Help buttons
[11379] ryan Recognize Expression Web 2 as IIS. Props peaceablewhale, DD32. fixes #8725
[1137] saxmatt No categories.
[1137] westi XMLRPC: Fix up the new test from [1133] so that it correctly tests the bug. Previously the test created a post that the test user couldn't edit and so the Post Editing failed. See #WP22220
[11380] markjaquith deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
[11381] ryan bump
[11382] ryan Break global post ref so we don't pollute queries. see #9854
[11383] markjaquith Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
[11384] ryan Typo fix
[11385] ryan Add plugin_row_meta filter
[11386] ryan Unset from GLOBALS. see #9854
[11387] ryan Don't notify post author of own comments. PrProps josephscott. fixes #8695
[11388] azaozz Clean the cache-manifests, make $manifest_version and $tinymce_version global vars accessible from the manifest
[11389] ryan Move visit plugin site link from actions to meta. see #9849
[1138] rboren Mark strings for translation.
[1138] scribu add 'the_post' filter tests. props kovshenin. see #WP22448
[11390] ryan Bump
[11391] azaozz Some more styling for the plugins screen
Note: See TracReports for help on using and creating reports.