Commit Graph

6212 Commits

Author SHA1 Message Date
Dion Hulse d02dceca4d Move Tools -> Upgrade to Dashboard -> Updates. As per dev meetup today. See #12517
git-svn-id: https://develop.svn.wordpress.org/trunk@13588 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-04 21:24:43 +00:00
Ryan Boren bbf41d8ba0 Show the network enable menu only if config flag is set. Per wordpress-dev meetup. see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13587 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-04 21:20:55 +00:00
Ryan Boren 44f26063e8 Remove site admin logged in notice. The new Super Admin menu makes that obvious enough. see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13586 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-04 18:59:24 +00:00
Ryan Boren d9ba4cb076 Rename Network menu to Super Admin. Avoids the Network/Site confusion and makes it clear that these menus require and exercise super admin capabilities. Opportunity for a caped icon. see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13585 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-04 18:53:32 +00:00
Dion Hulse ce4937c008 Remove the now defunct Add New Themes menu item accidentally re-added in [13582]. See #12442
git-svn-id: https://develop.svn.wordpress.org/trunk@13583 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-04 12:25:38 +00:00
Dion Hulse 1790ccb38f Move 'Add New Themes' and 'Editor' to the bottom of the Appearance menu item. See #12442
git-svn-id: https://develop.svn.wordpress.org/trunk@13582 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-04 12:23:21 +00:00
Ryan Boren 8aea5863d7 Fix submenus for post types. Props TobiasBg. see #12453
git-svn-id: https://develop.svn.wordpress.org/trunk@13579 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-04 00:15:55 +00:00
Andrew Nacin c7fdac20df Support for extra POST fields in WP_Filesystem. props dd32. see #12094
git-svn-id: https://develop.svn.wordpress.org/trunk@13577 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 19:53:39 +00:00
Ryan Boren 1604a2e58b Improve user listing performance. Props miqrogroove. see #11914
git-svn-id: https://develop.svn.wordpress.org/trunk@13576 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 19:08:30 +00:00
Ryan Boren 764b0e4068 Background color selection. Props lancewillett. see #12186
git-svn-id: https://develop.svn.wordpress.org/trunk@13574 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 17:10:43 +00:00
Ron Rennick b921286ce2 add features to export, see #10317
git-svn-id: https://develop.svn.wordpress.org/trunk@13573 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 16:45:40 +00:00
Andrew Nacin 03e39017cf Second pass, replacing accidental ms-config-sample.php change with wp-config.ms. see #12094
git-svn-id: https://develop.svn.wordpress.org/trunk@13572 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 07:57:44 +00:00
Andrew Nacin 2080b68e12 First pass on network.php improvements. see #12094
git-svn-id: https://develop.svn.wordpress.org/trunk@13571 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 07:43:32 +00:00
Andrew Nacin 087a27bc52 Fix logic inversion in [13568]. props dd32. see #12381
git-svn-id: https://develop.svn.wordpress.org/trunk@13570 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 07:34:20 +00:00
Andrew Nacin 4ee4545c85 Switch the multisite constant EDIT_ANY_USER to a filter. Also ensure we're back compat with POST_BY_EMAIL. see #12381
git-svn-id: https://develop.svn.wordpress.org/trunk@13568 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 07:04:25 +00:00
Ron Rennick 08bee6b6db set default value for add_new_users site option, see #12463
git-svn-id: https://develop.svn.wordpress.org/trunk@13564 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 22:57:12 +00:00
Andrew Nacin 1a5d7e2cae Only show "Privacy On" notice/link if the user can manage options. fixes #12440
git-svn-id: https://develop.svn.wordpress.org/trunk@13559 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 20:48:23 +00:00
Ryan Boren 0a2d1ad6ec Fix metabox hiding. Props scribu. fixes #12439
git-svn-id: https://develop.svn.wordpress.org/trunk@13551 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 18:06:14 +00:00
Dion Hulse fdf51312a0 Tabbing in Editors: Prevent certain browsers from Tabbing out of the field. Props filosofo. Fixes #12424
git-svn-id: https://develop.svn.wordpress.org/trunk@13548 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 11:49:06 +00:00
Dion Hulse f76fe5ecb5 use __return_false in preference to create_function(..return true..). Props TobiasBg. See #12435
git-svn-id: https://develop.svn.wordpress.org/trunk@13546 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 11:39:08 +00:00
Dion Hulse 6045d8f79f Restore MultiSite checks on Upload settings, Add proper whitelisting. Props Denis-de-Bernardy. Fixes #11687
git-svn-id: https://develop.svn.wordpress.org/trunk@13545 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 10:31:06 +00:00
Mark Jaquith aabe2a1120 Clean up whitespace in nav-menu.php see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13544 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 03:59:28 +00:00
Mark Jaquith a4acc65fb3 Remove arrows from Nav Menu items. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13543 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 03:58:02 +00:00
Mark Jaquith 67e835d517 Hide All/Show All buttons should be links. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13542 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 03:28:11 +00:00
Andrew Nacin 5333c986e3 Fall back to displaying mime type when file has no extension. fixes #9924 props mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@13541 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 22:45:11 +00:00
Andrew Nacin 593cd94b1f Dynamically remove duplicates from the 'display name' profile.php option. fixes #10030
git-svn-id: https://develop.svn.wordpress.org/trunk@13539 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 22:34:43 +00:00
Andrew Nacin de7eec68d5 Add some custom taxonomy flags to allow fully customize strings in the taxonomy meta box. see #11838
git-svn-id: https://develop.svn.wordpress.org/trunk@13538 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 21:04:37 +00:00
Ryan Boren a37ca909a6 Die if invalid post type is passed. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@13537 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 20:33:03 +00:00
Ryan Boren 04899b5212 Make favorite actions custom post type aware. Props ptahdunbar. fixes #12433
git-svn-id: https://develop.svn.wordpress.org/trunk@13536 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 16:03:27 +00:00
Ryan Boren 8ef5d73550 Custom taxonomy support for inline edit. Props prettyboymp. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@13535 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 15:48:01 +00:00
Ryan Boren a9dbad77ac Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412
git-svn-id: https://develop.svn.wordpress.org/trunk@13534 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 15:28:20 +00:00
Ryan Boren 1e8b1d12c9 Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412
git-svn-id: https://develop.svn.wordpress.org/trunk@13533 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 15:27:42 +00:00
Dion Hulse 97bd9628d7 Split Right Now widget into Content | Discussion. Props matveb. Fixes #12202
git-svn-id: https://develop.svn.wordpress.org/trunk@13531 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 12:32:00 +00:00
Dion Hulse 78c20f584a Move Upload folder settings to Options -> Media. Props nacin. Fixes #11687
git-svn-id: https://develop.svn.wordpress.org/trunk@13529 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 12:13:15 +00:00
Dion Hulse 38817d572b A Better Flash upload button, Adds a Hover and Active styling, Adds a distinctive border to the button. Props ocean90. Fixes #12420
git-svn-id: https://develop.svn.wordpress.org/trunk@13528 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 11:57:03 +00:00
Andrew Nacin aef79be496 Add action to top of widgets.php. props ptahdunbar, fixes #12190
git-svn-id: https://develop.svn.wordpress.org/trunk@13525 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 08:16:04 +00:00
Andrew Nacin 4705737542 Remove orphaned Turbo/Gears message in Opera. see #11301
git-svn-id: https://develop.svn.wordpress.org/trunk@13524 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 07:15:15 +00:00
Andrew Nacin e736145a98 Add a tables_to_repair filter. fixes #11707
git-svn-id: https://develop.svn.wordpress.org/trunk@13523 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 06:35:48 +00:00
Andrew Nacin 8ee771f548 Remove "Info" link in plugin installer. The "Install" link already opens a pop-up with information. see #11050
git-svn-id: https://develop.svn.wordpress.org/trunk@13522 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 06:01:00 +00:00
Andrew Nacin 6bee083b27 Remove unnecessary action attribute on a form. It should always post to itself. fixes #12165
git-svn-id: https://develop.svn.wordpress.org/trunk@13521 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 01:09:29 +00:00
Andrew Nacin a7ddb80402 Rearrange action links in the install plugins browser. First pass on the UI overhaul. see #11050
git-svn-id: https://develop.svn.wordpress.org/trunk@13520 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 00:50:55 +00:00
Andrew Nacin c265d8f1da Boost number of comments allowed in configurable Recent Comments dashboard module. fixes #11891
git-svn-id: https://develop.svn.wordpress.org/trunk@13519 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 00:09:30 +00:00
Andrew Nacin f49bac6b8b Check in install.css for [13516]. Bump version, include version in readme.html. see #10835
git-svn-id: https://develop.svn.wordpress.org/trunk@13517 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 22:42:36 +00:00
Ryan Boren e17f4a48f7 Fix class name. see #12343
git-svn-id: https://develop.svn.wordpress.org/trunk@13515 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 21:02:24 +00:00
Andrew Nacin 13d3a5bb5b Remove wp-content/blogs.php and add deprecated warning for MU admins. fixes #11742
git-svn-id: https://develop.svn.wordpress.org/trunk@13514 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 20:29:24 +00:00
Ryan Boren 2dad638a0e Menu enhancements. Props ptahdunbar. fixes #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13512 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 20:00:49 +00:00
Ron Rennick fedda523ec use delete_option vs update_option, see #12383
git-svn-id: https://develop.svn.wordpress.org/trunk@13511 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 19:49:31 +00:00
Andrew Nacin 1cc5b31283 s/onClick/onclick/. props TobiasBg fixes #12429
git-svn-id: https://develop.svn.wordpress.org/trunk@13510 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 19:39:06 +00:00
Ron Rennick 7b043de017 dont flush rewrite rules while in switch_to_blog, see #12383
git-svn-id: https://develop.svn.wordpress.org/trunk@13509 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 19:34:57 +00:00
Ron Rennick 697d574e68 more ms delete user tweaks, props ocean90, see #12386
git-svn-id: https://develop.svn.wordpress.org/trunk@13506 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 19:24:25 +00:00