Commit Graph

1577 Commits

Author SHA1 Message Date
Ryan Boren 99cf0b7b90 Dynamic menu reparenting. fixes #2257
git-svn-id: https://develop.svn.wordpress.org/trunk@3536 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-17 00:57:10 +00:00
Ryan Boren a5e4c0a7d9 schedule future posts with cron when upgrading.
git-svn-id: https://develop.svn.wordpress.org/trunk@3534 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-14 23:48:44 +00:00
Ryan Boren c28dad5a86 Correct inverted logic.
git-svn-id: https://develop.svn.wordpress.org/trunk@3533 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-14 23:37:28 +00:00
Ryan Boren fc5b064604 Bump db ver check.
git-svn-id: https://develop.svn.wordpress.org/trunk@3532 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-14 23:25:36 +00:00
Ryan Boren 6add46af14 Give future posts a post_status of future when upgrading.
git-svn-id: https://develop.svn.wordpress.org/trunk@3531 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-14 23:22:22 +00:00
Ryan Boren 14e0e16c39 dotclear importer fix from thomasq. fixes #2430
git-svn-id: https://develop.svn.wordpress.org/trunk@3530 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-14 22:32:25 +00:00
Ryan Boren 4fc77411ee Option to 'mark as spam' in notification e-mail from Mark J. fixes #1048
git-svn-id: https://develop.svn.wordpress.org/trunk@3529 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-14 20:09:13 +00:00
Ryan Boren b8dd301bf4 Don't show private and draft pages in post lists. fixes #2442
git-svn-id: https://develop.svn.wordpress.org/trunk@3528 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-14 06:23:03 +00:00
Ryan Boren 6b1c03c07e Move generic_ping() to execute-pings.php. fixes #2440
git-svn-id: https://develop.svn.wordpress.org/trunk@3524 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-13 23:14:59 +00:00
Ryan Boren d5c2312e67 Trackback only for published posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@3521 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 09:07:37 +00:00
Ryan Boren 609f602104 Category count fix from MichaelH. fixes #2212
git-svn-id: https://develop.svn.wordpress.org/trunk@3520 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 08:22:42 +00:00
Ryan Boren 6008a133c4 Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: https://develop.svn.wordpress.org/trunk@3517 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 07:53:23 +00:00
Ryan Boren 48dc264515 Hide add cat if user does not have mange_categories cap. Props Mark Jaquith. fixes #2432
git-svn-id: https://develop.svn.wordpress.org/trunk@3516 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 07:46:34 +00:00
Ryan Boren f156e83af5 Post status = future. #2426
git-svn-id: https://develop.svn.wordpress.org/trunk@3514 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 07:41:56 +00:00
Ryan Boren bde96bc025 Add new page caps now that pages can be draft or publish. Brings page caps to parity with posts. Add delete caps for posts and pages. fixes #2382 #2336 #2301
git-svn-id: https://develop.svn.wordpress.org/trunk@3513 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-11 09:56:02 +00:00
Ryan Boren f961003343 Allow draft pages. Use post_type for object types. Reserve post_status strictly for status. fixes #1820
git-svn-id: https://develop.svn.wordpress.org/trunk@3510 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-09 10:03:48 +00:00
Matt Mullenweg db5355013c Nice new hook, fixes #2398
git-svn-id: https://develop.svn.wordpress.org/trunk@3509 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-09 09:03:13 +00:00
Ryan Boren 2f46d64518 Remove execute bit from uploaded files. #2190
git-svn-id: https://develop.svn.wordpress.org/trunk@3501 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-30 22:03:06 +00:00
Ryan Boren d777efb7b0 Add text/javascript header to cat-js.php. Props Juergen. fixes #2351
git-svn-id: https://develop.svn.wordpress.org/trunk@3500 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-30 21:39:20 +00:00
Ryan Boren d9f55997b3 Make check_admin_referer() pluggable.
git-svn-id: https://develop.svn.wordpress.org/trunk@3497 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-29 23:06:58 +00:00
Ryan Boren df35bf3ca9 TB fix. fixes #2197
git-svn-id: https://develop.svn.wordpress.org/trunk@3492 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-29 00:12:14 +00:00
Ryan Boren 2307a29c94 CGI ping fixes. fixes #2197
git-svn-id: https://develop.svn.wordpress.org/trunk@3491 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-28 18:41:19 +00:00
Ryan Boren 65ebbb6385 Role display fix from Owen. fixes #2338
git-svn-id: https://develop.svn.wordpress.org/trunk@3483 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-25 03:44:35 +00:00
Ryan Boren a2e19bdbef Username sanitization cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@3481 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-25 03:09:16 +00:00
Ryan Boren 696afcde2e Upload links fix. fixes #2337
git-svn-id: https://develop.svn.wordpress.org/trunk@3480 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-25 00:49:13 +00:00
Ryan Boren 068d987b1a uksort() not usort()
git-svn-id: https://develop.svn.wordpress.org/trunk@3479 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-24 09:44:17 +00:00
Ryan Boren a0467454ef Sort plugins by plugin name, not file name.
git-svn-id: https://develop.svn.wordpress.org/trunk@3477 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-24 07:48:21 +00:00
Ryan Boren 3855fbe248 Don't list current theme in the availablet themes list.
git-svn-id: https://develop.svn.wordpress.org/trunk@3476 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-24 07:38:29 +00:00
Ryan Boren 28bd6692a0 is_preview() fixes from David House. fixes #2188
git-svn-id: https://develop.svn.wordpress.org/trunk@3473 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-23 23:39:56 +00:00
Ryan Boren baeea6657e updateOtherIcon. fixes #2315
git-svn-id: https://develop.svn.wordpress.org/trunk@3469 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-21 05:41:52 +00:00
Ryan Boren a096f26055 Execute pings rework from skeltoac. #2197
git-svn-id: https://develop.svn.wordpress.org/trunk@3463 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-19 00:03:28 +00:00
Ryan Boren bc83012b6a Accomodate long page names in Page Parent dropdown. Props David House. fixes #2304
git-svn-id: https://develop.svn.wordpress.org/trunk@3457 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-18 19:21:37 +00:00
Ryan Boren a6baed8b6c Check upload_files cap for inline uploader. Props David House and doit-cu. fixes #2302
git-svn-id: https://develop.svn.wordpress.org/trunk@3456 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-18 19:16:31 +00:00
Ryan Boren 2083c8d0b9 wp_roles cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@3453 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-18 03:07:26 +00:00
Matt Mullenweg d2883b90ce Axe those funny looking lines - fixes #2192
git-svn-id: https://develop.svn.wordpress.org/trunk@3450 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-17 01:51:26 +00:00
Matt Mullenweg a3b37a3efd Strip some more funny chars, fixes #2093
git-svn-id: https://develop.svn.wordpress.org/trunk@3446 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-17 00:48:24 +00:00
Matt Mullenweg f3a9342825 Don't allow uploading PHP files, fixes #2300.
git-svn-id: https://develop.svn.wordpress.org/trunk@3444 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-16 23:02:27 +00:00
Ryan Boren cbcdd4cbb0 Use ->comments instead of . fixes #2293
git-svn-id: https://develop.svn.wordpress.org/trunk@3443 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-16 20:07:00 +00:00
Ryan Boren be5676b157 Link import fix from Kafkaesqui. fixes #2296
git-svn-id: https://develop.svn.wordpress.org/trunk@3441 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-16 19:57:20 +00:00
Ryan Boren 78f83fd29e Set charset. Props ruckus. fixes #2289
git-svn-id: https://develop.svn.wordpress.org/trunk@3439 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-15 23:21:29 +00:00
Ryan Boren f08416af58 More upload path tweaks. fixes #2271
git-svn-id: https://develop.svn.wordpress.org/trunk@3437 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-14 22:09:51 +00:00
Ryan Boren 5c16c3de26 Relocate edit_page_form hook for consistency. Props Denis-de-Bernardy. fixes #2118
git-svn-id: https://develop.svn.wordpress.org/trunk@3434 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-13 22:42:45 +00:00
Ryan Boren 41b6a1945e Make sure cat-js loads. Props donncha. fixes #2262
git-svn-id: https://develop.svn.wordpress.org/trunk@3432 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-13 22:09:57 +00:00
Ryan Boren 8a67cfddd0 Remove reference to non-existant edit-attachment-form. fixes #2270
git-svn-id: https://develop.svn.wordpress.org/trunk@3428 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-12 03:44:44 +00:00
Ryan Boren 968ef86cf7 i18n updates from SteveAgl. fixes #2260
git-svn-id: https://develop.svn.wordpress.org/trunk@3424 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-10 22:50:19 +00:00
Ryan Boren 17cd2c51f8 Require admin.php. fixes #2263
git-svn-id: https://develop.svn.wordpress.org/trunk@3423 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-10 22:49:11 +00:00
Matt Mullenweg df15716313 HTML and JS cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@3422 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-10 05:16:17 +00:00
Matt Mullenweg 687f888db8 Re-arrange these options a bit
git-svn-id: https://develop.svn.wordpress.org/trunk@3421 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-10 03:14:34 +00:00
Matt Mullenweg bb9a69b496 Better redirect back.
git-svn-id: https://develop.svn.wordpress.org/trunk@3420 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-10 03:06:48 +00:00
Ryan Boren 8a5855b4d5 Dotclear importer from thomasq. fixes #2234
git-svn-id: https://develop.svn.wordpress.org/trunk@3419 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-10 01:46:54 +00:00