Commit Graph

  • 995ac94ed7 Fix typo. rob1n 2007-04-07 19:31:54 +00:00
  • f691bc31ec Fixed sorting -- uasort() instead of usort(). rob1n 2007-04-07 19:06:33 +00:00
  • f75f20b517 Put the sorting on hold, and add empty contructor. rob1n 2007-04-07 19:04:57 +00:00
  • e4620977f5 Add wp_add_post_tags() and $append variable for wp_set_post_tags(). fixes #4109 rob1n 2007-04-07 19:00:19 +00:00
  • f429599f0f Add menu_order and page_name to WP import/export. Props takaykister. fixes #4024 rob1n 2007-04-07 16:36:10 +00:00
  • f42f14fb91 Add a bit of warning (red background on hover) to the Deactivate All Plugins button, and make align="right" XHTML-compliant. rob1n 2007-04-07 16:03:38 +00:00
  • 9e69234db5 Sort the importers by name, instead of filename. Easier to find stuff, no? rob1n 2007-04-07 15:53:19 +00:00
  • 6cc6c1de4f Fix typo. rob1n 2007-04-07 15:52:53 +00:00
  • 0a98870027 Import cleanup and optimizations. rob1n 2007-04-07 15:46:09 +00:00
  • 143c7eb4c1 Add clean_category_cache() and capability checking. see #4107 rob1n 2007-04-07 15:43:20 +00:00
  • c113ddaa1f Avoid php notices. Ryan Boren 2007-04-07 05:24:37 +00:00
  • ab8c90f89e Add initial category to tag importing. see #4107 rob1n 2007-04-07 04:58:28 +00:00
  • 2ea44df759 Move the stripslashes(), and change it to stripslashes_deep(). Props mdawaffe. fixes #4105 rob1n 2007-04-07 01:24:40 +00:00
  • 2e64f813ec Set the post ID when calling wp_get_attachment_url(). Props chess64. fixes #4104 rob1n 2007-04-06 23:42:38 +00:00
  • 00cabf391f Fix Back to Authors and Users link. fixes #4102 rob1n 2007-04-06 23:09:02 +00:00
  • cfb13d7bcf Relocate get_post_tags. Ryan Boren 2007-04-06 18:22:54 +00:00
  • 214141d62a Typo Ryan Boren 2007-04-06 17:53:34 +00:00
  • f01644b6c6 Pass link indentifier to mymysql_affected_rows(). Props Doug Kaye. Ryan Boren 2007-04-06 17:22:53 +00:00
  • 993b6f231c Add AND. fixes #4101 rob1n 2007-04-06 14:53:46 +00:00
  • 627cf79932 Re-encode query values after passed to add_query_arg(). Props mdawaffe. fixes #4084 rob1n 2007-04-06 04:21:21 +00:00
  • 1bc2123ca5 Add the argument back in. Whoops. rob1n 2007-04-06 03:34:01 +00:00
  • 172de9ed6d Add private posts to Recent Posts for those who can read them. Props molecularbear. fixes #3877 rob1n 2007-04-06 03:33:21 +00:00
  • 4a16bf61be Add private posts to get_usernumposts() when the current_user_can read_private_posts. Props molecularbear. fixes #3868 rob1n 2007-04-06 03:29:44 +00:00
  • 7e8754bbd8 Add a function to unify private posts SQL based on capabilities -- get_private_posts_cap_sql(). rob1n 2007-04-06 03:25:41 +00:00
  • 429613b2cc Add support to wp-mail.php for quoted-printable Content-Transfer-Encoding. Props Nazgul. fixes #2460 rob1n 2007-04-06 02:57:46 +00:00
  • 28066a110c Add stripos() for compatibility for PHP < 5. This will be needed for a patch later, I think. rob1n 2007-04-06 02:54:12 +00:00
  • 335777c369 Add DBX to link-add.php. Props Nazgul. fixes #3922 rob1n 2007-04-06 00:56:28 +00:00
  • d560f89eb4 Use fixed widths instead of pixels, so it stays the same at all resolutions. see #4068 rob1n 2007-04-06 00:38:30 +00:00
  • 8a8e57b000 Bit twiddling. Add type bitfield to categories table. see #3723 Ryan Boren 2007-04-05 21:16:02 +00:00
  • 5d754bf617 Add RTL support for new view-link class. see #4068 rob1n 2007-04-05 04:54:54 +00:00
  • 8044a5fec7 Move inline styles to wp-admin.css. see #4068 rob1n 2007-04-05 02:03:40 +00:00
  • 42414763e8 Add admin_xml_ns action to <html> in the admin header. Props jhodgdon. fixes #4077 rob1n 2007-04-04 23:54:47 +00:00
  • ea7193714d Fix typo. Props Nazgul. fixes #4083 rob1n 2007-04-04 23:35:37 +00:00
  • c81341f3ee Category listing speedups. see #3985 Ryan Boren 2007-04-04 22:32:24 +00:00
  • 93cdc6deac Cache category hierarchy to make cat listing faster. Phase 1. see #3985 Ryan Boren 2007-04-04 20:44:45 +00:00
  • 8a155e75f5 Add exit hook to wp_delete_link(). Props kevinB. fixes #4078 rob1n 2007-04-04 04:25:44 +00:00
  • 99aba2a91c Fix typo. Props johnbillion. fixes #4057 rob1n 2007-04-04 00:58:55 +00:00
  • 75fdbf0f87 Cast to int after escaping. Props Joseph Scott. Ryan Boren 2007-04-03 07:11:13 +00:00
  • aa82383dc6 Fix category_name=foo WP_Queries. fixes #4069 Mark Jaquith 2007-04-02 19:40:15 +00:00
  • 3be1be3815 Because of the next we should always do a reset. Matt Mullenweg 2007-04-02 07:46:05 +00:00
  • 0b78f9638c Fixes bottlenecks found in filter system using xdebug + kcachegrind. merge_filters was being called 1000+ times. Matt Mullenweg 2007-04-02 07:03:38 +00:00
  • a499d35043 Localize admin tag form and classic theme's tag output. Props nbachiyski. fixes #4031 rob1n 2007-04-01 19:42:06 +00:00
  • b11b72c851 i18n for quicktags.js. Props Nazgul. fixes #3958 Ryan Boren 2007-04-01 16:06:19 +00:00
  • 8be342b294 Translate APP and XMLRPC errors. Props nbachiyski. fixes #3997 Ryan Boren 2007-04-01 15:59:50 +00:00
  • d57de9f654 Add CSS class in if it's not empty when there's no comments. fixes #2180 rob1n 2007-04-01 15:57:13 +00:00
  • 616570aadc Run the post titles through the the_title filter. fixes #3366 rob1n 2007-04-01 15:40:50 +00:00
  • f600a397d1 Don't forget the tag_cache Matt Mullenweg 2007-04-01 08:44:10 +00:00
  • 3d7bc44610 Use category_exists instead of a direct query. Matt Mullenweg 2007-03-31 22:38:51 +00:00
  • 6030d299e9 Move it to the more intuitive right side of the page, with the rest of the activation links Matt Mullenweg 2007-03-31 22:15:58 +00:00
  • d5776af750 Make most of the buttons a map, helps the write page load faster. Matt Mullenweg 2007-03-31 22:12:35 +00:00
  • 93e33032b6 Kill the slow-loading iframe in favor of a popup link Matt Mullenweg 2007-03-31 22:02:19 +00:00
  • f4ec57d876 Add exit hook to wp_delete_post(). Props kevinB. fixes #4055 rob1n 2007-03-31 21:41:08 +00:00
  • c37bf4c8d5 Add exit hooks to wp_insert_category(). Props kevinB. fixes #4056 rob1n 2007-03-31 21:33:33 +00:00
  • 47ebdc76c7 Deactivate All Plugins feature. fixes #3498 rob1n 2007-03-31 20:56:54 +00:00
  • 00915234c2 attribute_escape() the OPML feed's title. fixes #4061 rob1n 2007-03-31 20:15:10 +00:00
  • a6aecd4f7d Add classic theme's functions.php. Good eyes, Otto42. fixes #4057 rob1n 2007-03-31 19:52:59 +00:00
  • 5a4c2c68ad Add link rating to wp_list_bookmarks(). fixes #3916 rob1n 2007-03-31 19:43:49 +00:00
  • fa0b7d4690 Take out useless preg_match()'s and ignore directories starting with ".". Props m0n5t3r. fixes #4047 rob1n 2007-03-31 19:30:18 +00:00
  • 158614b4aa Add widget support (if plugin is available) to default themes. Props Otto42. fixes #4057 rob1n 2007-03-31 16:57:50 +00:00
  • a059392772 Now tag pretty permalinks should work, and support custom tag bases. Matt Mullenweg 2007-03-31 09:19:32 +00:00
  • 570a74e818 All the query stuff we need for tag= URLs to work. Matt Mullenweg 2007-03-31 06:16:12 +00:00
  • 4e3b757f81 Don't dupe categories when adding new ones, use the existing ID. Matt Mullenweg 2007-03-31 05:22:10 +00:00
  • 06e885f4b1 Show tags on permalink pages. Matt Mullenweg 2007-03-31 05:21:47 +00:00
  • 424cdf9b88 Fix double header when WP importer file upload fails. Props takayukister. fixes #4033 rob1n 2007-03-31 03:55:22 +00:00
  • 78ed2a6eca Add https:// support to script loader. Props abtime. fixes #4046 rob1n 2007-03-31 02:47:23 +00:00
  • 362760a485 Add missing the_title filter call. Props jhodgdon. fixes #4050 rob1n 2007-03-30 23:46:17 +00:00
  • d7d36ff890 Fix typo. rob1n 2007-03-29 04:08:54 +00:00
  • 44bb2a71f1 PHPdoc for plugin.php. Props Martin10. fixes #3852 rob1n 2007-03-29 02:45:34 +00:00
  • 8cc9f714a6 Some grammar fixes in options-general.php. Props jonnylamb and foolswisdom. fixes #3749 rob1n 2007-03-29 02:43:10 +00:00
  • b152f83924 Update the PHP version and the Codex link for importing in readme.html. Props MichaelH. fixes #3998 rob1n 2007-03-29 02:37:26 +00:00
  • ea98d87af3 Change the message when registration isn't enabled to reflect that. Props markjaquith. fixes #3640 rob1n 2007-03-29 02:30:57 +00:00
  • 8f07a4c509 Add back in a question mark. Props foolswisdom. fixes #3143 rob1n 2007-03-29 02:24:25 +00:00
  • 3b6010f155 Fix months in wp_title(). fixes #4043 rob1n 2007-03-29 02:06:16 +00:00
  • fcb2f9db91 Add get_sidebar action to get_sidebar(). fixes #1445 rob1n 2007-03-29 01:45:29 +00:00
  • 9f0ebcd37e Speed (wp_)list_authors by consolidating some queries. Props graeme. fixes #1659 rob1n 2007-03-29 01:39:05 +00:00
  • 9cfc001d44 Apply the bloginfo_rss filter and change bloginfo_rss filter to get_bloginfo. Props Kafkaesqui. fixes #2014 rob1n 2007-03-29 01:35:50 +00:00
  • f9b141865b Sorry, a little tester got in there. Didn't expect to be committing ;). rob1n 2007-03-29 01:30:27 +00:00
  • 26a5cfc7fe Show more relevant titles (current category, date, etc.) in feed titles. fixes #1790 rob1n 2007-03-29 01:29:09 +00:00
  • 45208447a5 Set EP_ALL to 4095. Props jhodgdon. fixes #3963 Ryan Boren 2007-03-29 00:19:42 +00:00
  • 924e6679d4 Rewrit endpoint fixes from westi. see #3964 Ryan Boren 2007-03-29 00:17:40 +00:00
  • 0d281aa632 Avoid non-object error when wp_die()ing before is instantiated. Props technosailor. fixes #4042 Ryan Boren 2007-03-28 18:10:03 +00:00
  • 82a40d63e6 Requesting wp-comments-post.php with GET should return 405. Props Mike Little. fixes #3797 Ryan Boren 2007-03-28 17:34:42 +00:00
  • ff859fce24 Don't output empty list. Props pishmishy. fixes #3779 Ryan Boren 2007-03-28 17:31:28 +00:00
  • 2d804cf565 Add missing lvalue. Props markjaquith and joetan. fixes #3928 Ryan Boren 2007-03-28 16:17:23 +00:00
  • b6667dbbb3 Add rich editing checkbox to user-edit so that the setting isn't stomped. Props kipit. fixes #4036 Ryan Boren 2007-03-28 16:10:48 +00:00
  • 58efc0e2b2 Change bookmark to link. Props foolswisdom. fixes #3143 Ryan Boren 2007-03-27 23:54:48 +00:00
  • 98e9d2b65c Fix encoding of cats added over AJAX. Props mdawaffe. fixes #3676 Ryan Boren 2007-03-27 23:51:26 +00:00
  • cb5bbf3ee4 Fix list JS when marking comment as spam. Props mdawaffe. fixes #4038 Ryan Boren 2007-03-27 23:49:15 +00:00
  • 51cd99bb02 More clean_url and int casts for trunk. Ryan Boren 2007-03-27 23:45:41 +00:00
  • 8a15ffc657 Dynamically refill comment list when a comment is deleted. Props mdawaffe. fixes #4038 Ryan Boren 2007-03-27 21:20:16 +00:00
  • 0ba70bb459 Serve robots.txt as text/plain. Props JeremyVisser. fixes #4037 Ryan Boren 2007-03-27 16:44:36 +00:00
  • 9de70f4145 Add trackback_url filter. Props jhodgdon. fixes #4032 Ryan Boren 2007-03-26 23:40:49 +00:00
  • 8fd1367323 Whitespace cleanup. Props donncha. fixes #4034 Ryan Boren 2007-03-26 23:39:28 +00:00
  • 0a6d5f8788 Fallback to loading english for tinyMCE if requested locale is not there. see #3882 Ryan Boren 2007-03-26 22:05:36 +00:00
  • 644849ac0e If we don't have IDs at this point, bail out. There are no tag defaults. Should fix #4035 though I can't recreate their particular error. Matt Mullenweg 2007-03-26 18:05:28 +00:00
  • 505c0ad074 Don't show tags on the category page. Matt Mullenweg 2007-03-26 17:25:15 +00:00
  • bfb4b8c091 Basic theme support for tags. Matt Mullenweg 2007-03-26 08:08:31 +00:00
  • b7debfb42b A backend interface for tagging. Matt Mullenweg 2007-03-26 07:28:29 +00:00
  • 387c06a69f Revert [5102] Ryan Boren 2007-03-26 06:13:19 +00:00
  • a2470ad625 Update to latest tinyMCE compressor. Simplify MCE language loading. see #3882 Ryan Boren 2007-03-26 03:44:35 +00:00