Commit Graph

4624 Commits

Author SHA1 Message Date
Ryan Boren 27ee037027 Add get_post_comments_feed_link() and have popup comments templates use it.
git-svn-id: https://develop.svn.wordpress.org/trunk@4929 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 08:31:07 +00:00
Ryan Boren 6c6458f7c9 Atom comments feed. First pass. Props kurtmckee and rob1n. fixes #1785
git-svn-id: https://develop.svn.wordpress.org/trunk@4928 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 08:18:30 +00:00
Ryan Boren 9b6a6b632c Relocate feed templates to wp-includes. fixes #3846
git-svn-id: https://develop.svn.wordpress.org/trunk@4927 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 02:50:05 +00:00
Ryan Boren 6921da8d26 Include classes.php earlier so we can make use of WP_Error.
git-svn-id: https://develop.svn.wordpress.org/trunk@4926 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 02:24:09 +00:00
Ryan Boren 4ff1f542b8 Change more from anchor to span for proper validation. Props coolmann and rob1n. fixes #3530
git-svn-id: https://develop.svn.wordpress.org/trunk@4925 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 01:15:51 +00:00
Ryan Boren 93ccf15e1d Fix typo. Props rob1n. fixes #1585
git-svn-id: https://develop.svn.wordpress.org/trunk@4924 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 01:05:59 +00:00
Ryan Boren 983c92db53 Don't emit empty class. Props rob1n. fixes #3787
git-svn-id: https://develop.svn.wordpress.org/trunk@4922 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 00:55:52 +00:00
Ryan Boren 1162b64000 Provide summary for calendar. Props littleram and rob1n. fixes #1585
git-svn-id: https://develop.svn.wordpress.org/trunk@4921 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 00:53:34 +00:00
Ryan Boren 70e367f72f Use === to compare option values. Props roscohead and Viper007Bond. fixes #3394
git-svn-id: https://develop.svn.wordpress.org/trunk@4920 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 00:49:37 +00:00
Ryan Boren 2902335630 cache js headers for tinymce config. Props juergen and rob1n. fixes #3817
git-svn-id: https://develop.svn.wordpress.org/trunk@4919 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 00:45:21 +00:00
Ryan Boren 5fbcbf7f70 gettext byteorder fix for 64 bit archs. fixes #3780
git-svn-id: https://develop.svn.wordpress.org/trunk@4917 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 00:31:09 +00:00
Ryan Boren 3bfb19f002 APP updates from dougal and eliast. fixes #3741
git-svn-id: https://develop.svn.wordpress.org/trunk@4916 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-22 19:44:16 +00:00
Ryan Boren 819e6e9c4f Reverse logic.
git-svn-id: https://develop.svn.wordpress.org/trunk@4915 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-22 15:30:47 +00:00
Ryan Boren a50ff92010 Show pages in ascending order in Edit->Pages. Props Xander. fixes #3760
git-svn-id: https://develop.svn.wordpress.org/trunk@4913 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-22 01:59:33 +00:00
Ryan Boren 0a1b1b2e88 Handle empty search query. Props charleshooper. fixes #3722 #3759
git-svn-id: https://develop.svn.wordpress.org/trunk@4911 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-22 01:54:28 +00:00
Ryan Boren 1d2e3903b2 Fix wp_delete_file action. Props filosofo. fixes #3655
git-svn-id: https://develop.svn.wordpress.org/trunk@4910 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-22 01:52:00 +00:00
Ryan Boren 5816d942f0 xmlrpc updates from Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@4908 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-22 01:42:21 +00:00
Ryan Boren ca42a4bbdb Handle array of mt_tb_ping_urls. Props bafonso. fixes #3721
git-svn-id: https://develop.svn.wordpress.org/trunk@4905 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-22 01:34:06 +00:00
Ryan Boren 308cb8f107 jQuery 1.1.1 and interface 1.2. #3824
git-svn-id: https://develop.svn.wordpress.org/trunk@4904 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-21 02:39:07 +00:00
Mark Jaquith abb1f0ce50 properly sort categories by name for the_category(). Props rob1n. fixes #1302
git-svn-id: https://develop.svn.wordpress.org/trunk@4903 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-21 02:13:47 +00:00
Mark Jaquith dd717f2e00 refrain from notifying the administrator of administrator password changes (it is redundant). Props rob1n for the patch refresh. fixes #1096
git-svn-id: https://develop.svn.wordpress.org/trunk@4902 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-21 02:08:28 +00:00
Ryan Boren 9bea716e22 Wrapped allowed html in code tags. Props rob1n. fixes #998
git-svn-id: https://develop.svn.wordpress.org/trunk@4901 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-21 01:55:16 +00:00
Ryan Boren 18548bb54a Don't br image maps. Props rob1n. fixes #1292
git-svn-id: https://develop.svn.wordpress.org/trunk@4900 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-21 01:50:27 +00:00
Ryan Boren 17af6d060d Update blogger importer.
git-svn-id: https://develop.svn.wordpress.org/trunk@4896 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-20 07:46:40 +00:00
Ryan Boren 4fe4bde3a5 Add jquery to script loader.
git-svn-id: https://develop.svn.wordpress.org/trunk@4895 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-20 07:46:13 +00:00
Ryan Boren bd5e9d3b08 Don't insert p inside of div. fixes #3669
git-svn-id: https://develop.svn.wordpress.org/trunk@4894 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-20 05:41:39 +00:00
Ryan Boren 019c3e4950 decode req uri when processing pathinfo permalinks. Props Kirin_Lin. fixes #3727
git-svn-id: https://develop.svn.wordpress.org/trunk@4893 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-20 01:27:37 +00:00
Ryan Boren 98e9f1ad0a Add WP_Error handling to wp_die(). Props mdawaffe. fixes #3791
git-svn-id: https://develop.svn.wordpress.org/trunk@4892 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-20 01:24:31 +00:00
Mark Jaquith 85bb973148 Detect whether a user is logged in for popup comments templates in default and classic themes. props skippy, Nazgul, rob1n. fixes #1065
git-svn-id: https://develop.svn.wordpress.org/trunk@4890 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-16 04:36:51 +00:00
Mark Jaquith 3a3a310145 Fewer clicks and better user experience for upgrades. fixes #2447
git-svn-id: https://develop.svn.wordpress.org/trunk@4887 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-15 08:16:43 +00:00
Mark Jaquith 5164d38cb5 Consistent use or disuse of trailing slashes in URLs according to user preference. props MathiasBynens. fixes #1485
git-svn-id: https://develop.svn.wordpress.org/trunk@4886 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-15 07:07:12 +00:00
Mark Jaquith d38a3f7777 Consistently use "Spam it:" and "Delete it:" in e-mails. fixes #3304
git-svn-id: https://develop.svn.wordpress.org/trunk@4885 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-15 05:51:59 +00:00
Mark Jaquith 03b8080356 Make sure attachments uploaded on unsaved drafts get reunited with their parent post. Props mdawaffe. fixes #3757
git-svn-id: https://develop.svn.wordpress.org/trunk@4884 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-15 01:03:06 +00:00
Mark Jaquith f2bedff370 Prevent double timezone offset when saving titleless AJAX-created drafts. fixes #3701
git-svn-id: https://develop.svn.wordpress.org/trunk@4882 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-14 22:44:57 +00:00
Mark Jaquith 855627315f Prevent plugins from taking down the install when plugin edits results in a fatal error. fixes #3254
git-svn-id: https://develop.svn.wordpress.org/trunk@4881 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-14 06:15:05 +00:00
Mark Jaquith 05e31695df get_settings() is deprecated, use get_option(). Props Donncha. fixes #3784
git-svn-id: https://develop.svn.wordpress.org/trunk@4880 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-14 04:54:14 +00:00
Ryan Boren 6fea4b0942 specialchars wp_explain_nonce() ouput.
git-svn-id: https://develop.svn.wordpress.org/trunk@4875 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-13 18:19:24 +00:00
Ryan Boren f6e2131c86 editPage and newPage escaping fixes from Joseph.
git-svn-id: https://develop.svn.wordpress.org/trunk@4874 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-12 19:20:31 +00:00
Matt Mullenweg 1a712fb612 Add similar hook as XML-RPC for Atom
git-svn-id: https://develop.svn.wordpress.org/trunk@4873 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-11 04:32:31 +00:00
Ryan Boren a7010b02c9 Send content type header. Props nbachiyski. fixes #3754
git-svn-id: https://develop.svn.wordpress.org/trunk@4871 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-06 20:12:53 +00:00
Ryan Boren 587188d556 XMLRPC changes from Joseph.
git-svn-id: https://develop.svn.wordpress.org/trunk@4870 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-06 01:44:23 +00:00
Ryan Boren 1da158c353 Make DB_COLLATE blank by default so that MySQL will choose the default collation for the charset. #3517
git-svn-id: https://develop.svn.wordpress.org/trunk@4867 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-05 21:37:47 +00:00
Ryan Boren e015e21650 Disambiguate queries. Props mhyk25. fixes #3747
git-svn-id: https://develop.svn.wordpress.org/trunk@4866 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-05 21:29:39 +00:00
Ryan Boren 81cadfe118 Typo fix from charleshooper. fixes #3743
git-svn-id: https://develop.svn.wordpress.org/trunk@4865 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-03 00:56:23 +00:00
Ryan Boren ae8cc717ac Check page ID only if is_page. fixes #3049
git-svn-id: https://develop.svn.wordpress.org/trunk@4863 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-02 16:38:26 +00:00
Ryan Boren 10550fe0cd More XMLRPC updates from Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@4862 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-02 07:43:59 +00:00
Matt Mullenweg 8143eac144 Filter for tweaking scripts srcs that go through the script loader.
git-svn-id: https://develop.svn.wordpress.org/trunk@4861 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-02 06:12:18 +00:00
Ryan Boren ab76209618 First cut at mysql utf-8 charset suport. Props to sehh, drupal, and textpattern. fixes #3517
git-svn-id: https://develop.svn.wordpress.org/trunk@4860 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-02 00:04:35 +00:00
Ryan Boren 609db68a78 Cache user id instead of full user object in the userlogins cache. Props charleshooper. fixes #3716
git-svn-id: https://develop.svn.wordpress.org/trunk@4859 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-02 00:00:36 +00:00
Mark Jaquith 26f5beaa3d make sure nothing going into the object cache is being passed by reference. fixes #3726
git-svn-id: https://develop.svn.wordpress.org/trunk@4856 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-01 09:16:15 +00:00