Commit Graph

9205 Commits

Author SHA1 Message Date
markjaquith
85d594a716 Only count specific comment approval types for the types we know about, to avoid a potential notice. fixes #8503
git-svn-id: http://svn.automattic.com/wordpress/trunk@10136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 08:07:52 +00:00
azaozz
11ba27a054 Fix external dependencies in class.wp-scripts.php, fixes #8505
git-svn-id: http://svn.automattic.com/wordpress/trunk@10135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 02:50:28 +00:00
azaozz
0aa6a6039c Updated icons for excerpt/list view from Ben
git-svn-id: http://svn.automattic.com/wordpress/trunk@10134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 01:26:24 +00:00
azaozz
7f822f67a3 Fix menu placement after folding/unfolding it several times, props vladimir_kolesnikov, fixes #8463
git-svn-id: http://svn.automattic.com/wordpress/trunk@10133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 23:59:30 +00:00
azaozz
b52efe507f Remove bottom background gradient for open favorites drop-down, fixes #8531
git-svn-id: http://svn.automattic.com/wordpress/trunk@10132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 23:23:49 +00:00
azaozz
a5b02fdb5d Kill text-shadows on header elements, props iammattthomas, fixes #8530
git-svn-id: http://svn.automattic.com/wordpress/trunk@10131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 22:13:15 +00:00
ryan
918d84ef68 Get all children. Props filosofo. fixes #8527
git-svn-id: http://svn.automattic.com/wordpress/trunk@10130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 21:00:25 +00:00
ryan
504bc044d8 Check for circular post parent dependencies. Exclude the current post and its children from the parent dropdown.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10129 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 19:29:42 +00:00
ryan
fd64845396 CSS bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 17:55:36 +00:00
azaozz
319f68a479 Update for Press This from noel, see #7949
git-svn-id: http://svn.automattic.com/wordpress/trunk@10127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 17:44:17 +00:00
azaozz
678ffe49b9 Use transparent GIFs for IE6's sake (hopefully for the last time), props vladimir_kolesnikov, fixes #8447
git-svn-id: http://svn.automattic.com/wordpress/trunk@10126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 11:25:18 +00:00
azaozz
34a17a5188 Fix inserting images, uploader buttons add Press This nag after submitting in Quick Press
git-svn-id: http://svn.automattic.com/wordpress/trunk@10125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 10:52:23 +00:00
azaozz
5426f43c7d Do not show Gallery tab in the uploader if no files have been uploaded.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 07:38:05 +00:00
azaozz
535b79426a Filter menu IDs, fixes #8523
git-svn-id: http://svn.automattic.com/wordpress/trunk@10123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 03:46:26 +00:00
azaozz
797f203e2f Straighten comment bubbles for FF
git-svn-id: http://svn.automattic.com/wordpress/trunk@10122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-08 01:39:23 +00:00
westi
19e69cce8a Append don't overwrite. See #8649 props rboren.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 22:13:00 +00:00
ryan
0f927649f8 Introduce NONCE_SALT and NONCE_KEY
git-svn-id: http://svn.automattic.com/wordpress/trunk@10120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 21:31:13 +00:00
ryan
12158b4e26 Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 20:37:34 +00:00
ryan
3b5ef2f644 gettext image size names
git-svn-id: http://svn.automattic.com/wordpress/trunk@10118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 20:35:50 +00:00
ryan
5382d2b80e Fix raw_response code in Streams transport. Props jacobsantos. fixes #8476
git-svn-id: http://svn.automattic.com/wordpress/trunk@10117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 20:30:59 +00:00
azaozz
ac89cab565 Fix comment actions after using QE when listing pending and spam comments
git-svn-id: http://svn.automattic.com/wordpress/trunk@10116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 12:18:04 +00:00
westi
fed0c5df20 Make wp_page_menu() respect is_front_page(). Fixes #8469 props AaronCampbell.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 12:14:14 +00:00
westi
350be7f979 Use classes instead of ids to allow the wp_page_menu() to be used more than once per-page. Fixes #8439 props corischlegel.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 12:11:37 +00:00
westi
78a94a036a remove extra " props azaozz.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 10:30:30 +00:00
westi
80a0472d7b Balance.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 10:26:16 +00:00
westi
ed48953fde Improve Press this descriptions. See #8186 props noel.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 10:23:43 +00:00
westi
02b3467afb Make scriptaculous use the script-loader properly. Fixes #7642 props codestyling and vladimir_kolesnikov.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 10:07:18 +00:00
markjaquith
3f5b838ee2 Less Engrish-y Gears Denied text from mrmist and filosofo. fixes #8509
git-svn-id: http://svn.automattic.com/wordpress/trunk@10109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 09:19:11 +00:00
markjaquith
c7e8e8d9d0 urldecode slugs in the Edit Post screen permalink. props janbrasna. fixes #8418
git-svn-id: http://svn.automattic.com/wordpress/trunk@10108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 09:12:28 +00:00
azaozz
7162109255 Don't select hidden rows' checkboxes when selecting all, fixes #8520
git-svn-id: http://svn.automattic.com/wordpress/trunk@10107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 09:04:38 +00:00
markjaquith
bf698116e0 Need to blank the password when visibility is public, not unset() it
git-svn-id: http://svn.automattic.com/wordpress/trunk@10106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 09:04:11 +00:00
markjaquith
b11357a497 Pad wp_die() error messages to be over 512 chars, so IE always displays our text. props DD32. fixes #7890
git-svn-id: http://svn.automattic.com/wordpress/trunk@10105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 08:51:38 +00:00
markjaquith
19938ff3ee Make AJAX comment river post_id and comment_type aware
git-svn-id: http://svn.automattic.com/wordpress/trunk@10104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 07:31:27 +00:00
markjaquith
d64dc84e14 Remove blank CSS rule
git-svn-id: http://svn.automattic.com/wordpress/trunk@10103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 07:11:41 +00:00
markjaquith
8a527f4d95 Much better In Response To column, with pretty comment bubble
git-svn-id: http://svn.automattic.com/wordpress/trunk@10102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 07:10:47 +00:00
azaozz
57b4d9966c Fix urlencoded chars in links after using QE
git-svn-id: http://svn.automattic.com/wordpress/trunk@10101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 05:14:49 +00:00
ryan
7050ada441 get_search_form() fixes from juergen. fixes #8512
git-svn-id: http://svn.automattic.com/wordpress/trunk@10100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 05:09:47 +00:00
ryan
b455fc3845 CSS bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 04:52:57 +00:00
ryan
48c618bc32 Make user-settings per blog
git-svn-id: http://svn.automattic.com/wordpress/trunk@10098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 04:51:22 +00:00
ryan
9f56c8eba4 Add paging links above comments list. Props Viper007Bond. fixes #8219
git-svn-id: http://svn.automattic.com/wordpress/trunk@10097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 04:49:22 +00:00
ryan
e9e703969b Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 04:00:26 +00:00
ryan
3897eef6c9 Make wp_user_settings() options global again. Clarify flag on get_user_option().
git-svn-id: http://svn.automattic.com/wordpress/trunk@10095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 03:53:28 +00:00
azaozz
5fec33de25 Show "Post submitted" message when contributors submit a post for review, props mdawaffe, fixes #8519
git-svn-id: http://svn.automattic.com/wordpress/trunk@10094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 03:39:00 +00:00
azaozz
696e009118 Remove extra screen icons, fixes #8514
git-svn-id: http://svn.automattic.com/wordpress/trunk@10093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 01:55:06 +00:00
azaozz
0e125cae08 Add colspan for IE, fixes #8513
git-svn-id: http://svn.automattic.com/wordpress/trunk@10092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-06 23:42:22 +00:00
azaozz
49a667aa09 Remove blank line from edit-page-form.php, props vladimir_kolesnikov, see #8335
git-svn-id: http://svn.automattic.com/wordpress/trunk@10091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-06 23:22:18 +00:00
azaozz
c647bdc9bb Improve the recent comments dashboard widget, props matt, fixes #8510
git-svn-id: http://svn.automattic.com/wordpress/trunk@10090 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-06 21:23:36 +00:00
azaozz
c25fbefaea Some basic help for screens that have postboxes
git-svn-id: http://svn.automattic.com/wordpress/trunk@10089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-06 20:54:51 +00:00
markjaquith
fc5e8dfe58 Make Password protected and private mutually exclusive when using Quick Edit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10088 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-06 11:10:24 +00:00
westi
d9778f61f3 Ensure the curl transport supports HEAD requests. Merge from BackPress props sambauers.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-06 10:09:05 +00:00