Commit Graph

  • feef0aee85 More comments and comment template improvements. TODO: popup comment template Matt Mullenweg 2004-06-10 08:40:58 +00:00
  • d737a7b7a4 Get edited comment content through $_POST. Ryan Boren 2004-06-10 08:28:38 +00:00
  • a507894ed3 Move comments include into function. Matt Mullenweg 2004-06-10 07:42:48 +00:00
  • 1b963e06d8 Remove unneeded $postquery lvalue. From Kitten. Ryan Boren 2004-06-10 03:29:59 +00:00
  • 7f3d0a8af1 Global $m in wp_title() so that date archive titles are displayed correctly. Ryan Boren 2004-06-09 20:35:58 +00:00
  • 1935f7c897 Add back the trailing slash to paged permalinks. Ryan Boren 2004-06-08 17:48:21 +00:00
  • 25b507c295 Add null check to $functions in apply_filters(). http://www.kackreiz.net/wordpress.php Ryan Boren 2004-06-08 09:34:01 +00:00
  • 78b413030f Fix links generated by link_pages() in next mode. http://www.kackreiz.net/wordpress.php Ryan Boren 2004-06-08 09:29:41 +00:00
  • e0ce2dbd0f Make the template editor use the home setting to find the index. Ryan Boren 2004-06-08 03:40:17 +00:00
  • 5e0bb09d82 posts_nav_link fixes. http://wordpress.org/support/6/6979 Ryan Boren 2004-06-07 04:41:06 +00:00
  • da37c4efc8 Pass 'Edit This' string to edit_post_link so that it can be translated. http://wordpress.org/support/4/6976 Ryan Boren 2004-06-06 15:39:23 +00:00
  • 650a1a3a56 Guard against empty $cat_counts array. http://wordpress.org/support/3/6080 Ryan Boren 2004-06-06 07:21:58 +00:00
  • 44d532c6e3 Rewrite and %category% fixes. Ryan Boren 2004-06-06 02:02:27 +00:00
  • af20c0a630 Put lat lon in a field set. From Kitten. Ryan Boren 2004-06-04 21:40:21 +00:00
  • 84d4037c56 Remove unnecessary call to generic_ping(). The publish_post action will take care of it. Props to hades. http://wordpress.org/support/4/6876 Ryan Boren 2004-06-04 02:49:40 +00:00
  • fe680a36a0 Add %category% support to get_permalink. Ryan Boren 2004-06-04 02:36:46 +00:00
  • 2146da7f5c Added consistant trailing slash. Matt Mullenweg 2004-06-02 21:43:18 +00:00
  • 4530008ec8 Fix for strange slash nav errors for paged nice links, and validation fixes. Matt Mullenweg 2004-06-02 07:44:43 +00:00
  • 640004f5ca Make /feed/ and /comments/feed work with path info. Introduce get_feed_link(). Ryan Boren 2004-06-02 07:14:03 +00:00
  • 98378de860 Rewrite rule fixes. Ryan Boren 2004-06-02 05:16:44 +00:00
  • fa50e0743c user_nicename fixes from JackSim. http://wordpress.org/support/4/6708 Ryan Boren 2004-06-01 19:52:48 +00:00
  • b272e415af Some fixes from Joeseph Scott. Matt Mullenweg 2004-06-01 10:01:15 +00:00
  • b967d4e894 HTTP_REFERER fixes from Joseph Scott. http://wordpress.org/support/6/6657 Ryan Boren 2004-06-01 02:18:36 +00:00
  • 1afcf75ea7 Sometimes we need to keep things around. Matt Mullenweg 2004-06-01 02:00:44 +00:00
  • b721c5b54f index.php now handles feeds and trackbacks. Ryan Boren 2004-05-31 23:35:32 +00:00
  • 013c08307a Apply the list_cats filter to the cat name. Credit: Jaykul. http://wordpress.org/support/4/6242 Ryan Boren 2004-05-31 22:09:38 +00:00
  • a807cd1fad More rewrite rule refactoring. Move the permalink parser into generate_rewrite_rules() and make it handle categories and authors. Ryan Boren 2004-05-31 21:34:00 +00:00
  • 94732a5611 Revamp rewrite rule generation. Add clean page links. Credit to Jaykul for get_pagenum_link(). Ryan Boren 2004-05-31 17:22:25 +00:00
  • bec01652c4 added iso8601 handling functions, to avoid ugly nasty conversions michelvaldrighi 2004-05-31 17:02:09 +00:00
  • f4f0868e97 Use default_email_category. Credit: Kitten. Ryan Boren 2004-05-31 15:44:32 +00:00
  • 391e53ed84 Add default_email_category. Make default category and default email category provisionable via options writing. Credit: Kitten. Ryan Boren 2004-05-31 15:43:45 +00:00
  • 7e646da0fc Typo fix from Patrick Marie. Matt Mullenweg 2004-05-30 08:24:24 +00:00
  • 035a6402d2 Fix up the_category_ID() and the_category_head() to maintain backwards compat. Mark as deprecated. Ryan Boren 2004-05-27 21:19:37 +00:00
  • 546e0da910 Checking for PHP < 4.1 from John Gray. Matt Mullenweg 2004-05-27 17:44:53 +00:00
  • 1cb1a9bf7a Fixed check_comment() to ignore empty lines in moderation_keys. Dougal Campbell 2004-05-27 13:53:27 +00:00
  • 9df4c2452a New hook for when comment status is changed. Matt Mullenweg 2004-05-27 03:49:23 +00:00
  • b2b196d3de Tweak some markup. Ryan Boren 2004-05-26 15:00:42 +00:00
  • 5fb2c2511d Change $tablecomments to $wpdb-comments. From Kitty. Ryan Boren 2004-05-26 14:30:53 +00:00
  • 499980672d Bump. Matt Mullenweg 2004-05-26 05:07:14 +00:00
  • be058a1058 Fix for unencoded ampersands. When did we lose this? Matt Mullenweg 2004-05-25 04:33:37 +00:00
  • 5715b0880d Make $request global to satisfy the page navigation fxns. Ryan Boren 2004-05-25 01:16:49 +00:00
  • 0b1a9970ab database-related functions such as wp_insert_post are now in wp-includes/functions-post.php michelvaldrighi 2004-05-24 22:07:30 +00:00
  • c0f296df06 some cleanups, and a quick undefined variable fix michelvaldrighi 2004-05-24 18:24:12 +00:00
  • 78e903528d fixed small whoopsie with table names michelvaldrighi 2004-05-24 18:10:32 +00:00
  • 5b5f1077da the Atom feed should always provide an excerpt, even in full content mode michelvaldrighi 2004-05-24 16:49:19 +00:00
  • 717855f007 Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now. Matt Mullenweg 2004-05-24 08:22:18 +00:00
  • 97d49f1923 Introducing query_posts(), update_post_caches(), update_user_cache(), and update_category_cache(). Ryan Boren 2004-05-24 02:55:39 +00:00
  • 0eee4cb011 relocated misc database-related functions michelvaldrighi 2004-05-24 01:34:57 +00:00
  • a24eb24176 Mark some overlooked strings for translation. Ryan Boren 2004-05-23 17:24:38 +00:00
  • a400663927 added blogger.newPost michelvaldrighi 2004-05-23 16:42:23 +00:00
  • d3d19e57c0 Allow people to modify and add on to rewrite rules. Matt Mullenweg 2004-05-23 16:27:59 +00:00
  • 3abc94a5c5 added blogger.getTemplate and blogger.setTemplate michelvaldrighi 2004-05-23 15:46:43 +00:00
  • f96224edb1 work in progress: replacement for xmlrpc.php, using IXR michelvaldrighi 2004-05-23 04:02:53 +00:00
  • 39d6ffcb6b make xmlrpc_getpostcategory support multiple, comma-separated categories michelvaldrighi 2004-05-23 02:55:10 +00:00
  • 903f80b54c we shall use IXR instead of phpxmlrpc in the future -- so long, and thanks for all the xmlrpcval headaches michelvaldrighi 2004-05-22 16:44:45 +00:00
  • c4d4add631 new remove_accents for sanitize_title, not relying on the file's charset michelvaldrighi 2004-05-22 14:34:09 +00:00
  • dd1c202d8b FINALLY. Matt Mullenweg 2004-05-22 10:27:12 +00:00
  • 0aba1c7d61 Missing space. Matt Mullenweg 2004-05-22 10:23:01 +00:00
  • 3dd512fb69 Removing legacy files. Matt Mullenweg 2004-05-22 10:22:24 +00:00
  • faa31ead80 New readme. Smaller! More readable! Correct! Matt Mullenweg 2004-05-22 10:19:45 +00:00
  • 1d74302745 Updated hooks and a new Dolly plugin. Matt Mullenweg 2004-05-22 08:45:36 +00:00
  • 62828f16a8 Uncomment $doing_rss Ryan Boren 2004-05-22 05:06:00 +00:00
  • 3fb700cd64 don't translate months and weekdays in date strings PLUS bugfix for 304 Not Modified on PHP CGI michelvaldrighi 2004-05-21 22:33:47 +00:00
  • 8b1f52e4c0 don't translate months and weekdays in date strings michelvaldrighi 2004-05-21 22:32:58 +00:00
  • 5ffeea8e7c strip leading and trailing dashes from post slugs michelvaldrighi 2004-05-21 21:35:16 +00:00
  • 63f7bf9723 backing out that encoding fix until further testing is done michelvaldrighi 2004-05-21 21:29:57 +00:00
  • be29cd98fb removing removeaccents, will put replacement after a release is out michelvaldrighi 2004-05-21 21:05:17 +00:00
  • 49bb2124c1 Add removeaccents for use in sanitize_title to remove accents from characters so that they can be used in permalinks. Bust the functionality in sanitize_title out into a replaceable filter. Ryan Boren 2004-05-21 08:37:55 +00:00
  • 20218003a0 Typo. Matt Mullenweg 2004-05-21 07:02:46 +00:00
  • 7be84af801 Require wp-config.php from wp-l10n.php to make sure WPLANG is always set. Ryan Boren 2004-05-21 03:26:12 +00:00
  • e63d0c54d6 Fix spelling error. Ryan Boren 2004-05-21 02:47:45 +00:00
  • ceb940bbe2 Support for MathML, from Jacques Distler. Matt Mullenweg 2004-05-20 17:25:26 +00:00
  • 7fbb072b49 Fixed list_cats support for hide_empty and optioncount. Also fixed indentation in that function. Dougal Campbell 2004-05-20 14:07:55 +00:00
  • b5cdc60beb Removed and eradicated redundant duplication. And fixed indentation. Dougal Campbell 2004-05-20 13:31:48 +00:00
  • a0c798d8a0 Last release candidate, I promise. Matt Mullenweg 2004-05-20 11:56:24 +00:00
  • ef5cf2e9d3 Tidier default. Matt Mullenweg 2004-05-20 11:44:05 +00:00
  • ed5af7cec7 Order categories alphabetically. Matt Mullenweg 2004-05-20 11:41:54 +00:00
  • 4f3436a5d4 Don't try to show keys if there aren't any. Matt Mullenweg 2004-05-20 11:32:14 +00:00
  • 54c08ad215 Post slug wasn't being set if manually set in advanced interface. Matt Mullenweg 2004-05-19 22:43:15 +00:00
  • a67d48bae7 what's with me committing parse errors lately, damn it michelvaldrighi 2004-05-19 22:34:01 +00:00
  • 295470ae87 Allow for longer URIs in comments. Matt Mullenweg 2004-05-19 11:28:23 +00:00
  • 7545942ecc Proper mime for RDF. Matt Mullenweg 2004-05-19 10:24:25 +00:00
  • c85f72f101 Formatting fix for profile information. Matt Mullenweg 2004-05-19 07:09:32 +00:00
  • 55f62a7fd7 Fix so you don't have to relogin when you update your password. Matt Mullenweg 2004-05-19 07:05:40 +00:00
  • ffdc641fc8 Fix for referrer check. Matt Mullenweg 2004-05-19 06:44:55 +00:00
  • 1fa7e5b934 It's security through obscurity at its worse. Matt Mullenweg 2004-05-19 06:32:30 +00:00
  • 4f1c3f477b Remove unused variable. Matt Mullenweg 2004-05-19 05:59:21 +00:00
  • d93185b464 Timezone fix from Kimmo Suominen. Matt Mullenweg 2004-05-19 05:43:32 +00:00
  • 8d736b3f5c Remove extra slash in filename. Ryan Boren 2004-05-19 03:09:49 +00:00
  • 602a3aeb14 Translation update. Ryan Boren 2004-05-19 01:39:43 +00:00
  • a052f091dc if the class is used in WP, use the blog's charset in xmlrpc requests that we send michelvaldrighi 2004-05-19 01:35:09 +00:00
  • 3e257c488d Some registration cleanups. Matt Mullenweg 2004-05-18 20:54:58 +00:00
  • 4a35248866 Renaming install-config.php to setup-config.php Matt Mullenweg 2004-05-18 20:05:40 +00:00
  • 50eda3dbdd Allow what_to_show to be overridden. Ryan Boren 2004-05-18 18:37:57 +00:00
  • 0effeb2048 switching to htmlspecialchars fixes category description problem with double-bytes encodings ( http://wordpress.org/support/6/5555 ) michelvaldrighi 2004-05-18 15:24:23 +00:00
  • 4ee5c8aefc This is used more than I thought in templates. Matt Mullenweg 2004-05-18 08:36:53 +00:00
  • b14b19b3ff Simple function to check if a post is in a category. Matt Mullenweg 2004-05-18 08:18:38 +00:00
  • c3323b316f Add missing semi-colons. Ryan Boren 2004-05-18 03:58:05 +00:00
  • 592b88b572 redefining user_login fixes the case insensitive issue with password retrieval michelvaldrighi 2004-05-18 01:29:29 +00:00
  • f6a92e8e99 forgotten GMT fix for calendar michelvaldrighi 2004-05-17 20:46:15 +00:00