Commit Graph

7074 Commits

Author SHA1 Message Date
ryan cffdcdb09c Respect post_ID update when doing multiple add meta AJAX requests. Props mdawaffe. fixes #7170 see #6457 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-23 23:27:07 +00:00
westi 9540ab9d33 Fix a possible fatal error on the dashboard. Fixes #6833 for 2.5.x
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-20 17:10:53 +00:00
ryan 78fd595375 previous_post_link and next_post_link filters. Props JohnLamansky. fixes #6985 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-16 22:27:20 +00:00
ryan b8268f297b RTL fixes from RanYanivHartstein. fixes #6826 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-16 22:23:39 +00:00
ryan bdf5fe3458 category_name is not a valid arg. Use name__like. Props drdavid. fixes #6722 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-16 22:19:54 +00:00
ryan f60daf0600 Don't unpublish pages when a user who can edit publised pages but not publish new pages edits a page. Props jeremyclarke. fixes #6943 #7070 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-16 20:44:30 +00:00
ryan 0a41440777 Don't trim strings in maybe_serialize(). Props hakre. fixes #7132 #7133 #4781 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-16 20:41:15 +00:00
ryan 2ff5bed2f9 Fix page 404 when page_for_posts is empty. fixes #6539
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-16 20:34:01 +00:00
ryan d24e24423e Encode < and > in wp_richedit_pre. Props azaozz. fixes #6449 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-06-12 21:38:58 +00:00
ryan e396e88ae1 New filter and phpdoc for get_image_tag(). Props jacobsantos. fixes #7065 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-31 19:13:24 +00:00
ryan 1bbca8ac17 Close link postboxes
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-30 21:17:02 +00:00
ryan b49a46b034 Add some noncing. Props andy.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-30 20:43:42 +00:00
ryan 6a179fbf59 Add charset to async-upload content-type header. Props duncanmc. fixes #6873 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-30 20:42:51 +00:00
ryan 7e1bce5ac2 get_post_ancestors() fixes. fixes #7029 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-30 20:31:58 +00:00
ryan 13c775003b Fix duplicate comment notifications. Props MtDewVirus. fixes #6892 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-28 15:42:04 +00:00
ryan 7c49067a7c Fix slashing in tag feed link. fixes #7044 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@8001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-27 17:57:35 +00:00
ryan 8d5ee6fa82 Clean and escape
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-20 18:09:38 +00:00
ryan f0ebff3aef get_archives_link filter. Props codealsatian. fixes #5530 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-20 16:44:01 +00:00
ryan b86f62b794 Use user_trailingslashit. Props Sam_a. fixes #6996 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-19 18:51:12 +00:00
ryan 3be5567bdd Make sure taxonomy args are set before using. Props Sam_a. fixes #6960 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-19 18:47:48 +00:00
ryan 06384cbcaf Fix FTP SSL setting. Props DD32. fixes #6986 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-18 20:10:08 +00:00
ryan 32b45e4478 Clear out bad activation keys from 2.5.1. fixes #6842 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-15 20:10:07 +00:00
ryan 7cb2bf127d default is a valid page template. see #6098
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-13 21:03:46 +00:00
ryan eedf02b582 wp_insert_post() -- Validate page template, check return of insert and update queries, add option to return WP_Error. fixes #6227 see #6098. for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-12 23:43:40 +00:00
ryan 9c313a688d Resurrect comment approval notification. Props chmac. fixes #6892 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-12 16:14:55 +00:00
ryan 7c63796d6a global-rtl.css from mdawaffe. fixes #6931 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-08 17:47:11 +00:00
ryan e431a74756 Get color option for user being edited, not current user. Props regulatethis. fixes #6911 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-05 20:09:46 +00:00
westi 7e6235bf6d Add missing form end tag. Fixes for 2.5.x branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-04 21:34:06 +00:00
ryan 5233b636ec Widget arrangement fix from azaozz. fixes #6876 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-04 02:05:38 +00:00
ryan a1a94438e1 Fix post name check prepare. Props westi. see #6894 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-02 17:28:36 +00:00
ryan af2a4fc884 Fix send_to_editor escaping. Props Glotzfisch. fixes #6898 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-02 17:26:30 +00:00
ryan 00ecaa2069 Use array calling style. Props guillep2k for the find. fixes #6637 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-02 17:00:17 +00:00
ryan ab88a17862 Classic theme navigation fix from Otto42. fixes #6513 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-01 21:36:13 +00:00
ryan 7f3cc12b4a Refresh thickbox css. Props azaozz. fixes #6843 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-01 16:51:48 +00:00
ryan ceb3b55d9b Bump script vers. see #6843
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-30 23:34:20 +00:00
ryan af211f328e thickbox and media upload fixes from azaozz. fixes #6843 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7863 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-30 20:28:02 +00:00
ryan 847413f778 send_to_editor fix for FF. Props azaozz. fixes #6864 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-30 20:12:54 +00:00
ryan 5c242050b1 Use number_format_i18n on Awaiting Moderation count. fixes #6700 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-29 23:27:53 +00:00
ryan fc033b22c8 Use number_format_i18n on Awaiting Moderation count. fixes #6700 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-29 23:04:24 +00:00
ryan 160f13b9c2 Use wp_count_comments() instead of direct query.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-29 18:35:24 +00:00
ryan 85c8f32446 Consolidate class attributes. Props robertaccettura. fixes #6853 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-28 15:17:39 +00:00
westi 42ca8d0348 We have moved on now.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7844 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-28 06:22:58 +00:00
westi 847449ba8d Make sure the direct feed files work when siteurl == homeurl. Fixes #6460 for the 2.5 branch props DD32.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-28 06:20:53 +00:00
ryan ee5697e803 Don't reuse image_send_to_editor filter in get_image_tag(). Props AaronCampbell. fixes #6806 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-25 17:59:12 +00:00
ryan b70d19ecf4 Add arg to make special chars optional when generating passwords. fixes #6842 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-25 17:12:56 +00:00
ryan b5f095aaf1 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-25 15:40:25 +00:00
ryan e4d91883ca Allow editing of attachmentts with no titles. Props mdawaffe. fixes #6839 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-25 15:28:22 +00:00
ryan f5cfd43ba7 Move cap check up. Props mdawaffe. fixes #6838 for trunk
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7830 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-25 15:23:23 +00:00
ryan 6c50df7ee0 Add cap checks. see #6838
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7828 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-25 15:01:28 +00:00
markjaquith 99854603b7 fix typo in [7823] for 2.5.1
git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7826 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-25 06:40:52 +00:00