Commit Graph

1386 Commits

Author SHA1 Message Date
Ryan Boren 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
git-svn-id: https://develop.svn.wordpress.org/trunk@1386 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-04 02:49:40 +00:00
Ryan Boren fe680a36a0 Add %category% support to get_permalink.
git-svn-id: https://develop.svn.wordpress.org/trunk@1385 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-04 02:36:46 +00:00
Matt Mullenweg 2146da7f5c Added consistant trailing slash.
git-svn-id: https://develop.svn.wordpress.org/trunk@1384 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-02 21:43:18 +00:00
Matt Mullenweg 4530008ec8 Fix for strange slash nav errors for paged nice links, and validation fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1383 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-02 07:44:43 +00:00
Ryan Boren 640004f5ca Make /feed/ and /comments/feed work with path info. Introduce get_feed_link().
git-svn-id: https://develop.svn.wordpress.org/trunk@1382 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-02 07:14:03 +00:00
Ryan Boren 98378de860 Rewrite rule fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1381 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-02 05:16:44 +00:00
Ryan Boren fa50e0743c user_nicename fixes from JackSim. http://wordpress.org/support/4/6708
git-svn-id: https://develop.svn.wordpress.org/trunk@1380 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-01 19:52:48 +00:00
Matt Mullenweg b272e415af Some fixes from Joeseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@1379 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-01 10:01:15 +00:00
Ryan Boren b967d4e894 HTTP_REFERER fixes from Joseph Scott. http://wordpress.org/support/6/6657
git-svn-id: https://develop.svn.wordpress.org/trunk@1378 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-01 02:18:36 +00:00
Matt Mullenweg 1afcf75ea7 Sometimes we need to keep things around.
git-svn-id: https://develop.svn.wordpress.org/trunk@1377 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-01 02:00:44 +00:00
Ryan Boren b721c5b54f index.php now handles feeds and trackbacks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1376 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-31 23:35:32 +00:00
Ryan Boren 013c08307a Apply the list_cats filter to the cat name. Credit: Jaykul. http://wordpress.org/support/4/6242
git-svn-id: https://develop.svn.wordpress.org/trunk@1375 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-31 22:09:38 +00:00
Ryan Boren a807cd1fad More rewrite rule refactoring. Move the permalink parser into generate_rewrite_rules() and make it handle categories and authors.
git-svn-id: https://develop.svn.wordpress.org/trunk@1374 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-31 21:34:00 +00:00
Ryan Boren 94732a5611 Revamp rewrite rule generation. Add clean page links. Credit to Jaykul for get_pagenum_link().
git-svn-id: https://develop.svn.wordpress.org/trunk@1373 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-31 17:22:25 +00:00
michelvaldrighi bec01652c4 added iso8601 handling functions, to avoid ugly nasty conversions
git-svn-id: https://develop.svn.wordpress.org/trunk@1372 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-31 17:02:09 +00:00
Ryan Boren f4f0868e97 Use default_email_category. Credit: Kitten.
git-svn-id: https://develop.svn.wordpress.org/trunk@1371 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-31 15:44:32 +00:00
Ryan Boren 391e53ed84 Add default_email_category. Make default category and default email category provisionable via options writing. Credit: Kitten.
git-svn-id: https://develop.svn.wordpress.org/trunk@1370 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-31 15:43:45 +00:00
Matt Mullenweg 7e646da0fc Typo fix from Patrick Marie.
git-svn-id: https://develop.svn.wordpress.org/trunk@1369 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-30 08:24:24 +00:00
Ryan Boren 035a6402d2 Fix up the_category_ID() and the_category_head() to maintain backwards compat. Mark as deprecated.
git-svn-id: https://develop.svn.wordpress.org/trunk@1368 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-27 21:19:37 +00:00
Matt Mullenweg 546e0da910 Checking for PHP < 4.1 from John Gray.
git-svn-id: https://develop.svn.wordpress.org/trunk@1367 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-27 17:44:53 +00:00
Dougal Campbell 1cb1a9bf7a Fixed check_comment() to ignore empty lines in moderation_keys.
git-svn-id: https://develop.svn.wordpress.org/trunk@1366 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-27 13:53:27 +00:00
Matt Mullenweg 9df4c2452a New hook for when comment status is changed.
git-svn-id: https://develop.svn.wordpress.org/trunk@1365 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-27 03:49:23 +00:00
Ryan Boren b2b196d3de Tweak some markup.
git-svn-id: https://develop.svn.wordpress.org/trunk@1364 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-26 15:00:42 +00:00
Ryan Boren 5fb2c2511d Change $tablecomments to $wpdb-comments. From Kitty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1363 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-26 14:30:53 +00:00
Matt Mullenweg 499980672d Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@1362 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-26 05:07:14 +00:00
Matt Mullenweg be058a1058 Fix for unencoded ampersands. When did we lose this?
git-svn-id: https://develop.svn.wordpress.org/trunk@1361 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-25 04:33:37 +00:00
Ryan Boren 5715b0880d Make $request global to satisfy the page navigation fxns.
git-svn-id: https://develop.svn.wordpress.org/trunk@1360 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-25 01:16:49 +00:00
michelvaldrighi 0b1a9970ab database-related functions such as wp_insert_post are now in wp-includes/functions-post.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1359 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 22:07:30 +00:00
michelvaldrighi c0f296df06 some cleanups, and a quick undefined variable fix
git-svn-id: https://develop.svn.wordpress.org/trunk@1358 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 18:24:12 +00:00
michelvaldrighi 78e903528d fixed small whoopsie with table names
git-svn-id: https://develop.svn.wordpress.org/trunk@1357 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 18:10:32 +00:00
michelvaldrighi 5b5f1077da the Atom feed should always provide an excerpt, even in full content mode
git-svn-id: https://develop.svn.wordpress.org/trunk@1356 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 16:49:19 +00:00
Matt Mullenweg 717855f007 Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
git-svn-id: https://develop.svn.wordpress.org/trunk@1355 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 08:22:18 +00:00
Ryan Boren 97d49f1923 Introducing query_posts(), update_post_caches(), update_user_cache(), and update_category_cache().
git-svn-id: https://develop.svn.wordpress.org/trunk@1354 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 02:55:39 +00:00
michelvaldrighi 0eee4cb011 relocated misc database-related functions
git-svn-id: https://develop.svn.wordpress.org/trunk@1353 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 01:34:57 +00:00
Ryan Boren a24eb24176 Mark some overlooked strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1352 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 17:24:38 +00:00
michelvaldrighi a400663927 added blogger.newPost
git-svn-id: https://develop.svn.wordpress.org/trunk@1351 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 16:42:23 +00:00
Matt Mullenweg d3d19e57c0 Allow people to modify and add on to rewrite rules.
git-svn-id: https://develop.svn.wordpress.org/trunk@1350 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 16:27:59 +00:00
michelvaldrighi 3abc94a5c5 added blogger.getTemplate and blogger.setTemplate
git-svn-id: https://develop.svn.wordpress.org/trunk@1349 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 15:46:43 +00:00
michelvaldrighi f96224edb1 work in progress: replacement for xmlrpc.php, using IXR
git-svn-id: https://develop.svn.wordpress.org/trunk@1348 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 04:02:53 +00:00
michelvaldrighi 39d6ffcb6b make xmlrpc_getpostcategory support multiple, comma-separated categories
git-svn-id: https://develop.svn.wordpress.org/trunk@1347 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 02:55:10 +00:00
michelvaldrighi 903f80b54c we shall use IXR instead of phpxmlrpc in the future -- so long, and thanks for all the xmlrpcval headaches
git-svn-id: https://develop.svn.wordpress.org/trunk@1346 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-22 16:44:45 +00:00
michelvaldrighi c4d4add631 new remove_accents for sanitize_title, not relying on the file's charset
git-svn-id: https://develop.svn.wordpress.org/trunk@1345 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-22 14:34:09 +00:00
Matt Mullenweg dd1c202d8b FINALLY.
git-svn-id: https://develop.svn.wordpress.org/trunk@1344 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-22 10:27:12 +00:00
Matt Mullenweg 0aba1c7d61 Missing space.
git-svn-id: https://develop.svn.wordpress.org/trunk@1343 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-22 10:23:01 +00:00
Matt Mullenweg 3dd512fb69 Removing legacy files.
git-svn-id: https://develop.svn.wordpress.org/trunk@1342 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-22 10:22:24 +00:00
Matt Mullenweg faa31ead80 New readme. Smaller! More readable! Correct!
git-svn-id: https://develop.svn.wordpress.org/trunk@1341 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-22 10:19:45 +00:00
Matt Mullenweg 1d74302745 Updated hooks and a new Dolly plugin.
git-svn-id: https://develop.svn.wordpress.org/trunk@1340 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-22 08:45:36 +00:00
Ryan Boren 62828f16a8 Uncomment $doing_rss
git-svn-id: https://develop.svn.wordpress.org/trunk@1339 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-22 05:06:00 +00:00
michelvaldrighi 3fb700cd64 don't translate months and weekdays in date strings PLUS bugfix for 304 Not Modified on PHP CGI
git-svn-id: https://develop.svn.wordpress.org/trunk@1338 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-21 22:33:47 +00:00
michelvaldrighi 8b1f52e4c0 don't translate months and weekdays in date strings
git-svn-id: https://develop.svn.wordpress.org/trunk@1337 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-21 22:32:58 +00:00