Commit Graph

1098 Commits

Author SHA1 Message Date
Ryan Boren b5a5db848a No need to fake post_date for drafts anymore. fixes #6520
git-svn-id: https://develop.svn.wordpress.org/trunk@10007 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 02:46:21 +00:00
Andrew Ozz 778083667e Fix gravatars shifting in IE7, add title to postbox toggle, fixes #8436
git-svn-id: https://develop.svn.wordpress.org/trunk@9994 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 01:31:57 +00:00
Andrew Ozz cfe7978ca6 Hide post meta select when meta table is empty, see #8182
git-svn-id: https://develop.svn.wordpress.org/trunk@9992 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 00:29:14 +00:00
Ryan Boren d942a526fe Use mb_* to create permalink excerpt. Props janbrasna. fixes #8419
git-svn-id: https://develop.svn.wordpress.org/trunk@9986 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 19:09:13 +00:00
Ryan Boren e828782e00 Update old files list
git-svn-id: https://develop.svn.wordpress.org/trunk@9985 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 18:53:04 +00:00
Ryan Boren 73bc334408 Update old files list
git-svn-id: https://develop.svn.wordpress.org/trunk@9982 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 18:40:36 +00:00
Andrew Ozz b29461908c Change the uploader buttons label to Upload/Insert
git-svn-id: https://develop.svn.wordpress.org/trunk@9981 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 13:39:21 +00:00
Andrew Ozz 74a9694b10 Bulk Edit improvements, includes patch by FFEMTcJ, fixes #8376
git-svn-id: https://develop.svn.wordpress.org/trunk@9973 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 03:51:45 +00:00
Andrew Ozz 72f4d14f13 Fix QE colspan in ie6/7, fixes #8262
git-svn-id: https://develop.svn.wordpress.org/trunk@9969 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 23:09:04 +00:00
Ryan Boren 53412253b4 Don't reset if it has been explicitly set. Fixes active parent highliting. fixes #8421
git-svn-id: https://develop.svn.wordpress.org/trunk@9959 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 01:56:09 +00:00
Ryan Boren 46e0dfd13f Hide slug box by default. Allow turning it on via screen options. fixes #8332
git-svn-id: https://develop.svn.wordpress.org/trunk@9956 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 22:35:01 +00:00
Ryan Boren 8616b3eed8 Don't show delete link for current user. Props johnbillion. fixes #8416
git-svn-id: https://develop.svn.wordpress.org/trunk@9955 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 22:03:52 +00:00
Ryan Boren ab6e1f7344 Typo fix from nbachiyski. fixes #8412
git-svn-id: https://develop.svn.wordpress.org/trunk@9950 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 21:03:12 +00:00
Ryan Boren 7b9ac7eacc add_utility_page()
git-svn-id: https://develop.svn.wordpress.org/trunk@9949 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 19:34:49 +00:00
Andrew Ozz 7025eab0c8 Widgets background and new style buttons
git-svn-id: https://develop.svn.wordpress.org/trunk@9944 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 10:54:01 +00:00
Andrew Ozz dc5910a4b1 Show link to the comment in the dashboard widget, props bobrik, fixes 8399
git-svn-id: https://develop.svn.wordpress.org/trunk@9936 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 04:50:15 +00:00
Andrew Ozz 653a3c3c4d Hide actions in management tables, show on hover; improve comments table; fix "Configure" link position on dashboard, fixes #8386
git-svn-id: https://develop.svn.wordpress.org/trunk@9934 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 04:33:35 +00:00
Andrew Ozz 960a370431 Fix for flash uploader not displaying progress or completed uploads, props abackstrom, fixes #8372
git-svn-id: https://develop.svn.wordpress.org/trunk@9931 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 21:24:37 +00:00
Ryan Boren 0bd7e4aa71 Fix upload error codes. Props sekundek. fixes #8310
git-svn-id: https://develop.svn.wordpress.org/trunk@9930 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 21:19:12 +00:00
Ryan Boren ff3f697dbf Create Tools screen. fixes #8361
git-svn-id: https://develop.svn.wordpress.org/trunk@9929 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 21:11:25 +00:00
Ryan Boren 77763bce82 Remove tags column from Media Library. fixes #8379
git-svn-id: https://develop.svn.wordpress.org/trunk@9927 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 20:38:30 +00:00
Ryan Boren 2bede953c4 Trim comment author urls. see #8386
git-svn-id: https://develop.svn.wordpress.org/trunk@9923 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 17:46:53 +00:00
Andrew Ozz 10f934c0f8 Several TinyMCE fixes and adjustments: Gecko spellchecker, Gallery options, single quote in image captions, see #8021
git-svn-id: https://develop.svn.wordpress.org/trunk@9917 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 11:30:51 +00:00
Andrew Ozz 7221bbecf8 Change View All/Edit links on dashboard widgets, fixes #8365
git-svn-id: https://develop.svn.wordpress.org/trunk@9916 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 05:20:05 +00:00
Andrew Ozz bdb1810ef8 Pagination arrow replacement, fixes #8363
git-svn-id: https://develop.svn.wordpress.org/trunk@9914 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 00:28:24 +00:00
Andrew Ozz 0b85e05cda More screen icons and fixes, includes patch by johnconners, fixes #8380
git-svn-id: https://develop.svn.wordpress.org/trunk@9912 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 23:35:23 +00:00
Ryan Boren ed27fc2210 Move Pending above Spam. fixes #8371
git-svn-id: https://develop.svn.wordpress.org/trunk@9905 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 18:53:59 +00:00
Andrew Ozz 90c37c1792 Screen icons
git-svn-id: https://develop.svn.wordpress.org/trunk@9903 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 13:51:25 +00:00
Andrew Ozz ada30ad878 Fix labels in the uploader
git-svn-id: https://develop.svn.wordpress.org/trunk@9898 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 05:46:56 +00:00
Andrew Ozz bcfde60872 Move Gallery Settings to the Gallery tab in the uploader, split the Upload tab in "From Computer" and "From URL" tabs
git-svn-id: https://develop.svn.wordpress.org/trunk@9894 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 02:27:37 +00:00
Ryan Boren ca8f88dd82 Declare excerpt namespace. Props byrnereese. fixes #7624
git-svn-id: https://develop.svn.wordpress.org/trunk@9892 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 00:57:13 +00:00
Ryan Boren 3d6cfe8255 Use comment ID. see #8344
git-svn-id: https://develop.svn.wordpress.org/trunk@9884 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 21:51:28 +00:00
Ryan Boren 43ef0e2722 Use comment link. see #8344
git-svn-id: https://develop.svn.wordpress.org/trunk@9881 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 21:16:20 +00:00
Ryan Boren 8f1f203934 Use view link not edit link. see #8344
git-svn-id: https://develop.svn.wordpress.org/trunk@9880 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 21:14:31 +00:00
Ryan Boren e81c5815bd Comment screen tweaks. see #8344
git-svn-id: https://develop.svn.wordpress.org/trunk@9879 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 21:11:05 +00:00
Ryan Boren 96b3c821fe More Favorites
git-svn-id: https://develop.svn.wordpress.org/trunk@9876 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 19:16:22 +00:00
Ryan Boren 01972063c1 Default to edit submenu rather than add new.
git-svn-id: https://develop.svn.wordpress.org/trunk@9874 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 19:05:48 +00:00
Ryan Boren c1543ec4e6 Add option defaults. Add arg to get_user_option() to avoid querying options table if user option is missing. see #8229
git-svn-id: https://develop.svn.wordpress.org/trunk@9871 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 18:33:04 +00:00
Andrew Ozz 85128c9da6 Fix QE and Reply actions on comments that come in via infinite comment stream
git-svn-id: https://develop.svn.wordpress.org/trunk@9868 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 02:41:54 +00:00
Ryan Boren ce322c83c7 Fix SSH2 fs exists() method. Props ydekproductions. fixes #8331
git-svn-id: https://develop.svn.wordpress.org/trunk@9862 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 20:24:07 +00:00
Ryan Boren 681aec1e1c Typo fix. Props ydekproductions. fixes #8330
git-svn-id: https://develop.svn.wordpress.org/trunk@9860 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 08:40:21 +00:00
Andrew Ozz 41fe934ca5 Pass unformatted number to __ngettext, props filosofo, fixes #8324
git-svn-id: https://develop.svn.wordpress.org/trunk@9856 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 03:12:28 +00:00
Andrew Ozz 4fa6ae8fa5 Gallery settings for TinyMCE
git-svn-id: https://develop.svn.wordpress.org/trunk@9847 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-23 06:37:15 +00:00
Peter Westwood 8969d49dbe Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@9835 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 18:16:44 +00:00
Peter Westwood cc2ad7b801 Switch the ftpext filesystem to use Passive FTP aswell. Fixes #7940 props mcs_trekkie.
git-svn-id: https://develop.svn.wordpress.org/trunk@9833 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 17:59:15 +00:00
Ryan Boren 33c9d2f4d4 Show 24 results per page for plugin searches. fixes #8290
git-svn-id: https://develop.svn.wordpress.org/trunk@9821 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 21:22:24 +00:00
Mark Jaquith 99c24ed34b Repoint and redirect edit.php?p=X to edit-comments.php?p=X
git-svn-id: https://develop.svn.wordpress.org/trunk@9807 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 04:51:47 +00:00
Ryan Boren 594fe65301 Improve latest version detection in plugin updater. Props DD32. fixes #8129
git-svn-id: https://develop.svn.wordpress.org/trunk@9793 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 19:25:53 +00:00
Ryan Boren e3a108f6a9 Remove edit-form.php on update. see #8279
git-svn-id: https://develop.svn.wordpress.org/trunk@9792 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 18:20:25 +00:00
Ryan Boren a7e00195ef Add screen_meta_screen filter. Props andré renaut.
git-svn-id: https://develop.svn.wordpress.org/trunk@9788 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 17:20:26 +00:00
Andrew Ozz b7546017ad Do not show "Post published" message in QuickPress if empty form submitted, fixes #8222
git-svn-id: https://develop.svn.wordpress.org/trunk@9785 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 12:30:37 +00:00
Mark Jaquith ad844f6db9 Prevent strange text color on hover in QuickPress. props jick. fixes #8238
git-svn-id: https://develop.svn.wordpress.org/trunk@9765 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 22:19:49 +00:00
Ryan Boren 284fc1d040 register_column_headers()
git-svn-id: https://develop.svn.wordpress.org/trunk@9763 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 20:49:39 +00:00
Ryan Boren c4642a5834 add_contextual_help()
git-svn-id: https://develop.svn.wordpress.org/trunk@9761 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 19:54:54 +00:00
Ryan Boren a7d7039e84 add_dashboard_page()
git-svn-id: https://develop.svn.wordpress.org/trunk@9760 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 19:30:50 +00:00
Ryan Boren 27a6228430 Fix link categories row alternation. fixes #8272
git-svn-id: https://develop.svn.wordpress.org/trunk@9758 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 17:41:50 +00:00
Ryan Boren 71f1b7557f Cat row filtering cleanup from jhodgdon. see #8146
git-svn-id: https://develop.svn.wordpress.org/trunk@9757 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 17:25:43 +00:00
Andrew Ozz c51af5dec9 Fix color of links separator in Recent Comments on dashboard, props jick, fixes #8239
git-svn-id: https://develop.svn.wordpress.org/trunk@9752 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 08:05:11 +00:00
Andrew Ozz 38b3638995 Fix QE data filtering for tags and categories, props jhodgdon fixes #8146
git-svn-id: https://develop.svn.wordpress.org/trunk@9751 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 07:15:32 +00:00
Ryan Boren a0b606be91 Dashboard pluggability improvements from mdawaffe. see #8265
git-svn-id: https://develop.svn.wordpress.org/trunk@9748 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 01:04:41 +00:00
Ryan Boren bbaa2ed570 Page link styling improvements. Props iammattthomas. fixes #8266
git-svn-id: https://develop.svn.wordpress.org/trunk@9746 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 00:59:57 +00:00
Ryan Boren 42524ceea5 Key screen meta off of page hook. fixes #8246
git-svn-id: https://develop.svn.wordpress.org/trunk@9735 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 19:16:26 +00:00
Andrew Ozz 57a1c6f31e CSS fixes and improvements, also IE7 and some IE6 fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9733 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 18:01:00 +00:00
Ryan Boren 8b64a15a90 Restore do_meta_boxes actions for the dashboard. fixes #8240
git-svn-id: https://develop.svn.wordpress.org/trunk@9729 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-16 17:46:57 +00:00
Andrew Ozz abdc564e7a Fix thumbnails creation for 8bpp and CMYK images, props DD32, fixes #7039 fixes #8231
git-svn-id: https://develop.svn.wordpress.org/trunk@9727 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 23:16:36 +00:00
Andrew Ozz 10a70a31e0 Update comments count for Pending and Spam on edit-comments.php and the dashboard, fixes #8227
git-svn-id: https://develop.svn.wordpress.org/trunk@9720 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:57:53 +00:00
Ryan Boren e6dc2f520b Notice fix
git-svn-id: https://develop.svn.wordpress.org/trunk@9719 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:41:27 +00:00
Ryan Boren 1aa9de814f Remove comments Quick Edit link from Dash
git-svn-id: https://develop.svn.wordpress.org/trunk@9717 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:25:44 +00:00
Ryan Boren fab4e5a68e Unused var fixes. Props DD32. see #8220
git-svn-id: https://develop.svn.wordpress.org/trunk@9716 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:10:35 +00:00
Ryan Boren 95fdf388a9 Check proper caps when publising a page. Props DD32. fixes #8208
git-svn-id: https://develop.svn.wordpress.org/trunk@9715 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:04:09 +00:00
Andrew Ozz 70914a2ca0 QE: fix notices and check if the returned string contains the row HTML, props DD32, fixes #8115
git-svn-id: https://develop.svn.wordpress.org/trunk@9712 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 12:04:38 +00:00
Mark Jaquith 3e5da2249b tabindex for QuickPress
git-svn-id: https://develop.svn.wordpress.org/trunk@9710 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 07:51:29 +00:00
Andrew Ozz 050214d940 Fix position of the confirmation message in QuickPress, fixes #8218
git-svn-id: https://develop.svn.wordpress.org/trunk@9709 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 07:27:48 +00:00
Ryan Boren ac4b2040a7 Don't allow hiding of save box
git-svn-id: https://develop.svn.wordpress.org/trunk@9704 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 00:09:18 +00:00
Ryan Boren 8a4a704212 contextual_help_link filter. Pass page hook instead of pagenow to screen_meta(). fixes #8216
git-svn-id: https://develop.svn.wordpress.org/trunk@9702 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 23:54:15 +00:00
Ryan Boren 2acf13eb85 Check proper caps when publising a page. Props DD32. fixes #8208
git-svn-id: https://develop.svn.wordpress.org/trunk@9701 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 23:34:18 +00:00
Ryan Boren 2307b67870 Text tweak. Props demetris. fixes #8201
git-svn-id: https://develop.svn.wordpress.org/trunk@9700 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 23:08:25 +00:00
Ryan Boren 2dc15c5a81 Notice fixes from DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9699 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 23:01:16 +00:00
Ryan Boren ac3d78f694 Show View All on hover
git-svn-id: https://develop.svn.wordpress.org/trunk@9694 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 21:17:19 +00:00
Ryan Boren 9ff0e361d6 submenu functions for the object top-levels
git-svn-id: https://develop.svn.wordpress.org/trunk@9693 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 20:53:43 +00:00
Ryan Boren 1314685848 Fix row alternation for categories screen
git-svn-id: https://develop.svn.wordpress.org/trunk@9691 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 19:44:01 +00:00
Ryan Boren 455462be39 Handle both post and page caps in get_editable_user_id(). Props DD32. fixes #8208
git-svn-id: https://develop.svn.wordpress.org/trunk@9683 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 17:13:08 +00:00
Ryan Boren 84f08ca047 Plugin installer updates from DD32. fixes #7908
git-svn-id: https://develop.svn.wordpress.org/trunk@9682 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 17:07:24 +00:00
Andrew Ozz f2af510550 Use local time when determining uploads directory, props DD32, see #8205
git-svn-id: https://develop.svn.wordpress.org/trunk@9676 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 03:56:09 +00:00
Andrew Ozz 04ce1eb950 Fix uploads sub-directory for drafts, props DD32, fixes #8205
git-svn-id: https://develop.svn.wordpress.org/trunk@9675 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 03:26:06 +00:00
Ryan Boren cbc9efcf9d Do not show update nag on update page. Props nbachiyski. fixes #8199
git-svn-id: https://develop.svn.wordpress.org/trunk@9669 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-13 21:10:53 +00:00
Ryan Boren 0b9dc12a17 i18n plurals fixes from nbachiyski. fixes #8142
git-svn-id: https://develop.svn.wordpress.org/trunk@9668 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-13 20:59:32 +00:00
Ryan Boren a070a5e38f Revert [9523]. fixes #8195 see #7395
git-svn-id: https://develop.svn.wordpress.org/trunk@9664 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-13 18:48:54 +00:00
Andrew Ozz f587fabad8 Store uploads according to the parent post date when using year/month sub-directories
git-svn-id: https://develop.svn.wordpress.org/trunk@9663 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-13 18:22:00 +00:00
Mark Jaquith 53fe2dd063 Code cleanup for wp-admin/includes/bookmark.php
git-svn-id: https://develop.svn.wordpress.org/trunk@9659 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-13 07:17:40 +00:00
Mark Jaquith 83a88c1247 change "Awaiting Moderation" to "Pending" fixes #8184
git-svn-id: https://develop.svn.wordpress.org/trunk@9656 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-13 05:57:07 +00:00
Andrew Ozz 054a6aa047 Keep state for image size, alignment and url in the uploader and for categories view on the write page, fixes #7520
git-svn-id: https://develop.svn.wordpress.org/trunk@9654 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-13 03:07:39 +00:00
Ryan Boren 3ef1fd59a3 Grammar fix from Speedboxer. fixes #8073
git-svn-id: https://develop.svn.wordpress.org/trunk@9651 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-13 00:01:03 +00:00
Andrew Ozz 98c7aba592 Filter category and tag for editing when using QE, fixes #8146
git-svn-id: https://develop.svn.wordpress.org/trunk@9648 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 21:55:24 +00:00
Mark Jaquith fa2bd6f96e Visibility section of Publish Module for Posts. Pages later.
git-svn-id: https://develop.svn.wordpress.org/trunk@9639 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 18:36:48 +00:00
Ryan Boren 50eca62d0d screen_meta() and contextual help improvements from filosofo. fixes #8172
git-svn-id: https://develop.svn.wordpress.org/trunk@9636 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 17:11:49 +00:00
Ryan Boren df9c82f867 Some cap checks for the Dashboard. Props Viper007Bond. fixes #8175
git-svn-id: https://develop.svn.wordpress.org/trunk@9635 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 16:59:19 +00:00
Ryan Boren b196d434fb Remove debug line. Props filosofo. fixes #8171
git-svn-id: https://develop.svn.wordpress.org/trunk@9634 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 16:54:50 +00:00
Andrew Ozz 521d3c0998 Consolidate six more js files
git-svn-id: https://develop.svn.wordpress.org/trunk@9631 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 09:35:50 +00:00
Ryan Boren 478126eca9 Show Submit for Review if user can't publish. fixes #8108
git-svn-id: https://develop.svn.wordpress.org/trunk@9630 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 05:11:12 +00:00
Ryan Boren 66b4d45e4e Show Quick Press only if user can publish posts. fixes #8108
git-svn-id: https://develop.svn.wordpress.org/trunk@9628 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 04:55:47 +00:00
Ryan Boren 514e7ed4a1 Make In Response To more compect. Add link to post.
git-svn-id: https://develop.svn.wordpress.org/trunk@9624 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 23:55:59 +00:00
Ryan Boren 7975b1402e Shorten column header to avoid wrap
git-svn-id: https://develop.svn.wordpress.org/trunk@9623 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 23:48:27 +00:00
Ryan Boren 7f00d29121 Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
git-svn-id: https://develop.svn.wordpress.org/trunk@9620 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 22:40:16 +00:00
Andrew Ozz a2f76484d6 Fix double negative message in plugin-install.php, props Speedboxer, fixes 8151
git-svn-id: https://develop.svn.wordpress.org/trunk@9619 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 22:12:39 +00:00
Ryan Boren b9a4fd0d29 Differentiate between plural noun, verb and adjective Spam translations. Props nbachiyski. fixes #8154
git-svn-id: https://develop.svn.wordpress.org/trunk@9615 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 19:54:54 +00:00
Ryan Boren eb10add065 Increase memory limit when unzipping. fixes #8149
git-svn-id: https://develop.svn.wordpress.org/trunk@9612 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 19:11:48 +00:00
Andrew Ozz 48466e519d Add check for bulk-edit when deleting posts/pages, see #8135
git-svn-id: https://develop.svn.wordpress.org/trunk@9607 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 11:34:08 +00:00
Andrew Ozz 34172f06d1 QE fixes: don't display-filter titles, show QE for newly added cats and tags, fixes #8146
git-svn-id: https://develop.svn.wordpress.org/trunk@9606 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 09:39:42 +00:00
Andrew Ozz 1edadef5b8 New design of Quick/Bulk Edit (added some colors and IE fixes), props mdawaffe, see #8144
git-svn-id: https://develop.svn.wordpress.org/trunk@9604 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 02:58:24 +00:00
Ryan Boren 83e002f20b Notice fixes from DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9596 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 18:54:18 +00:00
Ryan Boren 96a2e11b58 Don't remove entire wp-images directory. Some use it for user content.
git-svn-id: https://develop.svn.wordpress.org/trunk@9594 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 18:25:03 +00:00
Ryan Boren 0ba3c10f99 Bring back update nag.
git-svn-id: https://develop.svn.wordpress.org/trunk@9593 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 18:17:47 +00:00
Ryan Boren 554a859a4f Use %s, not %d, for number format output. Props nbachiyski. fixes #8136
git-svn-id: https://develop.svn.wordpress.org/trunk@9591 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 17:47:41 +00:00
Ryan Boren a44339268a i18n fixes from nbachiyski. fixes #8142
git-svn-id: https://develop.svn.wordpress.org/trunk@9589 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 17:42:51 +00:00
Ryan Boren d8ae9b1cd3 Remove dead line
git-svn-id: https://develop.svn.wordpress.org/trunk@9581 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 19:21:00 +00:00
Ryan Boren 6fc09cd86a Sort the menu before adding classes. see #7966
git-svn-id: https://develop.svn.wordpress.org/trunk@9580 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 19:20:38 +00:00
Andrew Ozz 4ebfcd94a5 Menu updates: single top level menus, B&W/color icons (sprite), fix for the Firefox bug of not firing mouseout on absolute positioned elements over textareas/text fields, scaling down properly for different user roles, includes patch by Ryan, fixes #7966
git-svn-id: https://develop.svn.wordpress.org/trunk@9578 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 14:54:39 +00:00
Ryan Boren 2ae5249907 Save options. Props josephscott. fixes #8097
git-svn-id: https://develop.svn.wordpress.org/trunk@9576 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 23:25:47 +00:00
Andrew Ozz 357c5902b7 Few more notice fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9570 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 11:18:05 +00:00
Andrew Ozz 2f0df43916 Use ndash for number range, props demetris, fixes #8088
git-svn-id: https://develop.svn.wordpress.org/trunk@9565 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 02:39:18 +00:00
Andrew Ozz 9f5fe913ec Styling for custom fields
git-svn-id: https://develop.svn.wordpress.org/trunk@9564 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 02:15:53 +00:00
Ryan Boren f4e050164d screen_meta() fixes. Show Help on more pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@9557 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 22:21:27 +00:00
Andrew Ozz c127129c26 Implementing new design for Edit Posts, Comments, etc. lists, props mdawaffe, see #8083
git-svn-id: https://develop.svn.wordpress.org/trunk@9556 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 21:56:29 +00:00
Andrew Ozz 1c4636238e Help tab fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9547 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 08:32:25 +00:00
Andrew Ozz 7b2d2b7a11 Help tab
git-svn-id: https://develop.svn.wordpress.org/trunk@9545 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 08:13:50 +00:00
Ryan Boren 7e60469f08 More core update to update-core.php. Allow re-installing current version (requires api.wp.org changes)
git-svn-id: https://develop.svn.wordpress.org/trunk@9543 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 03:31:41 +00:00
Ryan Boren 15d3bed52c add_object_page()
git-svn-id: https://develop.svn.wordpress.org/trunk@9537 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 22:46:58 +00:00
Andrew Ozz 8fe1e3f997 Dashboard Styling, props mdawaffe, fixes #8070
git-svn-id: https://develop.svn.wordpress.org/trunk@9536 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 21:56:57 +00:00
Andrew Ozz 80fe5b5d39 Show when future posts miss schedule, props hailin, fixes #8064
git-svn-id: https://develop.svn.wordpress.org/trunk@9529 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 19:19:52 +00:00
Andrew Ozz 464fdd9e4d Add missing "button" class, props Simek, fixes #8067
git-svn-id: https://develop.svn.wordpress.org/trunk@9527 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 18:14:22 +00:00
Ryan Boren 6b21746eea Set perms when making plugin dirs. see #7395
git-svn-id: https://develop.svn.wordpress.org/trunk@9524 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 17:35:58 +00:00
Ryan Boren 742c91322a Support installation of plugins living in a subdir in svn. Props DD32. fixes #7395
git-svn-id: https://develop.svn.wordpress.org/trunk@9523 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 17:07:45 +00:00
Mark Jaquith 3090404b64 stripslashes() on plugin-install.php stuff
git-svn-id: https://develop.svn.wordpress.org/trunk@9521 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 06:47:35 +00:00
Andrew Ozz baac11eb10 Fixes for choose tag from tag cloud and reply to comment from admin
git-svn-id: https://develop.svn.wordpress.org/trunk@9520 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 01:44:10 +00:00
Peter Westwood c6bed34239 aesthetic | cleanup. Fixes #8042 props regulatethis.
git-svn-id: https://develop.svn.wordpress.org/trunk@9517 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 22:10:49 +00:00
Ryan Boren d09db8dc26 Fix core update checking. Don't check on every page load.
git-svn-id: https://develop.svn.wordpress.org/trunk@9512 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 17:12:03 +00:00
Andrew Ozz 7d45802347 Preview fixes: different method of showing previews for published posts, now uses the proper templates. Fixes #8052
git-svn-id: https://develop.svn.wordpress.org/trunk@9509 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 13:00:12 +00:00
Ryan Boren dab986a9b0 Notice fixes from filosofo and Viper007Bond. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9506 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 03:22:24 +00:00
Andrew Ozz 550fffaafb Add slash to the path when loading translations for default TinyMCE plugins from the plugins directory, fixes #7994
git-svn-id: https://develop.svn.wordpress.org/trunk@9499 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-03 19:16:29 +00:00
Andrew Ozz 97d9b36c2c Fix path when loading translations for default TinyMCE plugins from the plugins directory, fixes #7994
git-svn-id: https://develop.svn.wordpress.org/trunk@9497 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-03 18:21:00 +00:00
Ryan Boren 20addd1346 IF copy fails, chmod target to 0644 and try again
git-svn-id: https://develop.svn.wordpress.org/trunk@9493 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-03 17:16:41 +00:00
Mark Jaquith 34fed9014b Update to publish box styles. More horizontal room, consistent button placement, better for i18n, better wording.
git-svn-id: https://develop.svn.wordpress.org/trunk@9491 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-03 07:06:36 +00:00
Ryan Boren c108a2cec6 Warning fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9489 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-03 06:36:52 +00:00
Ryan Boren 5ae2b7fd3e Warning fix
git-svn-id: https://develop.svn.wordpress.org/trunk@9488 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-03 06:31:06 +00:00
Ryan Boren 0b0632ccf1 Warning fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9481 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-02 23:52:49 +00:00
Ryan Boren 61b65f4465 Warning fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9477 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-02 21:40:35 +00:00
Ryan Boren c9718cf8e2 Fix drafts module
git-svn-id: https://develop.svn.wordpress.org/trunk@9476 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-02 21:05:38 +00:00
Andrew Ozz 8b6e95b056 Preview fixes: ensure autosave is run at least once on new posts before preview, properly show previews for pending and scheduled posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@9473 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-02 13:56:32 +00:00
Andrew Ozz 539a466112 Fix validation errors, add CDATA on inline JS, props Viper007Bond, fixes #8026
git-svn-id: https://develop.svn.wordpress.org/trunk@9470 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-02 02:18:32 +00:00
Andrew Ozz 1360b0da9f Remove outdated TinyMCE files, fix loading of translations for default plugins, fixes #7994
git-svn-id: https://develop.svn.wordpress.org/trunk@9469 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-02 02:12:26 +00:00
Ryan Boren c786488346 Make sure Upload button always shows. Props filosofo. see #6979
git-svn-id: https://develop.svn.wordpress.org/trunk@9465 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 17:20:55 +00:00
Matt Mullenweg 16acf7d11c Gravatars for user page.
git-svn-id: https://develop.svn.wordpress.org/trunk@9464 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 11:19:13 +00:00
Ryan Boren 15392065d3 Remove debug
git-svn-id: https://develop.svn.wordpress.org/trunk@9460 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 06:57:00 +00:00
Ryan Boren 9e262e7d0f Pass along POST info when requesting credentials
git-svn-id: https://develop.svn.wordpress.org/trunk@9459 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 06:56:38 +00:00
Ryan Boren 5038ab53db media-new visibility fix. Props filosoof. see #6979
git-svn-id: https://develop.svn.wordpress.org/trunk@9458 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 05:35:33 +00:00
Andrew Ozz 7e7be7ea13 Fix View All Comments link on dashboard
git-svn-id: https://develop.svn.wordpress.org/trunk@9457 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 05:26:04 +00:00
Ryan Boren 6e0526fe34 Validation fixes from Viper007Bond. fixes #8026
git-svn-id: https://develop.svn.wordpress.org/trunk@9456 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 05:03:05 +00:00
Andrew Ozz 884318c1ee List page comments on edit-comments.php
git-svn-id: https://develop.svn.wordpress.org/trunk@9455 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 04:33:28 +00:00
Andrew Ozz c801681dc0 Don't change text for Screen Options
git-svn-id: https://develop.svn.wordpress.org/trunk@9454 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 02:52:43 +00:00
Andrew Ozz 78b8de31b6 Preview for both drafts and published posts/pages
git-svn-id: https://develop.svn.wordpress.org/trunk@9451 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 22:47:07 +00:00
Ryan Boren 9ea4441dca Default some widgets to the side
git-svn-id: https://develop.svn.wordpress.org/trunk@9447 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 21:04:48 +00:00
Ryan Boren dee3f707b0 Default all boxes to open
git-svn-id: https://develop.svn.wordpress.org/trunk@9446 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 20:59:22 +00:00
Ryan Boren 1ef86d621d Reorder dash widgets
git-svn-id: https://develop.svn.wordpress.org/trunk@9445 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 20:47:36 +00:00
Ryan Boren c2624a8cba Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@9442 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 18:54:30 +00:00
Ryan Boren 769544395d Better i18n support for automatic upgrade. Props nbachiyski. fixes #8023
git-svn-id: https://develop.svn.wordpress.org/trunk@9441 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 18:51:06 +00:00
Ryan Boren e6ca3635da Flash degradation fixes from filsofo. see #6979
git-svn-id: https://develop.svn.wordpress.org/trunk@9438 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 18:24:55 +00:00
Mark Jaquith c2debbb698 Add right_now_table_end action hook so plugins can add to the Right Now summary table. props Malaiac
git-svn-id: https://develop.svn.wordpress.org/trunk@9431 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 08:00:47 +00:00
Mark Jaquith a61f171096 Right Now (Dashboard) styling. props Malaiac. fixes #8015
git-svn-id: https://develop.svn.wordpress.org/trunk@9427 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 04:23:17 +00:00
Ryan Boren 0bb2a02e73 SWFUpload 2.2.0 beta 2 with Flash 10 support. Props filosofo. see #6979
git-svn-id: https://develop.svn.wordpress.org/trunk@9423 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 01:53:39 +00:00
Ryan Boren 7e5ff53d55 Revert [9413]
git-svn-id: https://develop.svn.wordpress.org/trunk@9414 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-30 15:50:21 +00:00
Andrew Ozz 13e64e6a9c Better comments listing, props Matt
git-svn-id: https://develop.svn.wordpress.org/trunk@9413 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-30 12:24:11 +00:00
Andrew Ozz bf210006e8 Menu updates and fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9411 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-30 09:52:20 +00:00
Mark Jaquith ac4b4e001e More work on Publish postbox. Post status tweaks, post date tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@9402 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-29 19:22:56 +00:00
Mark Jaquith 9b5aaac57d Put a nbsp in between Quick and Edit so that they stay together and Quick Edit spread over 2 lines does not get mistaken for regular Edit
git-svn-id: https://develop.svn.wordpress.org/trunk@9399 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-29 08:23:48 +00:00
Mark Jaquith cca3076b50 Publish box tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@9398 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-29 08:19:15 +00:00
Andrew Ozz 70443d9dbb Write page styling
git-svn-id: https://develop.svn.wordpress.org/trunk@9384 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-28 10:59:26 +00:00
Andrew Ozz 394968b4e1 Attach 'Screen Options' button to the sliding layer and related changes
git-svn-id: https://develop.svn.wordpress.org/trunk@9363 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-27 01:22:24 +00:00
Andrew Ozz 49ab8fb999 TinyMCE: attempt to load a translation file for external plugins, if not found, try en.js, fixes #7950
git-svn-id: https://develop.svn.wordpress.org/trunk@9353 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-26 07:32:58 +00:00
Peter Westwood cee1009cc4 Make the metaboxes easier to drag.
git-svn-id: https://develop.svn.wordpress.org/trunk@9350 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-25 23:11:55 +00:00
Peter Westwood f8bad23493 Warn if the core updater failed to complete. See #7819.
git-svn-id: https://develop.svn.wordpress.org/trunk@9348 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-25 22:22:29 +00:00
Andrew Ozz 0e845af695 New buttons and styling for all "management" pages
git-svn-id: https://develop.svn.wordpress.org/trunk@9328 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 18:25:46 +00:00
Mark Jaquith 12f8028065 Increase the default number of comments per page to 50. 10 is far too few.
git-svn-id: https://develop.svn.wordpress.org/trunk@9316 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 07:22:50 +00:00
Ryan Boren 70fc9ebcb4 Plugin install dialog formatting fixes from DD32. fixes #7908
git-svn-id: https://develop.svn.wordpress.org/trunk@9314 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 04:54:21 +00:00
Ryan Boren f308eb1745 Bring back Quick Edit links
git-svn-id: https://develop.svn.wordpress.org/trunk@9297 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-23 16:34:21 +00:00
Ryan Boren 873a5b075b Comment paging and sorting from Viper007Bond. see #7927
git-svn-id: https://develop.svn.wordpress.org/trunk@9296 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-23 16:08:47 +00:00
Ryan Boren 2294054fad Show message when there are no drafts. Props jamierumbelow. fixes #7921
git-svn-id: https://develop.svn.wordpress.org/trunk@9293 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-22 23:37:55 +00:00
Andrew Ozz 837b1b51bc Postboxes drag/drop for all browsers, some base css fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9291 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-22 22:08:58 +00:00
Ryan Boren a11ad49d80 Add post_parent index. fixes #7876
git-svn-id: https://develop.svn.wordpress.org/trunk@9290 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-22 22:03:41 +00:00
Ryan Boren 06f0822a1a Set perms on update-core.php after copying
git-svn-id: https://develop.svn.wordpress.org/trunk@9288 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-22 21:14:49 +00:00
Ryan Boren eee5ed2177 Remove unused args. fixes #7946
git-svn-id: https://develop.svn.wordpress.org/trunk@9278 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-22 16:17:41 +00:00
Mark Jaquith d6b8d7128b Fix Screen Options toggles accidentally broken in [9662]
git-svn-id: https://develop.svn.wordpress.org/trunk@9277 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-22 06:52:06 +00:00
Ryan Boren 42d6208061 get_plugin_data() back compat fixes from DD32. fixes #7479
git-svn-id: https://develop.svn.wordpress.org/trunk@9272 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-22 00:08:22 +00:00
Ryan Boren 34035fa80e Allow __FILE__ to be passed to activate_plugin()/deactivate_plugin(). Props DD32. fixes #7878
git-svn-id: https://develop.svn.wordpress.org/trunk@9271 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-21 23:55:58 +00:00
Mark Jaquith a97d2744d1 New footer style, first draft
git-svn-id: https://develop.svn.wordpress.org/trunk@9269 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-21 22:27:41 +00:00
Mark Jaquith 6580aaf8fb ngettext() fix for Right Now
git-svn-id: https://develop.svn.wordpress.org/trunk@9267 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-21 20:50:14 +00:00
Ryan Boren 78af371a68 Remove test link
git-svn-id: https://develop.svn.wordpress.org/trunk@9266 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-21 17:59:19 +00:00
Ryan Boren 2e5e2c36be Right Now modules. Very rough, needs styling.
git-svn-id: https://develop.svn.wordpress.org/trunk@9265 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-21 17:56:48 +00:00
Mark Jaquith 3bc39364c4 Send togbox to Hades. @ryan: size 8.5 -- something with sapphires.
git-svn-id: https://develop.svn.wordpress.org/trunk@9262 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-21 04:55:38 +00:00
Ryan Boren f38fd1b3b6 Move whitelist functions to plugin.php. Add settings_fields().
git-svn-id: https://develop.svn.wordpress.org/trunk@9249 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-19 23:35:09 +00:00