Commit Graph

  • 8ee771f548 Remove "Info" link in plugin installer. The "Install" link already opens a pop-up with information. see #11050 Andrew Nacin 2010-03-01 06:01:00 +00:00
  • 6bee083b27 Remove unnecessary action attribute on a form. It should always post to itself. fixes #12165 Andrew Nacin 2010-03-01 01:09:29 +00:00
  • a7ddb80402 Rearrange action links in the install plugins browser. First pass on the UI overhaul. see #11050 Andrew Nacin 2010-03-01 00:50:55 +00:00
  • c265d8f1da Boost number of comments allowed in configurable Recent Comments dashboard module. fixes #11891 Andrew Nacin 2010-03-01 00:09:30 +00:00
  • 463fb808cf Check in install.css for [13516]. Bump version, include version in readme.html. see #10835 Andrew Nacin 2010-02-28 22:44:27 +00:00
  • f49bac6b8b Check in install.css for [13516]. Bump version, include version in readme.html. see #10835 Andrew Nacin 2010-02-28 22:42:36 +00:00
  • c8e6c49348 First pass on readme.html updates. Include references to the automatic upgrader, the wp-config.php creation script, the new user/pass selection during install. Split system recommendations into requirements and recommendations. Style dt/dl/dd elements. Remove archaic v1.2 to 1.5 theme template reference. Change wording in post via mail and user roles, as neither are new features. Props niallkennedy for minor cleanups in the commit. see #10835 Andrew Nacin 2010-02-28 22:38:56 +00:00
  • e17f4a48f7 Fix class name. see #12343 Ryan Boren 2010-02-28 21:02:24 +00:00
  • 13d3a5bb5b Remove wp-content/blogs.php and add deprecated warning for MU admins. fixes #11742 Andrew Nacin 2010-02-28 20:29:24 +00:00
  • 91b033f819 Provide filter to allow including comment author's URL in comment moderation link count. see #11684 Andrew Nacin 2010-02-28 20:02:14 +00:00
  • 2dad638a0e Menu enhancements. Props ptahdunbar. fixes #11817 Ryan Boren 2010-02-28 20:00:49 +00:00
  • fedda523ec use delete_option vs update_option, see #12383 Ron Rennick 2010-02-28 19:49:31 +00:00
  • 1cc5b31283 s/onClick/onclick/. props TobiasBg fixes #12429 Andrew Nacin 2010-02-28 19:39:06 +00:00
  • 7b043de017 dont flush rewrite rules while in switch_to_blog, see #12383 Ron Rennick 2010-02-28 19:34:57 +00:00
  • 5c706700f3 Don't pass serialized values to hooks in options API. see #10788 see #12416 Andrew Nacin 2010-02-28 19:32:17 +00:00
  • 06f30a6972 Remove reference to file that doesn't exist. see #12400 Andrew Nacin 2010-02-28 19:25:53 +00:00
  • 697d574e68 more ms delete user tweaks, props ocean90, see #12386 Ron Rennick 2010-02-28 19:24:25 +00:00
  • 4e11ee5944 more ms warnings cleanup, props ocean90, see #12409 Ron Rennick 2010-02-28 18:41:45 +00:00
  • a67e4e0f82 cleanup confirm delete users, props ocean90, fixes #12386 Ron Rennick 2010-02-28 16:58:17 +00:00
  • 28f4212cd2 remove LOWER() in Order by clause for Post Meta. Allows MySQL to use the indexes properly. Props Denis-de-Bernardy. Fixes #11741 Dion Hulse 2010-02-28 13:15:54 +00:00
  • 81b675575d Use $wp_query->get_queried_object() in single_post_title(). Fixes #11731 Dion Hulse 2010-02-28 13:00:27 +00:00
  • 5f43ce3a7b Add meta_value_num meta_key ordering for WP_Query. Allows Natural numeric ordering of results. Props stencil & scribu for cleanups. Fixes #10649 Dion Hulse 2010-02-28 12:49:10 +00:00
  • e86fe47537 Allow WP_FALLBACK_THEME to be overridden. Props Denis-de-Bernardy. Fixes #12425 Dion Hulse 2010-02-28 12:39:28 +00:00
  • 4997601dd1 Display PHP Start-up Errors/Warnings. Props Denis-de-Bernardy. Fixes #12395. Dion Hulse 2010-02-28 12:19:09 +00:00
  • 40e684d779 Better internationalisation for TwentyTen. Props filosofo. Fixes #12384 Dion Hulse 2010-02-28 11:43:04 +00:00
  • aabadf3222 Add some filters to the Admin header. Fixes #11332 Dion Hulse 2010-02-28 10:23:55 +00:00
  • 0f638312f7 Fix Metadata deletion. See #12414 for trunk Dion Hulse 2010-02-28 10:07:55 +00:00
  • 0f8493b92b Revert part of r13486, is_tax() is false for tags||categories. See #11904 Dion Hulse 2010-02-28 09:45:52 +00:00
  • bfe10ba981 Re-use /page/xx/ for Post Paging on Page_on_front. Few fixes related to paging on front page. Fixes #12391 Dion Hulse 2010-02-28 09:40:42 +00:00
  • e7721041df When using Page on front, Do not jump back to Blog listing when per-page query vars are set. Fixes #12047 Dion Hulse 2010-02-28 09:19:34 +00:00
  • 4070e39a15 Initialise Search related query vars. Props scribu. Fixes #11480 Dion Hulse 2010-02-28 07:47:11 +00:00
  • 0cba2f4429 Use get_terms() in wp_count_terms(). Props scribu. Fixes #10746 Dion Hulse 2010-02-28 07:37:24 +00:00
  • b411580268 Set up the password nag for newly registered users. Fixes #12143 Dion Hulse 2010-02-28 07:15:15 +00:00
  • df84c657f9 Fix slashing in Custom fields values. Allow for the meta_key to be updated without changing meta_value. Use wpdb::insert in add_meta(). Fixes #12418 Dion Hulse 2010-02-28 07:12:05 +00:00
  • 1a258ebff7 Fix Author selection for non-post type posts. Props prettyboymp. Fixes #12408 Dion Hulse 2010-02-28 06:38:15 +00:00
  • f937e72ae9 Move Admin Colour Scheme picker to a hook. Props Jick. s/register_admin_color_themes()/register_admin_color_schemes/g. See #11625, Fixes #6837 Dion Hulse 2010-02-28 06:34:31 +00:00
  • 10355ed13c More powerful version is is_tax(). Props filosofo, scribu. Adds $term parameter. Fixes #11904 Dion Hulse 2010-02-28 05:59:39 +00:00
  • 913ab67ecb Fix spelling typo's in r13484. See #12200 Dion Hulse 2010-02-28 04:27:32 +00:00
  • c74a4432b4 Support non-BASIC Authentication schemes in the HTTP API if server supports them. Props ssandison, See #4011, Fixes #12200 Dion Hulse 2010-02-28 04:24:04 +00:00
  • 0b63979093 Add get_search_link() with Permastruct (/search/) support. Props jshreve. Update get_search_link(), get_search_feed_link() & get_search_comments_feed_link() to use it, as well as supporting Permastructs for those feeds. Fixes #10552 Dion Hulse 2010-02-28 04:15:02 +00:00
  • 0f8fd11400 PHPDocs update. Props miqrogroove. See #12422 Dion Hulse 2010-02-28 03:18:40 +00:00
  • fa082ecca5 add a wp_loaded action that fires once WordPress init has finished. Props Denis-de-Bernardy. See #12400 Dion Hulse 2010-02-28 03:08:16 +00:00
  • 4b4c0c6cd2 Dont clobber taxonomy intersections/unions. Only redirects to the canonical url if only one term has been queried. Props scribu for some of the commit. See #8948 Dion Hulse 2010-02-28 02:49:01 +00:00
  • 6f3f1d0806 Add filter to the args in wp_link_pages(). fixes #12158 props greenshady Andrew Nacin 2010-02-28 01:46:39 +00:00
  • 98a2f10711 Add filter to the links in paginate_links(). fixes #10826, props johnjamesjacoby Andrew Nacin 2010-02-28 01:42:25 +00:00
  • 09f09e4852 Clean up repetitive string. fixes #11850, props scribu Andrew Nacin 2010-02-28 01:31:54 +00:00
  • 969f13bfa6 Add link to dashboard after core upgrade. props Simek, fixes #11629 see #11232 Andrew Nacin 2010-02-28 00:12:43 +00:00
  • 5b05536235 Allow get_(previous|adjacent|next)_post() to be used on attachment and !single templates. props jobjorn, fixes #10867 Andrew Nacin 2010-02-28 00:00:43 +00:00
  • da5a212bff get_bloginfo('wpurl') should use site_url(), not get_option('siteurl'). see #9008 Andrew Nacin 2010-02-27 23:22:56 +00:00
  • ed52a823cc more menu improvements, props ptahdunbar, see #11817 Ron Rennick 2010-02-27 23:06:56 +00:00
  • 7bf76c1e79 Fix typo in [13471]. Props miqrogroove, see #12417 Andrew Nacin 2010-02-27 22:54:40 +00:00
  • ae12391427 Make it more obvious we're escaping values in options.php. fixes #12417 Andrew Nacin 2010-02-27 22:50:00 +00:00
  • 50fe60235b When deleting plugins, check for uninstall hooks and warn of data deletion. Props cyberhobo. Pluralize some string(s). fixes #11850 Andrew Nacin 2010-02-27 22:01:22 +00:00
  • 7c2178caba Escape mod_$theme option name. see #9015 Andrew Nacin 2010-02-27 20:26:37 +00:00
  • a7a3e94381 Add some whitespace to get_body_class(). props coffee2code. Clarify fallback parameter in sanitize_html_class(). see #11331 Andrew Nacin 2010-02-27 20:06:35 +00:00
  • d448472adf Standardize filters for single_(post|cat|tag|month)_title() on strip_tags() and wptexturize(). fixes #10900 props scribu Andrew Nacin 2010-02-27 18:57:04 +00:00
  • 7f3a30a9c0 add full file paths in network install, see #12332 Ron Rennick 2010-02-27 18:48:43 +00:00
  • 58b59e038f Add redirect_to and associated filters to registration and password recovery. fixes #12282 Andrew Nacin 2010-02-27 18:21:03 +00:00
  • f015c58d27 Deprecate get_profile() for get_the_author_meta(). fixes #10695, props scribu. Andrew Nacin 2010-02-27 18:11:45 +00:00
  • bff2814d07 warnings cleanup edit user, props dd32, see #12387 Ron Rennick 2010-02-27 18:07:25 +00:00
  • 7eea49d9d1 Pass post ID to post_class filter, even when calling post_class() without parameters in the loop. fixes #11878 Andrew Nacin 2010-02-27 17:49:49 +00:00
  • 97da99aa6a warnings cleanup on archived/suspended sites, fixes #12396 Ron Rennick 2010-02-27 17:48:37 +00:00
  • 60a2d570c0 warnings cleanup, dont show removed user in edit site, fixes #12409 Ron Rennick 2010-02-27 17:27:34 +00:00
  • 5c8e788197 Use ABSPATH because we can. props miqrogroove see #12411 Andrew Nacin 2010-02-27 16:44:26 +00:00
  • ddb16a0d4a Use ABSPATH because we can. props miqrogroove see #12411 Andrew Nacin 2010-02-27 16:35:41 +00:00
  • 6e071efc20 Fix include paths. props nadavvin fixes #12411 Andrew Nacin 2010-02-27 16:15:46 +00:00
  • 545d58b699 Allow multiple To: recipients in wp_mail(). Improve handling of \r\n in headers and multiple CC/BCC headers. fixes #10420 Andrew Nacin 2010-02-27 16:10:45 +00:00
  • 3a0b94a917 Fix typos. props TobiasBg fixes #12398 Andrew Nacin 2010-02-27 15:53:06 +00:00
  • 44051cfdb6 Add wpdb::replace() for replace queries. props AaronCampbell fixes #10864 Andrew Nacin 2010-02-27 15:45:09 +00:00
  • bd51cf8b51 add_editor_style() third pass. better performance and better child theme support. see #11512 Andrew Nacin 2010-02-27 07:36:35 +00:00
  • 039b7de070 Plugin activation attempt goes through a function to show the same errors as the test. props miqrogroove. fixes #12089 Mark Jaquith 2010-02-27 07:24:41 +00:00
  • 92c03dc898 Restore manage_pages_columns filter in wp_manage_posts_columns(). Pass post type to manage_posts_columns, and add a manage_{$post_type}_posts_columns filter. fixes #12398 Andrew Nacin 2010-02-27 06:45:23 +00:00
  • 279f93647a Add Tag::Cat converters to the Tools page. Props ninjaWR. Add Tag->Cat converter links on Manage Tags page. Fixes #8634 Dion Hulse 2010-02-27 04:04:36 +00:00
  • a8e7d29ca1 set svn:eol-style:native on remaining Core files. Props Denis-de-Bernardy. Fixes #12403 Dion Hulse 2010-02-27 03:43:09 +00:00
  • bc2c6922cb New files svn:eol-style: native. Dion Hulse 2010-02-27 03:37:38 +00:00
  • e9ab8b9216 sanitize domains in ms-options, fixes #11775 Ron Rennick 2010-02-26 23:36:26 +00:00
  • 4c74091898 Show a notice when changing a multisite's site admin email. props jorbin. Introduce an .inline class that can be used with div.updated and div.error, to prevent the message from being moved to the top of the page. see #12192 Andrew Nacin 2010-02-26 21:19:10 +00:00
  • 8513d92a8b cleanup warnings - add site, See #12140 Ron Rennick 2010-02-26 21:13:24 +00:00
  • 394430fbbe add_editor_style(), second pass. Accept an array of stylesheets, also allow multiple calls to the function. Support child themes. See #9015 see #11512 Andrew Nacin 2010-02-26 21:07:41 +00:00
  • e0307be84c add second set of Network admin buttons, See #11644 Ron Rennick 2010-02-26 20:23:25 +00:00
  • 8c7c126923 switch super admin to network admin in multisite UI, See #11644 Ron Rennick 2010-02-26 20:16:16 +00:00
  • 33798863d4 Introduce add_editor_style() to easily register a stylesheet for the visual editor. see #11512 see #9015 Andrew Nacin 2010-02-26 20:12:06 +00:00
  • 280e43154d remove WP rewrite rules from multisite options-permalink, props ocean90, See #11644 Ron Rennick 2010-02-26 19:59:04 +00:00
  • a62faa1ccf Small fix to [13433], see #10788 Andrew Nacin 2010-02-26 19:26:51 +00:00
  • e122f6d181 Introduce add_permastruct() and flush_rewrite_rules(), wrappers for the corresponding WP_Rewrite methods. Fixes #10912 props scribu Andrew Nacin 2010-02-26 19:23:58 +00:00
  • d2cfae455e s/cancelled/canceled/ Andrew Nacin 2010-02-26 19:12:27 +00:00
  • b20651cc65 One less variable assignment in timer_start and timer_start. props hakre fixes #12389 Andrew Nacin 2010-02-26 19:09:29 +00:00
  • 6afc78b158 more multisite UI rebranding, See #11644 Ron Rennick 2010-02-26 19:08:01 +00:00
  • 8f6c9e395f Add comment_duplicate_trigger hook that is fired when a duplicate comment is detected. Fixes #12188 Andrew Nacin 2010-02-26 19:06:09 +00:00
  • 8271d92017 Consistently pass unserialized values to hooks in update_site_option(). Change add_option() and add_site_option() to do the same. Any plugin using maybe_unserialize() would continue to work as the value would no longer need to be unserialized. fixes #10788 Andrew Nacin 2010-02-26 18:51:37 +00:00
  • 19f50392f9 Remove explicit references to the post ID from moderation and comment e-mails. Fixes #12388 Andrew Nacin 2010-02-26 17:18:59 +00:00
  • d4c1df745e prevent admins from removing themselves and main super admin from super admin list, See #11644 Ron Rennick 2010-02-26 17:16:31 +00:00
  • 4464b5d33c Add pre_insert_term hook to wp_insert_term(). fixes #10943 props sirzooro Andrew Nacin 2010-02-26 07:40:35 +00:00
  • aeebb3c2af Suppress potential is_readable() warning. Fixes #12148 props ocean90 Andrew Nacin 2010-02-26 07:25:10 +00:00
  • 36da22d334 Add a sanity check in install.php, accounting for whether PHP is running. fixes #11728 Andrew Nacin 2010-02-26 06:31:40 +00:00
  • e7fa18385a Use is_ssl() in place of manual SERVER['HTTPS'] == 'on' checks. fixes #11885 Andrew Nacin 2010-02-26 06:21:47 +00:00
  • 9a033bf679 @since version numbers and other docs for wp-db. props hakre see #12362 Andrew Nacin 2010-02-26 06:14:26 +00:00
  • 9b78314c05 A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj Andrew Nacin 2010-02-26 05:46:08 +00:00
  • e3b9237738 Reject numeric page slugs as they don't work, and force a suffix. Props miqrogroove see #11917 Andrew Nacin 2010-02-26 04:53:30 +00:00
  • 69915544d2 Don't use deprecated functions. Fixes #12377 props filosofo. Andrew Nacin 2010-02-26 00:41:23 +00:00