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
Use get_edit_post_link(). Props jfarthing84, fixes #12288 More... over 14 years ago
Introduce wpdb::tables() to fetch table names on a global or blog scope. Remove very old and long deprecated $table{table} globals, fixes #11614. See #12083 More... over 14 years ago
Sync pomo. Props nbachiyski. fixes #11832
Ryan Boren
as ryan
More... over 14 years ago
Add an index on comment_parent to speed up wp_delete_comment() reparenting queries. fixes #12289
Ryan Boren
as ryan
More... over 14 years ago
Don't italicize admin footer in RTL. Props raimy, fixes #11985 More... over 14 years ago
Fix potential notice. props hakre, see #12283 More... over 14 years ago
First pass at Multisite support in DB repair. When MS, include main blog tables; when not MS, include non-MS global tables (users, usermeta). See #12083 More... over 14 years ago
Remove debug cruft. Fixes #12230 More... over 14 years ago
Add missing i18n comment for a hard-coded string. Props Nao, fixes #11654 More... over 14 years ago
Fallback to PclZip in the event that ZipArchive cannot handle a given archive properly. Close the Zip handle when we're done as well. Fixes #12230 More... over 14 years ago
Update get_user_option()'s PHPDoc Comment to remove mentions of blog options. See #11615 More... over 14 years ago
Make better use of $wp_query->get_queried_object() instead of duplicating its functionality. See [13143] More... over 14 years ago
Remove Unneeded the_post/rewind_posts() calls, Add a "No posts for this archive" type message to the loop. See #9015 More... over 14 years ago
More Taxonomy cap checks. See #12035 More... over 14 years ago
First pass at giving taxonomies a show_ui param. See #10773 More... over 14 years ago
Use the public query param instead of show_ui to determine if the Post Type is displayable. Props jfarthing84. See #9674 More... over 14 years ago
Rename the new 'themes_loaded' hook to 'after_setup_theme' to prevent confusion as to what it actually does & where its fired from. Fixes #12231 More... over 14 years ago
Fix $post_type handling/passing in the Taxonomy edit links. Fix the Tag selection query var for edit.php in the Posts links. See #12270, See #11838 More... over 14 years ago
More Taxonomy cap checks. See #12035 More... over 14 years ago
Update Text_Diff. Props simek. Fixes #9467 More... over 14 years ago
Some more phpdoc bits for functions.php. Props miqrogroove, fixes #12215 More... over 14 years ago
Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644 More... over 14 years ago
Fix double escaping in wp_getComments. Props josephscott. fixes #12281 for trunk
Ryan Boren
as ryan
More... over 14 years ago
Allow more special characters in wp_generate_password() second pass. props sivel, see #12159 More... over 14 years ago
Bail early for favicon.ico requests so we don't load WP twice. Props azaozz, sivel. Fixes #3426 More... over 14 years ago
Move deprecated pluggable functions to a new file to lower their profile. Also throw deprecated warnings if a plugin defines a deprecated pluggable function. See #11388 More... over 14 years ago
Add Youtu.be short URLs and Smugmug to the default oEmbed providers. Props Viper007Bond, fixes #11556, fixes #12157 More... over 14 years ago
Move more references from default to WP_FALLBACK_THEME. To make 'default' theme transition smoother in the future. More... over 14 years ago
jQuery UI 1.7.2. fixes #11595
Ryan Boren
as ryan
More... over 14 years ago
Deny commenting on any post with a non-public status. see #9674
Ryan Boren
as ryan
More... over 14 years ago