Commit Graph

  • 0b5a18c519 Themes screen: Various IE8 adjustments and fixes. Andrew Nacin 2014-01-22 18:53:34 +00:00
  • eac3ccc29a Responsive improvements to submenus in the adminbar: Matt Thomas 2014-01-22 18:37:42 +00:00
  • 36346f9c51 Add inline docs to each method of the namespaced objects in media-editor.js, explaining what each does. Add inline docs to params as well. Scott Taylor 2014-01-22 18:37:08 +00:00
  • 5aa4902c7d TinyMCE: fix initializing TinyMCE when the default editor in getUserSetting() is overridden from PHP by using the 'wp_default_editor' filter. See #24067. Andrew Ozz 2014-01-22 18:16:39 +00:00
  • db64b3d951 Autosave: don't disable the buttons on previewing a post, see #25272. azaozz 2014-01-22 17:57:13 +00:00
  • ba1c9e0c22 Add the @namespace annotation where appropriate in media-editor.js. Also indicate the default value of a few params via the [options={}] syntax. wonderboymusic 2014-01-22 17:16:56 +00:00
  • ce00f36ab7 Dashboard widgets: Don't link to Pages or Posts for Authors or Contributors respectively. nacin 2014-01-22 16:51:07 +00:00
  • 46bdc2c312 Excplitcly globalized call to $wp later in wp-settings.php Nikolay Bachiyski 2014-01-22 14:47:58 +00:00
  • 5eba2a13d8 Explicitly globalize some missing query globals in wp-settings.php Nikolay Bachiyski 2014-01-22 08:24:50 +00:00
  • 9aba880b53 Autosave: refactor autosave.js, use heartbeat for transport and move all "Add/Edit Post" related functionality to post.js. See #25272. Andrew Ozz 2014-01-22 04:55:37 +00:00
  • df613abbec TinyMCE: fix error trying to translate non-existent button "title" in the compat3x plugin. See #24067. Andrew Ozz 2014-01-22 02:28:13 +00:00
  • 275d589503 Eliminate the 1px padding adjustment on active buttons because it creates an un-clickable dead zone 1px high and spanning the entire width of the button. Modify the background color of active buttons for better contrast to make the active state more obvious. Matt Thomas 2014-01-21 21:26:31 +00:00
  • 2f60bcab82 Make some @param types more specific in media-models.js. Scott Taylor 2014-01-21 17:36:24 +00:00
  • 5a1a2e872e Remove debug cruft. Scott Taylor 2014-01-21 16:30:57 +00:00
  • de01111ae7 Disambiguate this and use the @this annotation in media-editor.js. This will become way more necessary in other places, but a few examples here show how confusing it can be. Scott Taylor 2014-01-21 16:29:30 +00:00
  • 5c0a09ce40 Correct a type. Scott Taylor 2014-01-21 15:56:49 +00:00
  • 9ad06a2956 Elaborate on JSDoc blocks for media-editor.js. Scott Taylor 2014-01-21 15:54:27 +00:00
  • 1d3061effc Add initial JSDoc blocks to media-views.js. The initial blocks are a baseline to work from and invite future iterations. Initial commit is to avoid commits this large in the future. Scott Taylor 2014-01-20 23:41:42 +00:00
  • 896e71271e Add initial JSDoc blocks to media-models.js. The initial blocks are a baseline to work from and invite future iterations. Initial commit is to avoid commits this large in the future. Scott Taylor 2014-01-20 23:39:44 +00:00
  • 673c615d87 Add initial JSDoc blocks to media-editor.js. The initial blocks are a baseline to work from and invite future iterations. Initial commit is to avoid commits this large in the future. Scott Taylor 2014-01-20 23:34:57 +00:00
  • 1bc97d1fe4 TinyMCE: add a custom jQuery event 'tinymce-editor-init' triggered on initialization of every editor instance. This makes it a lot more convenient to hook into the instance compared to the init.setup callback. See #24067, see #26872. Andrew Ozz 2014-01-19 23:21:07 +00:00
  • ae49162491 TinyMCE: fix 3.x callbacks added with init.setup as they run before the compat3x plugin is loaded. Ideally this will be fixed internally in TinyMCE, see #24067. Andrew Ozz 2014-01-18 22:19:07 +00:00
  • f2d4a6aa36 Hook docs spacing and standards fixes for wp-admin/includes/ajax-actions.php. Drew Jaynes 2014-01-18 17:05:38 +00:00
  • f1bfee89f9 Use a docs-specific variable for the link_category hook docs in wp-admin/bookmarks-template.php. Drew Jaynes 2014-01-18 16:58:01 +00:00
  • 89a63c8f43 TinyMCE: set the 'add_unload_trigger' option to false for the main editor. Prevents DOM problems in Firefox when reloading the page, see #24067. Andrew Ozz 2014-01-17 20:34:12 +00:00
  • d0bb9e8f86 Ensure that SSL YouTube URLs receive SSL embeds. Andrew Nacin 2014-01-17 19:45:51 +00:00
  • 9b9de4ee1f Add jsvalidate as a dependency to the build. To get the new module, run npm install in the root of the project. Scott Taylor 2014-01-17 18:14:15 +00:00
  • 1a4a017923 Add (Q)Unit Tests for the wp.shortcode JS class. Scott Taylor 2014-01-17 18:01:34 +00:00
  • 5d8627f6c9 Use the_title_attribute() in feed_links_extra(), rather than get_the_title(). Andrew Nacin 2014-01-17 09:52:05 +00:00
  • 5cb20092ce make_clickable: When cleaning up accidental links within links, account for the tag being split by newlines. Andrew Nacin 2014-01-17 09:31:59 +00:00
  • 67d1c9fd6d Add dfn, mark, and samp to kses. Andrew Nacin 2014-01-17 08:37:53 +00:00
  • 9f5c78b676 Unit tests for get_url_in_content(). Return false when no content is passed, to match the return value of no links being found. Andrew Nacin 2014-01-17 07:46:33 +00:00
  • 238f9d2b0a Add a contrasting border to admin feature pointers. Andrew Nacin 2014-01-17 03:48:50 +00:00
  • e1aeeacc43 Realign the oEmbed providers. see #26844. Andrew Nacin 2014-01-17 03:28:30 +00:00
  • 015b1398ca Switch Twitter oEmbed to SSL due to a Twitter API change. Ah, the open web. Andrew Nacin 2014-01-17 03:25:29 +00:00
  • 32b9c649cf DFW: fix reference to off() when pressing Esc. Props kovshenin, see #24067. Andrew Ozz 2014-01-17 00:12:21 +00:00
  • 5c1fe4033f Widgets: fix scaling of extra-wide widgets on 480px and 320px devices, fixes #26701 for trunk. Andrew Ozz 2014-01-16 21:55:29 +00:00
  • fc4c73feab The comment screen hides the author column at narrow screen sizes; this adds back the author info above the comment content. Fixes #26618, props SergeyBiryukov, nacin. Matt Thomas 2014-01-16 20:33:45 +00:00
  • d375be7148 Don't let Quick Draft ignore default comment_status and ping_status. Andrew Nacin 2014-01-16 20:23:21 +00:00
  • 57a26d2e31 TinyMCE: remove the 'spellchecker' plugin. It has been disabled for a while and the back-end currently doesn't work. See #24067. Andrew Ozz 2014-01-15 19:06:26 +00:00
  • b119e5ff37 RTL: Flip half-star star ratings. Andrew Nacin 2014-01-15 08:18:59 +00:00
  • de5ad05a48 TinyMCE: fix send_to_editor(). It no longer needs to replace shortcode strings with html placeholers before inserting them in the editor. This is handled properly by the editor's 'BeforeSetContent' event callbacks. See #24067. Andrew Ozz 2014-01-14 23:34:23 +00:00
  • b807bea28c Test framework: Override PHPMailer during installation. Andrew Nacin 2014-01-14 21:55:41 +00:00
  • 3a1b1ba755 Remove unnecessary sprintf(). props jdgrimes. fixes #25489. Sergey Biryukov 2014-01-14 11:17:10 +00:00
  • e18603ce49 TinyMCE: add/remove the 'alignnone' class when aligning images without captions. See #24067. Andrew Ozz 2014-01-14 05:51:41 +00:00
  • 76508ede28 TinyMCE: improve handling of Read More and Nextpage tags. See #24067, fixes #16239. Andrew Ozz 2014-01-14 05:45:53 +00:00
  • 146bcccaa2 Update package.json. props TobiasBg. fixes #26629. Andrew Nacin 2014-01-13 18:20:38 +00:00
  • 8cbbc29e8a Fix alignment and borders of plugin/theme updates on the Updates screen. Andrew Nacin 2014-01-13 15:59:23 +00:00
  • 1e3460cea3 TinyMCE: re-enable soft resizing of images inside the editor. See #24067. Andrew Ozz 2014-01-13 01:12:20 +00:00
  • a6742e996a Deprecate rich_edit_exists(). It doesn't make sense to support deleting the TinyMCE directory when we have auto-updates. Fixes #26786. Andrew Ozz 2014-01-13 00:00:00 +00:00
  • 0938ef0815 Avoid a fatal error in wp_reset_postdata() if $wp_query global is not set. Sergey Biryukov 2014-01-11 23:56:43 +00:00
  • 0e6a9edaec Update the wp-inclues/vars.php file header to include Nginx as a recognized web server. Drew Jaynes 2014-01-10 18:14:20 +00:00
  • 5e58643c03 TinyMCE: update compat3x.min.js and bump $tinymce_version. See #24067, fixes #26750. Andrew Ozz 2014-01-10 00:51:03 +00:00
  • dfb50ed291 Move media modal colors out of colors.css and into media-views.css, as the modal can be triggered on the front end. props avryl, props collinsinternet for the initial patch. see #26677 for trunk. Helen Hou-Sandi 2014-01-09 16:35:22 +00:00
  • 50ee8bdd4a Break long words in Quick Draft content to prevent ugly overflow, as was previously done. props aubreypwd, SergeyBiryukov. see #26658 for trunk. Helen Hou-Sandi 2014-01-09 04:00:29 +00:00
  • 3428afee5a Uploads: Fix the Order of Operations for wp_mkdir_p() which caused this branch to never be hit. Props fboender. Fixes #26781 for trunk. See #25822 Dion Hulse 2014-01-08 23:12:37 +00:00
  • 69848ed0b9 Dashicons: Update to the latest dashicons files. Dominik Schilling (ocean90) 2014-01-08 22:25:35 +00:00
  • 7fc9941d2a Pass the $user_id to the admin_color_scheme_picker hook for context. props nacin. see #26607 for trunk. Helen Hou-Sandi 2014-01-08 21:48:32 +00:00
  • 3a07d0292c Fix another CSS clashing on the Network Themes page. Dominik Schilling (ocean90) 2014-01-08 21:35:22 +00:00
  • 972b6ef466 Keyboard navigation friendliness for themes.php. Andrew Nacin 2014-01-08 21:34:03 +00:00
  • 5447a6ab72 Themes: Search the theme's slug too. Andrew Nacin 2014-01-08 21:28:15 +00:00
  • 586b882437 Adjust widths of toolbar items at mobile sizes for better fitting on narrow screens. Fixes toolbar wrapping when using multisite. Andrew Nacin 2014-01-08 21:23:18 +00:00
  • a8e1a52ca9 Fix CSS clashing on the Network Themes page. Andrew Nacin 2014-01-08 21:21:39 +00:00
  • 3086f189cc Inline documentation for hooks in wp-admin/includes/meta-boxes.php. Drew Jaynes 2014-01-08 04:06:01 +00:00
  • f2156f69d3 Inline documentation for hooks in wp-admin/media-upload.php. Drew Jaynes 2014-01-08 03:59:22 +00:00
  • 95f756e4fc Inline documentation for hooks in wp-admin/includes/class-wp-media-list-table.php. Drew Jaynes 2014-01-08 03:52:47 +00:00
  • 9bd9f00257 Inline documentation for core shortcode attributes. John Blackbourn 2014-01-07 16:06:48 +00:00
  • 4853f99a2a Inline documentation for hooks in wp-admin/network/upgrade.php. Drew Jaynes 2014-01-07 04:22:14 +00:00
  • dc8b571bfb Inline documentation for hooks in wp-admin/network/admin.php. Drew Jaynes 2014-01-07 04:04:18 +00:00
  • 707e91c1e8 Add inline documentation for the 'show_admin_column' argument added to register_taxonomy() in 3.5. Drew Jaynes 2014-01-07 02:12:03 +00:00
  • 2fc50487ea Improve inline documentation for add_post_type_support(). Drew Jaynes 2014-01-07 02:04:16 +00:00
  • ac39123beb Tests: Add a placeholder file to the broken-theme directory so it isn't removed when synced to git. Andrew Nacin 2014-01-06 18:26:07 +00:00
  • 007e4ef160 Tracs are now forced SSL. Andrew Nacin 2014-01-06 18:09:12 +00:00
  • 00f318650d Inline documentation for hooks in wp-admin/includes/media.php. Drew Jaynes 2014-01-06 05:47:51 +00:00
  • ec71eefa59 Fix a copy/paste error in the 'show_user_profile' hook description in wp-admin/user-edit.php. Drew Jaynes 2014-01-05 18:57:43 +00:00
  • 82f55e9838 Inline documentation improvements for get_*_template() functions in wp-includes/template.php. Drew Jaynes 2014-01-05 17:54:07 +00:00
  • 18c545905b Change 'Width' to 'Layout' to match the hard-coded list of translatable theme features in get_theme_feature_list(). Sergey Biryukov 2014-01-05 17:15:14 +00:00
  • b71b3231ce Correct 'found_users_query' filter description. see #25533. Sergey Biryukov 2014-01-04 18:49:30 +00:00
  • 5dae0e834a Correct @since values. see #26253. Sergey Biryukov 2014-01-04 18:08:59 +00:00
  • 2959521871 Inline documentation for hooks in wp-includes/feed.php. Drew Jaynes 2014-01-04 06:21:14 +00:00
  • 38d078c7d2 Inline documentation for hooks in wp-includes/user.php. Drew Jaynes 2014-01-04 06:17:18 +00:00
  • a18943fd1b TinyMCE: 'wpdialogs' plugin, don't add the (external) UI dialogs element to the internal windows array, fix .close(). See #24067. Andrew Ozz 2014-01-04 01:27:59 +00:00
  • f6d42a08e9 TinyMCE: back-compat, refresh and re-enable the 'wpdialogs' plugin, and mark it as deprecated. See #24067. Andrew Ozz 2014-01-03 02:33:00 +00:00
  • 9bf024f8f3 Thickbox is needed for the media modal back-compat. Are there plugins that still use this? Also needed for PressThis. See #24067. Andrew Ozz 2014-01-02 22:49:00 +00:00
  • 1fb853d24a TinyMCE: add stub for the missing editor.controlManager to the compat3x plugin. See #24067. Andrew Ozz 2014-01-02 07:02:52 +00:00
  • 17f36f016a DFW: fix buttons and the title width, make the fade out/in when opening and closing a bit faster. See #24067. Andrew Ozz 2014-01-02 04:17:28 +00:00
  • c06d7145bc Inline documentation for hooks in wp-admin/edit-tag-form.php. Drew Jaynes 2014-01-02 04:01:12 +00:00
  • 9ad991985e Inline documentation for hooks in wp-admin/update-core.php. Drew Jaynes 2014-01-02 03:06:36 +00:00
  • 74df859ebf Inline documentation for hooks in wp-admin/menu-header.php. Drew Jaynes 2014-01-02 02:45:29 +00:00
  • ad6e9d6b7a Inline documentation for hooks in wp-includes/class-wp-customize-section.php. Drew Jaynes 2014-01-02 02:06:55 +00:00
  • 01a99608e0 Inline documentation for hooks in wp-includes/class-wp-theme.php. Drew Jaynes 2014-01-02 01:53:29 +00:00
  • b707874fa9 TinyMCE: add stubs for the missing tinymce.util.Cookie, windowManager.onOpen and windowManager.onClose to the compat3x plugin. See #24067, fixes #26750. Andrew Ozz 2014-01-02 01:06:58 +00:00
  • 608cd6de80 Comment moderation shortcuts: - Fix "toggle checkboxes" (shift+x). - Add noDisable selector and use it to stop disabling the shortcuts when a select-comment checkbox is focused. See #26755. Andrew Ozz 2014-01-02 00:10:20 +00:00
  • ad92fab892 Force LTR direction for code and plugin/theme editors. Sergey Biryukov 2013-12-31 11:03:59 +00:00
  • 15470535c3 Fix incorrect -mox prefixes in CSS. Sergey Biryukov 2013-12-31 10:52:42 +00:00
  • 6f00e4be7e Remove invalid min-width property. Sergey Biryukov 2013-12-31 10:47:51 +00:00
  • d0b542ffac Add missing id attribute to "Search Installed Themes" input. Sergey Biryukov 2013-12-31 10:43:39 +00:00
  • 0b3022708b Use correct example of a Dashicons helper class in add_menu_page() and register_post_type() docs. Sergey Biryukov 2013-12-31 10:32:18 +00:00
  • 9dae1af97c Make sure "UPDATE LOG" in debug emails matches the underlining when translated. Sergey Biryukov 2013-12-31 10:26:37 +00:00
  • 83509b3969 TinyMCE: - Fix removing leftovers from broken captions. - Better filter for line breaks and <br> tags when editing captions. See #24067. Andrew Ozz 2013-12-31 03:09:34 +00:00