Commit Graph

  • 23e2a1813c TinyMCE shortcuts: revert to Alt + Shift + letter for WebKit and Ctrl + Alt + letter (Command + Option + letter) in Firefox, see #21197 Andrew Ozz 2012-07-29 21:08:58 +00:00
  • 5ed30e85b9 Move the description for tabbing out of the plugin and theme editors textareas to the Help tab, fixes #21347 Andrew Ozz 2012-07-27 16:49:48 +00:00
  • 9b9ce59786 Refactor *_blog_option() functions to use switch_to_blog(), restore_current_blog(), and the *_option() functions. Do not use site-options for blog option caching as this duplicated info and did not properly invalidate. Ryan Boren 2012-07-27 14:57:32 +00:00
  • 78f00b2ace Widgets: add localization context for 'Add' and 'Edit', props nacin, fixes #21338 Andrew Ozz 2012-07-27 03:56:27 +00:00
  • e0c0df2587 Widgets: Add the name of the widget to the Add and Edit buttons on the Accessible Widget Management Screen, props cannona, fixes #21338 Andrew Ozz 2012-07-27 03:33:38 +00:00
  • 0b39b920c1 phpdoc for Customizer classes and methods. Props bananastalktome. see #21303 Ryan Boren 2012-07-26 21:45:33 +00:00
  • 26b9de056c Deprecate and stub _media_button. fixes #21317 Ryan Boren 2012-07-26 21:33:01 +00:00
  • aefca97f8f Deprecate and stub _insert_into_post_button(). fixes #20427 Ryan Boren 2012-07-26 21:30:06 +00:00
  • 46dd14c4e1 Introduce wp_oembed_remove_provider(). Props r-a-y. fixes #16327 Ryan Boren 2012-07-26 20:18:27 +00:00
  • 5d062682ab Improved phpdoc for file.php. Props tommcfarlin. fixes #21328 Ryan Boren 2012-07-26 15:08:30 +00:00
  • c2651f05f8 Remove debug cruft. Props ocean90. fixes #21315 Ryan Boren 2012-07-26 15:01:44 +00:00
  • 1f5a10a0aa Compress scripts/styles: 3.5-alpha-21348. bumpbot 2012-07-25 22:58:21 +00:00
  • cda6c6f03a Update ImgAreaSelect to 0.9.9 that fixes IE7 stack overflow error, props c3mdigital, fixes #21363, fixes #21348 for trunk Andrew Ozz 2012-07-25 22:43:04 +00:00
  • 3063d8c886 Bail out themes and plugins that have copied code from core and don't maintain it by requiring class-wp-editor.php in wp-langs.php, fixes #21350 for trunk Andrew Ozz 2012-07-25 19:59:29 +00:00
  • 6d9357444c Twenty Twelve: enable async body class value changes for custom background color changes in Theme Customizer. See #21226. Lance Willett 2012-07-25 19:42:55 +00:00
  • 280d1d249c Twenty Twelve: improve table styles, props sennza and drewstrojny. Fixes #21261. Lance Willett 2012-07-25 19:15:55 +00:00
  • 752f63847b Twenty Twelve: new screenshot, props drewstrojny. Fixes #21227. Lance Willett 2012-07-25 19:09:46 +00:00
  • 1510f1b7c8 Twenty Twelve: update pre element styles, props senzza and drewstrojny. Fixes #21263. Lance Willett 2012-07-25 19:03:39 +00:00
  • f6eb6172f6 Compress scripts/styles: 3.5-alpha-21338. bumpbot 2012-07-25 18:58:20 +00:00
  • 89c8ce5277 Twenty Twelve: give address element a little more line-height, props sennza and drewstrojny. Fixes #21262. Lance Willett 2012-07-25 18:58:04 +00:00
  • 000f94a4ff Twenty Twelve: adjust styles for definition lists, props sennza and drewstrojny. Fixes #21259. Lance Willett 2012-07-25 18:55:33 +00:00
  • 83c5befaae Twenty Twelve: CSS cleanup for clearing float method. Use overflow: hidden; and leave the other method intact in .clear rule so child themes can use it if needed. See #21381. Lance Willett 2012-07-25 18:44:37 +00:00
  • f3a2658f4e Reset text-indent on the toolbar, props mfields, fixes #21362 Andrew Ozz 2012-07-25 18:38:16 +00:00
  • 27cd96d425 Twenty Twelve: CSS cleanup for old prefixes. See #21381. Lance Willett 2012-07-25 18:13:41 +00:00
  • 8ac43209f5 Fix some spelling errors. Props thee17. fixes #21191 Ryan Boren 2012-07-25 18:06:13 +00:00
  • d3281725ec Use get_search_query() in feed-rss2-comments.php. Props SergeyBiryukov. fixes #21365 Ryan Boren 2012-07-25 18:04:17 +00:00
  • bb8a5b69ca Twenty Twelve: tag and category descriptions should not be part of h1 element. Props obenland, see #21255. Lance Willett 2012-07-25 17:55:50 +00:00
  • 712e8a48d2 Don't attempt to define the COMMENTS_TEMPLATE constant twice. Props kitchin. fixes #21337 Ryan Boren 2012-07-25 17:54:35 +00:00
  • fba8941581 Twenty Twelve: remove unneeded filter (props nacin) and fix up PHP comment blocks in custom-header.php file for s/@package/@since/ on individual functions. See #21231. Lance Willett 2012-07-25 17:30:19 +00:00
  • 92c83f843f Twenty Twelve: remove back compat for custom header image, installs prior to 3.4 will not see it as an option. Props obenland, closes #21231. Lance Willett 2012-07-25 17:12:40 +00:00
  • 8b2b91941a Twenty Twelve: remove duplicate RSS feed title from wp_title output, props SergeyBiryukov. Closes #21233. Lance Willett 2012-07-25 16:51:23 +00:00
  • 7d67ab54df Twenty Twelve: add explanatory notes to top of style.css for the use of rem and pixel units for font-size and line-height values, props drewstrojny. See #21379. Lance Willett 2012-07-25 16:46:21 +00:00
  • cabf107b65 Twenty Twelve: set gray background as default, handling empty and white as fallback cases. See #21226. Lance Willett 2012-07-25 16:28:50 +00:00
  • c4b8b6b42a Set the global comment var before invoking callbacks in wp_list_comments(). Props sirzooro. fixes #21184 Ryan Boren 2012-07-25 16:27:48 +00:00
  • dd15327790 More screen reader text for list table checkboxes and theme install search. Props MikeLittle, SergeyBiryukov. see #21325 Ryan Boren 2012-07-25 16:18:14 +00:00
  • ff3b56e89f Fix per_page screen option for custom post types and taxonomies. Don't convert taxonomy and post type slugs from hyphen to underscore when saving the per_page usermeta. Props nacin. see #18958 Ryan Boren 2012-07-25 16:13:13 +00:00
  • 03ac2d077c Compress scripts/styles: 3.5-alpha-21321. bumpbot 2012-07-25 06:58:20 +00:00
  • 3381c0da99 RTL css for the spinner in internal linking, see #21351 Andrew Ozz 2012-07-25 05:15:26 +00:00
  • 461bdfbd2d Put the spinner back to the right of the search field in internal linking, fixes #21351 Andrew Ozz 2012-07-25 04:41:18 +00:00
  • e08cdca958 Add screen reader text for search fields in theme-install.php. Props MikeLittle. see #21325 Ryan Boren 2012-07-24 18:31:03 +00:00
  • c47eef91e0 Add screen reader text to checkboxes in list tables. Props MikeLittle, nacin. see #21325 Ryan Boren 2012-07-24 18:01:22 +00:00
  • a2b93fcf55 Translate role names in the new user notification email. Props obenland. fixes #20764 Ryan Boren 2012-07-24 17:32:40 +00:00
  • 2c0f98fe49 For get_settings_errors(), make sure errors from transient get added to the global variable and not unset when checking for an error of a specific setting. Also always return an array, as noted in the documentation. Props obenland. fixes #20833 Ryan Boren 2012-07-24 15:13:46 +00:00
  • 249a540660 Compress scripts/styles: 3.5-alpha-21314. bumpbot 2012-07-24 02:58:23 +00:00
  • 0e1fe806aa Remove left-over style for the Categories postbox that had a typo and wasn't used, props tommcfarlin fixes #21360 Andrew Ozz 2012-07-24 01:33:43 +00:00
  • e7a8580df5 Compress scripts/styles: 3.5-alpha-21312. bumpbot 2012-07-24 00:58:22 +00:00
  • 6e6b727315 Remove nearly all tabindex attributes from the admin, leaving them only where absolutely necessary (for now that's only the toolbar). Andrew Ozz 2012-07-24 00:15:15 +00:00
  • dda796260d Make it possible to tab out of the plugin and theme editors textareas by pressing Esc followed by Tab, fixes #21347 Andrew Ozz 2012-07-23 23:46:27 +00:00
  • 29173ed46c Compress scripts/styles: 3.5-alpha-21309. bumpbot 2012-07-23 22:58:26 +00:00
  • 6acdd22e66 Prevent WebKit from adding outline to #wpbody-content as a result of tabindex="-1", see #21361 Andrew Ozz 2012-07-23 22:49:50 +00:00
  • bae315cbca Fix internal linking search spinner position, fixes #21351 Andrew Ozz 2012-07-23 22:18:28 +00:00
  • bf65e730f6 Add "Skip to content" link to all screens in the admin, fixes #21361 Andrew Ozz 2012-07-23 22:00:06 +00:00
  • 3778e5ea4a Compress scripts/styles: 3.5-alpha-21304. bumpbot 2012-07-23 00:58:20 +00:00
  • e99ef58818 Add tabbing from Title directly to the textarea when the Text editor is active, fixes #20834 Andrew Ozz 2012-07-22 23:05:58 +00:00
  • 708d475b96 Remove unused arguments (hierarchical, _edit_link, capability_type) from register_post_status Jon Cave 2012-07-22 08:45:35 +00:00
  • a95752402e Compress scripts/styles: 3.5-alpha-21301. TinyMCE updated. bumpbot 2012-07-22 02:58:18 +00:00
  • 446b40235f TinyMCE: fix tabbig in and out of the editor, fixes #20834 Andrew Ozz 2012-07-22 02:33:53 +00:00
  • 9c7a3a6c68 Revert [21287] until #21169 goes through. see #21321. Andrew Nacin 2012-07-21 20:24:21 +00:00
  • 6de675bd6a Remove unnecessary error suppression operators from func_get_arg() and func_num_args(). see #21332. Andrew Nacin 2012-07-21 06:07:39 +00:00
  • 4777f4f5ba Compress scripts/styles: 3.5-alpha-21297. bumpbot 2012-07-21 00:58:19 +00:00
  • 4dea1596a9 Add query args to refresh the sprite images, see #21019 Andrew Ozz 2012-07-20 23:38:23 +00:00
  • f90d787959 Retina: fix the icon positions in the original editor buttons sprite, reset the css tweaks and adjust the positions in the 2x sprite, see #21019 Andrew Ozz 2012-07-20 23:07:48 +00:00
  • 09c0ae245f If $group is empty in WP_Object_Cache::decr(), consider it to be 'default'. Andrew Nacin 2012-07-20 20:15:25 +00:00
  • a5d94bef07 Introduce cron_request filter. Props ikailo. fixes #13449 Ryan Boren 2012-07-20 15:15:22 +00:00
  • 6b6bea5e0d Only run stripslashes() in stripslashes_deep() for strings, not other scalar values. props Kawauso, knutsp. props coffee2code for [UT698]. fixes #18026. Andrew Nacin 2012-07-20 15:14:26 +00:00
  • f01b41eb1e Fix order of @param's for deactivate_plugins(). props Viper007Bond, fixes #21269. Andrew Nacin 2012-07-20 15:09:40 +00:00
  • 0887beb1d8 Fix typo in HTTP docblock. props ocean90. fixes #21215. Andrew Nacin 2012-07-20 15:09:11 +00:00
  • f4fc103c50 Use html_type for alternate link elements in atom feeds, as done in atom comment feeds. props niallkennedy. fixes #21305. Andrew Nacin 2012-07-20 15:08:45 +00:00
  • 50cd56f8fd Clarify the return value of has_filter() and has_action(). It returns a boolean if only the first argument is specified. If the second argument is specified, it returns false or an integer, which means it may return a non-boolean value that evaluates to false (so, 0), so you should take care to use the === operator. Andrew Nacin 2012-07-20 13:54:42 +00:00
  • 11e877bcb8 Remove unnecessary is_null() checks from the worker loops inside do_action(), apply_filters(), etc. fixes #21321. see #21169. Andrew Nacin 2012-07-20 05:25:37 +00:00
  • ec527ab07d Clear the get_pages cache whenever ANY hierarchical post type cache is cleared — not just Pages. fixes #21279 Mark Jaquith 2012-07-20 04:35:51 +00:00
  • 237b7f6dbe Improve the performance of WP_Object_Cache's _exists() method. Andrew Nacin 2012-07-20 04:21:42 +00:00
  • d43f1b9948 Compress scripts/styles: 3.5-alpha-21284. bumpbot 2012-07-19 16:58:20 +00:00
  • c7562f7aa9 Admin menu: add z-index to the pending/updates count bubbles, props ocean90, fixes #20502 Andrew Ozz 2012-07-19 16:51:02 +00:00
  • f81d86ae2a Compress scripts/styles: 3.5-alpha-21282. bumpbot 2012-07-18 22:58:20 +00:00
  • 9847f571b9 Widgets UI: make the whole "header" clickable to open/close the widget (same as postboxes), remove deprecated jQuery .live(), part props lessbloat, fixes #21247 Andrew Ozz 2012-07-18 22:41:43 +00:00
  • 4fb5c2778f Twenty Twelve: update theme options file to use PHP5 constructor and visibility keywords, and also minor DocBlock cleanup. Props Mamaduka and obenland, closes #21297. Lance Willett 2012-07-18 18:41:17 +00:00
  • 8dc9cd8698 Twenty Twelve: Update full-width handling with a missing CSS selector, and add case of no sidebar to the content_width calculation. Props obenland, fixes #21254. Lance Willett 2012-07-18 18:13:49 +00:00
  • 4686ae30de Twenty Twelve: minor comment text fix, props griffinjt. Closes #21291. Lance Willett 2012-07-18 18:06:18 +00:00
  • 1a52aad25f Twenty Twelve: add styles for common HTML elements in comment content, and also style up password protected form. Props drewstrojny, fixes #21242. Lance Willett 2012-07-18 18:03:38 +00:00
  • 03eca08891 Twenty Twelve: make title truly pluggable by moving output from header.php to a function. Props obenland, fixes #21233. Lance Willett 2012-07-18 17:07:15 +00:00
  • 5c27dfc67c Twenty Twelve: proper namespace for two script/style handles in functions.php, props obenland. Fixes #21230. Lance Willett 2012-07-18 16:26:40 +00:00
  • 1879bb5571 Compress scripts/styles: 3.5-alpha-21273. TinyMCE updated. bumpbot 2012-07-14 02:58:20 +00:00
  • b3fdac2a17 TinyMCE: add the Alt + W shortcut only when DFW is loaded and Alt + G only when MCE fullscreen is loaded, fixes #21197 Andrew Ozz 2012-07-14 01:46:54 +00:00
  • b25666a393 Compress scripts/styles: 3.5-alpha-21271. bumpbot 2012-07-13 02:58:22 +00:00
  • 062325379f Widgets: ensure the "drop zone" matches the height of the Inactive Widgets container, fixes #21250 Andrew Ozz 2012-07-13 01:47:16 +00:00
  • 47002c1652 Compress scripts/styles: 3.5-alpha-21269. TinyMCE updated. bumpbot 2012-07-13 00:58:19 +00:00
  • b21d21dc52 Twenty Twelve: remove tag_description and category_description filters from archive template in favor of core filters. Fixes #21230. Lance Willett 2012-07-13 00:36:27 +00:00
  • 2934b3d7b0 Twenty Twelve: change content_width variable to the correct value, matching the width of the main content container. Fixes #21248. Lance Willett 2012-07-13 00:27:29 +00:00
  • 9423d09005 TinyMCE: update the keyboard shortcuts: Alt + letter for Firefox and WebKit, Alt + Shift + letter for IE and Opera, add shortcut for DFW (Alt + W), see #21214, fixes #21197, fixes #17992 Andrew Ozz 2012-07-13 00:26:49 +00:00
  • 94eb96e85a Twenty Twelve: update search title styling to be consistent with archive title styling. Fixes #21239, props saltcod. Lance Willett 2012-07-13 00:17:05 +00:00
  • 5ab1806b37 Twenty Twelve: improve screen-reader-text handling (aka assistive-text) to use text hiding technique more friendly for RTL. Lance Willett 2012-07-13 00:08:52 +00:00
  • 09635ed0cb Twenty Twelve: show sticky badge only on non-paged home view. Fixes #21238, props DrewAPicture and obenland. Lance Willett 2012-07-12 23:53:27 +00:00
  • 008b1d5810 Twenty Twelve: fix @package documentation, props obenland. Fixes #21232. Lance Willett 2012-07-12 23:28:33 +00:00
  • 4cc47e2034 The Twenty Twelve for WordPress. Andrew Nacin 2012-07-12 04:20:46 +00:00
  • 86d82ac795 Multisite: Tidy up [21256] and introduce/correct PHPDoc for a few other media upload functions. Peter Westwood 2012-07-11 10:20:15 +00:00
  • e6eda2b3f7 Admin bar: When calling add_node() for an existing node, all properties should be merged into the existing arguments, including individual meta arguments. Corrects a logic inversion. fixes #21117. Andrew Nacin 2012-07-10 21:26:35 +00:00
  • 8a7ca493ad Admin bar: Avoid clash with a parent node and a 'content' post type. see #21117. Andrew Nacin 2012-07-10 20:46:22 +00:00
  • aa7f457bfb Tabs, not spaces for intendation. Add a docblock to the file/class. Andrew Nacin 2012-07-10 20:32:48 +00:00
  • cebf4e277b Multisite: Make it easy to replace or augment the over-quota message displayed when you try and upload new media and you have reached your quota. Peter Westwood 2012-07-10 13:33:44 +00:00