Commit Graph

4248 Commits

Author SHA1 Message Date
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