I Use This!
Very High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Actually remove stray line ref. [13135]. see #10396 More... over 14 years ago
Manual L10n JS strings in install.php. Remove stray line, see #13134 More... over 14 years ago
First pass at allowing username/password selection upon install. Includes some extra cleanup of the patch. Props dancole. See #10396 More... over 14 years ago
Fall back to wp_generate_password() in setup-config.php if HTTPS request for secret keys fails. Also use pretty link to secret-key API, see #12159 More... over 14 years ago
Use stripos() instead of strpos() with strtolower(). For PHP < 5 we have stripos() in compat.php. Fixes #11176 More... over 14 years ago
Allow tab intents in plugin/theme editors. Utilizes the Tabby jQuery plugin, see #12204 More... over 14 years ago
Comments.php PHP cleanup. See #9015 More... over 14 years ago
Fix comment listing, Correct Indentations. See #9015 More... over 14 years ago
Formatting, Translations & Whitespace. Props ptahdunbar. See #9015 More... over 14 years ago
use current site domain for cookie domain when cookie domain not set, See #12142 More... over 14 years ago
Add ability to query by domain and/or path to get_blog_details(). Improve blog details caching. Use get_blog_details() in ms-settings.php so queries are cached. see #11644
Ryan Boren
as ryan
More... over 14 years ago
Move blogs table related functions to blogs.php. Include it before ms-settings.php so that caching API can be used instead of direct queries. see #11644
Ryan Boren
as ryan
More... over 14 years ago
install.php whitespace cleanup, inline docs, function @sinces, fixes #11491 More... over 14 years ago
s/$blog/$blog_id/ as an argument in wp_dropdown_users(), for consistency, see #11086 More... over 14 years ago
Don't query against entire users table in wp_dropdown_users() to be multisite friendly. Fixes #11086 More... over 14 years ago
Add is_multisite() check to wpdb::get_blog_prefix() to fix get_blog_prefix($blog_id) call on a non-MS install. See #11644 More... over 14 years ago
Add trash to edit cap check.
Ryan Boren
as ryan
More... over 14 years ago
use object cache on get_blog_option on current blog, props sivel, See #11644 More... over 14 years ago
strip slashes, block arrays in ms-edit.php, fixes #11778 More... over 14 years ago
use cached data in ms-admin.php stats, props ddebernardy, fixes #11772 More... over 14 years ago
Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. More... over 14 years ago
Whitespace cleanup, TwentyTen <title> standardisation & gettext. See #9015 More... over 14 years ago
s/the_time()/get_the_date/ for dates. See #9015 More... over 14 years ago
Always set $link_text. More... over 14 years ago
Remove extra get_option() calls (the functions default to that), Use the Media API for attachment image HTML, Replace deprecated function use(1.2~2.9 deprecated). See #9015 More... over 14 years ago
Fix typos in inline docs for clean_url() and esc_url(). More... over 14 years ago
Fix arg order in [13104] More... over 14 years ago
Don't use deprecated functions. see #11388 More... over 14 years ago
Remove Direct SQL, Use new esc_html() function, Correct the case of the ID keys. See #9015 More... over 14 years ago
Add ?preview=true to edit post rows when draft|pending. Props MMN-o, fixes #11688 More... over 14 years ago