WordPress.org

Make WordPress Core

{33} Commit messages (25754 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 (501 - 600 of 25754)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Changeset Author Message
[16334] westi Revert most of [16332] - renaming and deprecating a commonly used function is silly. Improving it is good. Fixes #15407.
[16325] westi Use the l10n helper js file in the installer. See #15124.
[16293] westi Chop this off as we don't need it anymore. Fixes #13960 props filosofo.
[16291] westi Don't show duff links if someone decides that they want the admin bar for all users - even those who are logged out.
[16288] westi Strip back the stats in the memory based object cache to something less verbose and useless.
[16287] westi Link the shortlink button to the shortlink. Props caesarsgrunt see #14772.
[16285] westi Wrap the reset link in <> so as to protect it when it goes over multiple lines in an email client. Fixes #14140 props demetris.
[16284] westi Generate Human Readable passwords as they are much more userfriendly. Fixes #13324 props Otto42.
[16283] westi Add support for ID style classes in get_body_class(). Fixes #12397 props filosofo
[16282] westi Move the l10n helper function into a seperate js file so we can always output it first. Fixes #15124.
[16281] westi Blankity Blank. Fixes #15380 props arena.
[16280] westi Improved RegEx for quote matching in wptexturize. Fixes #4539 and #15241 props norbertm.
[16279] westi Don't capture the pesky trailing punctuation. Fixes #14993 props filosofo
[16257] westi Better message.
[16256] westi Switch the following XMLRPC api calls to support an optional number of posts. blogger.getRecentPosts metaWeblog.getRecentPosts mt.getRecentPostTitles
[16255] westi Mark the calling of wp_get_recent_posts() with just a count as deprecated - only use in core was from XMLRPC.
[16236] westi Encode quotes and chevrons in the HTML editor version of the generated captions too. Fixes #15343.
[16234] westi Fix typo. See #15336 props Utkarsh. Also actually correctly cast to boolean :-)
[16233] westi Fix typo in error message. Props PeteMall
[16232] westi Fix typo. See #15336 props Utkarsh.
[16231] westi Ensure that booleans are booleans for now. See #15336.
[16222] westi Extra cap checks. See #15326.
[16221] westi Remove WP_SHOW_ADMIN_BAR and go off existing and new defines on page type. See #15315
[16203] westi Restore the functionality of some of the other timezone format modifiers in date_i18n props nbachiyski.
[16185] westi Check the current user can create sites before showing the button. See #14435 props PeteMall.
[16179] westi Don't mangle the primary_blog option when trying to fix it. Don't set people to be a subscriber on a blog they already have a role for. See #15316
[16178] westi When adding a user to the blog pass in the current blog id. See #15316.
[16177] westi Add define('WP_SHOW_ADMIN_BAR' , false) for now. See #15315.
[16175] westi Revert [16171] and [16172] - The class names were fine as they were and the MultiSite classes stand out more with the original naming.
[16164] westi Much better description for the noconfirmation check box.
[16158] westi Revert part of [16126] and restore the correct behaviour in the ms sites list. Fixes #15297 props ronbme
[16151] westi Revert 16150 - breaks things more than it fixes things. See #14993
[16150] westi Don't capture RFC3986 sub-delims when making urls clickable except for ). Fixes #14993 props filosofo.
[16149] westi Rename new classes to match our coding standards. Fixes #15280.
[16139] westi Add the post status as a class so that a theme can easily style private posts differently. Fixes #15279.
[16138] westi Add a post class if a password is required for the post to be displayed. See #13860 props zeo.
[16136] westi First pass of wp-admin.css cleanup from JohnONolan. Merge conflicts manually resolved and marked for review Not recompressed for now to allow for easier side by side testing. So test with SCRIPT_DEBUG set to true. See #14770 props JohnONolan
[16133] westi Enable the dialog for paste as plain text in the new TinyMCE paste plugin. Fixes #15278.
[16131] westi Apply the missing bits of the patch. Fixes #13891 props TobiasBg and zeo
[16130] westi Allow better contextual based filtering of the path to the image being edited by having specific filters for local filesystem and url based paths.
[16129] westi Group the Network admin List Tables class mapping seperately so they are easier to pick out. See #14435, #14579
[16128] westi The big renaming of the list-table class files. See #14579
[16127] westi Split out the list table functions into a seperate file from the base class. See #14579.
[16126] westi Correct the subdomain/non-subdomain logic when listing sites. Tidy up the case statement. See #15174.
[16125] westi Make the class to filename mapping easier to read. Ensure that we support PHP4 for now by passing references to objects in list tables code. See #14579.
[16124] westi Improve WPLANG example. Fixes #13891 props TobiasBg.
[16113] westi First pass at a new Network Admins page for Theme enable/disable/upgrade. See #14897 props PeteMall.
[16112] westi Check for empty strings before indexing into them. Fixes #15265 props solarissmoke.
[16111] westi Always capture ! as part of a url. See #14993 props filosofo.
[16080] westi Only show it as the Global Dashboard if multisite. See #14772
[16076] westi Don't show a shortlink button if we don't have one. See #14772.
[16072] westi We never want an admin bar on an APP request either. See #14772.
[16071] westi If someone has defined WP_SHOW_ADMIN_BAR it wins period. Otherwise we break for things like XMLRPC which disable this always. See #14772.
[16070] westi More admin bar updates. See #14772 props filosofo. Moves js out into seperate file. Respects WP_SHOW_ADMIN_BAR. Moved shortlink to top-level Removed admin bar from non-multisite admin pages. Set eol-style on new files.
[16069] westi Fix some notices when pinging
[16068] westi Don't pass deprecated argument to discover_pingback_server_uri!
[16065] westi Switch to using WP_HTTP_IXR_Client in core. See #10588.
[16064] westi Introduce WP_HTTP_IXR_Client. Extends IXR_Client and switches it to using the WordPress HTTP API instead of fsockopen. See #10588 props andy and ryan.
[16063] westi Ensure we always have a headers array.
[16062] westi Add a TODO to review this code later.
[16047] westi Add a filter to the mime type list displayed in the iframe media uploader when viewing the media library. Fixes #6348 props wojtek.szkutnik
[16046] westi phpDoc and a bug fix for the new media XMLRPC functions. See #15151 props koke.
[16045] westi Comment it out better
[16044] westi Add a todo. See #14772.
[16043] westi Missing part of the admin bar rework. See #14772 props filosofo.
[16042] westi Debug should be a plugin not a core feature for now. See #14772.
[16041] westi Revert [16039]. Wasn't as much junk as it looked :-( See #14772.
[16039] westi Strip out some junk from trunk. See #14772.
[16038] westi Admin bar cleanup. See #14772 props filosofo. Moves CSS into seperate files. Patch cleanup included moving function call arguments back on to one line where not necessary to split them.
[16035] westi Purger more create_function usage during autop and iso descrambling. See #14424 props ScottMac.
[16034] westi Remove create_function usage during preview. See #14424 props ScottMac.
[16016] westi First pass at 'wp.getMediaItem' and 'wp.getMediaLibrary'. See #15151 props koke.
[16013] westi Restore the (at most 15) on the Recent Posts Widgets UI - Accidentally removed as part of [14483].
[16007] westi Use the api to build site urls. Props nacin.
[16000] westi Remove the ghetto code and use the script loader properly on the login page. Ensure that we actually have convertEntities available on the login page. Introduce a login_footer action. Hook in the script loader to the login_header and login_footer actions. See #5919, #15124.
[15998] westi Bring back a seperate js file for the password strength meter and correctly mark it as a dependancy of the user profile code. See #5919.
[15980] westi Expose the media options over XML-RPC. Fixes #15153 props koke.
[15975] westi 4th argument of wp.getOptions is optional so don't notice if it's not supplied.
[15974] westi No Admin Bar for XML-RPC requests.
[15960] westi Attempt at a fix for url encoding issues with UTF8 chars. See #10249.
[15865] westi Fix variable mis-name.
[15814] westi Group the quicktags js. Fixes #15124.
[15808] westi Display mysql_connect errors when WP_DEBUG is enabled. Fixes #14654 props lloydbudd and hakre Always die if we can't connect to the db no point in going any futher.
[15750] westi Avoid Notice if the query doesn't have a post set e.g. on a 404 . Fixes #15059 props chrisbliss18.
[15749] westi Ensure we don't generate incorrect content types when files are requested with query strings. Fixes #14450 props chrisbliss18.
[15648] westi Complete the move to a seperate class file for #14820 props filosofo. Add support for replacing the class used. Fixes #14814 props filosofo.
[15647] westi First part of #14820. Copy the file to preserve history. Props filosofo.
[15604] westi Apply some bandaid to WP_Comments_Table::prepare_items() to cover more of the different ways we include post IDs in urls/ajax queries.
[15490] westi Allow plugins to add more options to the comment status meta box easily. Fixes #14544 props ryan.
[15476] westi Context for the medium password strength string to disabiguate it. Fixes #14431 for 3.0.1 props demetris
[15475] westi Context for the medium password strength string to disabiguate it. Fixes #14431 for trunk props demetris.
[15468] westi 1up mushroom
[15436] westi Remove debug cruft. See #14315 props scribu.
[15435] westi Remove debug cruft. See #14315 props scribu.
[15434] westi Fix the theme compat file require paths to be fully absolute so they don't rely on a particular php path to work. Fixes #14315 for 3.0 branch props dougal.
[15433] westi Fix the theme compat file require paths to be fully absolute so they don't rely on a particular php path to work. Fixes #14315 for trunk props dougal.
[15382] westi Ensure the language selection dropdown is output correctly. Fixes #14255 for 3.0.1 props SergeyBiryukov.
[15381] westi Ensure the language selection dropdown is output correctly. Fixes #14255 for trunk props SergeyBiryukov.
[15324] westi Remove dead code. Props nacin.
[15323] westi Fix notice when visiting the plugins page as a site admin with multisite enabled. Fixes #14010.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracReports for help on using and creating reports.