Commit Graph

963 Commits

Author SHA1 Message Date
ryan
da7ebeb3a5 More Favorites
git-svn-id: http://svn.automattic.com/wordpress/trunk@9876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-25 19:16:22 +00:00
ryan
60fb050f9c Default to edit submenu rather than add new.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9874 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-25 19:05:48 +00:00
ryan
ceee359abf Add option defaults. Add arg to get_user_option() to avoid querying options table if user option is missing. see #8229
git-svn-id: http://svn.automattic.com/wordpress/trunk@9871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-25 18:33:04 +00:00
azaozz
e05cff11ea Fix QE and Reply actions on comments that come in via infinite comment stream
git-svn-id: http://svn.automattic.com/wordpress/trunk@9868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-25 02:41:54 +00:00
ryan
8b6ac49730 Fix SSH2 fs exists() method. Props ydekproductions. fixes #8331
git-svn-id: http://svn.automattic.com/wordpress/trunk@9862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-24 20:24:07 +00:00
ryan
0d27eeb5c2 Typo fix. Props ydekproductions. fixes #8330
git-svn-id: http://svn.automattic.com/wordpress/trunk@9860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-24 08:40:21 +00:00
azaozz
6af721ecc8 Pass unformatted number to __ngettext, props filosofo, fixes #8324
git-svn-id: http://svn.automattic.com/wordpress/trunk@9856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-24 03:12:28 +00:00
azaozz
3c15f6a8d3 Gallery settings for TinyMCE
git-svn-id: http://svn.automattic.com/wordpress/trunk@9847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-23 06:37:15 +00:00
westi
61fb6ea540 Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9835 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-21 18:16:44 +00:00
westi
f9a218eb6b Switch the ftpext filesystem to use Passive FTP aswell. Fixes #7940 props mcs_trekkie.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-21 17:59:15 +00:00
ryan
afa3f9b11b Show 24 results per page for plugin searches. fixes #8290
git-svn-id: http://svn.automattic.com/wordpress/trunk@9821 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-20 21:22:24 +00:00
markjaquith
821218975c Repoint and redirect edit.php?p=X to edit-comments.php?p=X
git-svn-id: http://svn.automattic.com/wordpress/trunk@9807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-20 04:51:47 +00:00
ryan
f5d551efe0 Improve latest version detection in plugin updater. Props DD32. fixes #8129
git-svn-id: http://svn.automattic.com/wordpress/trunk@9793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-19 19:25:53 +00:00
ryan
961a173fd3 Remove edit-form.php on update. see #8279
git-svn-id: http://svn.automattic.com/wordpress/trunk@9792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-19 18:20:25 +00:00
ryan
dc3a33c2d4 Add screen_meta_screen filter. Props andré renaut.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9788 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-19 17:20:26 +00:00
azaozz
269c83bd69 Do not show "Post published" message in QuickPress if empty form submitted, fixes #8222
git-svn-id: http://svn.automattic.com/wordpress/trunk@9785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-19 12:30:37 +00:00
markjaquith
7771efd21e Prevent strange text color on hover in QuickPress. props jick. fixes #8238
git-svn-id: http://svn.automattic.com/wordpress/trunk@9765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 22:19:49 +00:00
ryan
17881fddec register_column_headers()
git-svn-id: http://svn.automattic.com/wordpress/trunk@9763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 20:49:39 +00:00
ryan
f05f3c8d66 add_contextual_help()
git-svn-id: http://svn.automattic.com/wordpress/trunk@9761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 19:54:54 +00:00
ryan
19e9168c84 add_dashboard_page()
git-svn-id: http://svn.automattic.com/wordpress/trunk@9760 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 19:30:50 +00:00
ryan
ef80d8cb30 Fix link categories row alternation. fixes #8272
git-svn-id: http://svn.automattic.com/wordpress/trunk@9758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 17:41:50 +00:00
ryan
9f7c101e5c Cat row filtering cleanup from jhodgdon. see #8146
git-svn-id: http://svn.automattic.com/wordpress/trunk@9757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 17:25:43 +00:00
azaozz
61b2941eba Fix color of links separator in Recent Comments on dashboard, props jick, fixes #8239
git-svn-id: http://svn.automattic.com/wordpress/trunk@9752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 08:05:11 +00:00
azaozz
88c0fcf12d Fix QE data filtering for tags and categories, props jhodgdon fixes #8146
git-svn-id: http://svn.automattic.com/wordpress/trunk@9751 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 07:15:32 +00:00
ryan
3b4f3fdcfd Dashboard pluggability improvements from mdawaffe. see #8265
git-svn-id: http://svn.automattic.com/wordpress/trunk@9748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 01:04:41 +00:00
ryan
cf333304bb Page link styling improvements. Props iammattthomas. fixes #8266
git-svn-id: http://svn.automattic.com/wordpress/trunk@9746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-18 00:59:57 +00:00
ryan
5c5d1aef4d Key screen meta off of page hook. fixes #8246
git-svn-id: http://svn.automattic.com/wordpress/trunk@9735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-17 19:16:26 +00:00
azaozz
a4da82e877 CSS fixes and improvements, also IE7 and some IE6 fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@9733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-17 18:01:00 +00:00
ryan
904df4372e Restore do_meta_boxes actions for the dashboard. fixes #8240
git-svn-id: http://svn.automattic.com/wordpress/trunk@9729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-16 17:46:57 +00:00
azaozz
01e981dfdb Fix thumbnails creation for 8bpp and CMYK images, props DD32, fixes #7039 fixes #8231
git-svn-id: http://svn.automattic.com/wordpress/trunk@9727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 23:16:36 +00:00
azaozz
a9d45e28cf Update comments count for Pending and Spam on edit-comments.php and the dashboard, fixes #8227
git-svn-id: http://svn.automattic.com/wordpress/trunk@9720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 18:57:53 +00:00
ryan
9d6e621b2d Notice fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@9719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 18:41:27 +00:00
ryan
1eb0e67fc4 Remove comments Quick Edit link from Dash
git-svn-id: http://svn.automattic.com/wordpress/trunk@9717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 18:25:44 +00:00
ryan
40c754df1d Unused var fixes. Props DD32. see #8220
git-svn-id: http://svn.automattic.com/wordpress/trunk@9716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 18:10:35 +00:00
ryan
322baa914d Check proper caps when publising a page. Props DD32. fixes #8208
git-svn-id: http://svn.automattic.com/wordpress/trunk@9715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 18:04:09 +00:00
azaozz
f0804b3c26 QE: fix notices and check if the returned string contains the row HTML, props DD32, fixes #8115
git-svn-id: http://svn.automattic.com/wordpress/trunk@9712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 12:04:38 +00:00
markjaquith
2a86d82041 tabindex for QuickPress
git-svn-id: http://svn.automattic.com/wordpress/trunk@9710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 07:51:29 +00:00
azaozz
d449414870 Fix position of the confirmation message in QuickPress, fixes #8218
git-svn-id: http://svn.automattic.com/wordpress/trunk@9709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 07:27:48 +00:00
ryan
12a505e7cb Don't allow hiding of save box
git-svn-id: http://svn.automattic.com/wordpress/trunk@9704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-15 00:09:18 +00:00
ryan
ae3fc05253 contextual_help_link filter. Pass page hook instead of pagenow to screen_meta(). fixes #8216
git-svn-id: http://svn.automattic.com/wordpress/trunk@9702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 23:54:15 +00:00
ryan
29ab18dcb7 Check proper caps when publising a page. Props DD32. fixes #8208
git-svn-id: http://svn.automattic.com/wordpress/trunk@9701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 23:34:18 +00:00
ryan
da754f886b Text tweak. Props demetris. fixes #8201
git-svn-id: http://svn.automattic.com/wordpress/trunk@9700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 23:08:25 +00:00
ryan
9861eb1a85 Notice fixes from DD32. see #7509
git-svn-id: http://svn.automattic.com/wordpress/trunk@9699 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 23:01:16 +00:00
ryan
d2a9f7b57b Show View All on hover
git-svn-id: http://svn.automattic.com/wordpress/trunk@9694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 21:17:19 +00:00
ryan
5d179b7372 submenu functions for the object top-levels
git-svn-id: http://svn.automattic.com/wordpress/trunk@9693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 20:53:43 +00:00
ryan
eb53509bc8 Fix row alternation for categories screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@9691 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 19:44:01 +00:00
ryan
ab2ac7f427 Handle both post and page caps in get_editable_user_id(). Props DD32. fixes #8208
git-svn-id: http://svn.automattic.com/wordpress/trunk@9683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 17:13:08 +00:00
ryan
73148914c2 Plugin installer updates from DD32. fixes #7908
git-svn-id: http://svn.automattic.com/wordpress/trunk@9682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 17:07:24 +00:00
azaozz
dd330c0ba9 Use local time when determining uploads directory, props DD32, see #8205
git-svn-id: http://svn.automattic.com/wordpress/trunk@9676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 03:56:09 +00:00
azaozz
d87ff92c67 Fix uploads sub-directory for drafts, props DD32, fixes #8205
git-svn-id: http://svn.automattic.com/wordpress/trunk@9675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-14 03:26:06 +00:00
ryan
369fe8d11f Do not show update nag on update page. Props nbachiyski. fixes #8199
git-svn-id: http://svn.automattic.com/wordpress/trunk@9669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-13 21:10:53 +00:00
ryan
63c5ee4199 i18n plurals fixes from nbachiyski. fixes #8142
git-svn-id: http://svn.automattic.com/wordpress/trunk@9668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-13 20:59:32 +00:00
ryan
778fe45e83 Revert [9523]. fixes #8195 see #7395
git-svn-id: http://svn.automattic.com/wordpress/trunk@9664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-13 18:48:54 +00:00
azaozz
bd2112f197 Store uploads according to the parent post date when using year/month sub-directories
git-svn-id: http://svn.automattic.com/wordpress/trunk@9663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-13 18:22:00 +00:00
markjaquith
b9098f869b Code cleanup for wp-admin/includes/bookmark.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@9659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-13 07:17:40 +00:00
markjaquith
af86fe57ca change "Awaiting Moderation" to "Pending" fixes #8184
git-svn-id: http://svn.automattic.com/wordpress/trunk@9656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-13 05:57:07 +00:00
azaozz
f4d7858bbd Keep state for image size, alignment and url in the uploader and for categories view on the write page, fixes #7520
git-svn-id: http://svn.automattic.com/wordpress/trunk@9654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-13 03:07:39 +00:00
ryan
6aa0ef87b8 Grammar fix from Speedboxer. fixes #8073
git-svn-id: http://svn.automattic.com/wordpress/trunk@9651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-13 00:01:03 +00:00
azaozz
c4cffaad13 Filter category and tag for editing when using QE, fixes #8146
git-svn-id: http://svn.automattic.com/wordpress/trunk@9648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-12 21:55:24 +00:00
markjaquith
d6c4fac277 Visibility section of Publish Module for Posts. Pages later.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-12 18:36:48 +00:00
ryan
97c061add0 screen_meta() and contextual help improvements from filosofo. fixes #8172
git-svn-id: http://svn.automattic.com/wordpress/trunk@9636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-12 17:11:49 +00:00
ryan
2d9e012782 Some cap checks for the Dashboard. Props Viper007Bond. fixes #8175
git-svn-id: http://svn.automattic.com/wordpress/trunk@9635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-12 16:59:19 +00:00
ryan
11f9759d7a Remove debug line. Props filosofo. fixes #8171
git-svn-id: http://svn.automattic.com/wordpress/trunk@9634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-12 16:54:50 +00:00
azaozz
7e200d589d Consolidate six more js files
git-svn-id: http://svn.automattic.com/wordpress/trunk@9631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-12 09:35:50 +00:00
ryan
4dc56b14d0 Show Submit for Review if user can't publish. fixes #8108
git-svn-id: http://svn.automattic.com/wordpress/trunk@9630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-12 05:11:12 +00:00
ryan
1664f9b0c2 Show Quick Press only if user can publish posts. fixes #8108
git-svn-id: http://svn.automattic.com/wordpress/trunk@9628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-12 04:55:47 +00:00
ryan
fd9db1c294 Make In Response To more compect. Add link to post.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-11 23:55:59 +00:00
ryan
86a85062e4 Shorten column header to avoid wrap
git-svn-id: http://svn.automattic.com/wordpress/trunk@9623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-11 23:48:27 +00:00
ryan
cc7c443f62 Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-11 22:40:16 +00:00
azaozz
0e8ff11d74 Fix double negative message in plugin-install.php, props Speedboxer, fixes 8151
git-svn-id: http://svn.automattic.com/wordpress/trunk@9619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-11 22:12:39 +00:00
ryan
2bab4e2ec0 Differentiate between plural noun, verb and adjective Spam translations. Props nbachiyski. fixes #8154
git-svn-id: http://svn.automattic.com/wordpress/trunk@9615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-11 19:54:54 +00:00
ryan
998dfc44e4 Increase memory limit when unzipping. fixes #8149
git-svn-id: http://svn.automattic.com/wordpress/trunk@9612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-11 19:11:48 +00:00
azaozz
3f5a70545d Add check for bulk-edit when deleting posts/pages, see #8135
git-svn-id: http://svn.automattic.com/wordpress/trunk@9607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-11 11:34:08 +00:00
azaozz
b756fbabcd QE fixes: don't display-filter titles, show QE for newly added cats and tags, fixes #8146
git-svn-id: http://svn.automattic.com/wordpress/trunk@9606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-11 09:39:42 +00:00
azaozz
41870c14a8 New design of Quick/Bulk Edit (added some colors and IE fixes), props mdawaffe, see #8144
git-svn-id: http://svn.automattic.com/wordpress/trunk@9604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-11 02:58:24 +00:00
ryan
545da15950 Notice fixes from DD32. see #7509
git-svn-id: http://svn.automattic.com/wordpress/trunk@9596 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-10 18:54:18 +00:00
ryan
fd1b5f1e4a Don't remove entire wp-images directory. Some use it for user content.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-10 18:25:03 +00:00
ryan
f79dc07a2e Bring back update nag.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-10 18:17:47 +00:00
ryan
293858e984 Use %s, not %d, for number format output. Props nbachiyski. fixes #8136
git-svn-id: http://svn.automattic.com/wordpress/trunk@9591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-10 17:47:41 +00:00
ryan
d699f0d00d i18n fixes from nbachiyski. fixes #8142
git-svn-id: http://svn.automattic.com/wordpress/trunk@9589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-10 17:42:51 +00:00
ryan
d2cdebd6cf Remove dead line
git-svn-id: http://svn.automattic.com/wordpress/trunk@9581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-09 19:21:00 +00:00
ryan
b10351e5c6 Sort the menu before adding classes. see #7966
git-svn-id: http://svn.automattic.com/wordpress/trunk@9580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-09 19:20:38 +00:00
azaozz
6b99a452d1 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: http://svn.automattic.com/wordpress/trunk@9578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-09 14:54:39 +00:00
ryan
1ff6eb8ef7 Save options. Props josephscott. fixes #8097
git-svn-id: http://svn.automattic.com/wordpress/trunk@9576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-08 23:25:47 +00:00
azaozz
11b5f8dae8 Few more notice fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@9570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-08 11:18:05 +00:00
azaozz
ce2413cb7f Use ndash for number range, props demetris, fixes #8088
git-svn-id: http://svn.automattic.com/wordpress/trunk@9565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-08 02:39:18 +00:00
azaozz
ea03719b8b Styling for custom fields
git-svn-id: http://svn.automattic.com/wordpress/trunk@9564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-08 02:15:53 +00:00
ryan
88d2ecbb4e screen_meta() fixes. Show Help on more pages.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-06 22:21:27 +00:00
azaozz
4a5e7ba2e4 Implementing new design for Edit Posts, Comments, etc. lists, props mdawaffe, see #8083
git-svn-id: http://svn.automattic.com/wordpress/trunk@9556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-06 21:56:29 +00:00
azaozz
877bc21808 Help tab fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@9547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-06 08:32:25 +00:00
azaozz
268c7cdd71 Help tab
git-svn-id: http://svn.automattic.com/wordpress/trunk@9545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-06 08:13:50 +00:00
ryan
f597bae652 More core update to update-core.php. Allow re-installing current version (requires api.wp.org changes)
git-svn-id: http://svn.automattic.com/wordpress/trunk@9543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-06 03:31:41 +00:00
ryan
908fbae34c add_object_page()
git-svn-id: http://svn.automattic.com/wordpress/trunk@9537 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-05 22:46:58 +00:00
azaozz
4f47d7e869 Dashboard Styling, props mdawaffe, fixes #8070
git-svn-id: http://svn.automattic.com/wordpress/trunk@9536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-05 21:56:57 +00:00
azaozz
5584e7c4d4 Show when future posts miss schedule, props hailin, fixes #8064
git-svn-id: http://svn.automattic.com/wordpress/trunk@9529 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-05 19:19:52 +00:00
azaozz
dad2d3b6f1 Add missing "button" class, props Simek, fixes #8067
git-svn-id: http://svn.automattic.com/wordpress/trunk@9527 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-05 18:14:22 +00:00
ryan
ef093b8caf Set perms when making plugin dirs. see #7395
git-svn-id: http://svn.automattic.com/wordpress/trunk@9524 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-05 17:35:58 +00:00
ryan
4a4a04c076 Support installation of plugins living in a subdir in svn. Props DD32. fixes #7395
git-svn-id: http://svn.automattic.com/wordpress/trunk@9523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-05 17:07:45 +00:00
markjaquith
5c9e75b18e stripslashes() on plugin-install.php stuff
git-svn-id: http://svn.automattic.com/wordpress/trunk@9521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-05 06:47:35 +00:00
azaozz
e3a58568f8 Fixes for choose tag from tag cloud and reply to comment from admin
git-svn-id: http://svn.automattic.com/wordpress/trunk@9520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-05 01:44:10 +00:00