Commit Graph

4625 Commits

Author SHA1 Message Date
Ryan Boren 9fafac9e5f Fix not defined error
git-svn-id: https://develop.svn.wordpress.org/trunk@10074 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 21:45:49 +00:00
Ryan Boren 7cf788ba56 Add quick_edit_dropdown_pages_args filter
git-svn-id: https://develop.svn.wordpress.org/trunk@10071 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 19:40:30 +00:00
Ryan Boren b6a0df1678 post_parent dropdown fixes. get_pages() cache fix to eliminate duplicate queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@10070 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 19:19:24 +00:00
Ryan Boren e5f6baeedc Use wp_dropdown_page()
git-svn-id: https://develop.svn.wordpress.org/trunk@10069 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 18:03:24 +00:00
Mark Jaquith 4ea36107fd Allow bulk approval of comments from the spam queue
git-svn-id: https://develop.svn.wordpress.org/trunk@10067 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 09:29:10 +00:00
Andrew Ozz 355b63c21c Add colors to comment actions on edit comments screen
git-svn-id: https://develop.svn.wordpress.org/trunk@10066 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 08:05:52 +00:00
Mark Jaquith 3126ab0172 Remove some whitespace and old inactive code
git-svn-id: https://develop.svn.wordpress.org/trunk@10064 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 07:36:53 +00:00
Mark Jaquith 0c1161d915 Fix Shift-X toggling of comments on Edit Comments
git-svn-id: https://develop.svn.wordpress.org/trunk@10063 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 07:15:31 +00:00
Andrew Ozz ca3acca0fb Attach orphan attachments when inserting into a post, fixes #8490
git-svn-id: https://develop.svn.wordpress.org/trunk@10062 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 06:21:42 +00:00
Andrew Ozz 723a52a32e Fix postbox title action links overlapping
git-svn-id: https://develop.svn.wordpress.org/trunk@10061 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 06:16:50 +00:00
Ryan Boren 7c243ba2b7 Run wp_user_settings() from admin-header
git-svn-id: https://develop.svn.wordpress.org/trunk@10059 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 05:33:36 +00:00
Ryan Boren 7b2e1ef17e wp-lists: catch the whole class, pending comments: silently accept approval of already approved comment. Props mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@10057 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 05:10:38 +00:00
Ryan Boren f19167fbca User term IDs returned from wp_update_term() in case a plugin that remaps IDs is in use
git-svn-id: https://develop.svn.wordpress.org/trunk@10055 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 04:08:20 +00:00
Ryan Boren c84ffb56ef Set eol-style
git-svn-id: https://develop.svn.wordpress.org/trunk@10054 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 01:44:26 +00:00
Andrew Ozz 26f3bc7c16 Fix H2 in users.php
git-svn-id: https://develop.svn.wordpress.org/trunk@10053 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 01:18:19 +00:00
Ryan Boren 987580e03f Fix warning. fixes #8448
git-svn-id: https://develop.svn.wordpress.org/trunk@10052 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 23:20:41 +00:00
Ryan Boren 3bc3fc2f53 Check return of dir(). see #8478
git-svn-id: https://develop.svn.wordpress.org/trunk@10051 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 22:07:57 +00:00
Ryan Boren 1c84611441 Allow override of default file permissions with FS_CHMOD_DIR and FS_CHMOD_FILE. Props DD32. see #8478
git-svn-id: https://develop.svn.wordpress.org/trunk@10050 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 21:58:46 +00:00
Andrew Ozz e216144286 Action -> Bulk Action for manage screens, props FFEMTcJ, fixes #8375
git-svn-id: https://develop.svn.wordpress.org/trunk@10049 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 21:57:56 +00:00
Ryan Boren 2e8d387c34 Use binary mode for fopen in download_url()
git-svn-id: https://develop.svn.wordpress.org/trunk@10048 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 21:47:45 +00:00
Peter Westwood e6fd9a5a97 Ensure that the theme-editor displays the correct files when a child theme overrides templates. Fixes #8236 props roganty.
git-svn-id: https://develop.svn.wordpress.org/trunk@10047 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 21:29:55 +00:00
Peter Westwood 2ef3e8fdb6 Fight back against browser autocomplete some more. Fixes #8462 props Ozh.
git-svn-id: https://develop.svn.wordpress.org/trunk@10046 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 20:47:58 +00:00
Peter Westwood 6bd635e65d Update importing instructions in the WXR export file. Fixes #8483 props yoavf.
git-svn-id: https://develop.svn.wordpress.org/trunk@10045 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 20:34:00 +00:00
Ryan Boren a667264804 RTL updates from kashani. see #8047
git-svn-id: https://develop.svn.wordpress.org/trunk@10040 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 19:13:22 +00:00
Ryan Boren 85bb38adc9 Delete update_plugins when plugins are deleted. Props thinlight. fixes #8451
git-svn-id: https://develop.svn.wordpress.org/trunk@10038 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 18:39:11 +00:00
Ryan Boren 54baf9f3f6 Remove extra php open tags
git-svn-id: https://develop.svn.wordpress.org/trunk@10037 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 18:18:15 +00:00
Andrew Ozz c0b6062654 Easier translation for search strings in H2s
git-svn-id: https://develop.svn.wordpress.org/trunk@10035 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 12:01:02 +00:00
Andrew Ozz 29bca3d957 Add search string to H2s, fixes #8373
git-svn-id: https://develop.svn.wordpress.org/trunk@10034 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 09:20:52 +00:00
Mark Jaquith dfed4a90c2 Add the screen_icon() for Widgetless themes too
git-svn-id: https://develop.svn.wordpress.org/trunk@10033 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 07:47:11 +00:00
Mark Jaquith a5052d5bf2 Better display and wording for themes with no widget-enabled sidebars
git-svn-id: https://develop.svn.wordpress.org/trunk@10032 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 07:44:16 +00:00
Andrew Ozz 7ebc549cc4 Do not show the Turbo link in the header if Gears is already being used, props markjaquith, fixes #8276
git-svn-id: https://develop.svn.wordpress.org/trunk@10031 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 06:35:21 +00:00
Mark Jaquith e3c3333f74 Press This fixes from Noel. see #7949
git-svn-id: https://develop.svn.wordpress.org/trunk@10030 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 04:58:27 +00:00
Andrew Ozz b97cf8d9e2 Make the menu css easier for localizations to extend, fix plugins bubble when menu is folded, fixes #8472 fixes #8473
git-svn-id: https://develop.svn.wordpress.org/trunk@10029 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 02:04:49 +00:00
Ryan Boren ab94457199 RTL updates from kashani. see #8047
git-svn-id: https://develop.svn.wordpress.org/trunk@10027 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 21:00:23 +00:00
Ryan Boren 0d75a8896b Add Slug column for link categories
git-svn-id: https://develop.svn.wordpress.org/trunk@10024 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 19:18:41 +00:00
Ryan Boren 7b0c368857 Don't import cat and tags with empty string for name. Check for WP_Error after term insertion. fixes #8474
git-svn-id: https://develop.svn.wordpress.org/trunk@10021 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 17:47:44 +00:00
Peter Westwood 6c3a317b14 Put the link category delete warning in the correct place. Fixes #8434 props FFEMTcJ.
git-svn-id: https://develop.svn.wordpress.org/trunk@10020 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 08:50:50 +00:00
Andrew Ozz d88a6ccf96 Make postboxes less "jumpy" when dragging, see #8364
git-svn-id: https://develop.svn.wordpress.org/trunk@10019 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 08:40:06 +00:00
Andrew Ozz 4194adcfd3 Fix field labels in file.php, fixes #8456
git-svn-id: https://develop.svn.wordpress.org/trunk@10018 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 01:43:11 +00:00
Andrew Ozz 6a3f6d7dec Fix footer in IE7, Screen Options in IE6, fixes #8447, fixes #8457
git-svn-id: https://develop.svn.wordpress.org/trunk@10017 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 23:53:43 +00:00
Ryan Boren 0b6046d9fd 'Add Link' when adding new link. fixes #8465
git-svn-id: https://develop.svn.wordpress.org/trunk@10015 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 19:52:12 +00:00
Ryan Boren 04ac8afac0 Assign comment post ID when importing existing posts. Props tott. fixes #8458
git-svn-id: https://develop.svn.wordpress.org/trunk@10014 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 19:25:42 +00:00
Ryan Boren 339b9f015d Show actions on hover for links and media.
git-svn-id: https://develop.svn.wordpress.org/trunk@10012 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 19:00:48 +00:00
Andrew Ozz 2a613b3821 Simple iPhone detection, disable hiding of action links for iPhone
git-svn-id: https://develop.svn.wordpress.org/trunk@10010 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 12:32:54 +00:00
Andrew Ozz 1d302ecb8c Remove insert image default options (handled by state saving), fix URL buttons in uploader for newly uploaded images, fix font priority in global.css
git-svn-id: https://develop.svn.wordpress.org/trunk@10009 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 10:29:54 +00:00
Andrew Ozz 3493370d0b Improved icons from Ben, fixes #8381
git-svn-id: https://develop.svn.wordpress.org/trunk@10008 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 05:38:48 +00:00
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 2e9e2db21e Fix highlighting of the comments/plugins bubble
git-svn-id: https://develop.svn.wordpress.org/trunk@10006 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 01:36:16 +00:00
Andrew Ozz f22d2473a4 Coding for new icons for List/Excerpt view switch
git-svn-id: https://develop.svn.wordpress.org/trunk@10004 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 21:32:51 +00:00
Ryan Boren 265b886da0 do_settings_sections('reading'). fixes #7682
git-svn-id: https://develop.svn.wordpress.org/trunk@10003 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 21:23:22 +00:00
Ryan Boren 568ad1be99 Re-order font families for better Windows font selection. Props iammattthomas. fixes #8443
git-svn-id: https://develop.svn.wordpress.org/trunk@10000 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 19:18:33 +00:00
Ryan Boren 2944f27167 Feedback for post and page deletions. fixes #8415
git-svn-id: https://develop.svn.wordpress.org/trunk@9999 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 18:03:21 +00:00
Ryan Boren 6cae7a0d77 Feedback for post and page deletions. fixes #8415
git-svn-id: https://develop.svn.wordpress.org/trunk@9998 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 18:02:16 +00:00
Ryan Boren 8ad7e7bf46 Give feedback after publishing a page. fixes #8414
git-svn-id: https://develop.svn.wordpress.org/trunk@9996 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 05:09:43 +00:00
Andrew Ozz 0b80af7d38 Fix widgets alignment in IE, fixes #8424
git-svn-id: https://develop.svn.wordpress.org/trunk@9995 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 01:55:27 +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 b5963d95b1 Remove deleted image from gears-manifest
git-svn-id: https://develop.svn.wordpress.org/trunk@9993 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 01:11:11 +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
Andrew Ozz 54f24f4307 Fix avatar alignment, fixes #8435
git-svn-id: https://develop.svn.wordpress.org/trunk@9991 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 23:24:25 +00:00
Andrew Ozz b67df867b4 Fix thead and tfoot background images for IE
git-svn-id: https://develop.svn.wordpress.org/trunk@9990 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 22:47:42 +00:00
Peter Westwood 20107df793 Ensure we never have two seperators together.
git-svn-id: https://develop.svn.wordpress.org/trunk@9989 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 22:47:26 +00:00
Peter Westwood 12e31d0401 Hide press this for subscribers. Fixes #8432.
git-svn-id: https://develop.svn.wordpress.org/trunk@9988 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 22:20:59 +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 826d40ecbc Fix Media Library when empty, fixes #8430
git-svn-id: https://develop.svn.wordpress.org/trunk@9980 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 13:17:27 +00:00
Andrew Ozz 76882ebc7a More blue colors
git-svn-id: https://develop.svn.wordpress.org/trunk@9979 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 13:02:30 +00:00
Andrew Ozz 3bc272ae00 More unused images cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@9978 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 10:25:26 +00:00
Andrew Ozz c757eb6efe TinyMCE 3.2.1.1, some unused images and gears-manifest cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@9977 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 10:22:16 +00:00
Andrew Ozz 938e3f1e1f Adjust H2s, props iammattthomas fixes #8387
git-svn-id: https://develop.svn.wordpress.org/trunk@9976 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 05:16:29 +00:00
Ryan Boren 5d5eebdc9c New color scheme names.
git-svn-id: https://develop.svn.wordpress.org/trunk@9975 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 04:06:35 +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 8c9ea5173c Second icons set and few color changes for the "Bold" theme (needs more)
git-svn-id: https://develop.svn.wordpress.org/trunk@9972 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 02:47:11 +00:00
Andrew Ozz 9e5f4665f7 Remove gear.png from gears-manifest, props mrmist, fixes #8427
git-svn-id: https://develop.svn.wordpress.org/trunk@9971 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 23:37:38 +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 8bc6952610 Make link-import and importer
git-svn-id: https://develop.svn.wordpress.org/trunk@9968 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 18:23:03 +00:00
Ryan Boren cc11baaae0 Fix menu parents. see #8421
git-svn-id: https://develop.svn.wordpress.org/trunk@9967 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 18:09:09 +00:00
Ryan Boren 10a97c635b Fix parents for page and link editors. fixes #8421
git-svn-id: https://develop.svn.wordpress.org/trunk@9966 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 17:51:30 +00:00
Andrew Ozz 063334ec63 CSS cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@9964 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 15:52:17 +00:00
Andrew Ozz bda14a101a Fix QE for categories when category description has quotes
git-svn-id: https://develop.svn.wordpress.org/trunk@9963 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 13:03:03 +00:00
Andrew Ozz 5573ff5349 Fix typo in Menu redirect, props filosofo, fixes #8422
git-svn-id: https://develop.svn.wordpress.org/trunk@9962 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 07:53:53 +00:00
Andrew Ozz 89ba87084f PressThis fix from Noel, see #7949
git-svn-id: https://develop.svn.wordpress.org/trunk@9961 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 04:28:37 +00:00
Andrew Ozz a519d62ab9 Change generic menu icon, change transparency on hover for top menus added by plugins
git-svn-id: https://develop.svn.wordpress.org/trunk@9960 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 02:51:33 +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 16c3ce94e9 Move admin_notices after screen meta
git-svn-id: https://develop.svn.wordpress.org/trunk@9958 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 00:36:26 +00:00
Andrew Ozz 211fd456aa Highlighted (current submenu) state for folded menu
git-svn-id: https://develop.svn.wordpress.org/trunk@9957 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 23:19:15 +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 f922c423ae Use settings_fields()
git-svn-id: https://develop.svn.wordpress.org/trunk@9954 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 21:57:58 +00:00
Ryan Boren 503d6a67df Fix turbo link. Props mattyrob. fixes #8413
git-svn-id: https://develop.svn.wordpress.org/trunk@9953 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 21:43:03 +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 ef0882c043 Styling for Tools screen
git-svn-id: https://develop.svn.wordpress.org/trunk@9943 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 10:14:43 +00:00
Andrew Ozz 6e64a0f6c2 Remove left-over background color, fixes #8306
git-svn-id: https://develop.svn.wordpress.org/trunk@9942 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 09:11:50 +00:00
Andrew Ozz b37725917d Remove "Danger!" red from Cancel links and Deactivate plugins
git-svn-id: https://develop.svn.wordpress.org/trunk@9941 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 07:35:33 +00:00
Andrew Ozz 0e735cb613 Acton links colors on dashboard, props apeatling, fixes #8316
git-svn-id: https://develop.svn.wordpress.org/trunk@9940 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 06:05:01 +00:00
Andrew Ozz 3dc2fac6e5 Change cursor to e-resize when menu is folded, props ydekproductions
git-svn-id: https://develop.svn.wordpress.org/trunk@9939 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 05:48:55 +00:00
Andrew Ozz 68f25a118e Fix user-info for Firefox 2, props roganty, fixes #8382
git-svn-id: https://develop.svn.wordpress.org/trunk@9938 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 05:38:28 +00:00
Andrew Ozz b29c39b4d1 Better header logo from iammattthomas, fixes #8408
git-svn-id: https://develop.svn.wordpress.org/trunk@9937 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 05:08:35 +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 3407b4e674 Importers XHTML fixes, props sivel, fixes #8403
git-svn-id: https://develop.svn.wordpress.org/trunk@9933 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 02:12:36 +00:00
Andrew Ozz 377a80ff60 Line up screen icons, props iammattthomas, fixes #8387
git-svn-id: https://develop.svn.wordpress.org/trunk@9932 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 21:27:32 +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 ace2567641 Fix id typo. Props sivel. fixes #8401
git-svn-id: https://develop.svn.wordpress.org/trunk@9928 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 20:44:43 +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 fd01d86cf8 Reset parent_file after admin_header include to fix screen icon
git-svn-id: https://develop.svn.wordpress.org/trunk@9926 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 20:36:01 +00:00
Ryan Boren e17a3ee209 Fix parent
git-svn-id: https://develop.svn.wordpress.org/trunk@9925 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 20:28:33 +00:00
Ryan Boren 798561238f screen_icon() for Custom Image Header
git-svn-id: https://develop.svn.wordpress.org/trunk@9924 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 19:24:46 +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 ecb45c722b Add missing div in themes.php, props demetris, fixes #8395
git-svn-id: https://develop.svn.wordpress.org/trunk@9921 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 12:13:08 +00:00
Andrew Ozz 16b582e033 Comments bubble improvements from iammattthomas, fixes #8392
git-svn-id: https://develop.svn.wordpress.org/trunk@9920 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 12:07:26 +00:00
Andrew Ozz 3fc3913539 install.css updates from iammattthomas, fixes #8388
git-svn-id: https://develop.svn.wordpress.org/trunk@9919 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 11:57:36 +00:00
Andrew Ozz ab624e98db Visual UI fixes from iammattthomas, fixes #8387
git-svn-id: https://develop.svn.wordpress.org/trunk@9918 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 11:53:32 +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
Ryan Boren f08d2fabf3 Remove
git-svn-id: https://develop.svn.wordpress.org/trunk@9915 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 01:26:31 +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 18aefe1b1c Change cursor for menu fold toggle, see #8362
git-svn-id: https://develop.svn.wordpress.org/trunk@9913 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 00:16:35 +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
Andrew Ozz e200f660bc Don't select hidden chechboxes when using the "select all", fixes #8355
git-svn-id: https://develop.svn.wordpress.org/trunk@9911 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 22:07:57 +00:00
Ryan Boren 0bf951c4a5 Press This fix from noel. fixes #7949
git-svn-id: https://develop.svn.wordpress.org/trunk@9910 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 19:32:38 +00:00
Ryan Boren 144de08267 Upgrade instead of Update
git-svn-id: https://develop.svn.wordpress.org/trunk@9908 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 19:20:03 +00:00
Ryan Boren 18d08c91fc Show red only on hover for delete links in tables. fixes #8358
git-svn-id: https://develop.svn.wordpress.org/trunk@9907 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 19:01:05 +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
Peter Westwood 6c4bb8992f Sync arguments to plugin hooks to enable same function to be hooked on to both to enable backward compatible plugins. Fixes #8365 props strider72.
git-svn-id: https://develop.svn.wordpress.org/trunk@9904 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 15:23:51 +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
Ryan Boren cb4478f23c Set proper menu parent for importers
git-svn-id: https://develop.svn.wordpress.org/trunk@9900 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 08:58:44 +00:00
Ryan Boren 875fbb56c4 No longer used
git-svn-id: https://develop.svn.wordpress.org/trunk@9899 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 07:51:35 +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
Ryan Boren 1f0191fbfe New palette names
git-svn-id: https://develop.svn.wordpress.org/trunk@9897 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 03:48:26 +00:00
Ryan Boren 7d48aaa4f3 Fix private page filter. Props abackstrom. fixes #8349
git-svn-id: https://develop.svn.wordpress.org/trunk@9895 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 02:58:18 +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 57b12e5705 Don't show tables when no posts or pages are found. fixes #8346
git-svn-id: https://develop.svn.wordpress.org/trunk@9891 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 00:36:25 +00:00
Ryan Boren 390984d25d Contextual ngettext from nbachiyski. fixes #8128
git-svn-id: https://develop.svn.wordpress.org/trunk@9887 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 22:25:21 +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
Andrew Ozz c443284257 New icons, first run
git-svn-id: https://develop.svn.wordpress.org/trunk@9882 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 21:19:44 +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 250eb8ef47 Fix media columns
git-svn-id: https://develop.svn.wordpress.org/trunk@9878 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 19:26:53 +00:00
Ryan Boren b2ea4b8184 Fix warning
git-svn-id: https://develop.svn.wordpress.org/trunk@9877 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 19:18:17 +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 c8fc5732c2 Library instead of Edit
git-svn-id: https://develop.svn.wordpress.org/trunk@9875 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 19:07:57 +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