Commit Graph

4397 Commits

Author SHA1 Message Date
Matt Mullenweg 1ae7fb285e Remove the global rich_editing option, now it's just personal, fixes #2033
git-svn-id: https://develop.svn.wordpress.org/trunk@4574 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 11:16:31 +00:00
Matt Mullenweg 63dea5ed41 Curl them quotes, fixes #2835
git-svn-id: https://develop.svn.wordpress.org/trunk@4573 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 10:26:50 +00:00
Matt Mullenweg 4185964e93 Some additional hooks for extensibility.
git-svn-id: https://develop.svn.wordpress.org/trunk@4572 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 10:15:15 +00:00
Mark Jaquith 41696e78d5 cast to array when checking for old post slugs. fixes #3202
git-svn-id: https://develop.svn.wordpress.org/trunk@4571 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 04:51:09 +00:00
Ryan Boren 77e4790a50 Use temporary title when creating empty posts. Props mdawaffe. fixes #3097
git-svn-id: https://develop.svn.wordpress.org/trunk@4570 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 04:38:07 +00:00
Ryan Boren b002e7ce66 Create attachments for xmlrpc uploads. Props donncha. fixes #3400
git-svn-id: https://develop.svn.wordpress.org/trunk@4569 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 04:34:59 +00:00
Matt Mullenweg 36e8aa39df Adding a hook for comments, fixes #3084
git-svn-id: https://develop.svn.wordpress.org/trunk@4568 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 03:30:26 +00:00
Matt Mullenweg 9d7329cc68 Show HRs in posts, fixes #3291
git-svn-id: https://develop.svn.wordpress.org/trunk@4567 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 03:18:45 +00:00
Matt Mullenweg 5e9ecfffb0 Compress scripts using Dojo and link to the compressed versions, saving about 27kb total. Everything I tested still worked, except the colorpicker which is why it's not compressed.
git-svn-id: https://develop.svn.wordpress.org/trunk@4566 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 03:13:21 +00:00
Matt Mullenweg 1e969aed95 Don't texturize things inside of script or style tags, fixes #2647
git-svn-id: https://develop.svn.wordpress.org/trunk@4565 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 02:53:20 +00:00
Ryan Boren 56a74de876 Close previous element when depth is hit. fixes #3080
git-svn-id: https://develop.svn.wordpress.org/trunk@4564 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 00:38:25 +00:00
Ryan Boren f2fe75585f Export file content type fixups from mdawaffe. fixes #3080
git-svn-id: https://develop.svn.wordpress.org/trunk@4563 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 00:11:43 +00:00
Matt Mullenweg f9138f65e7 Small cleanup to autop, fixes #3238
git-svn-id: https://develop.svn.wordpress.org/trunk@4562 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 23:32:45 +00:00
Ryan Boren e9142f3f05 Make sure multiple attachments for the same post have unique permalinks. Props filosofo. fixes #3033
git-svn-id: https://develop.svn.wordpress.org/trunk@4561 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 23:09:27 +00:00
Ryan Boren c539a41672 Truncate sanitized titles to the size of the post_name field without killing multibye characters.
git-svn-id: https://develop.svn.wordpress.org/trunk@4560 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 20:26:42 +00:00
Ryan Boren 6248dfb2ca Enforce edit_users cap for users.php. Props westi. fixes #3410
git-svn-id: https://develop.svn.wordpress.org/trunk@4559 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 18:38:06 +00:00
Ryan Boren 7518f9f43d Import/export category data. Props andy. fixes #3403
git-svn-id: https://develop.svn.wordpress.org/trunk@4558 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 18:15:14 +00:00
Mark Jaquith 4952ea9672 Milestone for considering alternative feed parsing library was moved past 2.1, so dropping this for now.
git-svn-id: https://develop.svn.wordpress.org/trunk@4557 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 08:53:33 +00:00
Mark Jaquith be11dbe438 Remember old post slugs and automatically redirect to the new slug. fixes #3202
git-svn-id: https://develop.svn.wordpress.org/trunk@4556 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 08:48:56 +00:00
Ryan Boren 44e40092d5 Can't pass function return to array_shift.
git-svn-id: https://develop.svn.wordpress.org/trunk@4554 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 07:30:11 +00:00
Ryan Boren 798f6dd0d2 Spare input, param, and script from autop. fixes #3054
git-svn-id: https://develop.svn.wordpress.org/trunk@4553 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 02:00:40 +00:00
Ryan Boren 80203b1777 Don't use 'import' as a mime type. Props mdawaffe and westi. fixes #3219
git-svn-id: https://develop.svn.wordpress.org/trunk@4552 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 01:56:06 +00:00
Ryan Boren a92a6dea29 Fix feed links when using %category% permalink structure. Props westi. fixes #3214
git-svn-id: https://develop.svn.wordpress.org/trunk@4551 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 01:54:05 +00:00
Ryan Boren 01cfb71b45 Update allowed protocols. fixes #2726
git-svn-id: https://develop.svn.wordpress.org/trunk@4550 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 01:50:48 +00:00
Ryan Boren e4faef3550 Inline docs for wpdb. Props masquerade and davidhouse. #2474
git-svn-id: https://develop.svn.wordpress.org/trunk@4549 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 01:44:33 +00:00
Matt Mullenweg aae9c4b07f Always put checked categories first.
git-svn-id: https://develop.svn.wordpress.org/trunk@4548 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 00:22:18 +00:00
Matt Mullenweg 1950f6ec7b Prevent uploads from being hidden, fixes #3227
git-svn-id: https://develop.svn.wordpress.org/trunk@4547 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 00:09:50 +00:00
Matt Mullenweg 69004cdf58 Normalization of newlines fixes #1020, also did some minor reformatting.
git-svn-id: https://develop.svn.wordpress.org/trunk@4546 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 23:18:35 +00:00
Ryan Boren bccd583d54 gettext date format strings in wp_get_archives. fixes #1540
git-svn-id: https://develop.svn.wordpress.org/trunk@4545 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 21:34:51 +00:00
Matt Mullenweg bf95888137 Make cite smaller, fixes #3247 on most screens we care about.
git-svn-id: https://develop.svn.wordpress.org/trunk@4544 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 21:21:06 +00:00
Matt Mullenweg d302e6e66d Link to category post page, fixes #2253
git-svn-id: https://develop.svn.wordpress.org/trunk@4543 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 21:08:31 +00:00
Matt Mullenweg e886d70c4e This should be an XML representation of all comments on a post, fixes #1570
git-svn-id: https://develop.svn.wordpress.org/trunk@4542 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 21:02:40 +00:00
Matt Mullenweg 8d8d1f8ba4 Center ID and comments, fixes #3404
git-svn-id: https://develop.svn.wordpress.org/trunk@4541 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 20:57:52 +00:00
Mark Jaquith 89da054b7b Sanitize all plugin metadata, for consistency. Props Viper007Bond. fixes #3396
git-svn-id: https://develop.svn.wordpress.org/trunk@4540 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 09:22:49 +00:00
Mark Jaquith e5e1befa4d Fix parse error in wp-admin/link-add.php. Props mByte in wp-testers list.
git-svn-id: https://develop.svn.wordpress.org/trunk@4539 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 09:17:01 +00:00
Mark Jaquith 1f94472ff1 No sort if no results. Props mByte in wp-testers list.
git-svn-id: https://develop.svn.wordpress.org/trunk@4538 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 08:18:34 +00:00
Ryan Boren 359fa59fb3 xmlrpc filename sanitation. Props donncha. fixes #3395
git-svn-id: https://develop.svn.wordpress.org/trunk@4537 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-28 22:03:19 +00:00
Ryan Boren 024df1720d Bump ver number in MCE help dialog. Props Voper007Bond. fixes #3392
git-svn-id: https://develop.svn.wordpress.org/trunk@4536 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-28 22:00:10 +00:00
Ryan Boren 80cd515b96 Use js_escape. Props nbachiyski. fixes #3399
git-svn-id: https://develop.svn.wordpress.org/trunk@4535 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-28 21:51:13 +00:00
Ryan Boren cce9bce2cb Fix typo. fixes #3387
git-svn-id: https://develop.svn.wordpress.org/trunk@4534 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-26 18:00:53 +00:00
Ryan Boren 5a2e0d5e60 Filter post_content_filtered
git-svn-id: https://develop.svn.wordpress.org/trunk@4533 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-25 17:54:41 +00:00
Mark Jaquith aa86502ddf whitespace tidying by Viper007Bond. fixes #3385
git-svn-id: https://develop.svn.wordpress.org/trunk@4529 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-24 22:55:28 +00:00
Ryan Boren 15600c640e Caching fixes and cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@4528 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-24 20:44:03 +00:00
Ryan Boren db25035205 Typo. fixes #3389
git-svn-id: https://develop.svn.wordpress.org/trunk@4527 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-24 16:41:07 +00:00
Ryan Boren 3a6e842621 Upload filters in xmlrpc. fixes #3388
git-svn-id: https://develop.svn.wordpress.org/trunk@4526 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-24 16:39:51 +00:00
Ryan Boren 2bdfce3c20 cat_is_ancestor_of(). fixes #3387
git-svn-id: https://develop.svn.wordpress.org/trunk@4525 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-24 16:37:44 +00:00
Ryan Boren f74d084276 Key caches by blog ID for those doing the multi blog trick.
git-svn-id: https://develop.svn.wordpress.org/trunk@4524 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-23 20:39:39 +00:00
Matt Mullenweg 44cfe9ceda Typo in get_calendar
git-svn-id: https://develop.svn.wordpress.org/trunk@4523 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-23 18:31:27 +00:00
Matt Mullenweg 0fd7672651 Caching for get_calendar
git-svn-id: https://develop.svn.wordpress.org/trunk@4522 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-23 17:56:53 +00:00
Matt Mullenweg 5b2ba1257f Caching for get_pages
git-svn-id: https://develop.svn.wordpress.org/trunk@4521 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-23 17:21:08 +00:00