Commit Graph

  • f26e53d4d9 Theme Customizer: String change to clarify choosing a static page (remove 'select below'). see #19910. Daryl Koopersmith 2012-04-07 00:18:02 +00:00
  • 315d6e31e3 Theme Customizer: Move 'collapse' button to footer and add a visible text label. see #19910. Daryl Koopersmith 2012-04-07 00:10:22 +00:00
  • 21490033fb Compress scripts/styles: 3.4-beta1-20390. TinyMCE updated. bumpbot 2012-04-06 23:58:19 +00:00
  • c2e3754cf9 Add the "aside,audio,canvas,figcaption,figure,nav,output,video" tags that shouldn't be wrapped in <p> to the internal blocks list in TinyMCE, fixes #20381 Andrew Ozz 2012-04-06 22:59:22 +00:00
  • fa847aab0a Compress scripts/styles: 3.4-beta1-20388. bumpbot 2012-04-06 21:58:20 +00:00
  • a55be0ba27 Reset negative top margin on submenus when folding/unfolding the admin menu, fixes #20380 Andrew Ozz 2012-04-06 21:40:57 +00:00
  • 9b766fa0b8 Be a bit more conservative in which args are stripped after redirect_guess_404_permalink(). see #20380. Mark Jaquith 2012-04-06 21:19:28 +00:00
  • be8d30a7cf Compress scripts/styles: 3.4-beta1-20385. bumpbot 2012-04-06 20:58:21 +00:00
  • 6fde0bddaf Make choosing a header image from the media library play nicely with file replication plugins that do not guarantee images will be retained in the local filesystem. Ryan Boren 2012-04-06 20:47:24 +00:00
  • 52c5b8c7ad Ensure the first icon is not covered by the wrapper div in the Welcome tab on the dashboard, fixes #20366 Andrew Ozz 2012-04-06 20:15:14 +00:00
  • 8fa05b041b Use _callback, rather than an unhelpful 2, for a preg_replace callback function name. Add proper phpdoc. see #20369. Andrew Nacin 2012-04-06 20:05:31 +00:00
  • c2450103b2 Simplify caption cleanup callbacks; if the function was called we know that the 0 index is set. See #20369. Jon Cave 2012-04-06 19:52:34 +00:00
  • 22031a0765 Strip p, page_id, attachment_id, post_type, pagename, and name from redirect query if we get a hit on a 404-guessed permalink. fixes #20374 Mark Jaquith 2012-04-06 19:49:34 +00:00
  • 7dbfae77c0 Use WP_Theme::exists(). see #20361. Andrew Nacin 2012-04-06 19:21:31 +00:00
  • 6f9ceb2326 Introduce WP_User::exists(). see #20372 Ryan Boren 2012-04-06 19:18:45 +00:00
  • f880b3544d Pluck a tab (whitespace), props SergeyBiryukov, see #20369 Andrew Ozz 2012-04-06 18:26:14 +00:00
  • 80df7fe2cf Fix second callback when filtering caption text for shortcode, props SergeyBiryukov, fixes #20369 Andrew Ozz 2012-04-06 17:38:49 +00:00
  • 6e3ed8bbf9 Internally cache themes inside wp_get_themes() by theme_root as well as stylesheet, to avoid conflicts with future calls to wp_get_themes(). Always return only the last stylesheet found, as before. see #20103. Andrew Nacin 2012-04-05 20:38:42 +00:00
  • 596c72cafa Child theme files need to override parent theme files. The array_merge() arguments are swapped. see #20103. Andrew Nacin 2012-04-05 20:36:34 +00:00
  • 7ffdb1a514 Fix typo in [20372] - See #19922 props SergeyBiryukov. Peter Westwood 2012-04-05 15:34:28 +00:00
  • 35cfb293e7 HTTP: Don't force cookie values to be urlencoded because it breaks usage of cookies in some scenarios like the LiveJournal Importer. Instead add a filter for a plugin to use if it really wants to have the cookie mangled. Fixes #19922 props pw201, dllh and kurtpayne. Peter Westwood 2012-04-05 15:17:34 +00:00
  • c16ba6d8c7 Compress scripts/styles: 3.4-beta1-20370. bumpbot 2012-04-05 11:58:23 +00:00
  • 20141db4eb WP_HTTP: Curl: Correct a typo in [20208] causing failed curl requests not to return a WP_Error under certain situations. Props SergeyBiryukov. Fixes #20219 Dion Hulse 2012-04-05 11:58:04 +00:00
  • 8578804f80 Remove duplicate JavaScript. Props aaroncampbell. See #19840, fixes #20363. Jon Cave 2012-04-05 11:14:32 +00:00
  • 62c705e044 Compress scripts/styles: 3.4-beta1-20368. bumpbot 2012-04-05 01:57:33 +00:00
  • 214f1e8672 Dashboard icon back in, see #20293 Andrew Ozz 2012-04-05 01:55:35 +00:00
  • 9f64f9aa35 Beta 1 bump Ryan Boren 2012-04-05 01:46:45 +00:00
  • dcda0d1c10 Compress scripts/styles: 3.4-alpha-20365. bumpbot 2012-04-05 01:34:01 +00:00
  • 130b4f2645 More specific selectors for the 2x images take 2, don't specify background-size for the 1x background, see #20293 Andrew Ozz 2012-04-05 01:30:06 +00:00
  • f9a131231d Always return a WP_Theme object from wp_get_theme(). Check \$theme->exists() or \$theme->errors() to confirm the requested theme actually exists. see #20361. Andrew Nacin 2012-04-05 01:05:49 +00:00
  • 7ceb8f1a68 More specific selectors for the 2x images, see #20293 Andrew Ozz 2012-04-05 01:02:36 +00:00
  • 897d692c6d Compress scripts/styles: 3.4-alpha-20361. bumpbot 2012-04-05 00:58:26 +00:00
  • 7e614e2ff1 Empty media-gallery.js - bumpbot hungry. see [20359]. Andrew Nacin 2012-04-05 00:23:12 +00:00
  • 5ca4c46c85 Add media-gallery js. see #19840 Ryan Boren 2012-04-05 00:21:28 +00:00
  • 485e7bc261 Allow selecting custom header and background images from the media library. Props aaroncampbell, sabreuse, greuben. fixes #19840 Ryan Boren 2012-04-05 00:20:28 +00:00
  • f027063f41 Compress scripts/styles: 3.4-alpha-20357. bumpbot 2012-04-04 23:58:25 +00:00
  • f62e952ae9 Double-size icons and WordPress logo for retina displays, props chexee, props empireoflight, props iammattthomas, see #20293 Andrew Ozz 2012-04-04 23:02:51 +00:00
  • 7f938af8c5 Compress scripts/styles: 3.4-alpha-20355. bumpbot 2012-04-04 21:58:23 +00:00
  • 786145ebbf Theme Customizer: Add a link to customize the current theme. see #19910. Daryl Koopersmith 2012-04-04 21:41:51 +00:00
  • b57bf8a36d XMLRPC: Make sure that we always return valid dates when no date is currently set - for example if the post is pending. Fixes #19733 props markoheijnen and koke. Peter Westwood 2012-04-04 21:32:28 +00:00
  • 31caea7b9b Theme Customizer: Improve the customize loader and themes list table markup. see #19910. Daryl Koopersmith 2012-04-04 21:02:29 +00:00
  • dfab3319f8 XMLRPC: Add a check in mw.newPost to stop the authorID being changed to an invalid value. Fixes #20356 props maxcutler. Peter Westwood 2012-04-04 20:11:21 +00:00
  • d90bb2403a Make comment type filter persist across views (e.g. approved, spam) of the list of comments. Fixes #20281. Jon Cave 2012-04-04 17:36:23 +00:00
  • ecd1caa054 Add some missing documentation and fix a couple of typos. Props roscius. Fixes #19756. Jon Cave 2012-04-04 17:32:03 +00:00
  • 0d6710383f Compress scripts/styles: 3.4-alpha-20348. bumpbot 2012-04-04 02:58:22 +00:00
  • 8df58a787f RTL for the responsive columns, see #20015 Andrew Ozz 2012-04-04 02:46:38 +00:00
  • 9dcc77d9c1 Make the layout of the tables on edit link screen "liquid" so they can be shown on the side, see #20015 Andrew Ozz 2012-04-04 02:45:30 +00:00
  • 825926267f Compress scripts/styles: 3.4-alpha-20345. bumpbot 2012-04-03 22:58:20 +00:00
  • 9218ead840 Theme Customizer: Improve data binding in wp.customize.Value and wp.customize.Values. see #19910. Daryl Koopersmith 2012-04-03 22:04:40 +00:00
  • f3e171b253 Compress scripts/styles: 3.4-alpha-20343. bumpbot 2012-04-02 22:58:19 +00:00
  • 7e34db14c8 Fix adding of parent theme's editor-style before child theme's, props SergeyBiryukov, see #19437 Andrew Ozz 2012-04-02 22:26:11 +00:00
  • 05071148d9 Editor: fix adding a link in WebKit to floated image, fixes #16569 Andrew Ozz 2012-04-02 22:16:30 +00:00
  • 467f9af92d Remove jQuery Masonry. Fully reverts [20060]. see #17242 Ryan Boren 2012-04-02 20:05:35 +00:00
  • 3a460964ae Compress scripts/styles: 3.4-alpha-20339. bumpbot 2012-04-01 22:58:18 +00:00
  • ffbdfe9b06 Fix getting the checked radio button when attaching orphan attachments, props solarissmoke SergeyBiryukov, fixes #16655 Andrew Ozz 2012-04-01 22:46:29 +00:00
  • 816ebbd616 jQuery 1.7.2. props ocean90. fixes #20339. Andrew Nacin 2012-04-01 20:13:36 +00:00
  • c4e65f5f3f Compress scripts/styles: 3.4-alpha-20336. bumpbot 2012-03-31 17:58:19 +00:00
  • 603565a190 Switch to one column on the edit/write screens at 850px (the editor becomes unusable at narrower screens and two columns), see #20015 Andrew Ozz 2012-03-31 17:00:08 +00:00
  • 790f4e47f9 Rename back the handle for the editor CSS, props nacin, fixes #19843 Andrew Ozz 2012-03-31 16:32:47 +00:00
  • 467905e308 Use 'Keyword' instead of 'Term' in the search type selector in the plugin and theme installers. see #19619. Andrew Nacin 2012-03-30 21:17:22 +00:00
  • 48c5af2ac0 Clean up cap checks for autocompletes for sites and users in a network. see #19810. Andrew Nacin 2012-03-30 21:04:48 +00:00
  • 47a29d2c26 Ensure we get a theme back from wp_get_theme() before checking ->errors(). see #20103. Andrew Nacin 2012-03-30 16:35:51 +00:00
  • efdcdfdf36 Avoid fatal errors in check_theme_switched() if we fail to get a WP_Theme object for the old theme. Fixes #20334. Peter Westwood 2012-03-30 15:13:12 +00:00
  • 8abd8624be Clear WP_Theme caches on update. fixes #20331. Andrew Nacin 2012-03-30 14:46:52 +00:00
  • 09f946105d Clear theme cache after editing. Reduce default cache persistence to 1800. (Could go lower.) see #20331. Andrew Nacin 2012-03-30 14:39:05 +00:00
  • e9c7faff7c Set WP_Theme::scandir()'s default depth to 0 (flat), as intended. Cache untranslated page template names. Properly merge in a parent theme's templates when dealing with cached values. Always look one level deep for WP_Theme->get_files() regardless of file type. see #20103. see #11216. Andrew Nacin 2012-03-30 14:06:33 +00:00
  • 1d7714d923 Check for is_rtl() existence before checking it in the fallback condition in wp_admin_css(). Prevents fatal errors when plugins call wp_admin_css() on a non-existent (probably removed) stylesheet. props SergeyBiryukov, fixes #19913. Andrew Nacin 2012-03-30 13:10:52 +00:00
  • 0fe62673e5 Always pass a table alias to wp_post_mime_type_where(). Prevents ambiguous queries when adding joins later on. props benbalter, fixes #20193. Andrew Nacin 2012-03-30 13:08:12 +00:00
  • a5585e4b61 Correct docs for WP_Theme scandir(), _name_sort(), and _name_sort_i18n() methods. All of them are private. see #11216, #20103. Andrew Nacin 2012-03-29 18:49:50 +00:00
  • 45cfe03be4 XMLRPC: In mw_newPost check to see if the post_status has been supplied before trying to use it to avoid undefined array access notices. Fixes #19774 props maxcutler. Peter Westwood 2012-03-29 13:13:13 +00:00
  • de2a91b1c4 XMLRPC: Fix bugs in mw_editPost hilighted by tests in [UT593] Peter Westwood 2012-03-29 11:59:51 +00:00
  • f7ef53292c XMLRPC: Fix the featured image support in mw_newPost to use the correct variable names. See #18429 and [UT592]. Peter Westwood 2012-03-29 11:06:17 +00:00
  • 8c171a54c6 Compress scripts/styles: 3.4-alpha-20320. bumpbot 2012-03-29 06:58:19 +00:00
  • bdee6c8e15 Theme Customizer: Move upload and image controls to subclasses. see #19910. Daryl Koopersmith 2012-03-29 06:35:54 +00:00
  • f73f48301c Support page templates located in a subdirectory of the theme. fixes #11216. Andrew Nacin 2012-03-29 05:39:26 +00:00
  • 78d11eedea Use new scandir() return value (key is path relative to theme, value is absolute path) in WP_Theme->get_page_templates(). Use parent()->get_page_templates() and merge in a parent's page templates, rather than extra logic. see [20312], see #20103. Andrew Nacin 2012-03-29 05:37:37 +00:00
  • 822e0eda46 Correct the values for theme_root and stylesheet when the values passed to the WP_Theme constructor have a directory appended to the theme root when it should actually be prepended to the stylesheet (when the theme is in a directory of themes inside a theme root). see #20313. Andrew Nacin 2012-03-29 04:29:58 +00:00
  • 50346e7955 Always set WP_Theme->template even when there is an error and we have no idea what the template is. (Assume it is the stylesheet.) Prevents a number of issues including WP_Theme->is_child_theme() lying. Tidy the theme editor for broken themes and themes with no templates (PHP files), or no template (parent), or are broken. Allow broken themes to be edited. see #20103. Andrew Nacin 2012-03-29 04:16:17 +00:00
  • c654d0ccf0 urldecode() the incoming $file in the theme editor. see [20313] when the encode was added. see #2994 for the original bug report. see #20103. Andrew Nacin 2012-03-29 03:34:51 +00:00
  • 3b38b4a124 Rewrite theme-editor.php to use the new WP_Theme API. see #20103. Andrew Nacin 2012-03-29 03:00:38 +00:00
  • ef6be74a33 Introduce WP_Theme->exists() to check if the queried theme actually exists. WP_Theme->exists() is a subset of errors() -- a theme with errors may still exist, but a theme that does not exist has an error of theme_not_found. wp_get_theme() now returns false if the theme does not exist. Improve scandir() and get_files() logic. see #20103. Andrew Nacin 2012-03-29 02:59:48 +00:00
  • c024ae710c WP_Filesystem: PemFTP: Detect dl() being disabled in order to avoid any fatals which may be produced when the Sockets extension is not available. Props to kurtpayne for initial patch, Fixes #20187 Dion Hulse 2012-03-29 02:15:06 +00:00
  • eeee02b520 Revert label change in [20282]. see #18311. Andrew Nacin 2012-03-28 20:32:29 +00:00
  • 5fa84e63ec Wrap attachment delete link in <p> for semantics and alignment. props aaroncampbell, lancewillett. fixes #19785 Mark Jaquith 2012-03-28 20:28:34 +00:00
  • f615043fea Improve _fix_attachment_links(), replace attachment URLs with the real permalink only for published posts, re-save only when there are changes, see #13429 Andrew Ozz 2012-03-28 16:02:12 +00:00
  • f9c3a352a0 Do not process <pre> tags with wpautop, replace them with placeholders, process the rest of the content and then put them back. Part props kurtpayne, see #19855 Andrew Ozz 2012-03-28 15:43:31 +00:00
  • b43e2dfba4 Theme Customizer: Fire WP_Customize->customize_preview_init on wp_loaded instead of template_redirect. props nacin, see #19910. Daryl Koopersmith 2012-03-28 15:04:11 +00:00
  • abd47c9ff9 XMLRPC: Add the object ID to the return data of wp.uploadFile/metaWeblog.newMediaObject so that it can be used in other api calls e.g. setting featured image see #15098 props maxcutler Peter Westwood 2012-03-28 12:00:50 +00:00
  • 8f575763ab Compress scripts/styles: 3.4-alpha-20304. bumpbot 2012-03-28 09:58:22 +00:00
  • 12c057e358 Theme Customizer: Move 'Site Title/Tagline' section to the top of the list. Add specific priorities to all sections. see #19910. Daryl Koopersmith 2012-03-28 09:57:55 +00:00
  • 21449c3269 Theme Customizer: Add data binding to page dropdown controls. Add WP_Customize_Control->get_link() to return the data attribute string. see #19910. Daryl Koopersmith 2012-03-28 09:45:51 +00:00
  • d5f5376394 Theme Customizer: Properly bind the 'upload new' and 'remove image' actions in the image picker. see #19910. Daryl Koopersmith 2012-03-28 09:33:32 +00:00
  • 26bba58bdb Theme Customizer: Properly pass arguments by reference to WP_Customize_Setting->multidimensional(). see #19910, [20136], #20163. Daryl Koopersmith 2012-03-28 09:27:26 +00:00
  • ea85772eb6 Theme Customizer: Sanitize selectors by transforming square brackets into dashes. see #19910. Daryl Koopersmith 2012-03-28 09:10:29 +00:00
  • 4e658d4443 Compress scripts/styles: 3.4-alpha-20298. bumpbot 2012-03-28 08:58:23 +00:00
  • 1a03f9af0d Theme Customizer: Fix postMessage for background_color. The method parameter affects settings, not controls. see #19910. Daryl Koopersmith 2012-03-28 08:55:25 +00:00
  • 4d703df740 Compress scripts/styles: 3.4-alpha-20296. bumpbot 2012-03-28 04:58:24 +00:00
  • 2ca07cdf2a Create WP_Customize_Control to separate the process of rendering a control from fetching, previewing, and saving its values. see #19910. Daryl Koopersmith 2012-03-28 04:14:09 +00:00
  • 4337bd15e7 Compress scripts/styles: 3.4-alpha-20294. bumpbot 2012-03-28 02:58:21 +00:00
  • 721da35048 Don't show dashed border on empty postbox containers under the editor, see #20015 Andrew Ozz 2012-03-28 02:10:19 +00:00