Commit Graph

15754 Commits

Author SHA1 Message Date
Andrew Nacin 23b061fae6 Only show 'Edit %s' in the admin bar when show_ui. fixes #16304.
git-svn-id: https://develop.svn.wordpress.org/trunk@17329 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-19 16:58:30 +00:00
Peter Westwood 1827a3df9b Don't touch web.config when flushing rewrite rules if it is a multisite install. Fixes #16076 props nacin.
git-svn-id: https://develop.svn.wordpress.org/trunk@17328 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-19 16:49:46 +00:00
Andrew Nacin 01bf30c760 Remove Lucida Grande from the remaining font stacks. We should at least be consistent. props demetris, fixes #16298, see #8352.
git-svn-id: https://develop.svn.wordpress.org/trunk@17327 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-19 09:44:17 +00:00
Mark Jaquith 57571e6675 Several list table JS fixes. restores XHR comment status changes. props garyc40. see #16262
git-svn-id: https://develop.svn.wordpress.org/trunk@17326 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-18 17:32:35 +00:00
Andrew Nacin 7c379501ac s/get_list_table/_get_list_table/ in admin-ajax. see #16262.
git-svn-id: https://develop.svn.wordpress.org/trunk@17325 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-18 11:06:22 +00:00
Mark Jaquith 5a60e327c2 Fix the "Back to Authors and Users" link on Edit Users page. props SergeyBiryukov. fixes #16275
git-svn-id: https://develop.svn.wordpress.org/trunk@17324 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-17 23:36:23 +00:00
Andrew Nacin 9fd728dc4e Set base if we return to network step 2. props scribu, fixes #15620.
git-svn-id: https://develop.svn.wordpress.org/trunk@17323 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-16 21:50:45 +00:00
Andrew Nacin 2b4674a3b4 Remove AJAX from list tables. first pass. see #16262.
git-svn-id: https://develop.svn.wordpress.org/trunk@17322 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-16 21:47:24 +00:00
Andrew Nacin 71b24d4577 Revert [17270], [17273], see #16166, see #16262.
git-svn-id: https://develop.svn.wordpress.org/trunk@17321 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-16 21:34:38 +00:00
Andrew Nacin e6f68ba5f6 Akismet 2.5.2 tag.
git-svn-id: https://develop.svn.wordpress.org/trunk@17320 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-16 05:58:07 +00:00
Andrew Nacin 8030796b65 Remove assignment that is later overridden. props PeteMall.
git-svn-id: https://develop.svn.wordpress.org/trunk@17319 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-16 05:47:21 +00:00
Mark Jaquith 4c70887da7 Append -network or -user suffix in convert_to_screen(). props kawauso. fixes #16238
git-svn-id: https://develop.svn.wordpress.org/trunk@17318 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-16 05:38:44 +00:00
Andrew Nacin 4615ef1fa3 Remove cruft overflow:hidden from the admin bar items. props ocean90, fixes #15654.
git-svn-id: https://develop.svn.wordpress.org/trunk@17317 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-16 04:36:46 +00:00
Peter Westwood bdb4930bbe Remove this new filter as it didn't get enough discussion prior to addition.
Revisit later. See #14310.

