Commit Graph

288 Commits

Author SHA1 Message Date
markjaquith
d0e0ceb748 Move wp_check_for_changed_slugs() to post.php so it can be called in non-admin contexts. fixes #3461
git-svn-id: http://svn.automattic.com/wordpress/trunk@4637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-10 17:17:39 +00:00
ryan
3b09e48f19 Create attachment metadata for xmlrpc uploads. Props mdawaffe. fixes #3452
git-svn-id: http://svn.automattic.com/wordpress/trunk@4628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-07 22:42:22 +00:00
ryan
995d839bfb Attachment data abstraction from mdawaffe. fixes #3440
git-svn-id: http://svn.automattic.com/wordpress/trunk@4612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-05 22:37:19 +00:00
markjaquith
b6092da12a Fix Template Name and Description metadata regex typo. Props devil1591. fixes #3437
git-svn-id: http://svn.automattic.com/wordpress/trunk@4610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-05 12:29:08 +00:00
ryan
7d4c7408f5 upload-js gettext. Props nbachiyski. fixes #3224
git-svn-id: http://svn.automattic.com/wordpress/trunk@4605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-05 02:29:45 +00:00
ryan
bff928f8b8 Hooks needed to allow alternate category admin inteface. Props alexkingorg. fixes #3408
git-svn-id: http://svn.automattic.com/wordpress/trunk@4595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-04 00:48:03 +00:00
ryan
ccacbf47cd Better AJAX feedback messages and markup fixes. Props mdawaffe. fixes #3208
git-svn-id: http://svn.automattic.com/wordpress/trunk@4583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-01 23:00:04 +00:00
ryan
3026668de6 Return status from save_mod_rewrite_rules(). Props Viper007Bond. fixes #3409
git-svn-id: http://svn.automattic.com/wordpress/trunk@4577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-01 12:07:01 +00:00
markjaquith
7ed36f06aa cast to array when checking for old post slugs. fixes #3202
git-svn-id: http://svn.automattic.com/wordpress/trunk@4571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-01 04:51:09 +00:00
markjaquith
42529f4516 Remember old post slugs and automatically redirect to the new slug. fixes #3202
git-svn-id: http://svn.automattic.com/wordpress/trunk@4556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-30 08:48:56 +00:00
ryan
556b27b296 Don't use 'import' as a mime type. Props mdawaffe and westi. fixes #3219
git-svn-id: http://svn.automattic.com/wordpress/trunk@4552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-30 01:56:06 +00:00
ryan
832953ade7 Update allowed protocols. fixes #2726
git-svn-id: http://svn.automattic.com/wordpress/trunk@4550 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-30 01:50:48 +00:00
matt
b16435a39a Always put checked categories first.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-30 00:22:18 +00:00
matt
a43de12ebd Link to category post page, fixes #2253
git-svn-id: http://svn.automattic.com/wordpress/trunk@4543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-29 21:08:31 +00:00
markjaquith
bd8ca8ff8e No sort if no results. Props mByte in wp-testers list.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-29 08:18:34 +00:00
matt
912d2af84f Fixes funky category checkbox spacing in IE
git-svn-id: http://svn.automattic.com/wordpress/trunk@4515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-22 06:04:09 +00:00
ryan
9f534ebae6 Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
git-svn-id: http://svn.automattic.com/wordpress/trunk@4495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-19 07:56:05 +00:00
ryan
c232a94981 Don't need to mark as private in page_rows() since get_the_title() does it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4492 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-19 07:29:09 +00:00
ryan
f13014d8a5 Show 'Unpublished' instead of epoch time for drafts.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-19 07:24:55 +00:00
ryan
0a926ab21a Menu reparenting fixes. Now even more complex and incomprehensible.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4481 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-18 16:24:31 +00:00
matt
07126127e6 Admin functions cleanup, and change how we do titles and parents in the backend
git-svn-id: http://svn.automattic.com/wordpress/trunk@4478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-18 06:09:48 +00:00
markjaquith
4c586e45ff unserialize serialized strings for ajax custom field addition. fixes #2591
git-svn-id: http://svn.automattic.com/wordpress/trunk@4418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-24 09:14:47 +00:00
markjaquith
0fd28b6d83 Don't assume that TinyMCE exists, and degrade gracefully if it doesn't. fixes #3272
git-svn-id: http://svn.automattic.com/wordpress/trunk@4417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-24 03:57:19 +00:00
markjaquith
0c12548e12 increase postmeta dropdown limit to 30, add filter for the limit, sort the keys. props Alex King. fixes #3237
git-svn-id: http://svn.automattic.com/wordpress/trunk@4413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-22 03:18:07 +00:00
markjaquith
e04c8d972e Attachment link fixes from mdawaffe. fixes #3261
git-svn-id: http://svn.automattic.com/wordpress/trunk@4408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-19 00:37:10 +00:00
ryan
514b7a3415 i18n fix from Sewar. fixes #3242
git-svn-id: http://svn.automattic.com/wordpress/trunk@4405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-18 21:04:27 +00:00
matt
fb64ee90ef Some helper functions for themes and images
git-svn-id: http://svn.automattic.com/wordpress/trunk@4401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-16 06:06:18 +00:00
matt
94fc4bdc61 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: http://svn.automattic.com/wordpress/trunk@4388 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-13 07:44:35 +00:00
markjaquith
21d1fc231c cleanup [4382] a bit
git-svn-id: http://svn.automattic.com/wordpress/trunk@4383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-13 00:23:25 +00:00
markjaquith
854cf56a7d Prevent users from entering strings that will be interpreted as serialized arrays/objects on the way out. fixes #2591
git-svn-id: http://svn.automattic.com/wordpress/trunk@4382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-12 23:54:36 +00:00
ryan
12c6583306 Inline uploader styling from mdawaffe. fixes #3212
git-svn-id: http://svn.automattic.com/wordpress/trunk@4355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-07 18:31:39 +00:00
markjaquith
357cff9ddc move plugin sorting (by Name) to get_plugins() so that it works for the Edit Plugins page too. fixes: #2412
git-svn-id: http://svn.automattic.com/wordpress/trunk@4325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-04 09:36:21 +00:00
ryan
b5741c1270 Uploader improvements from mdawaffe. fixes #3191
git-svn-id: http://svn.automattic.com/wordpress/trunk@4274 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-03 07:15:13 +00:00
ryan
6a11fe2c7a Show all cats when editing link. Order cats by most used.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-02 21:52:11 +00:00
ryan
2f93dc5e8c Use correct var. Props Nazgul. fixes #3182
git-svn-id: http://svn.automattic.com/wordpress/trunk@4266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-02 18:27:11 +00:00
ryan
43f36aab78 RTL enhancements from Sewar. #3136
git-svn-id: http://svn.automattic.com/wordpress/trunk@4258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-27 00:51:17 +00:00
ryan
f3de5a0f0e Use delete_page cap. Props activeingredient. fixes #3162
git-svn-id: http://svn.automattic.com/wordpress/trunk@4220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-25 01:19:08 +00:00
ryan
a133ed04a1 Don't reset cookies if INSTALLING.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-23 06:02:45 +00:00
ryan
a855814939 Tabbed editor fixes from skeltoac. #2829
git-svn-id: http://svn.automattic.com/wordpress/trunk@4210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-22 22:24:50 +00:00
ryan
df430b5df3 Tabbed editor from skeltoac. fixes #2829
git-svn-id: http://svn.automattic.com/wordpress/trunk@4206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-22 07:04:41 +00:00
ryan
7a032342b3 Turn hard-coded paths to defines. Pull gettext includes int wp-settings. Props mdawaffe. fixes #3157
git-svn-id: http://svn.automattic.com/wordpress/trunk@4202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-21 20:46:39 +00:00
ryan
ad1924f837 do_action_ref_array(). fixes #3125
git-svn-id: http://svn.automattic.com/wordpress/trunk@4186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-12 17:45:23 +00:00
matt
0957f9a061 Bring back missing filter for wp_create_thumbnail
git-svn-id: http://svn.automattic.com/wordpress/trunk@4182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-11 02:19:15 +00:00
ryan
9e240a859f Specify number of accepted args.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-08 23:18:03 +00:00
ryan
5898bcca41 Move home and siteurl update events to action hooks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-08 21:42:05 +00:00
ryan
6b7de4afd3 Validate good times, come on. Props Viper007Bond. fixes #3113
git-svn-id: http://svn.automattic.com/wordpress/trunk@4169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-07 17:28:29 +00:00
ryan
261b9c73b0 Enable quicktags for safari. Props mattyrob. fixes #3051
git-svn-id: http://svn.automattic.com/wordpress/trunk@4164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-03 19:35:37 +00:00
ryan
849a0d29d7 Use get_option instead of get_settings. Just 'cause.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-08-30 21:46:31 +00:00
ryan
39e27240a8 Don't specialchar user description on save. fixes #3069
git-svn-id: http://svn.automattic.com/wordpress/trunk@4118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-08-25 17:47:19 +00:00
ryan
207d876c81 Make those chars feel special.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-08-24 22:33:16 +00:00