Commit Graph

10452 Commits

Author SHA1 Message Date
ryan
dd2d8110a9 2.8.5
git-svn-id: http://svn.automattic.com/wordpress/tags/2.8.5@12078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2.8.5
2009-10-20 22:58:47 +00:00
ryan
7826e2fe92 2.8.5
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@12077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-10-20 22:11:55 +00:00
ryan
707c2dc83d Rebump
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@12075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-10-20 19:20:21 +00:00
ryan
d811c10202 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@12074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-10-20 19:17:47 +00:00
ryan
bf7442a9a3 Strip nulls
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@12073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-10-20 18:54:50 +00:00
westi
15d5dbd44b Move theme preview away from using create_function and to predefined functions. See #10729 for 2.8 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@12070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-10-20 17:05:42 +00:00
westi
aeaafa32d2 Backport of the switch of the post|page being editing message from a create_function call to a normal function and reduce the duplicated code. See #10729 for 2.8 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@12068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-10-20 17:00:34 +00:00
westi
be00063619 Mark the branch with an alpha version number.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@12067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-10-20 16:47:07 +00:00
ryan
2ba430fac6 Strip commas and spaces from charset. Props Jose Carlos Norte
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@12057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-10-19 15:10:59 +00:00
ryan
14b9111b10 Remove trailing whitespace after closing tag
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-09-24 17:16:34 +00:00
ryan
23057f7de3 Add btt.php and jkw.php to list of files to remove during upgrade.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-09-11 18:12:47 +00:00
ryan
7aaba86070 Retire Jerome's keywords importer
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-09-11 17:55:18 +00:00
ryan
ad7b4aa88d Retire BunnyTags importer
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-09-11 17:53:39 +00:00
ryan
0a156da1e7 Add missing break. Props snakefoot. fixes #10692 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-09-11 13:43:29 +00:00
westi
89e9aea34f Replace eval usage in request processing with new WP_MatchesMapRegex() class usage. Fixes #9602 for 2.8 branch props hakre.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-28 06:07:07 +00:00
ryan
1455cc4533 Prophylactic escapes
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-28 00:22:30 +00:00
ryan
22f40058e5 Don't import _wp_attachment_metadata. It is regenerated when the attachment is imported.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11889 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-28 00:21:42 +00:00
ryan
23046c9593 Disallow unfiltered uploads for admins by default. fixes #10692 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-28 00:19:06 +00:00
azaozz
193aca2e76 Fix notice in wp-admin/includes/post.php, props harrym, fixes #10678 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-24 19:40:56 +00:00
westi
15aee919f7 Ensure that drafts viewed over XMLRPC have a correct gmt date set. Fixes #10244 for 2.8 branch props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-20 07:06:08 +00:00
westi
3958df020f Restore the default behaviour on install of blogs appearing in search engines. Fixes #10621 for 2.8 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-16 09:08:12 +00:00
westi
1ce7e21152 Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for 2.8 branch props mysz.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-13 20:47:13 +00:00
ryan
fbe5e94e96 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-12 00:41:44 +00:00
ryan
8e3d139cd3 Pass user login when resetting passwords.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-11 06:03:45 +00:00
ryan
a547527125 Enforce activation key to be a string.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11800 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-11 05:31:28 +00:00
ryan
260fe48798 Reject activation keys that are arrays.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-11 04:53:57 +00:00
azaozz
9775268b25 Stop direct loading of files in wp-admin that should only be included, for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-03 00:07:41 +00:00
ryan
6350a22e45 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-02 23:18:57 +00:00
ryan
b3458cc79c Add some CYA cap checks.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-02 23:11:54 +00:00
azaozz
57dad41e07 More cap checks, for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-02 02:24:43 +00:00
ryan
82fbf6950d Add some CYA cap checks.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-08-01 21:15:59 +00:00
azaozz
0bdae51fe5 Fix invalid border-radius css, props Simek, fixes #10500 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-30 16:30:18 +00:00
azaozz
f1f76a4e4c Don't show edit link for comments when the user cannot edit them, props filosofo, fixes #10520 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11751 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-30 15:41:40 +00:00
azaozz
9681a5253d Fix comment author url when editing, fixes #10466 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-22 22:33:11 +00:00
ryan
a3dfb66515 Pings to the people. Return to pinging for updates to published posts. see #6698 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-21 23:10:34 +00:00
ryan
af6fef4026 Process waiting pings a half hour after the last ping to avoid spamming ping sites. Don't make a ping wait if the last ping was more than half an hour ago. Props VoxPelli. fixes #6698 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-21 19:45:16 +00:00
ryan
623d899936 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-20 03:50:29 +00:00
ryan
6fef2be21e esc_attr() for comment author email
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-20 02:54:20 +00:00
ryan
bb8543539a Bump readme version
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-20 02:29:24 +00:00
ryan
f1452273f9 esc_url() for (), for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-20 01:43:13 +00:00
azaozz
3d3957f592 Properly escape comment_author_url when displaying, for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-18 23:21:00 +00:00
westi
63c713caf6 Update the version number in the 2.8 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-11 09:20:41 +00:00
azaozz
c756bd4921 Properly escape the title in the feed widget, props nbachiyski, fixes #10378 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-11 04:17:47 +00:00
ryan
e88c4638a2 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-09 18:23:00 +00:00
azaozz
f98eb99312 Fix deprecated arg. in safecss_filter_attr(), for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-08 09:53:22 +00:00
westi
c11965b203 Update readme version for 2.8.1. Fixes #10356 props nanochrome and dcole07.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-08 07:07:19 +00:00
ryan
ebf45790f5 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-07 03:03:17 +00:00
ryan
c7c347c02d Allow class, id, and style on headers. Props matt. for 2.8.1
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-06 14:38:24 +00:00
azaozz
53c7f2acf5 Convert the old style widgets order array only when loading the widgets screen, fixes #10300 for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-04 12:48:51 +00:00
azaozz
b618aca0cf Inline CSS filter for kses, for 2.8
git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11688 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-04 04:47:58 +00:00