Commit Graph

  • 08cf55b76a Actually display customizer section descriptions in a meaningful way. props obenland, helen. fixes #24392. Helen Hou-Sandi 2013-08-23 16:17:48 +00:00
  • d6ea70e296 Add description for _wp_timezone_choice_usort_callback(). props neoxx. fixes #25125. Sergey Biryukov 2013-08-23 13:56:35 +00:00
  • b449f5bbb8 Correct phpdoc for wp-admin/menu.php. props neoxx. fixes #25124. Sergey Biryukov 2013-08-23 13:52:12 +00:00
  • 2a3c60f37d Remove redundant context for Child Themes link. fixes #25079. Sergey Biryukov 2013-08-23 00:30:50 +00:00
  • 107d2b8716 Remove unused variable. props jeremyfelt. fixes #25121. Sergey Biryukov 2013-08-23 00:18:48 +00:00
  • 2bbbc466eb Fix typo in phpdoc. props jamescollins. fixes #25092. Sergey Biryukov 2013-08-22 23:47:56 +00:00
  • d6cac0502c i18n Tools: Update the default msgid-bugs-address. see #21444. Andrew Nacin 2013-08-22 22:07:08 +00:00
  • 790938d31b i18n Tools: Update msgid-bugs-address for plugins and themes in POT files. Andrew Nacin 2013-08-22 22:06:16 +00:00
  • f57bd31f2d Fix various typos in inline documentation. props nofearinc, fixes #25119. Andrew Nacin 2013-08-22 22:00:41 +00:00
  • d5c7150913 Format WordPress in <title> tags produced by wp_title(). Andrew Nacin 2013-08-22 21:58:30 +00:00
  • e99047ff95 Multisite: Add a filter to get_space_allowed() and increase its internal default value to the network default. Andrew Nacin 2013-08-22 20:54:09 +00:00
  • 0c24a916d4 In the admin, do not use auto-generated Gravatar images for comment authors. Andrew Nacin 2013-08-22 20:07:51 +00:00
  • 463fde4ec0 Twenty Fourteen: widgetize the Post Format front page so other widgets can be used there, and the special Post Format content can be used in other widget areas. Props obenland, see #25028. Lance Willett 2013-08-22 18:05:56 +00:00
  • dbe8b7300e Twenty Fourteen: remove searchform.php and use core markup. Props obenland, closes #25095. Lance Willett 2013-08-22 17:11:32 +00:00
  • 345fc78f4d Twenty Fourteen: Align post format handling with Twenty Thirteen. Props Frank Klein and obenland, see #24877. Lance Willett 2013-08-22 17:02:34 +00:00
  • 29b85dcc6b Twenty Fourteen: Use HTML5 comment markup, props obenland. Fixes #25045. Lance Willett 2013-08-22 17:00:36 +00:00
  • 562b65d822 PHPDoc for WP_Post properties. fixes #25092. Andrew Nacin 2013-08-22 15:57:31 +00:00
  • c8889d984f Pinking shears Ryan Boren 2013-08-22 15:55:07 +00:00
  • ac338fc070 Check if a locale category is an existing constant when restoring locale settings in Tests_DB::test_locale_floats(). props nofearinc. fixes #25118. Sergey Biryukov 2013-08-22 15:28:01 +00:00
  • 5ea9e40fed Add more descriptive classes to submit meta box sections. props nofearinc. fixes #22333. Helen Hou-Sandi 2013-08-22 15:23:41 +00:00
  • 2ceaba8b30 Theme Installer/Updater: Handle custom Theme directories when updating themes, and installing new themes. Fixes #22501 Dion Hulse 2013-08-22 04:49:06 +00:00
  • ddad24c82c Sanitize the plugin path in _get_plugin_data_markup_translate() to a WP_PLUGIN_DIR-relative path. The function is designed in mind for receiving relative paths, but may be used with a absolute path. This change makes the function path-agnostic, and can accept either relative or absolute (converting to relative internally). Fixes #20813 Dion Hulse 2013-08-22 04:02:13 +00:00
  • 8af525762c Declare args as a local variable. props greuben. fixes #25078. Sergey Biryukov 2013-08-22 02:11:00 +00:00
  • a38af28d35 Use correct order of arguments when calling edit_term_link() from edit_tag_link(). Correct $tag parameter description. props pbiron. fixes #25116. Sergey Biryukov 2013-08-22 00:48:09 +00:00
  • 27e5aea61e Heartbeat: better queue functionality: improve enqueue() and isQueued(), introduce dequeue() and getQueuedItem(). Props evansolomon, fixes #25047. Andrew Ozz 2013-08-21 22:54:09 +00:00
  • 0fd35a7e7d Update phpdoc for get_permalink(). props tivnet. fixes #25115. Sergey Biryukov 2013-08-21 22:12:01 +00:00
  • 20fa8b87b4 Improve inline docs for function params that can be serialized when non-scalar. Fixes #18488. Scott Taylor 2013-08-21 21:10:23 +00:00
  • 790f9feb68 Pass false returned for timed out transients through transient_$transient filter. Jon Cave 2013-08-21 19:13:35 +00:00
  • d71f11bdd7 Remove sourceMappingURL from jquery.min.js. Andrew Nacin 2013-08-21 15:40:35 +00:00
  • ead4efa78a Add a note that the FTP Password will not be stored on the server to the FTP credentials page. Fixes #16492 Dion Hulse 2013-08-21 07:06:12 +00:00
  • b4f0fbd985 Add a filter on the Plugin and Theme installers table listing API args, this allows for plugins to hook in and add custom args to plugins_api() and themes_api() for the Plugin/Theme listing tabls. Fixes #18169 Dion Hulse 2013-08-21 06:51:51 +00:00
  • f671a1e547 Twenty Fourteen: SVN property fix for template file. Lance Willett 2013-08-20 18:10:29 +00:00
  • 16415b2f94 Twenty Fourteen: load Genericons correctly, and add comments to other CSS enqueue calls. Props obenland, fixes #25085. Lance Willett 2013-08-20 18:09:51 +00:00
  • b2150ba33b Twenty Fourteen: accessibility changes to add focus styles to match the hover style on tag links. Props sabreuse, see #25054. Lance Willett 2013-08-20 17:59:00 +00:00
  • b3b1b66654 Twenty Fourteen: accessibility changes to fix the color contrast ratio in link text and a few other places (notably hovers and focus outlines). Props sabreuse, see #25054. Lance Willett 2013-08-20 17:58:07 +00:00
  • cb64ad39d9 Twenty Fourteen: change to just one footer widget area and use Masonry JS to display the widgets in columns. Props Frank Klein, closes #24874. Lance Willett 2013-08-20 17:52:22 +00:00
  • d2d79e5588 Twenty Fourteen: Focus search box on search menu click, props kovshenin for original patch. Fixes #24895. Lance Willett 2013-08-20 17:45:18 +00:00
  • 97049b9c3b Twenty Fourteen: ensure toolbar doesn't have a gap at the top when you start scrolling, including back compat for 3.6. Props MikeHansenMe and SergeyBiryukov, fixes #24914. Lance Willett 2013-08-20 17:41:16 +00:00
  • d45e621a04 Twenty Fourteen: remove masthead-fixed class after window returns to top. Props cainm, fixes #25026. Lance Willett 2013-08-20 17:36:28 +00:00
  • ca1926490c Twenty Fourteen: don't allow line-wrapping in the top-level navigation menu items. Props georgestephanis, fixes #24917. Lance Willett 2013-08-20 17:32:15 +00:00
  • d5c62ed77d Twenty Fourteen: change IDs to classes in markup and CSS selectors. Props obenland, see #24858. Lance Willett 2013-08-20 17:30:18 +00:00
  • 8984b71035 Allow for plugin translations to be loaded from WP_LANG_DIR/plugins/$domain-$locale.mo. Andrew Nacin 2013-08-20 12:33:07 +00:00
  • 4049977b50 Correct a typo in a docblock in [25055]. Props buffler. See #16754 Dion Hulse 2013-08-20 07:09:35 +00:00
  • 318a1c9c52 WP_Filesystem: Use the FTP_* path override constants during upgrades for prefixed paths, ie. use FTP_BASE for ABSPATH/sub-dir as well as just for ABSPATH/. Props vericgar for initial patch. See #14401 Dion Hulse 2013-08-20 06:46:37 +00:00
  • e4361d8f96 Check to see if mbstring.func_overload is configured to affect string functions before switching charsets. Props SergeyBiryukov. Fixes #25063 Dion Hulse 2013-08-20 06:23:48 +00:00
  • 114974f156 Remove some PHP4-ness from the antispambot() function, and update it to match some modern coding standards. Props hakre and crrobi01 for initial patches. Fixes #16754 Dion Hulse 2013-08-20 06:07:50 +00:00
  • 3bcbd35fd9 Simplify _deep_replace() by removing it's obscure looping and replacement checking logic, and instead, using the PHP5 $count parameter of str_replace(). Props hakre. Fixes #16903 Dion Hulse 2013-08-20 05:56:22 +00:00
  • 0fbadc1e03 Adding some basic Unit Tests for the Filesystem methods, primarily, WP_Filesystem_Base::find_folder() which is used during FTP upgrades. This introduces a Mock Filesystem in memory to avoid having to setup a different VM for every combination of filesystem structures possible. Dion Hulse 2013-08-20 05:39:20 +00:00
  • cff05f9997 WP_HTTP: Curl: When using Stream-to-file on servers using mbstring.func_overload ensure that the file is written out correctly. Props DrProtocols. See #25061 for trunk Dion Hulse 2013-08-18 08:17:48 +00:00
  • 6262af65df Introduce save_post_{$post_type} hook. Dominik Schilling (ocean90) 2013-08-17 20:20:24 +00:00
  • b308cdbd87 Flush the cache in Recent Comments widget on edit_comment. props pento, fixes #24779. Dominik Schilling (ocean90) 2013-08-17 09:29:52 +00:00
  • c6e43f5327 WP_Upgrader: Don't activate maintenance mode in bulk_upgrade() when no Themes or Plugins are specified. This doesn't affect Core, but rather, plugins who use the upgrade routines and do not do precautionary tests. Props jamescollins. Fixes #24496 Dion Hulse 2013-08-17 05:35:17 +00:00
  • cd9e0814e6 Make use of the recursive option in mkdir() in wp_mkdir_p(). Avoids a bunch of silenced PHP Notices being logged. Fixes #23196 Dion Hulse 2013-08-17 03:08:50 +00:00
  • b5b118558e WP_HTTP: Cookies: When following redirects, include the request cookies in the redirected requests. Fixes #24987 Dion Hulse 2013-08-17 01:19:04 +00:00
  • 08eaf4e3dc In wp-login.php check if cookies are enabled before attempting to log the user in with wp_signon(), fixes #24961. Andrew Ozz 2013-08-17 01:00:25 +00:00
  • fcc9006ef5 WP_HTTP: Cookies: Fill the defaults for the Cookie object based on the current requested URL. Fixes #21182 Dion Hulse 2013-08-17 00:33:39 +00:00
  • 5be5a1412e Introduce a notoptions cache for site options. Jon Cave 2013-08-16 22:41:23 +00:00
  • 7a2f69832e Twenty Eleven: Fix some mobile layout bugs on single post format view. props lancewillett, fixes #25019. Andrew Nacin 2013-08-16 21:14:40 +00:00
  • 09e8223871 Obey $prefix when $display = false in single_term_title(), single_post_title(), and post_type_archive_title(). props yoavf, fixes #16632. Andrew Nacin 2013-08-16 20:53:37 +00:00
  • 97dfd85d30 Search for wp-util.min.js in the correct directory when auto-defining SCRIPT_DEBUG. Jon Cave 2013-08-16 20:32:59 +00:00
  • becf161fb8 Make sure quick edited non-alternate list table rows don't become alternate. props mordauk. fixes #24951. Helen Hou-Sandi 2013-08-16 20:18:31 +00:00
  • 81248f6568 In populate_network(), insert the first site as blog_id 1, overriding any auto-increment DB seed. props wpmuguru, fixes #16568. Andrew Nacin 2013-08-16 20:07:05 +00:00
  • 9aa5512e94 Add a function to return an empty string, for filters. props wpsmith, trepmal. fixes #20357. Andrew Nacin 2013-08-16 20:01:06 +00:00
  • 38b4ca010a send_origin_headers() in admin-post.php. Andrew Nacin 2013-08-16 19:58:42 +00:00
  • ea7196081f Add a maxlength attribute to the post password input, reflecting the current DB field length.\ Andrew Nacin 2013-08-16 19:55:19 +00:00
  • a1ff9555a9 Add actions for term editing/creation form tags, for adding enctype attributes. Matches the pattern we've used elsewhere. props JustinSainton, fixes #15261. Andrew Nacin 2013-08-16 19:53:50 +00:00
  • a2008aa773 Return esc_url_raw(), not esc_url(), from get_blogaddress_by_domain(). props tlovett1, fixes #25057. #wcpvd Andrew Nacin 2013-08-16 19:41:59 +00:00
  • 5125650b72 Be consistent with the arguments passed to the theme_action_links filter. Stop passing stylesheet from class-wp-ms-themes-list-table.php. Ryan Boren 2013-08-16 15:46:08 +00:00
  • 123b419481 Only set and run internal search for linking selected text if the panel is open. Make sure the focus is in the URL field whenever opening the linking modal to preserve previous behavior. props greuben. fixes #16276. Helen Hou-Sandi 2013-08-15 21:43:29 +00:00
  • 17267dd999 wp_get_shortlink() improvements. Ryan Boren 2013-08-15 20:08:06 +00:00
  • 0de512789e Better align the x icons with tag names. props TobiasBg. fixes #25050. Helen Hou-Sandi 2013-08-15 19:58:04 +00:00
  • 6c3b030245 Avoid PHP notices in get_sample_permalink() and get_sample_permalink_html(). Remove unused global reference. props ocean90. fixes #25005. Sergey Biryukov 2013-08-15 16:24:08 +00:00
  • 2225b6ff1f Make sure the close button in the Customizer still works after a refresh. props lessbloat. fixes #22682. Helen Hou-Sandi 2013-08-15 13:48:05 +00:00
  • 54f2629d52 Correct sort_column argument description for wp_page_menu(). props jakub.tyrcha, c3mdigital. fixes #16516. Sergey Biryukov 2013-08-15 11:58:18 +00:00
  • b971127bac Remove the usage of @$_GET and @$_POST and just check to see if the indicies are set. Fixes #22429 Dion Hulse 2013-08-15 06:05:54 +00:00
  • 51c3faba5d WP_Filesystem: Make WP_Filesystem_Base::search_for_folder() a bit more usable on the command-line when the $verbose mode is used, additionally, bail early from the function rather than repeating itself if the CWD is the root directory already. Dion Hulse 2013-08-15 05:59:36 +00:00
  • f330352fa3 Twenty Fourteen: second pass at matching code standards achieved with Twenty Thirteen development. See #24858, props obenland. Lance Willett 2013-08-15 00:24:27 +00:00
  • 615a38d183 TinyMCE: always use js/editimage.js in the custom 'editimage' plugin, same way as the default TinyMCE plugins. Fixes #24999. Andrew Ozz 2013-08-14 21:50:43 +00:00
  • 633e58960d Twenty Fourteen: first pass at matching code standards achieved with Twenty Thirteen development. See #24858, props obenland. Lance Willett 2013-08-14 16:38:01 +00:00
  • bf8e3cab1e Remove unused cat JavaScript file. props carldanley. fixes #24989. Dominik Schilling (ocean90) 2013-08-14 15:43:03 +00:00
  • 38345135a1 Add javascript files deleted in [25013] to $_old_files. See #23486. Jon Cave 2013-08-14 15:18:04 +00:00
  • 9d2282c26a Remove references to unused globals. props jeremyfelt. fixes #24984. Dominik Schilling (ocean90) 2013-08-14 15:00:37 +00:00
  • 02134236de Tests: Avoid PHP Deprecated and Strict Standards warnings from Object references and incompatible method declarations when running under WP_DEBUG Dion Hulse 2013-08-08 02:55:44 +00:00
  • 37c3399a0c WP_HTTP: Allow name => value pairs to be passed in to the 'cookie' parameter, simplifies plugin code when needing to specify basic cookies. Fixes #21999 Dion Hulse 2013-08-08 02:43:36 +00:00
  • f9ff73dc61 Use correct path to src/ Nikolay Bachiyski 2013-08-07 20:59:09 +00:00
  • 4483b947a4 Remove zero-byte files that were meant to be deleted in [23446]. see #23486. Andrew Nacin 2013-08-07 17:43:50 +00:00
  • 302824ce0c Remove temporary svn task from Gruntfile.js. props jorbin, fixes #24981. Andrew Nacin 2013-08-07 17:34:05 +00:00
  • 5891d79a14 Restore the for/id attributes in the post password for as they are necessary for accessibility tools. Fixes #18729. Peter Westwood 2013-08-07 13:43:17 +00:00
  • 2008bdf818 Make is much easier for a theme to style the Post Password form. Peter Westwood 2013-08-07 11:49:57 +00:00
  • 4d75b0f336 Use a CDATA second for comment authors in RSS2 comment feeds so that HTML in comments doesn't kill the XML validation. Peter Westwood 2013-08-07 11:16:29 +00:00
  • ddbe85a1a7 Tests: Add support for storing your wp-test-config.php file a directory higher if you want to like we do for wp-config.php Peter Westwood 2013-08-07 10:09:35 +00:00
  • c366722810 Tests: Remove the real test configuration file, we only check in the sample one :) Peter Westwood 2013-08-07 10:08:59 +00:00
  • 90ff12d777 Tests: Remove the transitory ticket cache files that shouldn't be under version control. Peter Westwood 2013-08-07 10:08:15 +00:00
  • 48678e21b9 SCRIPT_DEBUG is no longer needed when using develop.svn's src/ directory. see #24976. Andrew Nacin 2013-08-07 07:15:57 +00:00
  • 98e788c259 Remove the legacy Tests_Theme_ThemeDirLarge test to drop the wpcom-themes external/dependency. see #24976. Andrew Nacin 2013-08-07 06:51:04 +00:00
  • e89082c01a Import internationalization tools from i18n.svn.wordpress.org. Andrew Nacin 2013-08-07 06:44:08 +00:00
  • 1801ed459c Initial import of unit-tests repository into develop.svn.wordpress.org. Andrew Nacin 2013-08-07 06:38:38 +00:00
  • b43712e0f7 New develop.svn.wordpress.org repository based on the old core.svn repository. Andrew Nacin 2013-08-07 05:25:25 +00:00
  • 5bbd08e1d1 3.7-alpha-25000 is the final direct commit to core.svn.wordpress.org. Andrew Nacin 2013-08-06 19:44:26 +00:00
  • b04c19df69 phpdoc for $wp_admin_bar in admin-bar.php Ryan Boren 2013-08-06 19:23:00 +00:00