Commit Graph

4466 Commits

Author SHA1 Message Date
Ryan Boren 44363b9f5f Chunked decoding fix from jacobsantos. fixes #8618
git-svn-id: https://develop.svn.wordpress.org/trunk@10283 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-31 03:02:53 +00:00
Ryan Boren 9563bbea98 Chunked decode fixes. Don't return WP_Error for body. Props jacobsantos. see #8618
git-svn-id: https://develop.svn.wordpress.org/trunk@10282 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 22:53:35 +00:00
Ryan Boren 601ba7bcf0 HTTP API debug and action for curl object. Props jacobsantos. see #8727
git-svn-id: https://develop.svn.wordpress.org/trunk@10281 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 22:45:51 +00:00
Ryan Boren c2f108aec4 Don't assume page 1 when cpage is empty. Props filosofo. fixes #8630 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10277 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 22:32:43 +00:00
Ryan Boren e7a5bb8295 Add exclude_tree for categories. Make exclude behave like exclude_tree when hierarchical to restore < 2.7 behavior. Props filosofo. fixes #8614 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10275 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 22:30:36 +00:00
Ryan Boren 00f96adf85 Close comments for old posts, pages, and attachments, not just posts. Props mrmist. fixes #8740
git-svn-id: https://develop.svn.wordpress.org/trunk@10273 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 20:09:40 +00:00
Ryan Boren f04a7d1efa phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10271 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 19:47:59 +00:00
Ryan Boren b6c647c017 Fix link_before and after args. Props ev3rywh3re. fixes #8715 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10269 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 19:41:53 +00:00
Ryan Boren d02a3b83af Fix html doctype check. Props zekrap. fixes #8745 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10265 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 18:35:31 +00:00
Andrew Ozz 077540b9af Faster hide-if-no-js, if-js-closed, etc. needed when loading scripts in the footer.
git-svn-id: https://develop.svn.wordpress.org/trunk@10258 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-27 12:18:38 +00:00
Andrew Ozz 7a9c742af6 Fix uploaded media relative links when site has been moved, props DD32, fixes #8705 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10254 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-26 02:59:04 +00:00
Andrew Ozz 8630c259b1 Fix disabling of submit buttons while auto-saving for pages, props emartin24, fixes #8710 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10251 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-24 02:14:09 +00:00
Ryan Boren be55326e50 Allow overriding cat walker. Props AaronCampbell. fixes #8682 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10246 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-23 12:52:37 +00:00
Ryan Boren c5c0b4896f Fix selected for none and all. Props filosofo. fixes #8700 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10243 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-23 12:51:12 +00:00
Ryan Boren 0cc431b007 Update secret-key url. Props sivel. fixes #8687 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10241 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-22 23:00:13 +00:00
Ryan Boren 001f4a16b8 get_previous_comments_link() and get_next_comments_link(). Props Viper007Bond. fixes #8058 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10239 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-22 19:33:09 +00:00
Peter Westwood 541a75aedf Set the user-agent like we did before. See #8660
git-svn-id: https://develop.svn.wordpress.org/trunk@10238 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-21 21:52:15 +00:00
Andrew Ozz 64f41a22fb htmlspecialchars_decode() for php versions less than 5.1, props sivel, fixes #8679
git-svn-id: https://develop.svn.wordpress.org/trunk@10236 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-21 09:03:23 +00:00
Andrew Ozz 9f66fcd434 Set parseInt() to use base 10 instead of detecting it, props projct, fixes #8659
git-svn-id: https://develop.svn.wordpress.org/trunk@10235 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-20 01:00:26 +00:00
Ryan Boren 35d982904f cron phpdoc fixes. Props filosofo. fixes #8680 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10233 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-19 20:47:20 +00:00
Andrew Ozz 66f7ae27a4 Explicitly declare Javascript vars when created, props projct, fixes #8654, fixes #8655, fixes #8656, for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10232 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-19 20:33:44 +00:00
Ryan Boren 5161f00e3b Allow custom page walker classes. Props MikeLittle. fixes #8673
git-svn-id: https://develop.svn.wordpress.org/trunk@10230 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-19 20:27:11 +00:00
Ryan Boren cc7454270c Make sure get_bookmarks cache is an array
git-svn-id: https://develop.svn.wordpress.org/trunk@10229 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-19 07:05:51 +00:00
Ryan Boren 12035893fc Make sure get_calendar cache is an array
git-svn-id: https://develop.svn.wordpress.org/trunk@10228 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-19 07:05:00 +00:00
Ryan Boren bf2cfefdff Avoid division by zero
git-svn-id: https://develop.svn.wordpress.org/trunk@10227 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-19 07:04:18 +00:00
Ryan Boren 3a2530bfc5 Make sure get_pages cache is an array
git-svn-id: https://develop.svn.wordpress.org/trunk@10226 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-18 22:26:57 +00:00
Ryan Boren 3c7eca56ab Allow muliple tag-like taxonomies in the post editor. see #6387
git-svn-id: https://develop.svn.wordpress.org/trunk@10222 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-18 19:12:26 +00:00
Ryan Boren 3a0f778fa8 Plugin and theme udpdate check fixes. Props DD32. fixes #8660 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10221 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-18 17:23:20 +00:00
Ryan Boren e4f794ae3e Revert accidentally committed bits
git-svn-id: https://develop.svn.wordpress.org/trunk@10220 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-18 03:34:29 +00:00
Peter Westwood a20fde37a2 Remove the revision number for now
git-svn-id: https://develop.svn.wordpress.org/trunk@10219 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-17 22:10:20 +00:00
Ryan Boren b6ea89209c is_ssl() improvements. Props johnbillion. fixes #8641 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10217 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-17 17:58:07 +00:00
Ryan Boren ea7be8d5c0 Add thread xmlns. Props neoxx. fixes #8626 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10215 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-17 00:14:58 +00:00
Ryan Boren 97a6c04681 Don't cache filtered post objects. Set filter when getting sample permalink. Props brianwhite. fixes #8526 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10213 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-16 23:50:39 +00:00
Ryan Boren fcc53e993b Set Content-Length to 0 for null body requests. Props Jalada. see #8605
git-svn-id: https://develop.svn.wordpress.org/trunk@10211 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-16 22:07:18 +00:00
Ryan Boren 6bc7377953 Update _walk_bookmarks phpdoc. Props brh and sivel. fixes #8607 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10207 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-16 07:54:17 +00:00
Matt Mullenweg 9577892237 Update pagination links on edit-comments when approving/deleting/etc. Hat tip: mdawaffe. Fixes #8584.
git-svn-id: https://develop.svn.wordpress.org/trunk@10204 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-14 12:13:30 +00:00
Ryan Boren cc77e573b6 Explicitly return ref for the sake of PHP4. Fixes user_level being empty when installing on PHP4. Props Mr Pete. fixes #8317 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10200 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-12 20:47:18 +00:00
Ryan Boren d0ce444aee Fix comment links when displaying first page of comments. Props johnconners. fixes #8583 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10196 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-12 20:08:49 +00:00
Ryan Boren f083ebca6a Remove lines that are choking phpdoc
git-svn-id: https://develop.svn.wordpress.org/trunk@10192 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-11 22:20:54 +00:00
Peter Westwood ee2ccaaf3b Test for curl_exec as well to catch hosts that disable it but not curl_init. Fixes #8577 for trunk props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@10190 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-11 18:08:58 +00:00
Peter Westwood 978206a223 Make trunk bleed again.
git-svn-id: https://develop.svn.wordpress.org/trunk@10188 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-11 18:00:28 +00:00
Ryan Boren 605a2b3bc8 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@10185 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 22:48:19 +00:00
Ryan Boren 9c4b6c2f92 Update func name. see #8550
git-svn-id: https://develop.svn.wordpress.org/trunk@10180 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 21:13:32 +00:00
Ryan Boren 76dc2686b5 Change default add_below. see #8550
git-svn-id: https://develop.svn.wordpress.org/trunk@10179 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 21:08:20 +00:00
Ryan Boren 32e006e74c Post reply API updates. see #8550
git-svn-id: https://develop.svn.wordpress.org/trunk@10178 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 21:06:13 +00:00
Ryan Boren 03348d1d6a Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@10171 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 17:43:43 +00:00
Ryan Boren 507ea162ad JS and CSS bump
git-svn-id: https://develop.svn.wordpress.org/trunk@10170 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 17:42:26 +00:00
Andrew Ozz 06f8ce3117 Enable support for threaded comments and comment reply on index page, props yoavf, fixes #8550
git-svn-id: https://develop.svn.wordpress.org/trunk@10169 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 11:49:37 +00:00
Ryan Boren ec2fd8a0cc Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@10167 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 08:11:21 +00:00
Ryan Boren f6b6123c0b ref not rel. Props oddthinking. fixes #8292
git-svn-id: https://develop.svn.wordpress.org/trunk@10164 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 05:51:56 +00:00
Ryan Boren 2a419f12a6 RC2
git-svn-id: https://develop.svn.wordpress.org/trunk@10161 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 00:10:15 +00:00
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
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
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 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 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 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
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 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 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
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 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
Ryan Boren 5e9d071992 Notice fix from Malaiac. fixes #8453
git-svn-id: https://develop.svn.wordpress.org/trunk@10013 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 19:05:24 +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
Ryan Boren e9aa26bedc RC1
git-svn-id: https://develop.svn.wordpress.org/trunk@10005 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 21:35:12 +00:00
Ryan Boren 3f5e373820 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@10002 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 19:35:46 +00:00
Ryan Boren 5f90026b32 Bump style vers
git-svn-id: https://develop.svn.wordpress.org/trunk@10001 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 19:21:19 +00:00
Ryan Boren 4f76fa63d2 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9997 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 05:34:35 +00:00
Ryan Boren 36f809cde8 Fix notice
git-svn-id: https://develop.svn.wordpress.org/trunk@9987 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 19:29:46 +00:00
Ryan Boren c9d8e9d0db CSS bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9984 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 18:44:23 +00:00
Ryan Boren 631277c068 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9983 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 18:41:04 +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
Ryan Boren f4e6526d65 Add classic to script loader
git-svn-id: https://develop.svn.wordpress.org/trunk@9974 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 03:57:09 +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
Peter Westwood 773fd1aeb8 Break out if we ever make it too far from home. Fixes #8428 props st_falcon.
git-svn-id: https://develop.svn.wordpress.org/trunk@9970 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 23:24:20 +00:00
Ryan Boren f06917a5a1 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9965 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 17:40:51 +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
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 6a57390b1c Honor largest and smallest options when they are the same. Props scohoust. fixes #7504
git-svn-id: https://develop.svn.wordpress.org/trunk@9952 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 21:06:57 +00:00
Ryan Boren be8ab35aa8 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9948 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 19:09:51 +00:00
Ryan Boren 515c778661 Bump table-hotkeys ver. see #8386
git-svn-id: https://develop.svn.wordpress.org/trunk@9947 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 19:09:08 +00:00
Ryan Boren 316426c670 Don't filter_visible() when making key callbacks to accommodate hidden-until-hover actions. see #8386
git-svn-id: https://develop.svn.wordpress.org/trunk@9946 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 19:06:59 +00:00
Ryan Boren a5b410130e Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9945 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 12:59:45 +00:00
Andrew Ozz b13e345aa3 Improve error message, props simonwheatley, fixes #8397
git-svn-id: https://develop.svn.wordpress.org/trunk@9935 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 04:40:20 +00:00
Ryan Boren 4ed01d39be Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9922 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 17:34:38 +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 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 304f2d1d65 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9909 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 19:22:25 +00:00
Ryan Boren 03f559cd4f Don't set post_parent default. Props hailin. fixes #8348
git-svn-id: https://develop.svn.wordpress.org/trunk@9906 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 18:56:46 +00:00
Ryan Boren a86328cf36 Fix notices. see #8347
git-svn-id: https://develop.svn.wordpress.org/trunk@9902 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 12:04:29 +00:00
Ryan Boren 94bfb09963 If api.wp.org request blocks, make sure another requests isn't scheduled for 12 hours. see #8347
git-svn-id: https://develop.svn.wordpress.org/trunk@9901 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 11:48:05 +00:00
Andrew Ozz c1cf524fc0 Fix the editor losing focus on backspace when there is no more text to delete in Safari, props markjaquith, fixes #8334
git-svn-id: https://develop.svn.wordpress.org/trunk@9896 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 03:28:24 +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 30b38c9d39 Fix notice
git-svn-id: https://develop.svn.wordpress.org/trunk@9893 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 01:06:25 +00:00
Mark Jaquith 41e0b87c8f Initialize caller as an array. Fixes a bug introduced in [9886]
git-svn-id: https://develop.svn.wordpress.org/trunk@9890 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 23:45:02 +00:00
Ryan Boren dea31d3835 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9889 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 22:59:33 +00:00
Ryan Boren 2f898b01eb Make sure widgets array version is set. fixes #8339
git-svn-id: https://develop.svn.wordpress.org/trunk@9888 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 22:38:36 +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 877a39eff7 List all callers
git-svn-id: https://develop.svn.wordpress.org/trunk@9886 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 22:17:55 +00:00
Ryan Boren 351a57e3ba Update object term cache from get_the_category()
git-svn-id: https://develop.svn.wordpress.org/trunk@9885 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 22:12:36 +00:00
Mark Jaquith 4911a69eaa Handle front page comment feeds in Canonical. fixes #8320
git-svn-id: https://develop.svn.wordpress.org/trunk@9883 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 21:28:42 +00:00
Ryan Boren e2810f67ca Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9873 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 18:42:29 +00:00
Ryan Boren 3ac8e83869 Bump CSS vers
git-svn-id: https://develop.svn.wordpress.org/trunk@9872 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 18:40:50 +00:00
Ryan Boren c1543ec4e6 Add option defaults. Add arg to get_user_option() to avoid querying options table if user option is missing. see #8229
git-svn-id: https://develop.svn.wordpress.org/trunk@9871 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 18:33:04 +00:00
Andrew Ozz 85128c9da6 Fix QE and Reply actions on comments that come in via infinite comment stream
git-svn-id: https://develop.svn.wordpress.org/trunk@9868 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 02:41:54 +00:00
Ryan Boren 8e01169df7 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9863 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 20:28:13 +00:00
Ryan Boren e8169296b0 Return null if queried object not found. fixes #8244
git-svn-id: https://develop.svn.wordpress.org/trunk@9859 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 06:14:40 +00:00
Ryan Boren 9ce938ea51 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9858 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 05:21:13 +00:00
Andrew Ozz cb9e9eb715 Fix [9854] for i18n, props filosofo
git-svn-id: https://develop.svn.wordpress.org/trunk@9855 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 02:13:31 +00:00
Andrew Ozz 68288439aa I18n: fix get_comment_date and edit_comment_link in comment-template.php, props tai. Add class to "Says:", fixes #8142
git-svn-id: https://develop.svn.wordpress.org/trunk@9854 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 01:36:23 +00:00
Ryan Boren 0e59b61384 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9851 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-23 23:51:27 +00:00
Andrew Ozz 4fa6ae8fa5 Gallery settings for TinyMCE
git-svn-id: https://develop.svn.wordpress.org/trunk@9847 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-23 06:37:15 +00:00
Peter Westwood 9b46a07ac6 Ensure that thumbnails are removed when the media file is deleted. Fixes #8309 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@9846 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-22 23:01:28 +00:00
Peter Westwood 9d57742bb5 phpdoc and notice fix for wp_page_menu(). Fixes #8315 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@9844 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-22 10:39:58 +00:00
Andrew Ozz 55281f0d8e Visual design fixes from iammattthomas, fixes #8313
git-svn-id: https://develop.svn.wordpress.org/trunk@9842 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-22 08:03:25 +00:00
Ryan Boren 8c44ab6cff Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9841 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-22 07:22:44 +00:00
Andrew Ozz b0fb781848 PressThis fixes for window resizing and Chrome bugs from Noel, see #7949
git-svn-id: https://develop.svn.wordpress.org/trunk@9838 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 23:31:59 +00:00
Peter Westwood 7015a56598 Ensure tag cloud topic(s) tooltips can be translated. Fixes #7989 props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@9834 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 18:12:57 +00:00
Mark Jaquith ee672054aa Comment Page URL fixes by wnorris. fixes #8297
git-svn-id: https://develop.svn.wordpress.org/trunk@9831 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 17:33:05 +00:00
Peter Westwood 33e4ff5f55 Make arguments to start_el consistent and ensure that page walking is consistent. Fixes #8303 and #8091 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@9830 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 17:17:18 +00:00
Andrew Ozz e157d40624 Fix base css blocks for easier horizontal scrolling, fixes #8092
git-svn-id: https://develop.svn.wordpress.org/trunk@9827 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 06:26:23 +00:00
Ryan Boren 035c2e33c4 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9826 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 00:59:31 +00:00
Ryan Boren c584cc009a Revert [9773]. htmlspecialchars_decode() requires PHP 5.1. see #6992
git-svn-id: https://develop.svn.wordpress.org/trunk@9825 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 00:57:31 +00:00
Andrew Ozz 3c3a79541e Fix position of "Save widgets settings" warning and problem it causes in Firefox 2, fixes #8221
git-svn-id: https://develop.svn.wordpress.org/trunk@9822 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 22:18:16 +00:00
Ryan Boren 092cb9b2ce Use post_password_required()
git-svn-id: https://develop.svn.wordpress.org/trunk@9819 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 19:10:31 +00:00
Ryan Boren 2310bf2ab6 Add threaded comment info to atom feed. Props dtsn. fixes #8292
git-svn-id: https://develop.svn.wordpress.org/trunk@9818 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 19:08:41 +00:00
Ryan Boren 18e62d2449 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9817 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 18:23:39 +00:00
Ryan Boren 9af3568f29 Use default text only if === null. Props DD32. fixes #8156
git-svn-id: https://develop.svn.wordpress.org/trunk@9816 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 18:20:25 +00:00
Ryan Boren 9b95f1a52e Escape gettext in attribute. Props nbachiyski. fixes #8142
git-svn-id: https://develop.svn.wordpress.org/trunk@9813 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 17:03:31 +00:00
Mark Jaquith 294e85160b Add a "parent" class to comment LIs with children. props filosofo. fixes #8091
git-svn-id: https://develop.svn.wordpress.org/trunk@9812 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 13:36:44 +00:00
Andrew Ozz 2f23018db2 Filter HTML entities when inserting strings with js, includes patch by nbachiyski, fixes #8254
git-svn-id: https://develop.svn.wordpress.org/trunk@9809 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 10:54:59 +00:00
Mark Jaquith abecad5356 Improvements for get_comment_link() from Viper007Bond. fixes #8287
git-svn-id: https://develop.svn.wordpress.org/trunk@9808 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 06:41:55 +00:00
Mark Jaquith 67f826b4d3 CSS bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9805 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 03:26:02 +00:00
Mark Jaquith 62adbc1528 "Login" is a noun. The verb is "Log In"
git-svn-id: https://develop.svn.wordpress.org/trunk@9804 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 03:23:15 +00:00
Ryan Boren 40d7f7bd18 Remove trim. fixes #8252
git-svn-id: https://develop.svn.wordpress.org/trunk@9803 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 03:06:21 +00:00
Andrew Ozz 807877938e Add DivX MIME type, props wfrantz, fixes #8289
git-svn-id: https://develop.svn.wordpress.org/trunk@9802 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 01:11:45 +00:00
Mark Jaquith 12c4e27c03 Whole bunch of font/color/shadow updates from Matt Thomas. fixes #8157
git-svn-id: https://develop.svn.wordpress.org/trunk@9797 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 22:51:24 +00:00
Ryan Boren a32bc07082 Use is_numeric instead of is_integer. Props johnconners. fixes #8284
git-svn-id: https://develop.svn.wordpress.org/trunk@9795 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 20:48:05 +00:00
Ryan Boren 594fe65301 Improve latest version detection in plugin updater. Props DD32. fixes #8129
git-svn-id: https://develop.svn.wordpress.org/trunk@9793 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 19:25:53 +00:00
Ryan Boren 03d0787b0a Use wp_html_excerpt() instead of substr in rss widget. Props nbachiyski. fixes #8278
git-svn-id: https://develop.svn.wordpress.org/trunk@9791 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 17:43:54 +00:00
Ryan Boren d8bc4742a3 Add gettext context. Props nbachiyski. fixes #8142
git-svn-id: https://develop.svn.wordpress.org/trunk@9789 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 17:23:08 +00:00
Andrew Ozz 641fdb6c8d PressThis updates from Noel, see #7949
git-svn-id: https://develop.svn.wordpress.org/trunk@9787 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 13:01:36 +00:00