Andrew Nacin
|
c79e18467b
|
Make the 'Delete' action link for plugins red. fixes #12741, props jane.
git-svn-id: https://develop.svn.wordpress.org/trunk@14159 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-18 17:43:16 +00:00 |
Andrew Nacin
|
ec4f5b83bf
|
Use relative paths when including files, avoiding include_path. fixes #12594, props sorich87.
git-svn-id: https://develop.svn.wordpress.org/trunk@14139 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-18 06:14:45 +00:00 |
Ron Rennick
|
1bbf9dd065
|
more manage_network_* caps, see #12109
git-svn-id: https://develop.svn.wordpress.org/trunk@14003 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-05 02:59:10 +00:00 |
Andrew Nacin
|
7986cf33c5
|
Push the Delete link to the end for plugin actions. see #12741
git-svn-id: https://develop.svn.wordpress.org/trunk@13979 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-04 00:24:16 +00:00 |
Dion Hulse
|
ac3210d8c0
|
Restore Edit link for active plugins. Whitespace & if end markers. Also removed a non-needed bool check. Fixes #12741
git-svn-id: https://develop.svn.wordpress.org/trunk@13874 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-29 07:23:29 +00:00 |
Dion Hulse
|
38e670f45b
|
Make the WordPress Magic translate Plugins properly. Fixes #12681
git-svn-id: https://develop.svn.wordpress.org/trunk@13868 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 06:43:16 +00:00 |
Andrew Nacin
|
61b6e5ae20
|
s/blog/site/. props ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@13755 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-18 20:50:00 +00:00 |
Andrew Nacin
|
12ac793e78
|
Change "Blog" to "Site" in the Settings panels.
git-svn-id: https://develop.svn.wordpress.org/trunk@13750 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-18 17:46:25 +00:00 |
Ryan Boren
|
e61755c853
|
Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@13733 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-17 16:27:25 +00:00 |
Dion Hulse
|
0dbad6d7b5
|
First scrape at new UI for Bulk plugin upgrades. See #11232
git-svn-id: https://develop.svn.wordpress.org/trunk@13602 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-06 08:39:50 +00:00 |
Dion Hulse
|
4997601dd1
|
Display PHP Start-up Errors/Warnings. Props Denis-de-Bernardy. Fixes #12395.
git-svn-id: https://develop.svn.wordpress.org/trunk@13499 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-28 12:19:09 +00:00 |
Andrew Nacin
|
09f09e4852
|
Clean up repetitive string. fixes #11850, props scribu
git-svn-id: https://develop.svn.wordpress.org/trunk@13477 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-28 01:31:54 +00:00 |
Andrew Nacin
|
50fe60235b
|
When deleting plugins, check for uninstall hooks and warn of data deletion. Props cyberhobo. Pluralize some string(s). fixes #11850
git-svn-id: https://develop.svn.wordpress.org/trunk@13470 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-27 22:01:22 +00:00 |
Mark Jaquith
|
039b7de070
|
Plugin activation attempt goes through a function to show the same errors as the test. props miqrogroove. fixes #12089
git-svn-id: https://develop.svn.wordpress.org/trunk@13452 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-27 07:24:41 +00:00 |
Andrew Nacin
|
670b8d8bfb
|
Don't use deprecated *_usermeta() functions. Props technosailor fixes #10837
git-svn-id: https://develop.svn.wordpress.org/trunk@13311 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-22 21:25:32 +00:00 |
Andrew Nacin
|
dead2dbc01
|
Add a boolean filter to allow suppression of the new mu-plugins and drop-ins tabs. See #11861
git-svn-id: https://develop.svn.wordpress.org/trunk@13305 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-22 19:37:26 +00:00 |
Ryan Boren
|
f24e88359e
|
Trim trailing whites
git-svn-id: https://develop.svn.wordpress.org/trunk@13268 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-21 00:03:42 +00:00 |
Andrew Nacin
|
c46c86fa69
|
Full Multisite support for dropins/mu-plugins in admin area. Ensure that network, drop-ins and mu-plugins are only shown and counted to super admins. See #11644, #11861
git-svn-id: https://develop.svn.wordpress.org/trunk@13235 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-19 21:53:24 +00:00 |
Andrew Nacin
|
2b6bcbdd89
|
Show must-use plugins and drop-ins in the plugins admin panel. First pass. See #11861
git-svn-id: https://develop.svn.wordpress.org/trunk@13233 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-19 21:16:14 +00:00 |
Mark Jaquith
|
49d4b41207
|
Detect plugin output on activation, as well as fatal errors. props miqrogroove. fixes #12089
git-svn-id: https://develop.svn.wordpress.org/trunk@13167 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-16 03:44:20 +00:00 |
Andrew Nacin
|
dc7a5f121c
|
Add "Network Activate" option to Bulk Actions menu on plugins.php. See #11644, #12139
git-svn-id: https://develop.svn.wordpress.org/trunk@13155 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-14 14:46:38 +00:00 |
Andrew Nacin
|
8be6c296b1
|
Consistently hide bulk actions, filters, and subpage links on admin panels when there are no items to show. Fixes #12086
git-svn-id: https://develop.svn.wordpress.org/trunk@13100 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-13 08:49:27 +00:00 |
Ron Rennick
|
d59cf38464
|
Add activate link for network plugins in single site install, props nacin, fixes #12139
git-svn-id: https://develop.svn.wordpress.org/trunk@12996 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-07 00:03:10 +00:00 |
Ryan Boren
|
1e9a464f69
|
Use get_plugin_data() to fetch Network header for is_network_only_plugin(). Props nacin. fixes #12139
git-svn-id: https://develop.svn.wordpress.org/trunk@12976 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-05 21:33:53 +00:00 |
Ryan Boren
|
49bce47b8d
|
Network plugin activation cleanup. Props nacin. see #12139
git-svn-id: https://develop.svn.wordpress.org/trunk@12974 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-05 18:10:30 +00:00 |
Ryan Boren
|
d70d1ab100
|
Integrate sitewide plugin handling into activate_plugins(), deactivate_plugins(), and plugins.php. fixes #11767 see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12903 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-29 21:45:32 +00:00 |
Ryan Boren
|
94a9904b69
|
Remove fix_actve_plugins(). Props hakre. fixes #11750
git-svn-id: https://develop.svn.wordpress.org/trunk@12848 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-26 18:39:12 +00:00 |
Dion Hulse
|
3547993b28
|
First scratch at Bulk plugin upgrade from Plugins page. Props nacin for cleanups. See #11542
git-svn-id: https://develop.svn.wordpress.org/trunk@12832 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-26 06:53:47 +00:00 |
Ryan Boren
|
2e46e81309
|
i18n fixes. Props nbachiyski. fixes #11954
git-svn-id: https://develop.svn.wordpress.org/trunk@12789 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-21 21:37:43 +00:00 |
Ryan Boren
|
f260b32d25
|
Use cap checks instead of multisite and super admin checks. Add some new caps. Merge cleanup. see #11644.
git-svn-id: https://develop.svn.wordpress.org/trunk@12753 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-18 22:21:36 +00:00 |
Ryan Boren
|
e2adfc832a
|
Coding standards, space after if
git-svn-id: https://develop.svn.wordpress.org/trunk@12752 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-18 20:34:48 +00:00 |
Ryan Boren
|
b74bea8a2c
|
Merge edit-pages.php into edit.php. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@12728 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-15 16:58:36 +00:00 |
Ron Rennick
|
c1f8977b95
|
merge wp-admin user, plugins, themes, upgrade , See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12722 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-14 02:02:19 +00:00 |
Ryan Boren
|
71bef9fe26
|
Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.
git-svn-id: https://develop.svn.wordpress.org/trunk@12673 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-08 20:49:55 +00:00 |
Peter Westwood
|
820991ac95
|
Switch from create_function to a fixed function for the plugin page activation admin notice. Fixes #11763 props dd32.
git-svn-id: https://develop.svn.wordpress.org/trunk@12636 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-07 07:41:13 +00:00 |
Ryan Boren
|
3054280850
|
Move wpmu_menu() logic into menu.php. Props Denis-de-Bernardy. fixes #11763
git-svn-id: https://develop.svn.wordpress.org/trunk@12618 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-07 00:17:13 +00:00 |
Ryan Boren
|
dfe2e39c2c
|
Deprecate argument. Never fallback to options table for user option requests. Props nacin. fixes #11615
git-svn-id: https://develop.svn.wordpress.org/trunk@12616 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-07 00:01:52 +00:00 |
Andrew Ozz
|
060d9185e6
|
Remove unused .fade CSS class, props nacin, fixes #11628
git-svn-id: https://develop.svn.wordpress.org/trunk@12546 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-12-26 09:00:58 +00:00 |
Andrew Ozz
|
c2fa5860cc
|
Do not stop plugin activation due to E_DEPRECATED errors in php 5.3, props Denis-de-Bernardy, fixes #11250
git-svn-id: https://develop.svn.wordpress.org/trunk@12383 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-12-12 09:20:07 +00:00 |
Ryan Boren
|
16b48edadf
|
Don't fallback to the options database when retrieving *_per_page user options. Props nacin. fixes #11385
git-svn-id: https://develop.svn.wordpress.org/trunk@12375 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-12-11 23:14:43 +00:00 |
Andrew Ozz
|
07f2fd2e4b
|
Fix errors when bulk actions executed on empty list, props nacin, see #11184
git-svn-id: https://develop.svn.wordpress.org/trunk@12317 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-12-03 01:43:49 +00:00 |
Ryan Boren
|
42a3082c21
|
Add context to strings. Props nbachiyski. fixes #10738
git-svn-id: https://develop.svn.wordpress.org/trunk@12231 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-11-19 22:49:16 +00:00 |
Ryan Boren
|
43c201d458
|
Remove trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@11930 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-09-14 14:03:32 +00:00 |
Ryan Boren
|
98b8d02a40
|
Add some CYA cap checks.
git-svn-id: https://develop.svn.wordpress.org/trunk@11761 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-01 21:12:17 +00:00 |
Andrew Ozz
|
4f1b61b10d
|
H2 "Add New" buttons for the main screens
git-svn-id: https://develop.svn.wordpress.org/trunk@11554 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-06-12 03:20:16 +00:00 |
Ryan Boren
|
c826af35ec
|
Validation fix. Props Harish. fixes #10049
git-svn-id: https://develop.svn.wordpress.org/trunk@11527 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-06-06 14:39:34 +00:00 |
Andrew Ozz
|
014c91f4e3
|
Adds the bulk actions to the bottom of the plugins listing table and other fixes, props dd32, fixes #9838
git-svn-id: https://develop.svn.wordpress.org/trunk@11474 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-28 11:02:16 +00:00 |
Ryan Boren
|
e12c642c54
|
Trim tailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@11450 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-24 23:47:49 +00:00 |
Andrew Ozz
|
01d5ecf991
|
Fix styling for the plugins screen
git-svn-id: https://develop.svn.wordpress.org/trunk@11422 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-21 09:40:11 +00:00 |
Andrew Ozz
|
846cdf43c9
|
Some more styling for the plugins screen
git-svn-id: https://develop.svn.wordpress.org/trunk@11391 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-19 01:27:34 +00:00 |