Andrew Ozz
a762e2a120
Replace ui.sortable.js with the minified version
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10160 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 00:05:41 +00:00
Ryan Boren
5d116156b3
Convert in_category() and has_tags() to use the same is_object_in_term(), which accepts one object, one taxonomy, and 0, 1 or multiple term term_ids/names/slugs.
...
In those functions, compare ints only to term_ids. Strings are compared to term_ids, names, slugs.
Document all three better, and note how they've changed with WP versions. Prop mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@10159 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 23:31:11 +00:00
Mark Jaquith
ed3db277fc
Bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10158 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 21:51:23 +00:00
Ryan Boren
314a074c1b
Bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10151 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 18:32:55 +00:00
Ryan Boren
baaaa352ba
Strip trailing whitespace
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 18:03:31 +00:00
Ryan Boren
d8fac07f53
Bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10145 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 17:17:18 +00:00
Mark Jaquith
f7c88ef2c7
Remove third party logo, pending a better gallery icon image.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10139 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 10:22:37 +00:00
Mark Jaquith
789a86a92a
Only count specific comment approval types for the types we know about, to avoid a potential notice. fixes #8503
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10136 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 08:07:52 +00:00
Andrew Ozz
274079e8d4
Fix external dependencies in class.wp-scripts.php, fixes #8505
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10135 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 02:50:28 +00:00
Andrew Ozz
7791e3ea99
Fix menu placement after folding/unfolding it several times, props vladimir_kolesnikov, fixes #8463
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10133 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-08 23:59:30 +00:00
Ryan Boren
a31ad119f4
Get all children. Props filosofo. fixes #8527
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10130 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-08 21:00:25 +00:00
Ryan Boren
cbef7dc6c4
Check for circular post parent dependencies. Exclude the current post and its children from the parent dropdown.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10129 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-08 19:29:42 +00:00
Ryan Boren
e1df6f154e
CSS bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10128 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-08 17:55:36 +00:00
Andrew Ozz
fedbd12b31
Fix inserting images, uploader buttons add Press This nag after submitting in Quick Press
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10125 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-08 10:52:23 +00:00
Peter Westwood
c7de5ef953
Append don't overwrite. See #8649 props rboren.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10121 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 22:13:00 +00:00
Ryan Boren
f3dd1ef856
Introduce NONCE_SALT and NONCE_KEY
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10120 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 21:31:13 +00:00
Ryan Boren
f5b4d2bf10
Bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10119 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 20:37:34 +00:00
Ryan Boren
9a7e2fc242
Fix raw_response code in Streams transport. Props jacobsantos. fixes #8476
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10117 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 20:30:59 +00:00
Andrew Ozz
1d11d269e3
Fix comment actions after using QE when listing pending and spam comments
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10116 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 12:18:04 +00:00
Peter Westwood
c7077d18a3
Make wp_page_menu() respect is_front_page(). Fixes #8469 props AaronCampbell.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10115 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 12:14:14 +00:00
Peter Westwood
4cc937b4d3
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: https://develop.svn.wordpress.org/trunk@10114 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 12:11:37 +00:00
Peter Westwood
da33110378
Make scriptaculous use the script-loader properly. Fixes #7642 props codestyling and vladimir_kolesnikov.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10110 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 10:07:18 +00:00
Mark Jaquith
72965bba30
urldecode slugs in the Edit Post screen permalink. props janbrasna. fixes #8418
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10108 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 09:12:28 +00:00
Andrew Ozz
adb001a76c
Don't select hidden rows' checkboxes when selecting all, fixes #8520
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10107 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 09:04:38 +00:00
Mark Jaquith
9c43e7304e
Pad wp_die() error messages to be over 512 chars, so IE always displays our text. props DD32. fixes #7890
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10105 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 08:51:38 +00:00
Mark Jaquith
442ffa2389
Much better In Response To column, with pretty comment bubble
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10102 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 07:10:47 +00:00
Andrew Ozz
9088c62a48
Fix urlencoded chars in links after using QE
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10101 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 05:14:49 +00:00
Ryan Boren
79ed97571c
get_search_form() fixes from juergen. fixes #8512
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10100 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 05:09:47 +00:00
Ryan Boren
6478fa841c
CSS bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10099 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 04:52:57 +00:00
Ryan Boren
3896afcf41
Make user-settings per blog
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10098 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 04:51:22 +00:00
Ryan Boren
fc8c54d3d9
Add paging links above comments list. Props Viper007Bond. fixes #8219
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10097 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 04:49:22 +00:00
Ryan Boren
7aa321accc
Bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10096 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 04:00:26 +00:00
Ryan Boren
6c98f491fa
Make wp_user_settings() options global again. Clarify flag on get_user_option().
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10095 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 03:53:28 +00:00
Mark Jaquith
9791e0dd60
Make Password protected and private mutually exclusive when using Quick Edit.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10088 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-06 11:10:24 +00:00
Peter Westwood
ee9e57b97b
Ensure the curl transport supports HEAD requests. Merge from BackPress props sambauers.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10087 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-06 10:09:05 +00:00
Peter Westwood
24f1c22adf
Move convertEntities js function into the BackPress scriptloader. Fixes #8505 props sambauers.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10086 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-06 09:54:24 +00:00
Matt Mullenweg
39f668bf6a
</anal>
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10084 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-06 07:18:04 +00:00
Matt Mullenweg
c477def73e
Continuation to [10060] to have both get_ and update_ use same $check_global setting. Coding style updates.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10083 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-06 07:14:22 +00:00
Ryan Boren
154cc86cb5
Allow plugins to hook in a custom comment counter
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10078 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 23:40:09 +00:00
Peter Westwood
971fac85ae
Fix documentation for get_alloptions. Fixes #8491 props jeremyclarke.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10077 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 22:39:59 +00:00
Ryan Boren
6e9cd4cc06
Fix not defined error
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10075 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 21:45:57 +00:00
Ryan Boren
4a6fcd9bc6
Bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10073 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 20:52:58 +00:00
Ryan Boren
158b8c81e9
user_agent, not user-agent, for Streams transport. Props alexrabe. fixes #8500
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10072 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 20:12:51 +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
Ryan Boren
a38974136d
Remove uuml. Props nbachiyski. fixes #8464
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10068 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 17:33:24 +00:00
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
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
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