52
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 22 hours ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 2.9.1 More... over 14 years ago
Only show anti spam nag if related plugins not found. More... over 14 years ago
Nag if signups are open but no anti-spam plugins detected More... over 14 years ago
use wpdb get_blog_prefix(), fixes #1180, props wpmuguru More... over 14 years ago
No need for this error_log() More... over 14 years ago
Link to anti-spam plugins directly on the signup page for those who don't read readme files. More... over 14 years ago
Use is_multisite() to separate out WP and MU permissions and content More... over 14 years ago
Added "is_multisite()" function. Always return true in MU, but useful for cleaning up modified WP core files More... over 14 years ago
Create confirmation message in confirmation page, rather than passing it in url More... over 14 years ago
Merge with WP 2.9.1 tag More... over 14 years ago
* Fix delete_site_options(), fixes #1185, props codefix3r and jamescollins More... over 14 years ago
Check if ../wp-config.php is part of another install before assuming it's for the current site. Fixes #1186 More... over 14 years ago
Delete the rewrite_rules after install, fixes #1129 More... over 14 years ago
Added back the "pre_current_active_plugins" action. Fixes #1184 More... over 14 years ago
Merge with WordPress 2.9 More... over 14 years ago
Whitespace cleanups, Activate messages use positional parameters, improved "get_user_id_from_string()" More... over 14 years ago
Only update fields that exist in wp_blogs More... over 14 years ago
Minor whitespace change, and check for users correctly More... over 14 years ago
Whitespace changes and minor checks and fixes More... over 14 years ago
* Whitespace cleanup More... over 14 years ago
Use $_blog_id instead of $blog_id, and minor cleanups More... over 14 years ago
Put global posts in the "global-posts" group More... over 14 years ago
Switch to current blog if needed. More... over 14 years ago
Use object cache for get_blogs_of_users() More... over 14 years ago
Add simplistic global groups checking to switch_to_blog() and restore_current_blog() functions. Added "site-transient" global group too More... over 14 years ago
Use https for backend links if required, fixes #1177 More... over 14 years ago
Use transients for dirsize cache rather than blog options, props jamescollins, see #1175 More... over 14 years ago
Added "upload_space_check_disabled" site option to disable space check. Fixes #1175 More... over 14 years ago
Cache the dirsize for up to an hour or until a file is uploaded or deleted. See #1175 More... over 14 years ago
Remove debug logging More... over 14 years ago