August 2014 Archives by subject
Starting: Fri Aug 1 00:54:51 UTC 2014
Ending: Fri Aug 29 02:37:59 UTC 2014
Messages: 321
- [wp-svn] [29334] trunk/src/wp-admin/press-this.php: PressThis: when the Text editor is the default, run the initial textarea content through pre_wpautop() to convert the paragraph tags.
m at wordpress.org
- [wp-svn] [29335] trunk/src/wp-includes/js/wplink.js: wpLink: add custom open and close events, props bradyvercher, fixes #28095.
m at wordpress.org
- [wp-svn] [29336] trunk/src: Editor scrolling:
m at wordpress.org
- [wp-svn] [29337] trunk/src/wp-includes/post.php: Unbreak `Media Trash` after [28788 ].
m at wordpress.org
- [wp-svn] [29338] trunk/src/wp-includes/default-widgets.php: Remove remaining title attributes from default-widgets.php, with the exception of the one on the link to WordPress.org.
m at wordpress.org
- [wp-svn] [29339] trunk: Bail on `update_user_meta() ` when `$object_id` is non-numeric.
m at wordpress.org
- [wp-svn] [29340] trunk/src: Match background color in DFW and adapt the dashed outline color.
m at wordpress.org
- [wp-svn] [29341] trunk/tests/phpunit/tests/user.php: Account for `WP_IMPORTING` being defined in the unit tests added in [ 29339] when all tests are run.
m at wordpress.org
- [wp-svn] [29342] trunk/tests/phpunit/tests/functions.php: Update unit tests for `sanitize_file_name()` after [29290].
m at wordpress.org
- [wp-svn] [29343] trunk/src/wp-admin: Use the word "Count" instead of the post type label in taxonomy list tables to prevent layout issues.
m at wordpress.org
- [wp-svn] [29344] trunk: Clarify that `get_the_date()`, `get_the_time()`, `get_post_time()` and `get_post_modified_time() ` should return `false` when `get_post()` is `null`.
m at wordpress.org
- [wp-svn] [29345] trunk/src/wp-includes/class-wp-image-editor-gd.php: Revert [28640] as per @DH-Shredder.
m at wordpress.org
- [wp-svn] [29346] trunk/src: Disable background page scrolling when modals are open.
m at wordpress.org
- [wp-svn] [29347] trunk/tests/phpunit/tests/walker.php: Add unit tests for `Walker` class.
m at wordpress.org
- [wp-svn] [29348] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Plugin install: Add missing closing HTML tags.
m at wordpress.org
- [wp-svn] [29349] trunk/src/wp-includes/cron.php: Avoid an undefined index notice in wp_reschedule_event().
m at wordpress.org
- [wp-svn] [29350] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Add some braces to [29225].
m at wordpress.org
- [wp-svn] [29351] trunk/tests/phpunit/tests/post.php: Consolidate some of the test functions added in [29344].
m at wordpress.org
- [wp-svn] [29352] trunk/src/wp-admin/js/editor-expand.js: Editor scrolling: run one more adjust() 200ms after scroll or resize in case the browser is slow to re-calculate the element heights and pin /unpin the toolbars.
m at wordpress.org
- [wp-svn] [29353] trunk/src/wp-admin/css/media.css: RTL: Fix media attach modal alignment.
m at wordpress.org
- [wp-svn] [29354] trunk/src/wp-admin/includes/ajax-actions.php: To improve troubleshooting use `esc_html()` for a failed embed.
m at wordpress.org
- [wp-svn] [29355] trunk/src/wp-admin: Media Upload: Improve styling of error messages.
m at wordpress.org
- [wp-svn] [29356] trunk/src/wp-admin/includes/ajax-actions.php: Attach Media: Display the correct error message when search result is empty.
m at wordpress.org
- [wp-svn] [29357] trunk/src/wp-admin/includes/class-wp-upgrader-skins.php: Upgrader: Use always `window.postMessage` for decrement of update count bubbles when `IFRAME_REQUEST` is defined.
m at wordpress.org
- [wp-svn] [29358] trunk/src/wp-admin/includes/class-wp-upgrader-skins.php: Language Upgrader: Don' t print a footer when translations are updated async.
m at wordpress.org
- [wp-svn] [29359] trunk/src/wp-admin: Plugin install: Improve styling of the no results message.
m at wordpress.org
- [wp-svn] [29360] trunk/src/wp-includes/css/media-views.css: Media: Don' t stretch radio and checkbox inputs in compat fields.
m at wordpress.org
- [wp-svn] [29361] trunk/src/wp-admin/css: Remove some unused dashboard-widget-* CSS classes.
m at wordpress.org
- [wp-svn] [29362] trunk/src/wp-includes: Add blog_id to the `wp-settings-*` cookie ( used for storing user state) to prevent it being overloaded on sub-domain sites.
m at wordpress.org
- [wp-svn] [29363] trunk/src/wp-includes/user.php: Add an action, `pre_get_users`, in `WP_User_Query::prepare_query()`.
m at wordpress.org
- [wp-svn] [29364] trunk/src/wp-includes: Media Modal: Restore uploader view, when no items are found.
m at wordpress.org
- [wp-svn] [29365] trunk/src: Standardize transition-animations on modal close/ arrow buttons.
m at wordpress.org
- [wp-svn] [29366] trunk/src: Fix CSS for form elements for Firefox 30+, fixes #28500.
m at wordpress.org
- [wp-svn] [29367] trunk/src/wp-includes/js/media-grid.js: Media Grid: don' t select `body` with jQuery when instantiating `media.view.UploaderWindow`.
m at wordpress.org
- [wp-svn] [29368] trunk/src/wp-includes/js/media-grid.js: Media Grid: don' t blow away the Attachment Details modal every time a new model is loaded.
m at wordpress.org
- [wp-svn] [29369] trunk/src/wp-includes/js/media-editor.js: Mobile: hide the onscreen keyboard when the media modal opens, fixes #28549.
m at wordpress.org
- [wp-svn] [29370] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: fix alignment buttons when used on image with caption.
m at wordpress.org
- [wp-svn] [29371] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Move plugin details link into the description area.
m at wordpress.org
- [wp-svn] [29372] trunk/src/wp-admin: Language chooser imporvements.
m at wordpress.org
- [wp-svn] [29373] trunk/src/wp-includes/media-template.php: Media modal: use the same classes to hide the "or" that is above the "Select files" button when no drag-drop support.
m at wordpress.org
- [wp-svn] [29374] trunk/src/wp-admin/css/install.css: Language chooser: Adjust continue button alignment.
m at wordpress.org
- [wp-svn] [29375] trunk/src/wp-includes/link-template.php: Use wp_normalize_path() in plugins_url().
m at wordpress.org
- [wp-svn] [29376] trunk/src/wp-includes: Media modal/grid: remove thumbnail resizing from JS, only keep setting number of columns.
m at wordpress.org
- [wp-svn] [29377] trunk/src/wp-includes/class-wp-customize-widgets.php: Verify the MAC earlier in WP_Customize_Widgets.
m at wordpress.org
- [wp-svn] [29378] trunk/src/wp-includes/ID3/getid3.lib.php: Disable external entities in ID3.
m at wordpress.org
- [wp-svn] [29379] trunk/src/wp-includes: Media modal/grid: get the proper .attachment width in arrow navigation.
m at wordpress.org
- [wp-svn] [29380] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: add support for `class` attribute on the caption shortcode.
m at wordpress.org
- [wp-svn] [29381] trunk/src/wp-login.php: Avoid PHP notices in wp-login.php if password reset cookie is not set.
m at wordpress.org
- [wp-svn] [29382] trunk/src/wp-includes: Constant time for wp_verify_nonce().
m at wordpress.org
- [wp-svn] [29383] branches/3.9/src/wp-includes/version.php: 3.9.2-alpha
m at wordpress.org
- [wp-svn] [29384] branches/3.9: Constant time for wp_verify_nonce().
m at wordpress.org
- [wp-svn] [29385] branches/3.8/src/wp-includes/version.php: 3.8.4-alpha
m at wordpress.org
- [wp-svn] [29386] branches/3.8: Constant time for wp_verify_nonce().
m at wordpress.org
- [wp-svn] [29387] branches/3.7/src/wp-includes/version.php: 3.7.4-alpha
m at wordpress.org
- [wp-svn] [29388] branches/3.7: Constant time for wp_verify_nonce().
m at wordpress.org
- [wp-svn] [29389] branches/3.9: Verify the MAC earlier in WP_Customize_Widgets.
m at wordpress.org
- [wp-svn] [29390] branches/3.9: Disable external entities in ID3.
m at wordpress.org
- [wp-svn] [29391] branches/3.8: Disable external entities in ID3.
m at wordpress.org
- [wp-svn] [29392] branches/3.7: Disable external entities in ID3.
m at wordpress.org
- [wp-svn] [29393] trunk/src/wp-includes/css/media-views.css: Media modal/grid: fix the position of attachment icons, restore the background, fix in ie8.
m at wordpress.org
- [wp-svn] [29394] branches/3.9: Don't pass around the password reset key.
m at wordpress.org
- [wp-svn] [29395] branches/3.8: Don't pass around the password reset key.
m at wordpress.org
- [wp-svn] [29396] branches/3.7: Don't pass around the password reset key.
m at wordpress.org
- [wp-svn] [29397] trunk/src/wp-includes/pluggable.php: Escape late in get_avatar().
m at wordpress.org
- [wp-svn] [29398] branches/3.9: Escape late in get_avatar().
m at wordpress.org
- [wp-svn] [29399] branches/3.8: Escape late in get_avatar().
m at wordpress.org
- [wp-svn] [29400] branches/3.7: Escape late in get_avatar().
m at wordpress.org
- [wp-svn] [29401] trunk/src/wp-includes/media.php: Use proper non-capturing regex syntax for YouTube in `wp_video_shortcode( )`.
m at wordpress.org
- [wp-svn] [29402] trunk/src/wp-admin/edit-form-advanced.php: Don' t show the Featured Image metabox for users with the `contributor` role.
m at wordpress.org
- [wp-svn] [29403] trunk/src/wp-includes/js/media-grid.js: In `media.view.BulkSelectionActionButton.click()`, do not assume that `delete` is the only possible bulk action.
m at wordpress.org
- [wp-svn] [29404] trunk/src/wp-includes/class-IXR.php: Ignore entities in XML-RPC requests.
m at wordpress.org
- [wp-svn] [29405] branches/3.9: Ignore entities in XML-RPC requests.
m at wordpress.org
- [wp-svn] [29406] branches/3.8: Ignore entities in XML-RPC requests.
m at wordpress.org
- [wp-svn] [29407] branches/3.7: Ignore entities in XML-RPC requests.
m at wordpress.org
- [wp-svn] [29408] branches/3.9/src/wp-includes/pluggable.php: Use delimiters when building nonce hashes.
m at wordpress.org
- [wp-svn] [29409] branches/3.8: Use delimiters when building nonce hashes.
m at wordpress.org
- [wp-svn] [29410] branches/3.7: Use delimiters when building nonce hashes.
m at wordpress.org
- [wp-svn] [29411] branches/3.9: 3.9.2
m at wordpress.org
- [wp-svn] [29412] branches/3.8: 3.8.4
m at wordpress.org
- [wp-svn] [29413] branches/3.7: 3.7.4
m at wordpress.org
- [wp-svn] [29414] trunk/src/wp-includes/version.php: 4.0-beta3
m at wordpress.org
- [wp-svn] [29415] trunk/src/wp-includes: Media Grid: display upload errors in a dismissable sidebar.
m at wordpress.org
- [wp-svn] [29416] trunk/src/wp-includes/media-template.php: Media Grid: after [28996 ], use the same cover size for audio/ video files that images use for thumbnails.
m at wordpress.org
- [wp-svn] [29417] tags/3.9.2/: Tag 3.9.2
m at wordpress.org
- [wp-svn] [29418] tags/3.8.4/: Tag 3.8.4
m at wordpress.org
- [wp-svn] [29419] tags/3.7.4/: Tag 3.7.4
m at wordpress.org
- [wp-svn] [29420] trunk/src/wp-includes/js: Media Grid: expose the `$.Deffered() ` object in `media.view.AttachmentsBrowser.updateContent() ` so the grid can call `Backbone.history.start() ` when models actually exist.
m at wordpress.org
- [wp-svn] [29421] trunk: After [29339] and [29341], add more unit tests and less ambiguous type-checking before bailing in meta-related functions that expect a numeric value for `$object_id`.
m at wordpress.org
- [wp-svn] [29422] trunk: After [28883], ensure that priorities have callbacks before returning `true` in `has_filter ()`.
m at wordpress.org
- [wp-svn] [29423] trunk/src/wp-admin/includes/class-wp-list-table.php: `WP_List_Table::items` should be `public`, not `protected`.
m at wordpress.org
- [wp-svn] [29424] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : After [29201], use `aria-label` instead of `aria-labelledby` in `WP_Plugin_Install_List_Table ::display_rows()`.
m at wordpress.org
- [wp-svn] [29425] trunk/src/wp-includes/css/media-views.css: Media Grid: reduce the padding for `.attachments`.
m at wordpress.org
- [wp-svn] [29426] trunk/src/wp-includes: In `media.view.AttachmentFilters.All`, make `uploaded` conditional upon `media.view.settings.post.id` and include a new filter : `unattached`.
m at wordpress.org
- [wp-svn] [29427] trunk/src/wp-includes/js/media-grid.js: Media Grid: remove some unused Trash/Delete handler logic.
m at wordpress.org
- [wp-svn] [29428] trunk/src: Media Grid: add screen reader labels with more context to filters and bulk actions.
m at wordpress.org
- [wp-svn] [29429] trunk/src/wp-includes: MediaElement upgrade: cleanup for generated markup for videos.
m at wordpress.org
- [wp-svn] [29430] trunk/src/wp-includes: Video: use `auto` instead of actual height for the responsive wrapper in generated markup.
m at wordpress.org
- [wp-svn] [29431] trunk/src/wp-includes/formatting.php: wptexturize: After [28727], leverage RegeEx possessives (++) to improve performance and avoid libpcre segfaults.
m at wordpress.org
- [wp-svn] [29432] trunk/src: Revert [29428] to avoid errors with Add Media for now.
m at wordpress.org
- [wp-svn] [29433] trunk/src/wp-admin/includes/class-wp-list-table.php: Add screen reader text to list table date dropdown.
m at wordpress.org
- [wp-svn] [29434] trunk/src/wp-includes: Create a new Backbone view, `media.view.Label`, which can be used as a subview in things like toolbars, which need screen reader text.
m at wordpress.org
- [wp-svn] [29435] trunk/src/wp-includes: Media Grid: add screen reader text in a subview on the toolbar, a `media.view.Label` instance before `media.view.DateFilter`.
m at wordpress.org
- [wp-svn] [29436] trunk/src/wp-includes: Revert styling changes to the Attachment Details modal from [29289].
m at wordpress.org
- [wp-svn] [29437] trunk/src/wp-includes: Media Grid: use a `media.view.Label` instance in the toolbar for the screen reader text for Search.
m at wordpress.org
- [wp-svn] [29438] trunk/src/wp-includes: Media Grid:
m at wordpress.org
- [wp-svn] [29439] trunk/src/wp-includes/js/media-views.js: JSHint after [29437].
m at wordpress.org
- [wp-svn] [29440] trunk/src/wp-admin/includes/class-wp-list-table.php: Mark `WP_List_Table::bulk_actions()`' s argument `$which` as optional for BC.
m at wordpress.org
- [wp-svn] [29441] trunk/src/wp-includes/css/media-views.css: After [29360], add rules for `<input>`s in the scope of `.media-sidebar`.
m at wordpress.org
- [wp-svn] [29442] trunk/src/wp-admin/includes/dashboard.php: `wp_dashboard_cached_rss_widget()` contained some `func_get_args() ` code that was indescribably weird.
m at wordpress.org
- [wp-svn] [29443] trunk/src/wp-includes/js/media-grid.js: Media Grid: remove Router code that doesn't actually ever run.
m at wordpress.org
- [wp-svn] [29444] trunk/src/wp-includes/js/media-grid.js: Media Grid: remove Router code that doesn't actually ever run.
m at wordpress.org
- [wp-svn] [29445] trunk/src/wp-includes/version.php: 4.0-beta3-29445
m at wordpress.org
- [wp-svn] [29446] trunk/src/wp-includes: Media: improve the media modal at small screen sizes and make it usable on phones , first run.
m at wordpress.org
- [wp-svn] [29447] trunk/src: Revert [29287] based on design and core team feedback.
m at wordpress.org
- [wp-svn] [29448] trunk/src/wp-admin/includes/misc.php: Editor: use the `post_edit_form_tag` action to add autocomplete="off" to the whole form on the Add/Edit Post screen in WebKit.
m at wordpress.org
- [wp-svn] [29449] trunk/src/wp-includes/js/tinymce/wp-mce-help.php: TinyMCE: don' t access the parent window when opening the (iframe based) Help/ Keyboard Shortcuts modal.
m at wordpress.org
- [wp-svn] [29450] trunk/src/wp-includes/js: Add some docs to Customizer JS.
m at wordpress.org
- [wp-svn] [29451] trunk/src: Add some docs to Customizer JS.
m at wordpress.org
- [wp-svn] [29452] trunk/src/wp-includes: Media at small screens:
m at wordpress.org
- [wp-svn] [29453] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: WP_Plugins_List_Table::bulk_actions() method declaration should match WP_List_Table, see [29440].
m at wordpress.org
- [wp-svn] [29454] trunk/src: Fix some words that aren't words.
m at wordpress.org
- [wp-svn] [29455] trunk/src: Clean up some missing `@access` tags and other tweaks for 4.0.0-functionality docs.
m at wordpress.org
- [wp-svn] [29456] trunk/src/wp-includes: Video:
m at wordpress.org
- [wp-svn] [29457] trunk/src/wp-includes: Upgrade MediaElement to 2.15.0:
m at wordpress.org
- [wp-svn] [29458] trunk: TinyMCE: update to 4.1.3, changelog: https://github.com/ tinymce/tinymce/blob/master/changelog.txt, fixes #29166
m at wordpress.org
- [wp-svn] [29459] trunk/src/wp-admin/includes: Document default arguments for the `WP_List_Table` class.
m at wordpress.org
- [wp-svn] [29460] trunk/src/wp-admin/includes: Add `@access` tags to constructor docblocks in list table classes.
m at wordpress.org
- [wp-svn] [29461] trunk/src/wp-includes/pluggable.php: Improve the `wp_set_password( ) ` PHPDoc with a note to guard against executing the function on every page load , such as through a theme's functions.php file.
m at wordpress.org
- [wp-svn] [29462] trunk/src/wp-includes/pluggable.php: s/does/ does not in `wp_set_password()` docblock.
m at wordpress.org
- [wp-svn] [29463] trunk/src/wp-includes: TinyMCE: update wpview and editimage plugins for 4.1.3.
m at wordpress.org
- [wp-svn] [29464] trunk/src/wp-includes/class-wp-xmlrpc-server.php: XML-RPC: Avoid a PHP notice in pingback_ping() method.
m at wordpress.org
- [wp-svn] [29465] trunk/src/wp-admin/css/forms.css: Add styling for various HTML5 input elements.
m at wordpress.org
- [wp-svn] [29466] trunk/src/wp-includes/css/buttons.css: Better focus styling for buttons and button groups.
m at wordpress.org
- [wp-svn] [29467] trunk/src/wp-includes: Docblock corrections for `get_the_terms() ` function and corresponding filter, and `registered_taxonomy` action.
m at wordpress.org
- [wp-svn] [29468] trunk/src/wp-includes/post.php: Correct the docblock for the `registered_post_type` action.
m at wordpress.org
- [wp-svn] [29469] trunk/src/wp-includes: Correct references to post-template.php in the inline docs.
m at wordpress.org
- [wp-svn] [29470] trunk/src/wp-admin/css/customize-controls.css: Clearer visual differentiation between panels and sections in the customizer.
m at wordpress.org
- [wp-svn] [29471] trunk/src/wp-includes/js: TinyMCE: fix the 'editimage' plugin for touch devices.
m at wordpress.org
- [wp-svn] [29472] trunk/src/wp-includes/plugin.php: After [29422], make sure the internal array counter is not reset for the `$wp_filter` global.
m at wordpress.org
- [wp-svn] [29473] trunk/src/wp-includes/js/media-views.js: Media modal: make sure the Close button is focused after attempting to close the onscreen keyboard on touch devices.
m at wordpress.org
- [wp-svn] [29474] trunk/src/wp-admin: Plugin details modal:
m at wordpress.org
- [wp-svn] [29475] trunk/src/wp-includes/category-template.php: Additional @return clarifications for get_the_terms(), get_the_tag_list() , and get_the_term_list().
m at wordpress.org
- [wp-svn] [29476] trunk/src/wp-includes/class-oembed.php: Switch the Polldaddy oEmbed endpoint to HTTPS as it now redirects there.
m at wordpress.org
- [wp-svn] [29477] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Plugin install: Make plugin groups translatable.
m at wordpress.org
- [wp-svn] [29478] trunk/src/wp-includes: Fix the `wp-settings-*` cookies used in getUserSetting()/setUserSetting() .
m at wordpress.org
- [wp-svn] [29479] trunk/src: Fix some documentation typos in various core files.
m at wordpress.org
- [wp-svn] [29480] trunk/src/wp-admin/css/common.css: Plugin details: Remove some CSS rules that were unnecessary and causing issues in Firefox.
m at wordpress.org
- [wp-svn] [29481] trunk/src/wp-includes/js/media-grid.js: In the Edit Attachment frame, when in Edit Image mode, add a key event for Escape.
m at wordpress.org
- [wp-svn] [29482] trunk/src/wp-includes/class-wp-customize-section.php: Customizer: Fix ID attribute for a panel.
m at wordpress.org
- [wp-svn] [29483] trunk/src/wp-includes/js/media-grid.js: Media Grid: treat Edit Image like a `mode`, which it is, instead of a `state`, which it is not.
m at wordpress.org
- [wp-svn] [29484] trunk/src/wp-includes: Media Grid: add Bulk Selection mode for deleting attachments.
m at wordpress.org
- [wp-svn] [29485] trunk/src/wp-includes/js/media-grid.js: Remove debug line from [ 29484].
m at wordpress.org
- [wp-svn] [29486] trunk/src/wp-includes/media.php: Remove now-unused strings.
m at wordpress.org
- [wp-svn] [29487] trunk/src/wp-includes: Separate WP_Customize_Panel from WP_Customize_Section.
m at wordpress.org
- [wp-svn] [29488] trunk/src: Customizer: Mixed priority sorting for panels and top-level sections.
m at wordpress.org
- [wp-svn] [29489] trunk/src/wp-includes: Media grid bulk selection styling:
m at wordpress.org
- [wp-svn] [29490] trunk/src: Media Grid, support `MEDIA_TRASH`:
m at wordpress.org
- [wp-svn] [29491] trunk/src/wp-includes: Media Grid, support `MEDIA_TRASH`:
m at wordpress.org
- [wp-svn] [29492] trunk/src/wp-includes: Media Grid, support `MEDIA_TRASH`: add AYS to bulk actions.
m at wordpress.org
- [wp-svn] [29493] trunk/src/wp-includes/media.php: Media Grid: Use an existing string for posts without a title.
m at wordpress.org
- [wp-svn] [29494] trunk/src: Some pre-commit cleanup of media-grid.js and media-views.js
m at wordpress.org
- [wp-svn] [29495] trunk/src/wp-admin: Editor scrolling:
m at wordpress.org
- [wp-svn] [29496] trunk/src/wp-includes: Small screen responsive for attachment details modal.
m at wordpress.org
- [wp-svn] [29497] trunk/src/wp-includes/version.php: 4.0-beta4
m at wordpress.org
- [wp-svn] [29498] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Plugin install: Remove columns and screen options.
m at wordpress.org
- [wp-svn] [29499] trunk/src/wp-includes/css/media-views.css: Autoprefixer for [29496 ].
m at wordpress.org
- [wp-svn] [29500] trunk/src/wp-includes/css/media-views.css: Media: Apply attachment opacity only in grid mode.
m at wordpress.org
- [wp-svn] [29501] trunk/src/wp-admin/css/common.css: Allow WebKit browsers to break strings in `<code>` tags.
m at wordpress.org
- [wp-svn] [29502] trunk/src/wp-admin/css: Use consistent margin and padding on #wpcontent and #wpfooter.
m at wordpress.org
- [wp-svn] [29503] trunk/tests/phpunit/includes/testcase.php: Avoid undefined index notices in WP_UnitTestCase::_restore_hooks().
m at wordpress.org
- [wp-svn] [29504] trunk/src/wp-includes/css/media-views.css: Restore some rules for media sidebar settings.
m at wordpress.org
- [wp-svn] [29505] trunk/package.json: Temporarily switch to a pinned version of grunt-cssjanus.
m at wordpress.org
- [wp-svn] [29506] trunk/src/wp-admin/includes/plugin-install.php: Plugin details: Escape the donate link.
m at wordpress.org
- [wp-svn] [29507] trunk/src/wp-includes/js: Media Grid: `$.when` expects a splat.
m at wordpress.org
- [wp-svn] [29508] trunk/src/wp-includes/class-wp-customize-section.php: Customizer: Increase default priority for a section to 160.
m at wordpress.org
- [wp-svn] [29509] trunk/src/wp-includes/class-wp-customize-setting.php: Correct the documentation for the customize_save_* action.
m at wordpress.org
- [wp-svn] [29510] trunk/src/wp-admin: Plugin details: Use translation functions.
m at wordpress.org
- [wp-svn] [29511] trunk/src/wp-admin/includes/plugin-install.php: * Add span to the list of allowed tags in plugin sections in plugin details modal.
m at wordpress.org
- [wp-svn] [29512] trunk/src/wp-admin/update-core.php: Use correct form name for translation updates.
m at wordpress.org
- [wp-svn] [29513] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: add small delay before inserting wpview sandbox iframes into the DOM.
m at wordpress.org
- [wp-svn] [29514] trunk/src/wp-admin/options-general.php: Add a label to site language setting.
m at wordpress.org
- [wp-svn] [29515] trunk/tests/phpunit/tests/media.php: Fix expected value in `Tests_Media::test_video_shortcode_body()`.
m at wordpress.org
- [wp-svn] [29516] trunk/src/wp-admin/install.php: Avoid a PHP notice if you manually navigate to `/wp-admin/install.php? step=2`.
m at wordpress.org
- [wp-svn] [29517] trunk/src/wp-includes: Media Grid: Improve position of fixed toolbar at small-screen sizes.
m at wordpress.org
- [wp-svn] [29518] trunk/src/wp-admin: Admin Menu: Auto fold the menu at 960px.
m at wordpress.org
- [wp-svn] [29519] trunk/src/wp-admin/css/forms.css: Restore focus styles for checkboxes and radio buttons.
m at wordpress.org
- [wp-svn] [29520] trunk/src/wp-includes: Dashicons: Update to the latest dashicons files.
m at wordpress.org
- [wp-svn] [29521] trunk/src/wp-includes/js/tinymce/plugins: TinyMCE: fix the edit image and wpview buttons on touch screen PCs, fixes #29235.
m at wordpress.org
- [wp-svn] [29522] trunk/src/wp-admin/js/editor-expand.js: Editor scrolling: always resize the text editor clone so it doesn't "push" the parent' s width over 100%, fixes #29246.
m at wordpress.org
- [wp-svn] [29523] trunk/src/wp-admin/js: Editor scrolling:
m at wordpress.org
- [wp-svn] [29524] trunk/src/wp-admin: Editor scrolling: set max-width: 100% for the text editor clone instead of always resizing it.
m at wordpress.org
- [wp-svn] [29525] trunk/src/wp-includes/js/media-grid.js: Media Grid: on page load with `?item=` in the URL, if the model is not in the library : fetch it.
m at wordpress.org
- [wp-svn] [29526] trunk/src/wp-includes: Media Grid: improve the design of upload errors.
m at wordpress.org
- [wp-svn] [29527] trunk/src/wp-includes: Media Grid: Don' t show attachment details in the "sidebar" for errors.
m at wordpress.org
- [wp-svn] [29528] trunk/src/wp-includes/media-template.php: Media Grid: don' t try to display images that don't have `data.sizes` set.
m at wordpress.org
- [wp-svn] [29529] trunk/src/wp-includes/media-template.php: Media Modal: don' t show the "Edit Image" button for attachments that don' t have `data.sizes` set.
m at wordpress.org
- [wp-svn] [29530] trunk/src/wp-includes/js: wpviews: whenever a view is updated or inserted, don't refresh ALL of the views.
m at wordpress.org
- [wp-svn] [29531] trunk/src/wp-includes/js/media-models.js: After [29507], move unreachable code from `_requery()` to `Query.get()`.
m at wordpress.org
- [wp-svn] [29532] trunk/src/wp-includes: Media Modal: Restore to the previous filter and search error message.
m at wordpress.org
- [wp-svn] [29533] trunk/src: DFW: revert applying the Visual editor body color and background-color for now.
m at wordpress.org
- [wp-svn] [29534] trunk/src/wp-admin: Plugin details: Accessibility improvements
m at wordpress.org
- [wp-svn] [29535] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: TinyMCE wpView: ignore more keys when the caret is around a view.
m at wordpress.org
- [wp-svn] [29536] trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css: TinyMCE wpView: remove CSS transition for the fake caret.
m at wordpress.org
- [wp-svn] [29537] trunk/src/wp-includes/media-template.php: Don't display an empty " Uploaded To" link in the media modal after [29436].
m at wordpress.org
- [wp-svn] [29538] trunk/src/wp-includes/query.php: Correct 'no_found_rows' parameter description.
m at wordpress.org
- [wp-svn] [29539] trunk/src/wp-admin/css/l10n.css: Prevent "Add" button in Tags meta box from wrapping to a new line in ru_RU.
m at wordpress.org
- [wp-svn] [29540] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: Fix typo in the 'wpeditimage' plugin, see #28705
m at wordpress.org
- [wp-svn] [29541] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: fix the keycode check when removing the Edit/ Delete toolbar from images on keydown, see #28705
m at wordpress.org
- [wp-svn] [29542] trunk/src: Align and unify (most) modal and customizer icons.
m at wordpress.org
- [wp-svn] [29543] trunk/src/wp-includes: TinyMCE wpView sandbox iframes:
m at wordpress.org
- [wp-svn] [29544] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: add sandbox iframe body styling to get proper height when resizing the iframe , fixes #29270.
m at wordpress.org
- [wp-svn] [29545] trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css: TinyMCE wpView: scale iframes to 100% width and ensure they have transparent background.
m at wordpress.org
- [wp-svn] [29546] trunk/src/wp-admin/includes/ajax-actions.php: TinyMCE wpView: show an error when no items are found while parsing a audio/video/ playlist shortcode.
m at wordpress.org
- [wp-svn] [29547] trunk/src/wp-includes/js/media-views.js: Media Library: Set max value of columns to 12.
m at wordpress.org
- [wp-svn] [29548] trunk/src/wp-includes/css/media-views.css: Media Grid: Don' t hide error messages behind the toolbar.
m at wordpress.org
- [wp-svn] [29549] trunk/src/wp-includes/taxonomy.php: `wp_update_term() ` should mimic `wp_insert_term() ` and set a value for `$term_group` before the `alias_of` logic runs.
m at wordpress.org
- [wp-svn] [29550] trunk/src/wp-admin: Media: Remove scan for lost attachments.
m at wordpress.org
- [wp-svn] [29551] trunk/src/wp-includes/js/media-grid.js: Media Grid: Cleanup toggling of Next/Previous in Edit modal.
m at wordpress.org
- [wp-svn] [29552] trunk/tests/phpunit/tests/ms.php: Ensure that `$wpdb` is imported in `Tests_MS::_setup_host_request`.
m at wordpress.org
- [wp-svn] [29553] trunk/src/wp-includes/js/media-views.js: Insert Media: Don' t select a model if it's already selected.
m at wordpress.org
- [wp-svn] [29554] trunk/src/wp-activate.php: `wpmu_activate_signup() ` returns an `array` or `WP_Error`.
m at wordpress.org
- [wp-svn] [29555] trunk/src/wp-includes/js/media-views.js: Initial cleanup after [ 29220]:
m at wordpress.org
- [wp-svn] [29556] trunk/src/wp-includes/js/media-views.js: Cleanup after [29220]:
m at wordpress.org
- [wp-svn] [29557] trunk/src/wp-includes/class-wp-embed.php: Don't limit WP_Embed:: cache_oembed() to posts and pages.
m at wordpress.org
- [wp-svn] [29558] trunk/src/wp-includes/js/media-views.js: Cleanup after [29220]:
m at wordpress.org
- [wp-svn] [29559] trunk/src: TinyMCE wpView: add a filter for the stylesheet URLs loaded in the sandbox iframes.
m at wordpress.org
- [wp-svn] [29560] trunk/src: Media Grid/Modal Keyboard navigation improvements:
m at wordpress.org
- [wp-svn] [29561] trunk/src/wp-admin/css/dashboard.css: Add missing box-shadow for pingbacks in Dashboard Activity widget.
m at wordpress.org
- [wp-svn] [29562] trunk/src/wp-includes/js/media-views.js: `media.view.Attachment`: set all of the view attributes in the same hash.
m at wordpress.org
- [wp-svn] [29563] trunk/tools/i18n: Fix strict notices in makepot.
m at wordpress.org
- [wp-svn] [29564] trunk/src/wp-includes: After [29543], the iframe sandboxes for media need to load Open Sans.
m at wordpress.org
- [wp-svn] [29565] trunk/src/wp-includes/js: Media Grid: don' t auto-select attachments upon upload.
m at wordpress.org
- [wp-svn] [29566] trunk/src/wp-includes/js: Media Grid: after completing a Bulk action, switch from `select` to `edit` mode.
m at wordpress.org
- [wp-svn] [29567] trunk/src/wp-includes/css/media-views.css: Media Grid: don' t hide the uploader progress bar for individual items.
m at wordpress.org
- [wp-svn] [29568] trunk/src/wp-includes/js/media-views.js: Media Grid: after [29566] , account for Trash and Delete.
m at wordpress.org
- [wp-svn] [29569] trunk/src/wp-admin: Introduce plugin icons in the installer.
m at wordpress.org
- [wp-svn] [29570] trunk: TinyMCE: update to 4.1.4.
m at wordpress.org
- [wp-svn] [29571] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: prevent errors when pasting multiple non-embeddable URLs, props avryl, fixes #29268
m at wordpress.org
- [wp-svn] [29572] trunk/src: Autosave: prevent setting multiple stale `wp-saving-post-*` cookies when the browser disregards "session cookies" expiration on quit:
m at wordpress.org
- [wp-svn] [29573] trunk/src/wp-admin/includes/export.php: Export: Add wxr_export_skip_commentmeta filter to match the _postmeta filter.
m at wordpress.org
- [wp-svn] [29574] trunk/src/wp-admin/includes/plugin-install.php: Plugin compatibility warnings should be red, not green.
m at wordpress.org
- [wp-svn] [29575] trunk/src/wp-admin/css/common.css: Fix unintended box-shadow in the opposite corner of thickbox Close icon.
m at wordpress.org
- [wp-svn] [29576] trunk: TinyMCE: update to 4.1.4-20140822.
m at wordpress.org
- [wp-svn] [29577] trunk/src: TinyMCE wpView: fix showing errors for non-embeddable URLs, no-ssl or no items.
m at wordpress.org
- [wp-svn] [29578] trunk/src/wp-includes/query.php: Fix a couple of misplaced/ misordered argument descriptions in the `WP_Query` arguments hash notation.
m at wordpress.org
- [wp-svn] [29579] trunk/src: Editor scrolling:
m at wordpress.org
- [wp-svn] [29580] trunk/src/wp-admin/includes/file.php: Add missing array keys for connection type in `request_filesystem_credentials ()`.
m at wordpress.org
- [wp-svn] [29581] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Plugin compatibility is based on your version of WordPress, not your install.
m at wordpress.org
- [wp-svn] [29582] trunk/src/wp-includes/js/media-views.js: Media: Only fire keyboard events for the Attachments view once.
m at wordpress.org
- [wp-svn] [29583] trunk/src/wp-admin: Apply accessibility improvements to Plugins screen too.
m at wordpress.org
- [wp-svn] [29584] trunk/src/wp-includes/js/media-views.js: Media Grid: restore focus to the selected item when shift-tab away from the attachment details sidebar.
m at wordpress.org
- [wp-svn] [29585] trunk/src/wp-includes/js/media-views.js: Media Grid: Don' t make checkboxes tabbable when in bulk select media grid mode, fixes tabbing in bulk select mode.
m at wordpress.org
- [wp-svn] [29586] trunk/src/wp-admin: Plugin install: Add icons to compatible/ incompatible.
m at wordpress.org
- [wp-svn] [29587] trunk/src/wp-admin/css/list-tables.css: Equal margins for plugin icons.
m at wordpress.org
- [wp-svn] [29588] trunk/src/wp-admin/includes/screen.php: Screen: Move editor scrolling screen option to the proper place.
m at wordpress.org
- [wp-svn] [29589] trunk/src/wp-includes/version.php: Version bump.
m at wordpress.org
- [wp-svn] [29590] trunk/src/wp-admin/css/common.css: Plugin details: Correctly calculate the height of the right column for plugins without banners.
m at wordpress.org
- [wp-svn] [29591] trunk/src/wp-admin/css/common.css: Plugin details: Adjust plugin title when it does not have a banner.
m at wordpress.org
- [wp-svn] [29592] trunk/src/wp-admin/js/editor-expand.js: Editor scrolling: fix window height when switching Visual to Text and the editor is shorter.
m at wordpress.org
- [wp-svn] [29593] trunk/src/wp-admin: Editor expand: add border to the Text editor resize helper, helps calculating the height in some cases.
m at wordpress.org
- [wp-svn] [29594] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Install Plugins: Don't wp_die() if API can't be reached.
m at wordpress.org
- [wp-svn] [29595] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Plugins: Only show details link if user can install plugins.
m at wordpress.org
- [wp-svn] [29596] trunk/src/wp-admin: Make filter bar CSS less verbose and redundant.
m at wordpress.org
- [wp-svn] [29597] trunk/src/wp-admin: Only show one search form for the plugin installer.
m at wordpress.org
- [wp-svn] [29598] trunk/src: Media Grid: Move CSS into an admin-only file.
m at wordpress.org
- [wp-svn] [29599] trunk/src: Send nocache_headers() on installation screens and when redirecting to them.
m at wordpress.org
- [wp-svn] [29600] trunk/src/wp-includes/js/media-grid.js: Media Grid: exit selection mode when Esc is pressed.
m at wordpress.org
- [wp-svn] [29601] trunk/src/wp-includes/js/media-views.js: Media: when activating a mode after [29056], don't trigger the `{mode}: activate` event twice in a row.
m at wordpress.org
- [wp-svn] [29602] trunk/src/wp-includes/js/media-views.js: Media: cleanup recent changes to `media.view.FocusManager`.
m at wordpress.org
- [wp-svn] [29603] trunk/src: Media modal: when inserting content, prefer the editor id passed while opening the modal.
m at wordpress.org
- [wp-svn] [29604] trunk/src/wp-admin/css/forms.css: Correct cascade oversights in form CSS.
m at wordpress.org
- [wp-svn] [29605] trunk/src/wp-admin/css/common.css: Plugin details:
m at wordpress.org
- [wp-svn] [29606] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: TinyMCE wpView: exclude more non-printable keyCodes in isSpecialKey(), fixes #29115
m at wordpress.org
- [wp-svn] [29607] trunk/src: Media:
m at wordpress.org
- [wp-svn] [29608] trunk/src/wp-admin/css: Better visual focus syling in customizer, theme preview, and attachment details modals.
m at wordpress.org
- [wp-svn] [29609] trunk/src/wp-includes: Media modal: fix the progress bar in the attachment thumbnail.
m at wordpress.org
- [wp-svn] [29610] trunk/src: Customizer panels: use a single back button for all panels.
m at wordpress.org
- [wp-svn] [29611] trunk/src/wp-admin/install.php: Install: Remove reference to readme and add a hyphen missing since 2007.
m at wordpress.org
- [wp-svn] [29612] trunk/src: Media Grid: Show upload errors above the grid rather than as a popup.
m at wordpress.org
- [wp-svn] [29613] trunk/src/wp-includes: Media Modal:
m at wordpress.org
- [wp-svn] [29614] trunk/src/wp-admin/css/colors/_admin.scss: Media: Fix keying of selected attachments to color schemes.
m at wordpress.org
- [wp-svn] [29615] trunk/src: MCE View sandboxes:
m at wordpress.org
- [wp-svn] [29616] trunk/src: Focus styling: bring the blue glow to more places.
m at wordpress.org
- [wp-svn] [29617] trunk/src/wp-includes/css/media-views.css: Image Details modal: Restore narrow responsive layout.
m at wordpress.org
- [wp-svn] [29618] trunk/src/wp-admin: Restore spacing on the edit screen when a post type supports title but not editor.
m at wordpress.org
- [wp-svn] [29619] trunk/src/wp-admin/css/common.css: Plugin details: better review styling.
m at wordpress.org
- [wp-svn] [29620] trunk: Require a non-empty $nonce value in wp_verify_nonce().
m at wordpress.org
- [wp-svn] [29621] trunk/src/wp-admin/includes/class-wp-upgrader.php: Language Pack Upgrader: Remove any pre-existing package checks and then set the new one for translations.
m at wordpress.org
- [wp-svn] [29622] trunk/src/wp-admin/includes/class-wp-upgrader.php: Theme Upgrader: Set `is_multi` to true when doing bulk upgrades.
m at wordpress.org
- [wp-svn] [29623] trunk/src: RTL: Fix modal alignments.
m at wordpress.org
- [wp-svn] [29624] trunk/src/wp-admin/css/common.css: Plugin details: Fix review scrolling in some browsers (cough, Chrome).
m at wordpress.org
- [wp-svn] [29625] trunk/src: Media library: Unify headers between view modes.
m at wordpress.org
- [wp-svn] [29626] trunk/src/wp-admin/css/list-tables.css: Fix a CSS typo from [29625 ].
m at wordpress.org
- [wp-svn] [29627] trunk/src/wp-admin/css/list-tables.css: Give pagination controls some breathing room on smaller screens.
m at wordpress.org
- [wp-svn] [29628] trunk/src: Editor scrolling: reduce the amount of height jumping on load.
m at wordpress.org
- [wp-svn] [29629] trunk/src/wp-includes/js/media-views.js: Media: only apply `wp-filter` class to the grid view toolbar.
m at wordpress.org
- [wp-svn] [29630] trunk: Language packs: No WPLANG anymore.
m at wordpress.org
- [wp-svn] [29631] trunk/src/wp-login.php: Password resets: Use network_site_url() for form actions.
m at wordpress.org
- [wp-svn] [29632] trunk/src: Media modals: Better responsive views, especially the header.
m at wordpress.org
- [wp-svn] [29633] trunk/src/wp-admin/includes/translation-install.php: Language Form : The language option for `$wp_local_package` should get the same attributes as the other languages.
m at wordpress.org
- [wp-svn] [29634] trunk/src: Plugin/Theme Uploads: New capabilities; unify UIs; ensure compatibility with old filters.
m at wordpress.org
- [wp-svn] [29635] trunk: Rename the public methods in the session tokens API.
m at wordpress.org
- [wp-svn] [29636] trunk/src/wp-admin: Plugin installer: Minor adjustments to aid with discovery.
m at wordpress.org
- [wp-svn] [29637] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Adjust [29634] so the Upload Plugin button can be shown.
m at wordpress.org
- [wp-svn] [29638] branches/3.9: Password resets: Use network_site_url() for form actions.
m at wordpress.org
- [wp-svn] [29639] branches/3.8: Password resets: Use network_site_url() for form actions.
m at wordpress.org
- [wp-svn] [29640] branches/3.7: Password resets: Use network_site_url() for form actions.
m at wordpress.org
- [wp-svn] [29641] trunk/src/wp-admin/includes/class-wp-media-list-table.php: Media: `views_upload` filter expects an array, not a string.
m at wordpress.org
- [wp-svn] [29642] trunk/src/wp-admin: Help tabs: Update plugin install and media help text to reflect 4.0.
m at wordpress.org
- [wp-svn] [29643] trunk/src/wp-admin: About page, at last.
m at wordpress.org
- [wp-svn] [29644] trunk/src/wp-login.php: Refresh the post-update login message.
m at wordpress.org
- [wp-svn] [29645] trunk/src/wp-admin/css: Media library: Ensure the header area is spaced consistently between view modes.
m at wordpress.org
- [wp-svn] [29646] trunk/src/wp-admin/upload.php: Help tabs: Update media help text to reflect 4.0.
m at wordpress.org
- [wp-svn] [29647] trunk/src/wp-includes/version.php: 4.0-RC1.
m at wordpress.org
- [wp-svn] [29648] trunk/src/wp-admin/css/colors/_mixins.scss: Correct a Sass typo that somehow slipped by in [29616].
m at wordpress.org
- [wp-svn] [29649] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: fix ' undefined' head when not adding more stylesheets to the sandbox iframe, fixes #29399
m at wordpress.org
- [wp-svn] [29650] trunk: Meta Query: Revert [28659] (and [28665]) due to regressions.
m at wordpress.org
- [wp-svn] [29651] trunk/src/wp-admin/upload.php: Fix typo in media help text.
m at wordpress.org
- [wp-svn] [29652] trunk/src/wp-admin: Sync tagline from about page with credits and freedoms.
m at wordpress.org
- [wp-svn] [29653] trunk/src/wp-admin/edit-form-advanced.php: Editor expand: add a filter to turn it off from PHP, fixes #29423
m at wordpress.org
- [wp-svn] [29654] trunk/src/wp-admin/edit-form-advanced.php: Editor expand: add docs for the `wp_editor_expand` filter, props DrewAPicture, fixes #29423
m at wordpress.org
Last message date:
Fri Aug 29 02:37:59 UTC 2014
Archived on: Fri Aug 29 02:38:00 UTC 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).