Commit Graph

9184 Commits

Author SHA1 Message Date
markjaquith
90ec026142 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: http://svn.automattic.com/wordpress/trunk@10065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 08:01:10 +00:00
markjaquith
6d0ea0e3e9 Remove some whitespace and old inactive code
git-svn-id: http://svn.automattic.com/wordpress/trunk@10064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 07:36:53 +00:00
markjaquith
569a1ff339 Fix Shift-X toggling of comments on Edit Comments
git-svn-id: http://svn.automattic.com/wordpress/trunk@10063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 07:15:31 +00:00
azaozz
bdb5cde322 Attach orphan attachments when inserting into a post, fixes #8490
git-svn-id: http://svn.automattic.com/wordpress/trunk@10062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 06:21:42 +00:00
azaozz
00aa613c43 Fix postbox title action links overlapping
git-svn-id: http://svn.automattic.com/wordpress/trunk@10061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 06:16:50 +00:00
ryan
420eef18f2 Don't check blog options for user-settings
git-svn-id: http://svn.automattic.com/wordpress/trunk@10060 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 06:08:46 +00:00
ryan
47c1924213 Run wp_user_settings() from admin-header
git-svn-id: http://svn.automattic.com/wordpress/trunk@10059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 05:33:36 +00:00
ryan
06303fe3a7 Return description not name. Props josephscott. fixes #8494
git-svn-id: http://svn.automattic.com/wordpress/trunk@10058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 05:13:27 +00:00
ryan
164546b068 wp-lists: catch the whole class, pending comments: silently accept approval of already approved comment. Props mdawaffe
git-svn-id: http://svn.automattic.com/wordpress/trunk@10057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 05:10:38 +00:00
ryan
9629712581 Don't check user settings if doing ajax.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10056 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 05:10:05 +00:00
ryan
75a6579d2b User term IDs returned from wp_update_term() in case a plugin that remaps IDs is in use
git-svn-id: http://svn.automattic.com/wordpress/trunk@10055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 04:08:20 +00:00
ryan
10fef332d6 Set eol-style
git-svn-id: http://svn.automattic.com/wordpress/trunk@10054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 01:44:26 +00:00
azaozz
2654405a3b Fix H2 in users.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@10053 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-05 01:18:19 +00:00
ryan
6a9c462d33 Fix warning. fixes #8448
git-svn-id: http://svn.automattic.com/wordpress/trunk@10052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 23:20:41 +00:00
ryan
2780af1189 Check return of dir(). see #8478
git-svn-id: http://svn.automattic.com/wordpress/trunk@10051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 22:07:57 +00:00
ryan
535db0f29a Allow override of default file permissions with FS_CHMOD_DIR and FS_CHMOD_FILE. Props DD32. see #8478
git-svn-id: http://svn.automattic.com/wordpress/trunk@10050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 21:58:46 +00:00
azaozz
0927fbcc0d Action -> Bulk Action for manage screens, props FFEMTcJ, fixes #8375
git-svn-id: http://svn.automattic.com/wordpress/trunk@10049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 21:57:56 +00:00
ryan
6941ef0547 Use binary mode for fopen in download_url()
git-svn-id: http://svn.automattic.com/wordpress/trunk@10048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 21:47:45 +00:00
westi
781708a9ce Ensure that the theme-editor displays the correct files when a child theme overrides templates. Fixes #8236 props roganty.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10047 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 21:29:55 +00:00
westi
8b192860f2 Fight back against browser autocomplete some more. Fixes #8462 props Ozh.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 20:47:58 +00:00
westi
028b5648fc Update importing instructions in the WXR export file. Fixes #8483 props yoavf.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10045 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 20:34:00 +00:00
westi
1d72687cc5 Add the comment type to the data wp.getComment returns. Fixes #8486 props josephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 20:31:40 +00:00
westi
7f357e7188 Link to comments on the page they are on. Fixes #8488 props johnconners.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 20:26:43 +00:00
westi
cfbc31027e Fix Notice on comment posting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 20:26:05 +00:00
ryan
3ed7af59cf Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10041 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 19:15:58 +00:00
ryan
21510085f9 RTL updates from kashani. see #8047
git-svn-id: http://svn.automattic.com/wordpress/trunk@10040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 19:13:22 +00:00
ryan
87141a219f Page comments from the first page of a multi-page post. Props Viper007Bond. fixes #8450
git-svn-id: http://svn.automattic.com/wordpress/trunk@10039 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 19:11:53 +00:00
ryan
fd5a7d8a18 Delete update_plugins when plugins are deleted. Props thinlight. fixes #8451
git-svn-id: http://svn.automattic.com/wordpress/trunk@10038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 18:39:11 +00:00
ryan
302fd9f7bd Remove extra php open tags
git-svn-id: http://svn.automattic.com/wordpress/trunk@10037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 18:18:15 +00:00
ryan
fe44ea7c48 No named entities in comment feeds. Props nbachiyski. fixes #8464
git-svn-id: http://svn.automattic.com/wordpress/trunk@10036 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 17:47:50 +00:00
azaozz
0284ef6ae0 Easier translation for search strings in H2s
git-svn-id: http://svn.automattic.com/wordpress/trunk@10035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 12:01:02 +00:00
azaozz
e53337ede8 Add search string to H2s, fixes #8373
git-svn-id: http://svn.automattic.com/wordpress/trunk@10034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 09:20:52 +00:00
markjaquith
b9b1b76b0b Add the screen_icon() for Widgetless themes too
git-svn-id: http://svn.automattic.com/wordpress/trunk@10033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 07:47:11 +00:00
markjaquith
93b7e3bde7 Better display and wording for themes with no widget-enabled sidebars
git-svn-id: http://svn.automattic.com/wordpress/trunk@10032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 07:44:16 +00:00
azaozz
a6a324ac11 Do not show the Turbo link in the header if Gears is already being used, props markjaquith, fixes #8276
git-svn-id: http://svn.automattic.com/wordpress/trunk@10031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 06:35:21 +00:00
markjaquith
27e98ed75a Press This fixes from Noel. see #7949
git-svn-id: http://svn.automattic.com/wordpress/trunk@10030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 04:58:27 +00:00
azaozz
a58d2523de Make the menu css easier for localizations to extend, fix plugins bubble when menu is folded, fixes #8472 fixes #8473
git-svn-id: http://svn.automattic.com/wordpress/trunk@10029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-04 02:04:49 +00:00
ryan
7c05f83d73 Styles version bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 21:13:11 +00:00
ryan
b7aa9493d5 RTL updates from kashani. see #8047
git-svn-id: http://svn.automattic.com/wordpress/trunk@10027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 21:00:23 +00:00
ryan
06373198c9 Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 19:56:31 +00:00
ryan
b5f623a9ea Round timeouts less then 1 but greater than 0 to 1 for curl transport. see #8086
git-svn-id: http://svn.automattic.com/wordpress/trunk@10025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 19:56:05 +00:00
ryan
5517f4208d Add Slug column for link categories
git-svn-id: http://svn.automattic.com/wordpress/trunk@10024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 19:18:41 +00:00
ryan
c2ba81dbb1 Don't show form when confirming password resets.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 19:04:07 +00:00
ryan
84b65fabc4 Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 18:13:26 +00:00
ryan
8ddfe0f101 Don't import cat and tags with empty string for name. Check for WP_Error after term insertion. fixes #8474
git-svn-id: http://svn.automattic.com/wordpress/trunk@10021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 17:47:44 +00:00
westi
18f3ab8a20 Put the link category delete warning in the correct place. Fixes #8434 props FFEMTcJ.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 08:50:50 +00:00
azaozz
cb11271cb3 Make postboxes less "jumpy" when dragging, see #8364
git-svn-id: http://svn.automattic.com/wordpress/trunk@10019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 08:40:06 +00:00
azaozz
a4f2b6960b Fix field labels in file.php, fixes #8456
git-svn-id: http://svn.automattic.com/wordpress/trunk@10018 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-03 01:43:11 +00:00
azaozz
7061676d80 Fix footer in IE7, Screen Options in IE6, fixes #8447, fixes #8457
git-svn-id: http://svn.automattic.com/wordpress/trunk@10017 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-02 23:53:43 +00:00
ryan
f9069cffc0 Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10016 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-02 20:03:21 +00:00