git-svn-id: https://develop.svn.wordpress.org/trunk@17316 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 23:44:06 +00:00
Peter Westwood 3a069aab56 Things that go bump in the night
git-svn-id: https://develop.svn.wordpress.org/trunk@17315 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 22:39:35 +00:00
Andrew Nacin 7e475d7622 Pass id to the site-users and site-themes search form. props ocean90, fixes #16246.
git-svn-id: https://develop.svn.wordpress.org/trunk@17314 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 21:25:33 +00:00
Andrew Nacin bda519ae53 Stop localizing the admin bar. props ocean90, fixes #16155.
git-svn-id: https://develop.svn.wordpress.org/trunk@17313 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 21:13:49 +00:00
Peter Westwood 9d3c8eb6f8 Add explit link to the licence for this file. Fixes #16078
git-svn-id: https://develop.svn.wordpress.org/trunk@17312 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 17:49:03 +00:00
Peter Westwood 4f1ab301db Switch to REQUEST so the search always shows up when no-js not just when you have an old GET request in the url too. Fixes #14927 props ocean90
git-svn-id: https://develop.svn.wordpress.org/trunk@17311 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 16:09:34 +00:00
Andrew Nacin 6227ef5aa2 Offer the standard tags for the plugin name datapoint. props Kawauso, fixes #16241.
git-svn-id: https://develop.svn.wordpress.org/trunk@17310 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 07:26:45 +00:00
Peter Westwood 966477d6f7 Switch _admin_search_query to use $_REQUEST so as to work for no-js searches sent over POST as well as url based searches over GET. See #14927
git-svn-id: https://develop.svn.wordpress.org/trunk@17309 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 03:40:52 +00:00
Andrew Nacin ac32c2b55b Broken Themes should be in an h3.
git-svn-id: https://develop.svn.wordpress.org/trunk@17308 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 02:17:42 +00:00
Peter Westwood 59ed14ce74 Switch back to GET from REQUEST for these so the non js searches work again. See #14927
git-svn-id: https://develop.svn.wordpress.org/trunk@17307 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 02:03:46 +00:00
potbot bea3157e88 POT, generated from r17305
git-svn-id: https://develop.svn.wordpress.org/trunk@17306 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 01:27:02 +00:00
Andrew Nacin 211ed39112 Add twentyten_attachment_height filter. props lancewillett, fixes #14402.
git-svn-id: https://develop.svn.wordpress.org/trunk@17305 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 01:12:00 +00:00
Andrew Nacin fca7f0c9a3 jQuery UI 1.8.8. props demetris, fixes #16234.
git-svn-id: https://develop.svn.wordpress.org/trunk@17304 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 00:39:38 +00:00
Ryan Boren 5844e953a8 Improve presentation when there are no available themes. Props solarissmoke, garyc40. fixes #16196
git-svn-id: https://develop.svn.wordpress.org/trunk@17303 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 00:35:29 +00:00
Mark Jaquith 72d78d9075 Add missing "General" word in readme. props duck_
git-svn-id: https://develop.svn.wordpress.org/trunk@17302 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 20:30:16 +00:00
Mark Jaquith 02e5dcccdb WordPress contains libraries only available under the GPL v2 or later. No one cares about the GPL v1 anymore. We are now specifically saying that WordPress is available under the GPL version 2 or (at your option) any later version. This was discussed with the entire core team.
git-svn-id: https://develop.svn.wordpress.org/trunk@17301 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 19:26:43 +00:00
Andrew Nacin 5670ad00c6 Check for theme support before calling has_post_thumbnail for child theme compatibility. see #14903.
git-svn-id: https://develop.svn.wordpress.org/trunk@17300 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 19:16:21 +00:00
Andrew Nacin fe7705a8cb For admin bar padding, use margin on the html element instead of padding on the body element. Causes far less conflicts. props aldenta, fixes #16222.
git-svn-id: https://develop.svn.wordpress.org/trunk@17299 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 17:52:51 +00:00
Andrew Nacin b735118cd7 Don't allow an empty rewrite slug for CPT. If you need something like this, do rewrite=>false. fixes #15082.
git-svn-id: https://develop.svn.wordpress.org/trunk@17298 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 15:42:56 +00:00
Andrew Nacin fa0584e236 Prevent new bulk actions from being added through the bulk_actions-screen filter. fixes #16031 at least for 3.1.
git-svn-id: https://develop.svn.wordpress.org/trunk@17297 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 07:20:13 +00:00
Andrew Nacin d9b266ed25 Rename wp_admin_bar_init to _wp_admin_bar_init and add a note that removing this action is the wrong way to do it.
git-svn-id: https://develop.svn.wordpress.org/trunk@17296 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 05:57:25 +00:00
Peter Westwood 376207d61b Switch to using min-width so long titles can be displayed instead of using elipsis. Fixes #15654 props koopersmith.
git-svn-id: https://develop.svn.wordpress.org/trunk@17295 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 02:25:24 +00:00
Andrew Nacin 96fa9d4b56 Hide the many extraneous meta boxes for pages by default too. see #14212.
git-svn-id: https://develop.svn.wordpress.org/trunk@17294 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 01:02:15 +00:00
Peter Westwood 1f730d43b8 The old methods are good enough in alot of cases where plugins want to extend simply. So un deprecate for now.
git-svn-id: https://develop.svn.wordpress.org/trunk@17293 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 23:19:51 +00:00
Andrew Nacin dc864d94e8 Only add the post format post classes when the post type supports post formats. posts posts posts posts. props iandstewart, fixes #16224.
git-svn-id: https://develop.svn.wordpress.org/trunk@17292 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 23:02:24 +00:00
Andrew Nacin af64a47f5d Remove the button too. props ryan, see #14647.
git-svn-id: https://develop.svn.wordpress.org/trunk@17291 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 22:56:10 +00:00
Andrew Nacin 599875b5b9 Old files removal for 3.1, against r17285.
git-svn-id: https://develop.svn.wordpress.org/trunk@17290 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 22:19:05 +00:00
Andrew Nacin 7232a40edc Revert unrelated cruft in [17288]. see #14647.
git-svn-id: https://develop.svn.wordpress.org/trunk@17289 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 22:00:30 +00:00
Andrew Nacin a711d9b671 Remove the TinyMCE media plugin. fixes #14647.
git-svn-id: https://develop.svn.wordpress.org/trunk@17288 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 21:57:30 +00:00
Andrew Nacin 54c72a97cb Don't use deprecated arguments. props PeteMall, see #15605.
git-svn-id: https://develop.svn.wordpress.org/trunk@17287 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 08:39:26 +00:00
Mark Jaquith 852a939130 Recompress some JS scripts that were done without YUI munging.
git-svn-id: https://develop.svn.wordpress.org/trunk@17286 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 08:04:58 +00:00
Mark Jaquith a31ca04ccc script compress and bump
git-svn-id: https://develop.svn.wordpress.org/trunk@17285 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 07:17:22 +00:00
Mark Jaquith 9ce71fde62 Show the author dropdown in quick edit even when there is only one contributor-or-higher user and the post belongs to someone who no longer has contributor-or-higher access. fixes #14420
git-svn-id: https://develop.svn.wordpress.org/trunk@17284 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 07:14:12 +00:00
Ryan Boren 08ac2b7fe6 Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@17283 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 05:26:06 +00:00
Andrew Nacin bf475c9d6f Just a typo of the class name. fixes #14786.
git-svn-id: https://develop.svn.wordpress.org/trunk@17282 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 05:08:40 +00:00
Andrew Nacin 4fcde740f1 Fix plugin-install column hiding and widths. props PeteMall, fixes #16210.
git-svn-id: https://develop.svn.wordpress.org/trunk@17281 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 01:50:23 +00:00
Peter Westwood 343b3c8a12 Bump script loader versions. See #16211
git-svn-id: https://develop.svn.wordpress.org/trunk@17280 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 01:35:28 +00:00