Commit Graph

26 Commits

Author SHA1 Message Date
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
michelvaldrighi 636c018384 fix for #317: part one, avoid activating the same plugin twice
git-svn-id: https://develop.svn.wordpress.org/trunk@1711 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-26 18:12:12 +00:00
Matt Mullenweg 82e38938fa Use array storage for plugins list.
git-svn-id: https://develop.svn.wordpress.org/trunk@1522 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-09 07:17:54 +00:00
Ryan Boren 247a830a3c Fix spelling. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000036
git-svn-id: https://develop.svn.wordpress.org/trunk@1419 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-13 16:00:16 +00:00
michelvaldrighi eac2b46462 using check_admin_referer for plugin (de)activation
git-svn-id: https://develop.svn.wordpress.org/trunk@1299 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-17 20:16:54 +00:00
Matt Mullenweg 7f1cdc843e Various fixes and cleanups, inspired and pointed out by Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@1245 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-09 05:47:02 +00:00
Matt Mullenweg 3fedfb5746 E_ALL fixes and cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@1239 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-07 23:56:33 +00:00
Ryan Boren 92b8de99f8 Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1173 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-25 23:10:07 +00:00
Matt Mullenweg cbae3debcd Casting new line as literal rather than interpreted.
git-svn-id: https://develop.svn.wordpress.org/trunk@1167 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-25 08:11:05 +00:00
Matt Mullenweg 693d751a6f More l10n stuff.
git-svn-id: https://develop.svn.wordpress.org/trunk@1144 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-24 19:46:11 +00:00
Matt Mullenweg 6b991e154c Plugin enhancements.
git-svn-id: https://develop.svn.wordpress.org/trunk@1081 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-16 02:24:37 +00:00
Matt Mullenweg 3a642ef09e Only include .php files.
git-svn-id: https://develop.svn.wordpress.org/trunk@1071 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-14 19:04:14 +00:00
Matt Mullenweg 52b84858f6 Show version and header bugfix.
git-svn-id: https://develop.svn.wordpress.org/trunk@1015 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 21:04:36 +00:00
Matt Mullenweg a3aa82d0e0 Functional plugin implementation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1010 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 08:10:26 +00:00
Matt Mullenweg 2b8bbdb401 Initial plugin funcitonality checkin. Not done yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@1008 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 07:05:52 +00:00