WordPress.org

Make WordPress Core

{33} Commit messages (25743 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 (4001 - 4100 of 25743)

Changeset Author Message
[542] emc3 Never understimate the ingenuity of fools.
[541] emc3 Fix missing '/' in permalinks when not using the rewritable permalink option
[540] emc3 Set background color on body
[501] emc3 Only display mod_rewrite rules if a permalink structure is set.
[500] emc3 Fixed so that you can remove the permalink format string.
[499] emc3 Fixed some issues with permalinks when WP is installed in a subdirectory.
[463] emc3 Adjusted to make menus behave better at 800px browser width
[461] emc3 Updated docs for dropdown_cats(), list_cats(), and get_archives()
[458] emc3 Cookies are now unique, based on siteurl, allowing multiple installs under a single domain name.
[456] emc3 Applying patches from otaku42: Fix two bugs in images uploads. Fix time_difference limitations.
[441] emc3 Fixed problem with X-Mailer header
[440] emc3 $siteurl was not getting interpolated in comment links
[435] emc3 Added unlink() call to clean up any possible temporary files.
[434] emc3 Added workaround for move_uploaded_file() problems in some server setups.
[433] emc3 Back to no calendar display if no posts
[432] emc3 Added checks to category functions for empty results.
[431] emc3 More calendar error-proofing.
[430] emc3 Fixed some file paths for the new location
[429] emc3 Moved blogger-2-wp.php to wp-admin/import-blogger.php
[428] emc3 Added safety checks for duplicate posts.
[425] emc3 Fixed potential infinite loop if there are no posts
[416] emc3 Changed version to 0.72; added get_links_list() doc; updated XML-RPC API info
[404] emc3 Fixed logic error when selecting posts by multiple author ids
[403] emc3 Fixed code for selecting multiple authors via query params
[402] emc3 Fixed typos
[401] emc3 Added sanity checking to several query parameters
[372] emc3 Minor changes to some smilies -- added a space at the beginning of the match to avoid inserting smilies in perl module names and such (e.g. 'Crypt::PGP' get get a smilie from the ':P')
[368] emc3 Fixed css references
[366] emc3 Added checks for definition list (dl/dt/dd) tags to wpautop.
[352] emc3 Fixed logic error in Conditional GET when neither If-Modified-Since nor If-None-Match were set.
[351] emc3 Added link manager option to sort links by Name Length
[348] emc3 Added Etag support for Conditional GET, and fixed my horribly broken code from the last commit :)
[347] emc3 Added support for Conditional GET
[346] emc3 Fixed date format params
[321] emc3 Re-enabled sql inserts for all the options data
[319] emc3 Added abspath to b2comments.php include, to facilitate running WP from a subdirectory
[317] emc3 Fixed some (but not all) bugs related to the 'Show X posts' functions
[311] emc3 Added check for empty results when using 'Next' button in 'Show posts' area
[310] emc3 Added optional floatval function for PHP < 4.2.0
[8163] hansengel 'Add' buttons for Users and Link Categories
[8162] hansengel 'Add' button for Categories
[8161] hansengel Check permissions for 'add' button on Manage Tags
[8160] hansengel "Add" button for Tags
[8159] hansengel Use jQuery() instead of $() to avoid conflict with prototype JS
[8158] hansengel Actions dropdown for Plugins
[8157] hansengel Actions dropdowns for Users, Link Categories, Tags, and Categories
[8156] hansengel Actions dropdown for Pages
[8155] hansengel Actions dropdown for Links.
[8154] hansengel Actions dropdown box for Media page
[8153] hansengel Inbox (non-functional) prototype
[8152] hansengel Add a slide effect for menus collapsing/expanding
[8148] hansengel 'Add Media' button for Manage Media
[8147] hansengel Add comment count after post title in Manage Comments
[8146] hansengel Actions dropdown for Comments.
[8145] hansengel Remove test file
[8144] hansengel Test commit
[24429] helen Add post format icons to the radio chooser. This also trims empty margins from the sprites to make them usable in RTL and make positioning numbers more sane. props ryelle, kovshenin for the initial patch. fixes #24519.
[24426] helen Change the post format icons sprite to be vertical rather than horizontal in order to allow it to be used for wider items such as labels. RTL tweak for the icon in the posts list table. See #16047, #24519.
[24418] helen Remove obsolete CSS related to post formats UI. See #24452, #24502.
[24114] helen Better responsive CSS for post format switcher. Remove some JS debug cruft. props wonderboymusic. see #24046.
[24075] helen Respect $compat values for the link format fallback output. props wonderboymusic. see #23347.
[24064] helen CSS coding standards for [23995]. props SergeyBiryukov. see #23810.
[23955] helen Add `.edit-form-section` class to the comment edit form for correct spacing. fixes #23240.
[23931] helen Remove unnecessary label, placeholder, and class for a hidden input. see #23938.
[23918] helen Show labels and remove improperly-used placeholders for post format fields. props Ipstenu, azaozz. see #23938.
[23874] helen Since post format meta for images now takes an attachment ID only, make sure we label it appropriately and don't do things like esc_url() the value. fixes #23900.
[23776] helen Add a generic `get_attached_media()` function and use it in get_attached_audio|video|images. Add filters for the query args and resulting array. fixes #23843.
[23775] helen Add a filter for get_the_url(). Make sure get_the_url() also checks for the quote post format, as it currently has a URL field. see #23570.
[23765] helen Lose the added column for post formats in the posts list table and add an icon before the title instead. Icons are clickable to filter the list table down to posts of that post type and format. props melchoyce for the icons. fixes #16047.
[23753] helen Remove separate meta fields for image and gallery post formats. These are proving to be more confusing and labor-intensive from both a user and dev perspective than entering into the regular content editor. We will rely on good content parsing instead. See #19570, #23347.
[23615] helen Prevent an unseemly gap on the edit screen when nothing else displays before normal meta boxes. Give better HTML and visual structure to items added via `edit_form_after_title` and `edit_form_after_editor`. Using a class of `.edit-form-section` will now get you a 20px bottom margin; perfect for your additions to the post edit screen. fixes #23240.
[23583] helen Don't make ordered lists in help tabs look like bulleted lists. props ninnypants. fixes #23659.
[23581] helen * Simplify jQuery UI slider CSS and bring into line with admin styles. * Merge styles into wp-admin.css and colors-*.css. * Scope the CSS with a class so as not to conflict with the color picker, which also utilizes jQuery UI slider. Authors wanting to use built-in styling for sliders should add a class of `.wp-slider` to the container to be intialized. props karmatosed, helen. see #23497.
[23540] helen Remove input field focus styles in DFW to enhance the distraction-free-ness. props ocean90. fixes #23648.
[23507] helen Merge revisions.css into wp-admin.css. Move misplaced block of revisions CSS in wp-admin.css into appropriate section. Some standards clean up and selector merging. see #23497.
[23501] helen Revert [23369] and [23370]: the icons. see #23333.
[23500] helen Revert [23407], thereby restoring gradients and shadows. see #23415.
[23499] helen Remove default content from post format compat output. We shouldn't magically create content for display not specified by the user, especially given that the current compat is handling the case of new data, old theme. see #23347.
[23468] helen Post formats compat output: * Check for theme support of `structured-post-formats` rather than `post-formats`. * Use \n instead of PHP_EOL constant. * Add new lines after opening compat wrapper tag for some `wpautop()` treatment. props SergeyBiryukov. see #23347.
[23467] helen Implement theme support for structured-post-formats, which will supercede theme support for post-formats. Usage is the same as declaring support for post-formats: `add_theme_support( 'structured-post-formats', array( 'quote', 'video' ) )`. Adding `structured-post-formats` support also adds `post-formats` support for the given format(s) underneath. Declaring support for a given format indicates that the theme handles format-specific metadata; admin UI will not change based on theme-declared support of either variety as it did previously. If no `structured-post-formats` support is explicitly declared for a format, a post in that format will have fallback output utilizing that metadata applied. In this way, a theme can style core-provided output for a full post format experience without having to handle metadata in any way. props nacin. see #23347.
[23456] helen Prevent a notice for post types that don't support post formats. props ethitter. fixes #23534.
[23450] helen Output fallbacks / theme compat for post format metadata. * Currently handles link, quote, image, gallery, audio, and video formats. * `add_theme_support()` for a given post format is now an indicator that the theme handles format-specific metadata. * If no support for a given format is defined, fallback output will be generated and hooked onto the_content if a post has metadata for that format. * Fallbacks attempt to be smart about not duplicating data already appearing in the post content itself. Gallery is particularly liberal, looking for any instance of the gallery shortcode in the content, not just an exact match to the gallery shortcode defined in the format-specific meta. * Compat output defaults to being wrapped in a `div` with a class of `post-format-content`. Theme authors: please test and evaluate, keeping in mind that the goal is to support user expectations of not losing format-specific data they've entered in the admin when viewing the front-end of their site. props wonderboymusic, beaulebens, helen. see #23347.
[23449] helen Edit screen UI for post formats: a first run for functionality. * Adds a very basic tabbed interface for selecting a post format (requires JS). * Extra fields, which are post meta, are shown/hidden based on the selected format. * Introduce a helper function for retrieving formats-specific metadata: `get_post_format_meta()`. * Image selection uses the media modal, although without filtering or from URL support at the moment. props rachelbaker, wonderboymusic, aaroncampbell, helen. see #19570.
[23409] helen Restore the following: * Box shadow for screen options/help tabs focus state. * Text shadow on the about screen badge to match the text shadow in the graphic itself. * Border for credits screen gravatars, in place of the previous box shadow. props nacin. see #23415.
[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.
[23394] helen Open external links to plugin homepages, plugin author homepages, and theme author homepages in a new window/tab. props SergeyBiryukov. fixes #20839.
[23381] helen Maintain theme screenshot aspect ratio on the update screen. props cochran. fixes #23164.
[23354] helen Remove the long-broken and questionably useful [more]/[less] toggle for hierarchical taxonomies in Quick/Bulk Edit. Nobody seems to have noticed in the nearly 3 years it's been broken. fixes #23006
[23315] helen Make sure .widefat border and background coloring only applies to tables. props MikeHansenMe. fixes #21936.
[23199] helen Minor phpdoc fixes for register_sidebar(). props SergeyBiryukov. fixes #22905.
[23198] helen Allow non-hierarchical taxonomy labels in Bulk Edit to span the available width. Props SergeyBiryukov, tar.gz. fixes #22703.
[23197] helen Add missing @ to phpdoc for gd_edit_image_support(). props tw2113. fixes #23046.
[23196] helen Refresh phpdoc for register_sidebar(). props jeremyfelt, SergeyBiryukov. fixes #22905.
[23191] helen its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665.
[23190] helen Correct phpdoc for wp-includes/plugin.php: wp-content/plugins/, not wp-content/plugin/. props technosailor. fixes #23024.
[23189] helen s/Santizes/Sanitizes/ in phpdoc for sanitize_html_class(). props cais. fixes #22890.
[23187] helen Curly quotes for readme.html. props anatolbroder. fixes #23011.
[23186] helen Correct phpdoc @since for wp_oembed_remove_provider(). props hebbet. fixes #22788.
[23185] helen Nav menu item selection lists no longer need to be specifically de-whitespaced to match hierarchical taxonomy metaboxes. props corvannoorloos. See #22954 for trunk.
[23184] helen Align the "Available Themes" header with the search form. props wycks. fixes #22928.
Note: See TracReports for help on using and creating reports.