Commit Graph

295 Commits

Author SHA1 Message Date
Ryan Boren 4942019a9c Typo fixes from mdawaffe. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4664 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-27 00:51:00 +00:00
Mark Jaquith 2c190706cd Categories with zero posts and posts with no comments no longer link to those empty views in the admin. fixes #3493
git-svn-id: https://develop.svn.wordpress.org/trunk@4659 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 23:40:16 +00:00
Mark Jaquith f95b191dab i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4658 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 23:06:18 +00:00
Mark Jaquith a011b23b47 Whitespace cleanup for [4656]
git-svn-id: https://develop.svn.wordpress.org/trunk@4657 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 10:45:58 +00:00
Mark Jaquith 31c39f948d new function for escaping within attributes: attribute_escape()
git-svn-id: https://develop.svn.wordpress.org/trunk@4656 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 10:10:04 +00:00
Ryan Boren 0620ac2076 Enable RTE for new users. fixes #3485
git-svn-id: https://develop.svn.wordpress.org/trunk@4651 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-19 23:19:12 +00:00
Ryan Boren 1b7d2a91d8 Move wp_generate_attachment_metadata() and friends to admin-functions.php and include admin-functions from xmlrpc.
git-svn-id: https://develop.svn.wordpress.org/trunk@4643 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-12 08:36:16 +00:00
Mark Jaquith dc22bfe6f6 Move wp_check_for_changed_slugs() to post.php so it can be called in non-admin contexts. fixes #3461
git-svn-id: https://develop.svn.wordpress.org/trunk@4637 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-10 17:17:39 +00:00
Ryan Boren e8184e1027 Create attachment metadata for xmlrpc uploads. Props mdawaffe. fixes #3452
git-svn-id: https://develop.svn.wordpress.org/trunk@4628 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-07 22:42:22 +00:00
Ryan Boren 32c1d247ac Attachment data abstraction from mdawaffe. fixes #3440
git-svn-id: https://develop.svn.wordpress.org/trunk@4612 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-05 22:37:19 +00:00
Mark Jaquith b86eca3e1f Fix Template Name and Description metadata regex typo. Props devil1591. fixes #3437
git-svn-id: https://develop.svn.wordpress.org/trunk@4610 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-05 12:29:08 +00:00
Ryan Boren 9220699686 upload-js gettext. Props nbachiyski. fixes #3224
git-svn-id: https://develop.svn.wordpress.org/trunk@4605 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-05 02:29:45 +00:00
Ryan Boren 50442c5914 Hooks needed to allow alternate category admin inteface. Props alexkingorg. fixes #3408
git-svn-id: https://develop.svn.wordpress.org/trunk@4595 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-04 00:48:03 +00:00
Ryan Boren f906c003c6 Better AJAX feedback messages and markup fixes. Props mdawaffe. fixes #3208
git-svn-id: https://develop.svn.wordpress.org/trunk@4583 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 23:00:04 +00:00
Ryan Boren 70d72e9942 Return status from save_mod_rewrite_rules(). Props Viper007Bond. fixes #3409
git-svn-id: https://develop.svn.wordpress.org/trunk@4577 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 12:07:01 +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
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 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 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
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 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
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
Matt Mullenweg 6e2b05df30 Fixes funky category checkbox spacing in IE
git-svn-id: https://develop.svn.wordpress.org/trunk@4515 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-22 06:04:09 +00:00
Ryan Boren e44ea1ff93 Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
git-svn-id: https://develop.svn.wordpress.org/trunk@4495 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 07:56:05 +00:00
Ryan Boren 7b7647cc63 Don't need to mark as private in page_rows() since get_the_title() does it.
git-svn-id: https://develop.svn.wordpress.org/trunk@4492 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 07:29:09 +00:00
Ryan Boren a89032ffe3 Show 'Unpublished' instead of epoch time for drafts.
git-svn-id: https://develop.svn.wordpress.org/trunk@4491 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 07:24:55 +00:00
Ryan Boren 19051fe4d3 Menu reparenting fixes. Now even more complex and incomprehensible.
git-svn-id: https://develop.svn.wordpress.org/trunk@4481 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 16:24:31 +00:00
Matt Mullenweg 6af3bdbb32 Admin functions cleanup, and change how we do titles and parents in the backend
git-svn-id: https://develop.svn.wordpress.org/trunk@4478 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 06:09:48 +00:00
Mark Jaquith 60fb538b78 unserialize serialized strings for ajax custom field addition. fixes #2591
git-svn-id: https://develop.svn.wordpress.org/trunk@4418 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-24 09:14:47 +00:00
Mark Jaquith c1f5e720eb Don't assume that TinyMCE exists, and degrade gracefully if it doesn't. fixes #3272
git-svn-id: https://develop.svn.wordpress.org/trunk@4417 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-24 03:57:19 +00:00
Mark Jaquith 0e51961694 increase postmeta dropdown limit to 30, add filter for the limit, sort the keys. props Alex King. fixes #3237
git-svn-id: https://develop.svn.wordpress.org/trunk@4413 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-22 03:18:07 +00:00
Mark Jaquith a5298798aa Attachment link fixes from mdawaffe. fixes #3261
git-svn-id: https://develop.svn.wordpress.org/trunk@4408 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-19 00:37:10 +00:00
Ryan Boren 60f628e4c0 i18n fix from Sewar. fixes #3242
git-svn-id: https://develop.svn.wordpress.org/trunk@4405 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-18 21:04:27 +00:00
Matt Mullenweg e37451b79a Some helper functions for themes and images
git-svn-id: https://develop.svn.wordpress.org/trunk@4401 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-16 06:06:18 +00:00
Matt Mullenweg 63202c0f73 Don't let people upload files bigger than PHP will allow, and echo out the limit. This should be done for the inline uploader too (ping mdawaffe)
git-svn-id: https://develop.svn.wordpress.org/trunk@4388 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-13 07:44:35 +00:00
Mark Jaquith f0a421f185 cleanup [4382] a bit
git-svn-id: https://develop.svn.wordpress.org/trunk@4383 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-13 00:23:25 +00:00
Mark Jaquith 41ace9de74 Prevent users from entering strings that will be interpreted as serialized arrays/objects on the way out. fixes #2591
git-svn-id: https://develop.svn.wordpress.org/trunk@4382 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-12 23:54:36 +00:00
Ryan Boren 0752c5cd2c Inline uploader styling from mdawaffe. fixes #3212
git-svn-id: https://develop.svn.wordpress.org/trunk@4355 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-07 18:31:39 +00:00
Mark Jaquith 81bb761e4d move plugin sorting (by Name) to get_plugins() so that it works for the Edit Plugins page too. fixes: #2412
git-svn-id: https://develop.svn.wordpress.org/trunk@4325 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-04 09:36:21 +00:00
Ryan Boren ad90b4519b Uploader improvements from mdawaffe. fixes #3191
git-svn-id: https://develop.svn.wordpress.org/trunk@4274 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-03 07:15:13 +00:00
Ryan Boren 7d1e552528 Show all cats when editing link. Order cats by most used.
git-svn-id: https://develop.svn.wordpress.org/trunk@4272 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-02 21:52:11 +00:00
Ryan Boren ca1d950498 Use correct var. Props Nazgul. fixes #3182
git-svn-id: https://develop.svn.wordpress.org/trunk@4266 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-02 18:27:11 +00:00
Ryan Boren 455dd7d763 RTL enhancements from Sewar. #3136
git-svn-id: https://develop.svn.wordpress.org/trunk@4258 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-27 00:51:17 +00:00
Ryan Boren d8250fa8ce Use delete_page cap. Props activeingredient. fixes #3162
git-svn-id: https://develop.svn.wordpress.org/trunk@4220 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-25 01:19:08 +00:00
Ryan Boren daa2dd78fe Don't reset cookies if INSTALLING.
git-svn-id: https://develop.svn.wordpress.org/trunk@4211 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-23 06:02:45 +00:00
Ryan Boren f81191d1a4 Tabbed editor fixes from skeltoac. #2829
git-svn-id: https://develop.svn.wordpress.org/trunk@4210 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-22 22:24:50 +00:00
Ryan Boren c82cc535bc Tabbed editor from skeltoac. fixes #2829
git-svn-id: https://develop.svn.wordpress.org/trunk@4206 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-22 07:04:41 +00:00
Ryan Boren 7e99c9b9d7 Turn hard-coded paths to defines. Pull gettext includes int wp-settings. Props mdawaffe. fixes #3157
git-svn-id: https://develop.svn.wordpress.org/trunk@4202 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-21 20:46:39 +00:00
Ryan Boren 7d25a72195 do_action_ref_array(). fixes #3125
git-svn-id: https://develop.svn.wordpress.org/trunk@4186 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-12 17:45:23 +00:00
Matt Mullenweg 8a3b227fb9 Bring back missing filter for wp_create_thumbnail
git-svn-id: https://develop.svn.wordpress.org/trunk@4182 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-11 02:19:15 +00:00