Commit Graph

264 Commits

Author SHA1 Message Date
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
Ryan Boren 098eca892c Move visit plugin site link from actions to meta. see #9849
git-svn-id: https://develop.svn.wordpress.org/trunk@11389 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 22:17:58 +00:00
Ryan Boren 36a5a9137f Add plugin_row_meta filter
git-svn-id: https://develop.svn.wordpress.org/trunk@11385 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 16:56:42 +00:00
Mark Jaquith ba1c3bdd5b Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
git-svn-id: https://develop.svn.wordpress.org/trunk@11383 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 16:00:33 +00:00
Mark Jaquith f0336cfa7d deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: https://develop.svn.wordpress.org/trunk@11380 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 15:11:07 +00:00
Peter Westwood ba09ff6c8d Add an action link to allow for plugins to be deleted individually. Also switch to storing the deletion information and redirecting before displaying. Fixes #9835 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@11371 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-17 09:39:32 +00:00
Ryan Boren c8f9570ff9 Incorporate version into description. Put version, and author link beneath description (possibly incorporate other meta here).
git-svn-id: https://develop.svn.wordpress.org/trunk@11368 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 19:45:31 +00:00
Ryan Boren 0bba629ff5 Always show action links for plugin rows. Move offsite links off of plugin name to new 'View Site' action.
git-svn-id: https://develop.svn.wordpress.org/trunk@11367 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 19:30:08 +00:00
Ryan Boren 39e73e8f2f Revert [11307]. fixes #9842
git-svn-id: https://develop.svn.wordpress.org/trunk@11363 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 17:19:30 +00:00
Andrew Ozz dc4834a673 Style tweaks for plugins delete confirmation page, props Simek, fixes #9799
git-svn-id: https://develop.svn.wordpress.org/trunk@11361 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 07:09:03 +00:00
Ryan Boren 3dafb2c908 Default plugins per page to 999
git-svn-id: https://develop.svn.wordpress.org/trunk@11314 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-13 04:26:40 +00:00
Mark Jaquith a2bf4db52b Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
git-svn-id: https://develop.svn.wordpress.org/trunk@11312 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 22:40:56 +00:00
Ryan Boren 0898e4b2e4 Sort active plugins before inactive plugins in all plugins list
git-svn-id: https://develop.svn.wordpress.org/trunk@11307 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 17:32:57 +00:00
Ryan Boren fe23680080 Remove intro
git-svn-id: https://develop.svn.wordpress.org/trunk@11261 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-11 05:19:18 +00:00
Mark Jaquith c638e8d8de _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 19:43:53 +00:00
Ryan Boren 4a047f4240 Use invisible class for hiding labels and legends.
git-svn-id: https://develop.svn.wordpress.org/trunk@11180 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-04 21:28:58 +00:00
Ryan Boren b997d56b17 Plural contexts. Props nbachiyski. fixes #8128
git-svn-id: https://develop.svn.wordpress.org/trunk@11137 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-30 16:22:14 +00:00
Ryan Boren 3b7130bbae attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11110 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 06:37:51 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Ryan Boren e87cac6f06 Don't remember search in last view. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11055 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-22 17:56:38 +00:00
Ryan Boren 43460fd224 Update plugins leader text
git-svn-id: https://develop.svn.wordpress.org/trunk@11042 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-22 01:29:49 +00:00
Ryan Boren 677a8f5387 Fix all link. Props mtekk. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11039 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-21 22:57:23 +00:00
Ryan Boren 40a49d7481 Remember last view for plugins page. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11034 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-21 20:38:17 +00:00
Ryan Boren 30e5072c9e Remember status and page when redirecting. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11029 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-21 19:17:44 +00:00
Ryan Boren 493a97c532 Add per page screen option to plugins page. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11027 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-21 06:49:53 +00:00
Ryan Boren e201304529 Fix bulk action lists. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11014 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-20 19:23:33 +00:00
Ryan Boren 12c7093645 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@11013 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-20 18:18:39 +00:00
Ryan Boren cff07d7f0d Show actions based on plugin active status. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11004 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-19 18:53:05 +00:00
Ryan Boren 4cd99b0f04 Plugin search and paging. Props DD32. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11003 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-19 18:50:22 +00:00
Ryan Boren ff50150630 Fix translation of plugin metadata. Props DD32. fixes #9573
git-svn-id: https://develop.svn.wordpress.org/trunk@11002 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-19 18:45:09 +00:00
Ryan Boren 85c2295ced Move leader text to contextual help. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11001 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-19 01:27:18 +00:00
Ryan Boren cd7b969f9f Add filter showing all plugins that have an upgrade available. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11000 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-19 01:22:02 +00:00
Ryan Boren 8511a85eae Add plugin filter by status. Move help verbage to contextual help. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@10999 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-19 01:11:13 +00:00
Ryan Boren d452019e04 Use comments_open() and pings_open() in packaged themes. Props coffee2code. fixes #9556
git-svn-id: https://develop.svn.wordpress.org/trunk@10978 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 05:30:09 +00:00
Andrew Ozz f05792a405 Remove unused code from wp-admin/plugins.php, props DD32, fixes #9454
git-svn-id: https://develop.svn.wordpress.org/trunk@10867 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-04 11:15:39 +00:00
Ryan Boren 53f495182a Don't show already installed plugins in the Plugins dashboard widget. Props Viper007Bond. fixes #8781
git-svn-id: https://develop.svn.wordpress.org/trunk@10738 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-07 02:07:24 +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
Andrew Ozz e216144286 Action -> Bulk Action for manage screens, props FFEMTcJ, fixes #8375
git-svn-id: https://develop.svn.wordpress.org/trunk@10049 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 21:57:56 +00:00
Andrew Ozz b37725917d Remove "Danger!" red from Cancel links and Deactivate plugins
git-svn-id: https://develop.svn.wordpress.org/trunk@9941 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 07:35:33 +00:00
Peter Westwood 6c4bb8992f Sync arguments to plugin hooks to enable same function to be hooked on to both to enable backward compatible plugins. Fixes #8365 props strider72.
git-svn-id: https://develop.svn.wordpress.org/trunk@9904 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 15:23:51 +00:00
Andrew Ozz 90c37c1792 Screen icons
git-svn-id: https://develop.svn.wordpress.org/trunk@9903 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 13:51:25 +00:00
Andrew Ozz 57a1c6f31e CSS fixes and improvements, also IE7 and some IE6 fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9733 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 18:01:00 +00:00
Andrew Ozz 521d3c0998 Consolidate six more js files
git-svn-id: https://develop.svn.wordpress.org/trunk@9631 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 09:35:50 +00:00
Ryan Boren eea86a8557 Validation fixes from Simek. fixes #8139
git-svn-id: https://develop.svn.wordpress.org/trunk@9592 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 17:49:00 +00:00
Andrew Ozz 513e83a912 Add thickbox in plugins.php, fixes #8090
git-svn-id: https://develop.svn.wordpress.org/trunk@9562 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-07 22:11:14 +00:00
Andrew Ozz 206a4713c9 Several small fixes: edit-category-form, admin-footer, plugins
git-svn-id: https://develop.svn.wordpress.org/trunk@9538 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 22:52:59 +00:00
Peter Westwood 6096aa0634 Correct the actions dropdowns for the different contexts. Fixes #7974 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@9362 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-26 22:06:58 +00:00
Ryan Boren f38fb4c796 Fix plugin activation error reporting. Props DD32. fixes #7671
git-svn-id: https://develop.svn.wordpress.org/trunk@9352 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-26 06:33:33 +00:00
Peter Westwood 76af1b179a Plugins page actions dropdowns.
git-svn-id: https://develop.svn.wordpress.org/trunk@9342 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-25 19:14:47 +00:00
Andrew Ozz 0e845af695 New buttons and styling for all "management" pages
git-svn-id: https://develop.svn.wordpress.org/trunk@9328 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 18:25:46 +00:00
Ryan Boren 13897aba80 use activate_plugin for error scraping, pass full WP_Error object to wp_die(), whitespace cleanups. Props DD32. fixes #7671
git-svn-id: https://develop.svn.wordpress.org/trunk@9315 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 05:47:55 +00:00
Ryan Boren 42d6208061 get_plugin_data() back compat fixes from DD32. fixes #7479
git-svn-id: https://develop.svn.wordpress.org/trunk@9272 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-22 00:08:22 +00:00
Mark Jaquith 202c2fc0be Covering our XSS bases
git-svn-id: https://develop.svn.wordpress.org/trunk@9233 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:06:22 +00:00
Mark Jaquith 377ad4f01d Bring back the H2s. Rough draft.
git-svn-id: https://develop.svn.wordpress.org/trunk@9232 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:02:03 +00:00
Andrew Ozz c15e06e42a HTML validation fixes, props Viper007Bond
git-svn-id: https://develop.svn.wordpress.org/trunk@9223 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 03:49:43 +00:00
Peter Westwood 8b7e31f8ce Add some plugin specific hooks to the plugin management screen. Fixes #7856 props strider72.
git-svn-id: https://develop.svn.wordpress.org/trunk@9124 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-11 21:33:14 +00:00
Ryan Boren 6d727a9c2b phpdoc for wp-admin. Props jacobsantos. see #7527
git-svn-id: https://develop.svn.wordpress.org/trunk@9119 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-10 18:21:16 +00:00
Andrew Ozz 3664763817 Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.
git-svn-id: https://develop.svn.wordpress.org/trunk@9073 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-03 00:13:12 +00:00
Ryan Boren 8f62bd766a h2 removal per wireframes. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9032 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-29 22:06:23 +00:00
Andrew Ozz 3562ad77b6 Add table footers and action selects at the bottom
git-svn-id: https://develop.svn.wordpress.org/trunk@9028 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-29 09:26:21 +00:00
Andrew Ozz 36c04753fb Batch editing, first cut, see #6815
git-svn-id: https://develop.svn.wordpress.org/trunk@8973 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-25 13:42:34 +00:00
Peter Westwood d3040067f7 Make it possible to clear the recently active plugins list. Fixes #7613 props caesarsgrunt.
git-svn-id: https://develop.svn.wordpress.org/trunk@8755 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-27 20:55:48 +00:00
Ryan Boren 6db75e59d4 Collapse crazyhorse to trunk. Incoming! see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8691 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-20 21:42:31 +00:00
Peter Westwood e1adf1d070 More phpdoc updates for wp-adming. See #7496 props santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8656 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-16 07:27:34 +00:00
Ryan Boren 197fc1d118 Notice fixes. Props DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@8646 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-14 17:00:37 +00:00
Ryan Boren 2272a1a950 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@8600 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 05:36:14 +00:00
Ryan Boren 25bcec4e28 Plugin install fixes from DD32. see #6015
git-svn-id: https://develop.svn.wordpress.org/trunk@8550 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 17:06:42 +00:00
Peter Westwood 0d522c3898 Plugin Install GSOC project first code drop. Props DD32 see #6015.
git-svn-id: https://develop.svn.wordpress.org/trunk@8540 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 21:01:09 +00:00
Peter Westwood 4e86f315b8 Avoid possible XSS when displaying the list of invalid plugins fixes #6871 for trunk props xknown.
git-svn-id: https://develop.svn.wordpress.org/trunk@8499 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 06:38:40 +00:00
Andrew Ozz ba35a97bb5 Fix error message when invalidating plugin because of bad path.
git-svn-id: https://develop.svn.wordpress.org/trunk@8496 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 00:02:47 +00:00
Andrew Ozz 4ad2e3433e Include only valid plugins. Props guillep2k, fixes #6871
git-svn-id: https://develop.svn.wordpress.org/trunk@8495 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 23:10:12 +00:00
Ryan Boren 0426b70c8e Move plugin data translation and display markup to plugins page. Props DD32. see #3089
git-svn-id: https://develop.svn.wordpress.org/trunk@8368 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-18 03:16:53 +00:00
Ryan Boren dea25c77e3 Plugins page layout improvements from DD32. see #7091
git-svn-id: https://develop.svn.wordpress.org/trunk@8218 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-30 23:12:18 +00:00
Ryan Boren 8712abb23c Delete plugin confirmation from DD32. see #7091
git-svn-id: https://develop.svn.wordpress.org/trunk@8095 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-16 18:35:48 +00:00
Ryan Boren a5afa77fca Cache get_plugins() list. Props DD32. fixes #7113
git-svn-id: https://develop.svn.wordpress.org/trunk@8068 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-10 16:57:33 +00:00
Ryan Boren 8c3e7d7283 Add delete_plugins and update_plugins caps. Props DD32. fixes #7096
git-svn-id: https://develop.svn.wordpress.org/trunk@8060 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-06 19:21:35 +00:00
Ryan Boren b2d881412a Bulk delete/activate/deactivate for plugins. Split plugins into active and available lists. Props DD32. see #7091
git-svn-id: https://develop.svn.wordpress.org/trunk@8049 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-04 18:09:31 +00:00
Ryan Boren 6cc11cbf1e Allow wp-content to exist outside of webroot. Props sambauers. see #6938
git-svn-id: https://develop.svn.wordpress.org/trunk@7999 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-27 17:55:24 +00:00
Ryan Boren 488f9bf776 Consolidate class attributes. Props robertaccettura. fixes #6853 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7846 602fd350-edb4-49c9-b593-d223f7449a82
2008-04-28 15:17:55 +00:00
Ryan Boren 337574056a Active plugin highlighting tweaks from MT. fixes #6275
git-svn-id: https://develop.svn.wordpress.org/trunk@7538 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 22:27:27 +00:00
Matt Mullenweg 4705bdae6e Removing active image.
git-svn-id: https://develop.svn.wordpress.org/trunk@7519 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 04:48:20 +00:00
Ryan Boren 6662674cfc Tweak active plugin highlighting. WIP. see #6275
git-svn-id: https://develop.svn.wordpress.org/trunk@7518 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 04:23:02 +00:00
Ryan Boren af399609b8 Filter list of plugins actions. Props DD32. see #5660
git-svn-id: https://develop.svn.wordpress.org/trunk@7517 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 03:59:40 +00:00
Ryan Boren 1a3fb85345 Markup fixes for plugins page from DD32. fixes #6383
git-svn-id: https://develop.svn.wordpress.org/trunk@7515 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 03:33:14 +00:00
Peter Westwood 333cc6c1c8 Right align actions on Plugins page. Fixes #6337 props mt.
git-svn-id: https://develop.svn.wordpress.org/trunk@7463 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 22:01:29 +00:00
Mark Jaquith 49dde1abac We're not reactivating ALL plugins, just the ones that were previously active
git-svn-id: https://develop.svn.wordpress.org/trunk@7457 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 19:40:06 +00:00
Ryan Boren 872d374ece Reduce dependency on inline style. Props mdawaffe. fixes #6228
git-svn-id: https://develop.svn.wordpress.org/trunk@7304 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-14 23:58:31 +00:00
Ryan Boren 3329632eee Remove extra plugin page pipes. fixes #6059
git-svn-id: https://develop.svn.wordpress.org/trunk@7122 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-01 20:38:35 +00:00
Ryan Boren 87b8a192c8 Style updates to plugins, export, and sidemenu from mt. fixes #6019
git-svn-id: https://develop.svn.wordpress.org/trunk@7066 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-27 19:18:21 +00:00
Ryan Boren 18875a91a8 Validation fixes from nbachiyski. fixes #5962
git-svn-id: https://develop.svn.wordpress.org/trunk@6980 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-22 17:30:43 +00:00
Ryan Boren 3a18b96c9b Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@6726 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 06:47:27 +00:00
Ryan Boren fc12afebbc Always show plugin activation errors. Props DD32. fixes #5673
git-svn-id: https://develop.svn.wordpress.org/trunk@6627 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-16 16:46:49 +00:00
Ryan Boren e841f998af Make sure plugin is set. Props arickmann. fixes #5658
git-svn-id: https://develop.svn.wordpress.org/trunk@6626 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-16 16:45:36 +00:00
Ryan Boren 3e8cb53029 Plugin reactivation. Props dougal. see #4176
git-svn-id: https://develop.svn.wordpress.org/trunk@6580 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-09 09:37:27 +00:00
Ryan Boren 79d46bfaa9 activate_plugin(), deactivate_plugins(), and deactivate_all_plugins() from Quandary. fixes #5210
git-svn-id: https://develop.svn.wordpress.org/trunk@6259 602fd350-edb4-49c9-b593-d223f7449a82
2007-10-17 17:14:58 +00:00
Mark Jaquith 41be365adf Don't show a plugin author byline if no author name has been specified. Props Viper007Bond. fixes #4927
git-svn-id: https://develop.svn.wordpress.org/trunk@6060 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-07 18:53:56 +00:00
Matt Mullenweg 2e06f333d5 First pass plugin update notification, see #4795
git-svn-id: https://develop.svn.wordpress.org/trunk@5913 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-22 10:48:48 +00:00
Mark Jaquith e4ed2b0504 Display fatal errors that prevent plugins from being activated. fixes #4508
git-svn-id: https://develop.svn.wordpress.org/trunk@5753 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-25 18:57:54 +00:00
Ryan Boren b046d67f41 Trim empty lines. Nothing but newline.
git-svn-id: https://develop.svn.wordpress.org/trunk@5700 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-14 02:25:30 +00:00
rob1n 9b7feef7a9 Don't die because of output by badly-written plugins upon activation. Props masquerade. fixes #4127
git-svn-id: https://develop.svn.wordpress.org/trunk@5239 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-11 03:23:23 +00:00
rob1n f42f14fb91 Add a bit of warning (red background on hover) to the Deactivate All Plugins button, and make align="right" XHTML-compliant.
git-svn-id: https://develop.svn.wordpress.org/trunk@5207 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-07 16:03:38 +00:00
Matt Mullenweg 6030d299e9 Move it to the more intuitive right side of the page, with the rest of the activation links
git-svn-id: https://develop.svn.wordpress.org/trunk@5161 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-31 22:15:58 +00:00
rob1n 47ebdc76c7 Deactivate All Plugins feature. fixes #3498
git-svn-id: https://develop.svn.wordpress.org/trunk@5156 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-31 20:56:54 +00:00
Ryan Boren aaee8a425b Use PLUGINDIR. Props z720 and Nazgul. fixes #3909
git-svn-id: https://develop.svn.wordpress.org/trunk@4972 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-06 17:47:27 +00:00
Mark Jaquith 320ac834de Prevent plugins that generate PHP fatal errors from being activated. ticket #3254
git-svn-id: https://develop.svn.wordpress.org/trunk@4811 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-25 20:45:20 +00:00
Ryan Boren 4942019a9c Typo fixes from mdawaffe. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4664 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-27 00:51:00 +00:00
Mark Jaquith f95b191dab i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4658 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 23:06:18 +00:00
Ryan Boren 83e269fd2e i18n fixes from nbachiyski. fixes #3470
git-svn-id: https://develop.svn.wordpress.org/trunk@4646 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-13 19:36:10 +00:00
Mark Jaquith 89da054b7b Sanitize all plugin metadata, for consistency. Props Viper007Bond. fixes #3396
git-svn-id: https://develop.svn.wordpress.org/trunk@4540 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 09:22:49 +00:00
Ryan Boren 7e226f1a94 Hold off on menu cleanup until next release. There be dragons.
git-svn-id: https://develop.svn.wordpress.org/trunk@4480 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 07:31:29 +00:00
Matt Mullenweg 6af3bdbb32 Admin functions cleanup, and change how we do titles and parents in the backend
git-svn-id: https://develop.svn.wordpress.org/trunk@4478 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 06:09:48 +00:00
Ryan Boren 3579a1f67a Add some plugin activation validation.
git-svn-id: https://develop.svn.wordpress.org/trunk@4453 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-08 02:20:02 +00:00
Matt Mullenweg bc2d62560c Some UI cleanups, changes, and various miscellany.
git-svn-id: https://develop.svn.wordpress.org/trunk@4349 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-06 01:14:47 +00:00
Mark Jaquith 81bb761e4d move plugin sorting (by Name) to get_plugins() so that it works for the Edit Plugins page too. fixes: #2412
git-svn-id: https://develop.svn.wordpress.org/trunk@4325 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-04 09:36:21 +00:00
Mark Jaquith 5db07cc81f sort plugins by plugin name, for real. fixes #2412
git-svn-id: https://develop.svn.wordpress.org/trunk@4322 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-04 08:56:44 +00:00
Mark Jaquith 9e207e0231 edit link next to each plugin. Props David House. fixes #1657
git-svn-id: https://develop.svn.wordpress.org/trunk@4313 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-04 06:48:52 +00:00
Ryan Boren 455dd7d763 RTL enhancements from Sewar. #3136
git-svn-id: https://develop.svn.wordpress.org/trunk@4258 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-27 00:51:17 +00:00
Ryan Boren 7e99c9b9d7 Turn hard-coded paths to defines. Pull gettext includes int wp-settings. Props mdawaffe. fixes #3157
git-svn-id: https://develop.svn.wordpress.org/trunk@4202 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-21 20:46:39 +00:00
Ryan Boren 7e82eef627 Use get_option instead of get_settings. Just 'cause.
git-svn-id: https://develop.svn.wordpress.org/trunk@4144 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-30 21:46:31 +00:00
Ryan Boren 23e2a0a25f Use wp_redirect().
git-svn-id: https://develop.svn.wordpress.org/trunk@3928 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-27 05:38:56 +00:00
Ryan Boren 6f1d273fc9 Update nonce action strings. Props mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@3804 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-26 23:08:05 +00:00
Matt Mullenweg 104a56563c Lots of style and admin tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@3770 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-10 20:35:10 +00:00
Ryan Boren fcfda4db13 Nonce from above. #2678
git-svn-id: https://develop.svn.wordpress.org/trunk@3759 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-02 22:36:06 +00:00
Ryan Boren 6008a133c4 Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: https://develop.svn.wordpress.org/trunk@3517 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 07:53:23 +00:00
Ryan Boren 068d987b1a uksort() not usort()
git-svn-id: https://develop.svn.wordpress.org/trunk@3479 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-24 09:44:17 +00:00
Ryan Boren a0467454ef Sort plugins by plugin name, not file name.
git-svn-id: https://develop.svn.wordpress.org/trunk@3477 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-24 07:48:21 +00:00
Ryan Boren 2628a27ef4 Exit after sending headers. fixes #1917
git-svn-id: https://develop.svn.wordpress.org/trunk@3365 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-28 00:16:40 +00:00
Ryan Boren 56e626673e i18n updates from nbachiyski. fixes #2069
git-svn-id: https://develop.svn.wordpress.org/trunk@3295 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-12 22:48:30 +00:00
Ryan Boren cb59a1db62 Actually remove deleted plugins from the active plugin list. This has been broken for ever. fixes #1709
git-svn-id: https://develop.svn.wordpress.org/trunk@2932 602fd350-edb4-49c9-b593-d223f7449a82
2005-10-05 23:19:48 +00:00
Matt Mullenweg 7c4907713c Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
git-svn-id: https://develop.svn.wordpress.org/trunk@2762 602fd350-edb4-49c9-b593-d223f7449a82
2005-08-08 01:13:22 +00:00
Matt Mullenweg 87a2dccccf Clean up plugins and dashboard
git-svn-id: https://develop.svn.wordpress.org/trunk@2759 602fd350-edb4-49c9-b593-d223f7449a82
2005-08-07 10:45:06 +00:00
Ryan Boren 37f40b7935 register_activation_hook() and register_deactivation_hook(). Let's try these on.
git-svn-id: https://develop.svn.wordpress.org/trunk@2697 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-04 21:53:26 +00:00
Matt Mullenweg fe818f8ebf Usability hooks into wp.org
git-svn-id: https://develop.svn.wordpress.org/trunk@2594 602fd350-edb4-49c9-b593-d223f7449a82
2005-05-09 11:37:36 +00:00
Ryan Boren 36639a2b71 Active plugins array sanity check. If the array isn't an array, reset it.
git-svn-id: https://develop.svn.wordpress.org/trunk@2514 602fd350-edb4-49c9-b593-d223f7449a82
2005-04-04 02:48:18 +00:00
Ryan Boren 7d9a069059 Fix number formatting in dashboard stats for numbers > 999. http://mosquito.wordpress.org/view.php?id=1074 Hat tip: dougal
git-svn-id: https://develop.svn.wordpress.org/trunk@2433 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-11 16:53:16 +00:00
Ryan Boren b55118a179 Embolden active plugins.
git-svn-id: https://develop.svn.wordpress.org/trunk@2090 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-14 20:20:29 +00:00
Matt Mullenweg 928966d6ce HTML fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@1961 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-15 23:09:46 +00:00
Ryan Boren a48c0d3916 Correct i18n string markup. Bug 502. Patch from nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@1901 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-29 17:28:53 +00:00
Ryan Boren 5dfadae172 get_plugin_data() and get_plugins()
git-svn-id: https://develop.svn.wordpress.org/trunk@1887 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-26 02:29:45 +00:00
Ryan Boren ed78ed9a2d Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support.
git-svn-id: https://develop.svn.wordpress.org/trunk@1818 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-19 03:03:06 +00:00