Commit Graph

1789 Commits

Author SHA1 Message Date
Ryan Boren 44f922a6ae Fix Write a post link in Dashboard. fixes #2503
git-svn-id: https://develop.svn.wordpress.org/trunk@3568 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-23 20:09:50 +00:00
Ryan Boren cd4a8a24c5 current user cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@3566 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-22 19:08:55 +00:00
Ryan Boren dd489dd463 Allow queries by post type. Enable paging in Manage->Pages
git-svn-id: https://develop.svn.wordpress.org/trunk@3564 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-21 08:39:58 +00:00
Ryan Boren b4351fd870 Breakup post.php into post.php, comment.php, page.php, post-new.php
git-svn-id: https://develop.svn.wordpress.org/trunk@3563 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-21 06:11:46 +00:00
Ryan Boren 02c324dd68 Oops. Missing paren.
git-svn-id: https://develop.svn.wordpress.org/trunk@3562 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-20 21:23:09 +00:00
Ryan Boren 30c5d8a624 Check Published for future posts. fixes #2488
git-svn-id: https://develop.svn.wordpress.org/trunk@3560 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-20 21:00:19 +00:00
Ryan Boren bcf84b6e6d Add Publish button for pages. fixes #2451
git-svn-id: https://develop.svn.wordpress.org/trunk@3550 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-19 05:57:54 +00:00
Ryan Boren 28961b459c Blog privacy. fixes #2480
git-svn-id: https://develop.svn.wordpress.org/trunk@3548 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-18 07:40:43 +00:00
Ryan Boren f2979042e5 Honor comment_status and ping_status when writing a new post. Props Mark Jaquith. fixes #2445
git-svn-id: https://develop.svn.wordpress.org/trunk@3547 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-18 00:16:41 +00:00
Ryan Boren f598aff5b6 greymatter importer from bungeman. fixes #2464
git-svn-id: https://develop.svn.wordpress.org/trunk@3546 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-18 00:06:33 +00:00
Ryan Boren d5629b2d53 Use wp_specialchars() to avoid double encoding. Props zonble. fixes #2446
git-svn-id: https://develop.svn.wordpress.org/trunk@3544 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-17 02:05:40 +00:00
Ryan Boren e5c3552381 Move raquo into gettext. Props SteveAgl. fixes #2453
git-svn-id: https://develop.svn.wordpress.org/trunk@3541 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-17 01:29:33 +00:00
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
Ryan Boren 82f037674e Confirm-delete dialog fix from Mark Jaquith. fixes #2249
git-svn-id: https://develop.svn.wordpress.org/trunk@3416 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-09 22:50:35 +00:00
Ryan Boren 7c846b2b8a dbx hooks from Owen. fixes #2250
git-svn-id: https://develop.svn.wordpress.org/trunk@3415 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-09 22:44:42 +00:00
Ryan Boren ad6ed9c744 Add upload folder options. Props David House. fixes #2206
git-svn-id: https://develop.svn.wordpress.org/trunk@3413 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-09 22:24:57 +00:00
Ryan Boren e9553ad2d5 i81n fix from David House. fixes #2214
git-svn-id: https://develop.svn.wordpress.org/trunk@3412 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-07 06:33:49 +00:00
Ryan Boren eafd28b05d Send to editor fix ups. fixes #2199
git-svn-id: https://develop.svn.wordpress.org/trunk@3407 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-05 23:33:50 +00:00
Matt Mullenweg 17929f1629 Technorati URL change.
git-svn-id: https://develop.svn.wordpress.org/trunk@3406 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-05 06:31:11 +00:00
Ryan Boren 7ffb664afe LJ importer tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3405 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-05 05:35:09 +00:00
Ryan Boren e5a6014e1a Handle quotes in upload titles. fixes #2198
git-svn-id: https://develop.svn.wordpress.org/trunk@3398 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-05 01:43:30 +00:00
Ryan Boren 7252c08995 Fix typo. Props gasper@gmail.com. fixes #2213
git-svn-id: https://develop.svn.wordpress.org/trunk@3397 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-04 00:49:25 +00:00
Ryan Boren 6ad81b7202 Strip # from filenames. fixes #2166
git-svn-id: https://develop.svn.wordpress.org/trunk@3394 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-02 21:31:51 +00:00
Ryan Boren a8c55b6f81 Decode entities in inline uploader. fixes #2208
git-svn-id: https://develop.svn.wordpress.org/trunk@3392 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-02 20:55:45 +00:00
Ryan Boren 7b1816ee53 MT import fixes from cubex.
git-svn-id: https://develop.svn.wordpress.org/trunk@3387 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-01 22:54:56 +00:00
Ryan Boren db2bd867db Trackback tweaks. Props http://blog.serv.idv.tw/2005/12/29/380/. fixes #2170
git-svn-id: https://develop.svn.wordpress.org/trunk@3384 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-31 21:24:56 +00:00
Ryan Boren 9f7f499ed8 newCatAddIn fix. fixes #2184
git-svn-id: https://develop.svn.wordpress.org/trunk@3383 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-31 20:59:28 +00:00
Ryan Boren 23bf1be299 Add footer to Import Blogroll page. Props Ozh. fixes #2168
git-svn-id: https://develop.svn.wordpress.org/trunk@3381 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-29 21:59:38 +00:00
Ryan Boren 0d3ec17bb1 Silenzio.
git-svn-id: https://develop.svn.wordpress.org/trunk@3380 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-29 21:42:56 +00:00
Ryan Boren 5f46bd2b5b Post delete fix from David House. fixes #2173
git-svn-id: https://develop.svn.wordpress.org/trunk@3379 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-29 21:16:53 +00:00
Ryan Boren e45a58d547 LJ tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3375 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-29 01:25:41 +00:00
Ryan Boren ba3372e3d0 Flesh out LJ importer.
git-svn-id: https://develop.svn.wordpress.org/trunk@3374 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-28 20:24:12 +00:00
Ryan Boren 5be951ca28 Cache rewrite rules. Add WP_Rewrite::flush_rules(). fixes #2155
git-svn-id: https://develop.svn.wordpress.org/trunk@3373 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-28 07:05:05 +00:00
Ryan Boren 367e600ea8 Regen page rewrite rules when upgrading.
git-svn-id: https://develop.svn.wordpress.org/trunk@3372 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-28 05:20:13 +00:00
Ryan Boren 5ff3240176 Title fixes for plugin menu pages. fixes #1447
git-svn-id: https://develop.svn.wordpress.org/trunk@3367 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-28 00:45:13 +00:00
Ryan Boren 2ef647c04f Use API to delete comment so that counts are kept in sync. Props Mike Little. fixes #2159
git-svn-id: https://develop.svn.wordpress.org/trunk@3366 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-28 00:42:42 +00:00
Ryan Boren 2628a27ef4 Exit after sending headers. fixes #1917
git-svn-id: https://develop.svn.wordpress.org/trunk@3365 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-28 00:16:40 +00:00
Ryan Boren 8a629a0663 Don't be lazy. Props Denyerec
git-svn-id: https://develop.svn.wordpress.org/trunk@3364 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-28 00:10:23 +00:00
Ryan Boren 152fe33307 Don't require admin-header.
git-svn-id: https://develop.svn.wordpress.org/trunk@3361 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-26 17:00:39 +00:00
Ryan Boren 8c39cb14c3 Use wp_handle_upload().
git-svn-id: https://develop.svn.wordpress.org/trunk@3360 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-26 09:55:24 +00:00
Ryan Boren 7531aa10b7 gettext updates from SteveAgl. fixes #2143
git-svn-id: https://develop.svn.wordpress.org/trunk@3355 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-24 15:12:59 +00:00
Ryan Boren d2e82671ef Enable MT importer.
git-svn-id: https://develop.svn.wordpress.org/trunk@3352 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-23 23:16:20 +00:00
Ryan Boren 35258f7f4c Use API.
git-svn-id: https://develop.svn.wordpress.org/trunk@3350 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-23 23:10:59 +00:00
Ryan Boren ae212ba60f Styling for the theme select button. fixes #2101
git-svn-id: https://develop.svn.wordpress.org/trunk@3349 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-23 21:08:42 +00:00
Ryan Boren e1459bd149 Remove cruft.
git-svn-id: https://develop.svn.wordpress.org/trunk@3348 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-23 20:59:23 +00:00
Ryan Boren e857851b47 Fix already pinged list. Props pirateking. fixes #2136
git-svn-id: https://develop.svn.wordpress.org/trunk@3347 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-23 20:43:30 +00:00
Ryan Boren 5a3ee2891d h-scroll fix. fixes #1994
git-svn-id: https://develop.svn.wordpress.org/trunk@3345 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-23 03:24:10 +00:00
Matt Mullenweg c54c510d22 Hack hack hack hack hack hack hack
git-svn-id: https://develop.svn.wordpress.org/trunk@3344 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-23 02:52:11 +00:00
Ryan Boren c91c804b9a Update cache when editing categories. fixes #2127
git-svn-id: https://develop.svn.wordpress.org/trunk@3341 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-22 20:32:12 +00:00
Ryan Boren 1b40bdd2b9 plugin_page fix from Owen.
git-svn-id: https://develop.svn.wordpress.org/trunk@3337 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-22 03:06:04 +00:00
Ryan Boren f5bf9c60c0 Add error checking to file save. fixes #2109
git-svn-id: https://develop.svn.wordpress.org/trunk@3335 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-21 16:56:11 +00:00
Ryan Boren 1a7f0bd3a8 edit form fix from Viper007Bond. fixes #2113
git-svn-id: https://develop.svn.wordpress.org/trunk@3334 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-21 15:56:14 +00:00
Ryan Boren 4957068837 Cache user ids and user logins separately to avoid collision. Props donncha. fixes #2096
git-svn-id: https://develop.svn.wordpress.org/trunk@3330 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-19 19:14:22 +00:00
Ryan Boren d417f96524 Validation tweaks. fixes #2097
git-svn-id: https://develop.svn.wordpress.org/trunk@3329 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-19 19:10:09 +00:00
Ryan Boren 025178d959 Widen those buttons. fixes #2091
git-svn-id: https://develop.svn.wordpress.org/trunk@3325 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-18 15:54:02 +00:00
Ryan Boren fe784ecc7b Workaround browser bug. fixes #2090
git-svn-id: https://develop.svn.wordpress.org/trunk@3324 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-18 15:51:56 +00:00
Ryan Boren 131a432b29 Fix JS error in IE. fixes #2089
git-svn-id: https://develop.svn.wordpress.org/trunk@3323 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-18 15:50:53 +00:00
Ryan Boren 9822179cea Fix ping races. fixes #2088
git-svn-id: https://develop.svn.wordpress.org/trunk@3322 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-18 15:49:43 +00:00
Ryan Boren ae35044963 Add CDATA. fixes #1957
git-svn-id: https://develop.svn.wordpress.org/trunk@3318 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-16 03:28:05 +00:00
Ryan Boren b239244636 New asyncronous ping method. fixes #2048
git-svn-id: https://develop.svn.wordpress.org/trunk@3317 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-16 03:04:33 +00:00
Ryan Boren 3b313cb840 Validation fix from philor. fixes #1958
git-svn-id: https://develop.svn.wordpress.org/trunk@3316 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-16 02:40:40 +00:00
Ryan Boren dcaa152386 Don't die.
git-svn-id: https://develop.svn.wordpress.org/trunk@3315 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-15 22:26:22 +00:00
Ryan Boren 6428176144 Separate dbx managers for post and page forms. Props mdawaffe. fixes #2035
git-svn-id: https://develop.svn.wordpress.org/trunk@3313 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-15 21:48:12 +00:00
Ryan Boren ecea3fad26 is_user_logged_in()
git-svn-id: https://develop.svn.wordpress.org/trunk@3309 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-15 16:31:41 +00:00
Ryan Boren 8b4c730141 Bump ver.
git-svn-id: https://develop.svn.wordpress.org/trunk@3308 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-15 01:17:46 +00:00
Ryan Boren 33f045c3df noscript support for uploading. fixes #2078
git-svn-id: https://develop.svn.wordpress.org/trunk@3307 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-14 08:29:43 +00:00
Ryan Boren 75e382c0e4 JS init changes. fixes #2077
git-svn-id: https://develop.svn.wordpress.org/trunk@3306 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-14 06:27:30 +00:00
Ryan Boren 8e9acf0511 More inline uploading tweaks. fixes #2076
git-svn-id: https://develop.svn.wordpress.org/trunk@3305 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-14 04:24:05 +00:00
Ryan Boren f160329f66 Attachment enhancements from skeltoac. fixes #2074
git-svn-id: https://develop.svn.wordpress.org/trunk@3303 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-13 19:19:56 +00:00
Ryan Boren afd6d33bf2 Remove lang attribute. fixes #2072
git-svn-id: https://develop.svn.wordpress.org/trunk@3301 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-13 08:47:55 +00:00
Ryan Boren 56e626673e i18n updates from nbachiyski. fixes #2069
git-svn-id: https://develop.svn.wordpress.org/trunk@3295 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-12 22:48:30 +00:00
Ryan Boren c0c4222938 Use 'were' for past subjunctive. fixes #2000
git-svn-id: https://develop.svn.wordpress.org/trunk@3294 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-12 01:48:12 +00:00
Ryan Boren baeac0c8ee MCE improvements from skeltoac. fixes #2058
git-svn-id: https://develop.svn.wordpress.org/trunk@3292 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-12 01:27:56 +00:00
Ryan Boren 2ca271695a Remove debug cruft. fixes #2056
git-svn-id: https://develop.svn.wordpress.org/trunk@3288 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-11 17:57:50 +00:00
Ryan Boren 2ec76f2801 Make sure fields without defaults are specified when inserting. fixes #1953
git-svn-id: https://develop.svn.wordpress.org/trunk@3285 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-10 23:22:47 +00:00
Ryan Boren d9c8d0818a MCE fix-em-ups from skeltoac. fixes #1962
git-svn-id: https://develop.svn.wordpress.org/trunk@3283 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-09 19:24:14 +00:00
Ryan Boren fcb2a69feb Peekaboo, I see you. fixes #2008
git-svn-id: https://develop.svn.wordpress.org/trunk@3282 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-09 19:21:39 +00:00
Ryan Boren 743ac5a1b8 TEXT fields cannot have defaults. #1953
git-svn-id: https://develop.svn.wordpress.org/trunk@3281 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-09 19:04:12 +00:00
Ryan Boren 6f6e018161 Remove calls to html_entity_decode(). fixes #2029
git-svn-id: https://develop.svn.wordpress.org/trunk@3276 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-07 00:36:07 +00:00
Ryan Boren 10f9717448 Enable rich editing for comment form.
git-svn-id: https://develop.svn.wordpress.org/trunk@3275 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-07 00:30:39 +00:00
Ryan Boren 35dcc72e9b Delete user's usermeta when deleting the user.
git-svn-id: https://develop.svn.wordpress.org/trunk@3270 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-05 05:17:28 +00:00
Ryan Boren 3edb82141a Add edit_pages checks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3269 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-05 04:04:23 +00:00
Ryan Boren 89fb46bcce Check for publish_posts cap.
git-svn-id: https://develop.svn.wordpress.org/trunk@3268 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-05 03:38:35 +00:00
Ryan Boren 163b423722 Relocate wp_upload_dir(). fixes #2019
git-svn-id: https://develop.svn.wordpress.org/trunk@3267 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-05 03:17:03 +00:00
Ryan Boren 0e5c4ea5b6 Role fixup from David House. fixes #2024
git-svn-id: https://develop.svn.wordpress.org/trunk@3266 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-05 03:11:55 +00:00
Ryan Boren 0ea01ba67c tinyMCE updates from skeltoac. fixes #1991
git-svn-id: https://develop.svn.wordpress.org/trunk@3265 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-05 03:04:25 +00:00
Ryan Boren fc196300e4 Alignment fix from skeltoac. fixes #2007
git-svn-id: https://develop.svn.wordpress.org/trunk@3264 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-02 22:41:11 +00:00
Ryan Boren 69b25f7c4e Eliminate eval. Props ringmaster. fixes #2002
git-svn-id: https://develop.svn.wordpress.org/trunk@3263 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-02 22:39:41 +00:00
Ryan Boren f8f9acc610 i18n fixes from nbachiyski. #2006
git-svn-id: https://develop.svn.wordpress.org/trunk@3262 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-02 22:37:02 +00:00
Ryan Boren e430025635 i18n updates from nbachiyski. #2006
git-svn-id: https://develop.svn.wordpress.org/trunk@3260 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-02 17:42:12 +00:00
Ryan Boren 64d215d764 i18n updates from nbachiyski. #2006
git-svn-id: https://develop.svn.wordpress.org/trunk@3259 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-02 17:39:36 +00:00
Ryan Boren 6174a297e3 Use correct ids. Props filosofo. fixes #2016
git-svn-id: https://develop.svn.wordpress.org/trunk@3257 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-02 17:32:07 +00:00
Ryan Boren caaabb3824 Use link_rel id. Props filosofo. fixes #2017
git-svn-id: https://develop.svn.wordpress.org/trunk@3256 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-02 17:30:49 +00:00
Ryan Boren b6a751dc30 Make sure user_login keyed caches are cleared upon change.
git-svn-id: https://develop.svn.wordpress.org/trunk@3254 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-01 17:38:37 +00:00
Ryan Boren 90c78120d7 Textpattern importer updates from technosailor. #1944
git-svn-id: https://develop.svn.wordpress.org/trunk@3253 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-01 17:12:22 +00:00
Ryan Boren aa5674dc27 Attachment cleanups from skeltoac.
git-svn-id: https://develop.svn.wordpress.org/trunk@3251 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-30 22:44:00 +00:00
Ryan Boren 66c2fbe1ac RTL LTR. fixes #1995
git-svn-id: https://develop.svn.wordpress.org/trunk@3246 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-30 19:07:28 +00:00
Ryan Boren 619d8d0c0c TinyMCE directionality for RTL support. Props skeltoac. fixes #1967
git-svn-id: https://develop.svn.wordpress.org/trunk@3244 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-30 17:15:43 +00:00
Ryan Boren 02e9e6d8ea Allow Author role to edit published posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@3243 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-30 07:47:22 +00:00
Ryan Boren 95c090d08d Remove unnecessary quotes. Props technosailor. fixes #1990
git-svn-id: https://develop.svn.wordpress.org/trunk@3241 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-30 07:27:39 +00:00
Ryan Boren 545644ebc8 Textpattern importer changes from Aaron Brazell. fixes #1944
git-svn-id: https://develop.svn.wordpress.org/trunk@3240 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-30 07:13:20 +00:00
Matt Mullenweg 3b7a500276 Bring the blue back
git-svn-id: https://develop.svn.wordpress.org/trunk@3237 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-29 14:59:29 +00:00
Ryan Boren 5bbfb57635 TP importer tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3236 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-29 14:59:23 +00:00
Ryan Boren 6c0ae692ee Regenerate page rewrite rules after creating the first page during install.
git-svn-id: https://develop.svn.wordpress.org/trunk@3232 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-29 02:47:31 +00:00
Ryan Boren a2e0b5f3cc Textpattern importer from Aaron Brazell.
git-svn-id: https://develop.svn.wordpress.org/trunk@3228 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-29 00:40:09 +00:00
Ryan Boren ebbacd97a0 Inling uploading updates from skeltoac.
git-svn-id: https://develop.svn.wordpress.org/trunk@3225 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-28 23:13:35 +00:00
Matt Mullenweg e6ce4ad421 Fixes #1966
git-svn-id: https://develop.svn.wordpress.org/trunk@3224 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-28 23:06:21 +00:00
Matt Mullenweg 4ae18b8c15 Don't do bad xhtml fixing by default - fixes #1975
git-svn-id: https://develop.svn.wordpress.org/trunk@3223 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-28 23:05:12 +00:00
Matt Mullenweg 03513c42a7 Fix the unsightly visible category line, fixes #1898
git-svn-id: https://develop.svn.wordpress.org/trunk@3222 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-28 10:23:45 +00:00
Matt Mullenweg 83ac138c9d Allow 0 for postmeta, fixes #1912
git-svn-id: https://develop.svn.wordpress.org/trunk@3221 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-28 10:21:23 +00:00
Matt Mullenweg 6c488f6415 Show comments in moderation even if there are no new ones. Fixes #1473
git-svn-id: https://develop.svn.wordpress.org/trunk@3216 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-28 05:45:45 +00:00
Matt Mullenweg f684d12d67 Only show tooltip when rich editing is on, fixes #1942
git-svn-id: https://develop.svn.wordpress.org/trunk@3213 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-25 22:44:48 +00:00
Matt Mullenweg 68f2bdc166 Removing old importers.
git-svn-id: https://develop.svn.wordpress.org/trunk@3211 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-25 05:01:47 +00:00
Matt Mullenweg fa8a143c93 Only load category JS on editing pages, fixes #1901
git-svn-id: https://develop.svn.wordpress.org/trunk@3210 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-25 05:00:25 +00:00
Matt Mullenweg 2101c1448b Options not used anymore, fixes #1950
git-svn-id: https://develop.svn.wordpress.org/trunk@3209 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-25 04:44:53 +00:00
Matt Mullenweg eeba7edaca Trim submitted values, fixes #1954
git-svn-id: https://develop.svn.wordpress.org/trunk@3208 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-25 04:36:03 +00:00
Ryan Boren afbf42d99f Check those XFN boxes. fixes #1946
git-svn-id: https://develop.svn.wordpress.org/trunk@3207 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-23 23:07:36 +00:00
Ryan Boren 0b2c8e19df MT importer work.
git-svn-id: https://develop.svn.wordpress.org/trunk@3204 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-23 10:02:23 +00:00
Matt Mullenweg a0556647af Don't show 0 as a month.
git-svn-id: https://develop.svn.wordpress.org/trunk@3202 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-23 07:57:58 +00:00
Matt Mullenweg 7193d2f5e4 Forgot this wasn't in there, it's been incredibly helpful on WP.com
git-svn-id: https://develop.svn.wordpress.org/trunk@3201 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-23 07:28:46 +00:00
Ryan Boren 289ef9a954 Add some defaults to avoid MySQL warnings.
git-svn-id: https://develop.svn.wordpress.org/trunk@3199 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-23 00:38:56 +00:00
Ryan Boren 6584fdf4ff Count only approved comments. Props Mark JAquith. fixes #1930
git-svn-id: https://develop.svn.wordpress.org/trunk@3192 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-22 03:40:32 +00:00
Ryan Boren 43002e6cc1 Update meta before updating the post so that page_template is not stomped. fixes #1933
git-svn-id: https://develop.svn.wordpress.org/trunk@3190 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-22 00:36:36 +00:00
Ryan Boren c9a56305a3 Add db_version option for fresh installs.
git-svn-id: https://develop.svn.wordpress.org/trunk@3189 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 21:59:43 +00:00
Ryan Boren 27dbb0228e Close iframe properly. Props ringmaster. fixes #1932
git-svn-id: https://develop.svn.wordpress.org/trunk@3188 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 18:30:46 +00:00
Ryan Boren e215f6a066 Filter blog name and description through kses. Props donncha. fixes #1931
git-svn-id: https://develop.svn.wordpress.org/trunk@3187 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 18:28:32 +00:00
Ryan Boren 937126176c Add trailing slash. Props Mark Jaquith. fixes #1929
git-svn-id: https://develop.svn.wordpress.org/trunk@3186 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 09:54:15 +00:00
Ryan Boren 73997ea8ae Require manage_options cap to access Options menu.
git-svn-id: https://develop.svn.wordpress.org/trunk@3185 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 09:29:19 +00:00
Ryan Boren a600bbf61c Verbage change.
git-svn-id: https://develop.svn.wordpress.org/trunk@3184 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 09:15:42 +00:00
Ryan Boren b41c0e1360 Therapeutic db version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@3183 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 09:13:20 +00:00
Ryan Boren 0586384a7f Upgrade or die.
git-svn-id: https://develop.svn.wordpress.org/trunk@3182 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 09:11:19 +00:00
Ryan Boren 3c37565a90 Don't show the 'All images' tab if no images have been uploaded. Props David House. fixes #1915
git-svn-id: https://develop.svn.wordpress.org/trunk@3181 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 08:44:38 +00:00
Ryan Boren 83de96a484 Remove extra curly.
git-svn-id: https://develop.svn.wordpress.org/trunk@3179 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 08:33:06 +00:00
Matt Mullenweg d12afba42a Better wording, fixes #1916
git-svn-id: https://develop.svn.wordpress.org/trunk@3178 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 08:29:07 +00:00
Ryan Boren 0872d8f9d7 Wrong var name.
git-svn-id: https://develop.svn.wordpress.org/trunk@3177 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 08:25:50 +00:00
Ryan Boren 5f54b206a7 Remove unused vars. Fixed var reference.
git-svn-id: https://develop.svn.wordpress.org/trunk@3176 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 08:23:08 +00:00
Ryan Boren 0807aea81d Add delete_link action. fixes #1926
git-svn-id: https://develop.svn.wordpress.org/trunk@3175 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 08:06:18 +00:00
Ryan Boren 559d1847fa stripslashes() from admin email and weblog title since update_option() takes care of escaping them. fixes #1919
git-svn-id: https://develop.svn.wordpress.org/trunk@3173 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-20 07:40:17 +00:00
Ryan Boren 8d5607f6f7 Tab highlight fix from skeltoac. fixes #1619
git-svn-id: https://develop.svn.wordpress.org/trunk@3164 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-19 19:20:33 +00:00
Ryan Boren a1ef8e762c TinyMCE help. fixes #1908
git-svn-id: https://develop.svn.wordpress.org/trunk@3163 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-19 19:15:11 +00:00
Matt Mullenweg 69b5f6add5 Another HTML error.
git-svn-id: https://develop.svn.wordpress.org/trunk@3152 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 22:54:02 +00:00
Matt Mullenweg b64d258a5a Validation fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3151 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 22:27:38 +00:00
Ryan Boren 65f30e4b67 Restore accidental reversion.
git-svn-id: https://develop.svn.wordpress.org/trunk@3150 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 10:10:53 +00:00
Ryan Boren 3974871850 Restore accidental reversion.
git-svn-id: https://develop.svn.wordpress.org/trunk@3149 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 10:03:27 +00:00
Ryan Boren 92c3cca19c Radio selection smartness. Props filosofo. fixes #1895
git-svn-id: https://develop.svn.wordpress.org/trunk@3148 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 09:36:43 +00:00
Ryan Boren f19c9252cd Don't strip all spaces. fixes #1899
git-svn-id: https://develop.svn.wordpress.org/trunk@3147 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 09:30:19 +00:00
Ryan Boren 2ec4d8bd55 Set default tab for inline uploader. Props skeltoac. fixes #1905
git-svn-id: https://develop.svn.wordpress.org/trunk@3146 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 09:28:37 +00:00
Ryan Boren 7a90a61c9d Attachment cleanups from skeltoac. fixes #1870
git-svn-id: https://develop.svn.wordpress.org/trunk@3145 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 09:25:47 +00:00
Ryan Boren f8d5219af6 Who's got big toggle? fixes #1904
git-svn-id: https://develop.svn.wordpress.org/trunk@3144 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 09:07:57 +00:00
Ryan Boren f9e0982d6a Don't register MT importer since it's not quite ready.
git-svn-id: https://develop.svn.wordpress.org/trunk@3141 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 01:36:20 +00:00
Ryan Boren d13f35cdec Don't stripslashes() in plugin_basename() since this breaks established expectation of being able to pass a non-escaped FILE. Instead, stripslashes further up the stack. fixes #1866
git-svn-id: https://develop.svn.wordpress.org/trunk@3139 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 23:01:28 +00:00
Ryan Boren 15513318ba Big tiny fixes from skeltoac. fixes #1897
git-svn-id: https://develop.svn.wordpress.org/trunk@3136 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 17:47:29 +00:00
Matt Mullenweg 7711e1ba8f Slicker category adding, fixes #1882
git-svn-id: https://develop.svn.wordpress.org/trunk@3135 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 10:23:35 +00:00
Ryan Boren 9e6d93b6d6 Trailing slashes. Propers to Mark Jaquith. fixes #1893
git-svn-id: https://develop.svn.wordpress.org/trunk@3134 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 10:10:10 +00:00
Ryan Boren bda11c7c40 Use new logo. Props nbachiyski. fixes #1896
git-svn-id: https://develop.svn.wordpress.org/trunk@3133 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 09:55:53 +00:00
Ryan Boren e94f3a0418 Bookmarklet script updates.
git-svn-id: https://develop.svn.wordpress.org/trunk@3132 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 09:44:41 +00:00
Ryan Boren 95cf1eb670 Flush the cache for upgrades. Flesh out __get_option().
git-svn-id: https://develop.svn.wordpress.org/trunk@3129 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 05:32:55 +00:00
Ryan Boren 673db4570a Populate category and comment counts for default post and cat.
git-svn-id: https://develop.svn.wordpress.org/trunk@3128 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 05:10:18 +00:00
Ryan Boren eb4979a640 New bookmarklet action.
git-svn-id: https://develop.svn.wordpress.org/trunk@3127 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 03:26:24 +00:00
Matt Mullenweg 7252579349 Some changes and tweaks to how the inline image uploading works.
git-svn-id: https://develop.svn.wordpress.org/trunk@3126 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 03:19:19 +00:00
Matt Mullenweg 3c5bb8ee03 This doesn't work with PHP running under suexec.
git-svn-id: https://develop.svn.wordpress.org/trunk@3124 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 02:50:14 +00:00
Matt Mullenweg e93d21f350 New logo, better login.
git-svn-id: https://develop.svn.wordpress.org/trunk@3120 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 00:51:34 +00:00
Matt Mullenweg a6ff5a77a6 git-svn-id: https://develop.svn.wordpress.org/trunk@3116 602fd350-edb4-49c9-b593-d223f7449a82 2005-11-16 23:51:04 +00:00
Matt Mullenweg b27225b0ca Removing personal options, putting on profile page. Fixes #1557
git-svn-id: https://develop.svn.wordpress.org/trunk@3112 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 23:32:38 +00:00
Ryan Boren 8844ae0ca9 Delete cut-and-paste error.
git-svn-id: https://develop.svn.wordpress.org/trunk@3109 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 18:27:47 +00:00
Ryan Boren f7312de103 Assign a valid default role. Props ringmaster. fixes #1823
git-svn-id: https://develop.svn.wordpress.org/trunk@3105 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 06:31:21 +00:00
Ryan Boren 376a04e7de Add comment_count to the posts table. Props donncha. fixes #1860
git-svn-id: https://develop.svn.wordpress.org/trunk@3104 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 06:29:36 +00:00
Ryan Boren cae1b67170 Make sure plugins and themes are readable. Props Mike Little. fixes #1502
git-svn-id: https://develop.svn.wordpress.org/trunk@3103 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 03:27:22 +00:00
Ryan Boren 62f1fd972b Pull the values in WP_User::data directly into WP_User so that we don't have to do ->data->blah.
git-svn-id: https://develop.svn.wordpress.org/trunk@3102 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 02:54:23 +00:00
Ryan Boren b8f0875533 Don't show Publish button for published posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@3101 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 02:17:26 +00:00
Ryan Boren 7d851aa114 A button called Save. Props morydd. fixes #1411
git-svn-id: https://develop.svn.wordpress.org/trunk@3100 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 02:15:24 +00:00
Ryan Boren acce976ef2 Typo. fixes #1805
git-svn-id: https://develop.svn.wordpress.org/trunk@3099 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 02:09:27 +00:00
Ryan Boren c8a8ab6807 Importer work.
git-svn-id: https://develop.svn.wordpress.org/trunk@3098 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 02:07:56 +00:00
Ryan Boren a0d9c53007 Don't register incomplete importers.
git-svn-id: https://develop.svn.wordpress.org/trunk@3096 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 00:52:14 +00:00
Ryan Boren 68852dc1f5 Import data uploading. wp_import_handle_upload(), wp_import_cleanup(), wp_import_upload_form().
git-svn-id: https://develop.svn.wordpress.org/trunk@3093 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-15 23:39:32 +00:00
Ryan Boren 1a012b8b49 Renaming. object and subpost are now attachment. post_type is post_mime_type.
git-svn-id: https://develop.svn.wordpress.org/trunk@3092 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-15 22:55:24 +00:00
Ryan Boren 06d61e1f7a Update category counts. Props donncha. fixes #1886
git-svn-id: https://develop.svn.wordpress.org/trunk@3091 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-15 16:31:24 +00:00
Ryan Boren b49bd4d290 Flush the cache before installing. fixes #1877
git-svn-id: https://develop.svn.wordpress.org/trunk@3088 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 22:32:03 +00:00
Matt Mullenweg f26a84a752 No need to display the whole big path, fixes #1617
git-svn-id: https://develop.svn.wordpress.org/trunk@3084 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 10:26:39 +00:00
Matt Mullenweg 81460359c9 Clear bottoms, fixes #1640
git-svn-id: https://develop.svn.wordpress.org/trunk@3082 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 10:19:22 +00:00
Matt Mullenweg 3e46dabd03 These are not the categories you're looking for, fixes #1654
git-svn-id: https://develop.svn.wordpress.org/trunk@3079 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 10:11:15 +00:00
Matt Mullenweg 4c8b6b1197 Good idea, fixes #1687
git-svn-id: https://develop.svn.wordpress.org/trunk@3077 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 10:06:52 +00:00
Matt Mullenweg 9385ddc440 No weird chars in #1714
git-svn-id: https://develop.svn.wordpress.org/trunk@3075 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 09:59:47 +00:00
Matt Mullenweg a313d7adfb Fixes #1837 timestamp funkiness
git-svn-id: https://develop.svn.wordpress.org/trunk@3074 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 09:56:41 +00:00
Matt Mullenweg 1932ae4455 Add charset and such, fixes #1831
git-svn-id: https://develop.svn.wordpress.org/trunk@3073 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 09:45:13 +00:00
Matt Mullenweg c9c0ad10dd Slight pretty-upping, fixes #1798
git-svn-id: https://develop.svn.wordpress.org/trunk@3072 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 09:42:44 +00:00
Matt Mullenweg eb6572f681 Real default category, fixes #1873
git-svn-id: https://develop.svn.wordpress.org/trunk@3070 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 08:58:16 +00:00
Ryan Boren 3098fe172e Don't return false from get_settings() when installing. Use update_option() when setting the blog title and admin email so that the cache is kept in sync. fixes #1869
git-svn-id: https://develop.svn.wordpress.org/trunk@3067 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 06:51:09 +00:00
Matt Mullenweg 6666f2ac8f Fixes #1825 again so people can't demote themselves
git-svn-id: https://develop.svn.wordpress.org/trunk@3064 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-13 04:56:05 +00:00
Matt Mullenweg 8d259b4562 Really shouldn't be shown.
git-svn-id: https://develop.svn.wordpress.org/trunk@3063 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-13 04:54:03 +00:00
Matt Mullenweg 899d70bbbd More eol-style: native
git-svn-id: https://develop.svn.wordpress.org/trunk@3062 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-13 04:43:57 +00:00
Matt Mullenweg d245e9e07d Update all to eol-style: native, also fixes #1645
git-svn-id: https://develop.svn.wordpress.org/trunk@3061 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-13 04:40:18 +00:00
Matt Mullenweg 92390480d7 Debug string?
git-svn-id: https://develop.svn.wordpress.org/trunk@3059 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-13 04:21:44 +00:00
Matt Mullenweg 9bfb0e35dd Documentation link, fixes #1652
git-svn-id: https://develop.svn.wordpress.org/trunk@3058 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-13 03:13:32 +00:00
Matt Mullenweg dd35ddfe28 Moderation and comment_author_link, fixes #1019
git-svn-id: https://develop.svn.wordpress.org/trunk@3055 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-13 02:45:53 +00:00
Ryan Boren f10f98f0a7 Cleanup options save.
git-svn-id: https://develop.svn.wordpress.org/trunk@3054 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-12 09:36:20 +00:00
Matt Mullenweg 7b012be984 Better link for date formatting, fixes #1419
git-svn-id: https://develop.svn.wordpress.org/trunk@3050 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-11 02:19:49 +00:00
Matt Mullenweg 3d4af53c47 Send a header as well as a meta, fixes #857
git-svn-id: https://develop.svn.wordpress.org/trunk@3043 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-11 01:31:59 +00:00
Matt Mullenweg a5c87098b9 Image FUNction, fixes #1797
git-svn-id: https://develop.svn.wordpress.org/trunk@3042 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-11 01:27:58 +00:00
Matt Mullenweg 4b6a074982 Add HTTPS support, fixes #1372
git-svn-id: https://develop.svn.wordpress.org/trunk@3041 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-11 01:21:28 +00:00
Matt Mullenweg 0aea367865 Be nicer to people without http
git-svn-id: https://develop.svn.wordpress.org/trunk@3040 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-11 01:13:30 +00:00