Commit Graph

  • f365442290 We didn't know how big it'd get :) Matt Mullenweg 2005-02-02 09:41:06 +00:00
  • 1832211054 Adding support for a proxy-specific RBL that has shown to be extremely effective Matt Mullenweg 2005-02-02 08:40:44 +00:00
  • 6872bdba06 Fix apply_filters. Bug 777. Ryan Boren 2005-02-02 06:07:11 +00:00
  • 4247199e8d Fix typo spotted by morganiq. Ryan Boren 2005-02-01 17:27:10 +00:00
  • 2f84e4d158 set emailed posts to be published. won't do no good moblogging if in the end one has to publish everything later michelvaldrighi 2005-02-01 13:21:12 +00:00
  • 35445592b7 Fix for bug #559, just use user_can_ functions michelvaldrighi 2005-02-01 11:14:45 +00:00
  • 31ba3d15e0 Fix for bug #559, capitalisation issue michelvaldrighi 2005-02-01 11:03:45 +00:00
  • 6611d8e688 Preserve GUIDs in imports Matt Mullenweg 2005-02-01 10:04:01 +00:00
  • 5a91190427 Dashboard and option tweaks Matt Mullenweg 2005-02-01 09:52:36 +00:00
  • 5fc031ad98 Fix i18n page links. Handle RTL hierarchies. Ryan Boren 2005-02-01 08:35:45 +00:00
  • c336926a96 Add parse_query_vars() and parse_query action. Ryan Boren 2005-02-01 08:34:19 +00:00
  • 22f48d88c0 Don't stomp the percent in escaped octets. Ryan Boren 2005-02-01 08:31:13 +00:00
  • 521a1b9707 We weren't getting [...] in front of pingbacks. Matt Mullenweg 2005-02-01 08:11:02 +00:00
  • 1eda4450f8 Use parse_url instead of regex wackiness. Ryan Boren 2005-02-01 07:05:00 +00:00
  • daef7f8d21 get_home_path() fixes. Ryan Boren 2005-02-01 06:59:44 +00:00
  • 92c2275795 Remove extra wp-l10n.php include. Bug 756. Ryan Boren 2005-02-01 06:43:31 +00:00
  • 02a701f72b Allow multiple args to be passed to apply_filters and do_action. Move some code into merge_filters. Use call_user_func_array so that args can be passed by reference. Provide a default for the second arg to do_action so that we do not have to put empty strings in the do_action calls. Bug 768. Hat tip: morganiq Ryan Boren 2005-02-01 06:20:54 +00:00
  • 53d75a06d5 get_*_template() functions and filters. Ryan Boren 2005-02-01 03:44:32 +00:00
  • 3675edaacb Updating OPML feed. Matt Mullenweg 2005-02-01 02:03:21 +00:00
  • 6fba9fa40c Feed link fix for bug 775. Hat tip: Kafkaesqui Ryan Boren 2005-02-01 02:01:38 +00:00
  • 2e3009c374 Old variable would mysteriously crash some configs. Matt Mullenweg 2005-02-01 01:51:05 +00:00
  • 8b95197691 Remove support for 'all' queries and for poststart and postend. Ryan Boren 2005-02-01 01:49:51 +00:00
  • 1b53ffa6af Copyright and registered corrections cause more trouble than they help Matt Mullenweg 2005-02-01 01:13:11 +00:00
  • f4ae90174e Add set method. Ryan Boren 2005-02-01 01:04:08 +00:00
  • 3213112f89 moving the pop3->delete call to the end of the loop so that emails are deleted if and only if a post is made successfully michelvaldrighi 2005-01-31 19:00:25 +00:00
  • 5748ed2497 Don't look at dot directories or CVS for themes. Matt Mullenweg 2005-01-31 18:46:17 +00:00
  • bbf8db321d no wonder posting by e-mail was broken michelvaldrighi 2005-01-31 17:19:56 +00:00
  • 2e44737e80 Change to match new default - http://mosquito.wordpress.org/view.php?id=757 Matt Mullenweg 2005-01-31 10:35:28 +00:00
  • 48c873e2fa Fix for assigning authors - http://mosquito.wordpress.org/view.php?id=759 Matt Mullenweg 2005-01-31 10:32:28 +00:00
  • 72f9ff6ec0 If we're already in wp-admin don't recursive link Matt Mullenweg 2005-01-31 10:28:53 +00:00
  • 4c65eff661 http://mosquito.wordpress.org/view.php?id=430 Matt Mullenweg 2005-01-31 10:24:05 +00:00
  • e0ab3754ae Invalid generated code - http://mosquito.wordpress.org/view.php?id=774 Matt Mullenweg 2005-01-31 10:17:48 +00:00
  • 32013f8abc Don't do path thing for trackback URIs Matt Mullenweg 2005-01-31 10:16:07 +00:00
  • e73cfeddd5 Fix for http://mosquito.wordpress.org/view.php?id=587 Matt Mullenweg 2005-01-31 10:06:12 +00:00
  • f6a27d19b0 Comment registration goodness. Hat tip to Jason at noprequisite.com for user_identity code. Matt Mullenweg 2005-01-31 06:38:12 +00:00
  • 8768dfb610 Moderation confirmation from Ryan, some other template and comment editing improvements. Matt Mullenweg 2005-01-31 04:22:01 +00:00
  • 36a16fee94 Adding rel tags Matt Mullenweg 2005-01-31 03:49:50 +00:00
  • c660984419 Remove upgrade-functions include. Ryan Boren 2005-01-31 01:09:45 +00:00
  • c41a6e5dc8 Get the title for pluggable top level admin pages. Ryan Boren 2005-01-30 07:34:03 +00:00
  • 5e1fa70cd5 Set the locale and load the default text domain after plugins are loaded so that plugins can manipulate the locale. Bug 765. Ryan Boren 2005-01-29 23:17:10 +00:00
  • 231c6d4b41 Patch from Adi Sieker Matt Mullenweg 2005-01-29 20:14:55 +00:00
  • 0cae2ba036 Don't show box if there's nothing to show. Matt Mullenweg 2005-01-27 22:24:07 +00:00
  • e26b275234 Allow plugins to modify option values on the fly. Matt Mullenweg 2005-01-27 18:39:52 +00:00
  • 5f128146b2 Cleanup wp-l10n includes. Ryan Boren 2005-01-27 15:20:48 +00:00
  • dac0c05dc3 Shhhh Matt Mullenweg 2005-01-27 05:55:07 +00:00
  • 44451b7e80 Fix comment feed link. Bug 645. Ryan Boren 2005-01-27 05:52:48 +00:00
  • fdb3791d1e Add author_link filter. Ryan Boren 2005-01-26 22:50:15 +00:00
  • 0d0cf5aee2 Add category_link filter. Ryan Boren 2005-01-26 22:49:18 +00:00
  • eb37982a00 Add link filters for bug 743 (hat tip to morganiq). More abstraction and flexibility in WP_Rewrite. Ryan Boren 2005-01-26 22:46:40 +00:00
  • 5671e81028 More filters and KSES cleanup. Matt Mullenweg 2005-01-26 22:29:18 +00:00
  • 97691eb22b Typo in filter Matt Mullenweg 2005-01-26 20:35:13 +00:00
  • 4eed05c1f7 Use home instead of siteurl. Matt Mullenweg 2005-01-26 07:21:53 +00:00
  • 323fc1ad10 If a category has parents, include those parents when generating the post permalink (if the permalink contains %category%). Ryan Boren 2005-01-25 05:01:54 +00:00
  • c151b827a7 Remove old "site" page rewrite rules. Ryan Boren 2005-01-25 00:57:14 +00:00
  • fc67ae3e7d Generate feed and trackback rules for pages. Bug 742. Ryan Boren 2005-01-25 00:23:57 +00:00
  • 74a89fbfe6 Correct id call for comment author field - http://mosquito.wordpress.org/view.php?id=34 Matt Mullenweg 2005-01-24 10:16:17 +00:00
  • fe2075356a Return comment even if blank. Matt Mullenweg 2005-01-24 10:13:28 +00:00
  • e78ceee3fc Another place we need to double encode Matt Mullenweg 2005-01-24 10:09:01 +00:00
  • 7d19f5b25f Fix for site-admin / register link - http://mosquito.wordpress.org/view.php?id=603 Matt Mullenweg 2005-01-24 10:06:53 +00:00
  • 10c7a06b82 Registration off by default. Matt Mullenweg 2005-01-24 10:01:23 +00:00
  • 6df8fe5269 Need abbr - http://mosquito.wordpress.org/view.php?id=634 Matt Mullenweg 2005-01-24 09:56:46 +00:00
  • 65055e0967 Trim before decoding - http://mosquito.wordpress.org/view.php?id=654 Matt Mullenweg 2005-01-24 09:53:23 +00:00
  • 9533069e21 Let people know when things are held for moderation - http://mosquito.wordpress.org/view.php?id=705 Matt Mullenweg 2005-01-24 08:27:53 +00:00
  • 26c42e4384 Some Kubrick cleanups Matt Mullenweg 2005-01-24 08:24:59 +00:00
  • 391b7ef771 It should tell you how you've modded even if register_globals off Matt Mullenweg 2005-01-24 08:21:31 +00:00
  • 40fa07d78f Some Kubrick cleanups Matt Mullenweg 2005-01-24 08:15:10 +00:00
  • a7dfae8ea6 http://mosquito.wordpress.org/view.php?id=690 Matt Mullenweg 2005-01-24 07:55:03 +00:00
  • 1b5653dcc7 Make input forms bigger. Matt Mullenweg 2005-01-24 07:44:38 +00:00
  • cd7f1c76dd Don't show other drafts on one-user blogs - http://mosquito.wordpress.org/view.php?id=723 Matt Mullenweg 2005-01-24 07:39:23 +00:00
  • d24a38306a Feed escaping fixes to other feeds - http://mosquito.wordpress.org/view.php?id=720 Matt Mullenweg 2005-01-24 07:33:50 +00:00
  • faf0cae6a3 Siteurl autoupdate now requires RELOCATE flag - http://mosquito.wordpress.org/view.php?id=602 Matt Mullenweg 2005-01-24 07:30:49 +00:00
  • a468f1e5fd Fix pingback emails - http://mosquito.wordpress.org/view.php?id=729 - and also allow redefinition of wp_notify functions Matt Mullenweg 2005-01-24 06:37:20 +00:00
  • 15b7548652 Updating Markdown to 1.0.1 - http://mosquito.wordpress.org/view.php?id=730 Matt Mullenweg 2005-01-24 06:30:16 +00:00
  • 7952d88e24 Don't localized RSS dates - http://mosquito.wordpress.org/view.php?id=732 Matt Mullenweg 2005-01-24 06:26:55 +00:00
  • 854ef401c3 Encode for JS Matt Mullenweg 2005-01-24 06:15:25 +00:00
  • 63cbe74852 Higher quality thumbnails - http://mosquito.wordpress.org/view.php?id=736 Matt Mullenweg 2005-01-24 06:05:44 +00:00
  • a42aac1345 Handle time_diff less than a minute http://mosquito.wordpress.org/view.php?id=737 Matt Mullenweg 2005-01-24 06:01:04 +00:00
  • f03cf45758 Tweaks to how pages are displayed Matt Mullenweg 2005-01-24 05:59:00 +00:00
  • 9436737d04 Fix for menu_order - http://mosquito.wordpress.org/view.php?id=740 Matt Mullenweg 2005-01-24 05:36:20 +00:00
  • 114be47f85 Encode entities correctly for edit form Matt Mullenweg 2005-01-23 23:21:44 +00:00
  • a812ef0709 Encode entities correctly for edit form Matt Mullenweg 2005-01-23 23:00:15 +00:00
  • c5dab97703 Fix locale.php include. Ryan Boren 2005-01-22 16:52:07 +00:00
  • 2f13f79e76 More escaping of description and cleaner default feed URIs. Matt Mullenweg 2005-01-22 03:45:35 +00:00
  • fa24d19320 Adding nofollow support Matt Mullenweg 2005-01-21 18:24:14 +00:00
  • ae46b3819f User-generated rel attributes shouldn't be allowed in comments (doesn't make sense for any current uses of rel.) Matt Mullenweg 2005-01-21 07:53:02 +00:00
  • 3cb2f62076 Add more rewrite rule filters. Ryan Boren 2005-01-21 05:10:13 +00:00
  • 8648c9bb7b Fix whitelist. Bug 664. Ryan Boren 2005-01-21 03:33:13 +00:00
  • 41709858cf Filter category description. Bug 727. Hat tip: dmclark Ryan Boren 2005-01-21 03:06:56 +00:00
  • 11d220ba2f Used the filtered vars, not the unfiltered ones. Bug 641. Ryan Boren 2005-01-21 02:55:35 +00:00
  • 4fe4ec5c05 Pass $d from comment_time() to get_comment_time(). Bug 724. Props: coffee2code Ryan Boren 2005-01-21 00:38:04 +00:00
  • 7e34cc3a11 Try to fix some of the siteurl stomping. Bug 678. Ryan Boren 2005-01-20 23:44:57 +00:00
  • 8aee31bc63 If post title is not provided, we still need to have a sanitized name for use in permalinks. Use the post id. Bug 717. Ryan Boren 2005-01-20 05:18:55 +00:00
  • 0eb885279c Bump ver in readme. Bug 718 Ryan Boren 2005-01-20 05:11:59 +00:00
  • 39baae5246 wp_setcookie() and wp_clearcookie(). Set cookies for both siteurl and home if they are not the same. Update cookies whenever home or siteurl change. Ryan Boren 2005-01-20 04:56:24 +00:00
  • 6f9ab24c3f Add missing dash. Bug 713. Ryan Boren 2005-01-19 16:15:45 +00:00
  • 007eb334c5 Include legacy template files in the common file list only if they exist. Ryan Boren 2005-01-19 15:23:38 +00:00
  • e693c815d3 Deprecate start_wp(). Move start_wp functionality to setup_postdata(). Add the_post() method to WP_Query. Ryan Boren 2005-01-19 02:21:36 +00:00
  • 51ac4da63e http://mosquito.wordpress.org/view.php?id=708 - Patch from Owen Winkler allowing XML-RPC library to call classes without extending the base class. Matt Mullenweg 2005-01-18 06:12:23 +00:00
  • 875b900fcf Hopefully these should be re-added as binary Mike Little 2005-01-17 23:35:47 +00:00
  • 878763ab22 Removing images so I can re-add them as binary Mike Little 2005-01-17 23:34:24 +00:00