Commit Graph

9084 Commits

Author SHA1 Message Date
Mark Jaquith 927094d296 Prevent hotkeys from clicking hidden links -- keeps U and A from both acting as moderated/approved toggles. Now each one just does its own function.
git-svn-id: https://develop.svn.wordpress.org/trunk@10065 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 08:01:10 +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 fee741345b Don't check blog options for user-settings
git-svn-id: https://develop.svn.wordpress.org/trunk@10060 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 06:08:46 +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 6c16ca328e Return description not name. Props josephscott. fixes #8494
git-svn-id: https://develop.svn.wordpress.org/trunk@10058 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 05:13:27 +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 d0560d1644 Don't check user settings if doing ajax.
git-svn-id: https://develop.svn.wordpress.org/trunk@10056 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 05:10:05 +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
Peter Westwood b08ca3f781 Add the comment type to the data wp.getComment returns. Fixes #8486 props josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@10044 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 20:31:40 +00:00
Peter Westwood 8aa27b5013 Link to comments on the page they are on. Fixes #8488 props johnconners.
git-svn-id: https://develop.svn.wordpress.org/trunk@10043 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 20:26:43 +00:00
Peter Westwood d1926da5bb Fix Notice on comment posting.
git-svn-id: https://develop.svn.wordpress.org/trunk@10042 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 20:26:05 +00:00
Ryan Boren e9431babe7 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@10041 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 19:15:58 +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 8db8771085 Page comments from the first page of a multi-page post. Props Viper007Bond. fixes #8450
git-svn-id: https://develop.svn.wordpress.org/trunk@10039 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 19:11:53 +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
Ryan Boren a425539641 No named entities in comment feeds. Props nbachiyski. fixes #8464
git-svn-id: https://develop.svn.wordpress.org/trunk@10036 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 17:47:50 +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 2c7a9007de Styles version bump
git-svn-id: https://develop.svn.wordpress.org/trunk@10028 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 21:13:11 +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 10cd006c29 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@10026 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 19:56:31 +00:00
Ryan Boren 62ddc13d82 Round timeouts less then 1 but greater than 0 to 1 for curl transport. see #8086
git-svn-id: https://develop.svn.wordpress.org/trunk@10025 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 19:56:05 +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 e4396a891e Don't show form when confirming password resets.
git-svn-id: https://develop.svn.wordpress.org/trunk@10023 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 19:04:07 +00:00
Ryan Boren 9aa5152440 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@10022 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 18:13:26 +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 26d5d33cef Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@10016 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 20:03:21 +00:00