3
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PHP 7.4 Compat: Fix PHP warnings/notices. More... almost 5 years ago
PHP 7.4 Compat: Fix warnings/notices More... almost 5 years ago
Add a PHP 5 constructor to `BP_Log` More... over 8 years ago
Use `self::__construct` instead of `$this->__construct` to avoid some possible infinite loops. More... over 8 years ago
Move the PHP 5.x constructors to the top to avoid E_STRICT notices on PHP 5.x More... over 8 years ago
Add PHP 5 style constructors. More... over 8 years ago
Update the `EncodeQ` method to the latest implementation of PHPMailer More... over 8 years ago
Use the latest .org core implementation for `add_query_arg` More... over 8 years ago
Use `explode` instead of `split`. More... over 8 years ago
Fix parse errors in PHP 7 More... over 8 years ago
SQL Schema Parser: Improve the extraction of index parsing from CREATE TABLE statements. More... about 11 years ago
Verify certificate matches both the common name and the provided hostname. WP_HTTP_Curl requires CURLOPT_SSL_VERIFYHOST be either 2 or false. More... over 11 years ago
Testing More... over 12 years ago
Testing More... over 12 years ago
PHP Standards: Call-time pass-by-reference has been deprecated for a long time and completely removed in PHP 5.4 props vnsavage. More... over 12 years ago
merge in helper __return_* functions from WordPress core, see #31 More... almost 13 years ago
Formatting: Update the formatting functions to match [WP20951] More... about 13 years ago
SQL Parser: don't issue notices if a field doesn't have length More... about 13 years ago
Add esc_textarea() to functions.formatting.php. More... about 13 years ago
PHPMailer: Update to phpMailer v5.2.1 to be in sync with WordPress and be much more up-to-date. More... about 13 years ago
Schema Parser: If the schema did not have a default and the database does don't try and set the default to an empty string as this just causes SQL More... over 13 years ago
Add an extra exclusion to the schema parser for indexes - mysql 5.5 introduces a new Index_comment field which we can ignore when looking for differences. More... over 13 years ago
BPDB: Check to see if we have a valid resource before looking for errors props josephscott. More... over 13 years ago
fix typo from [319] - get_tag_by( 'tt_id' ) didn't work More... over 14 years ago
This assign by reference can cause some problems and is unnecessary. More... over 14 years ago
Correct variable name and update phpdoc. Props Gautam Gupta. More... over 14 years ago
Update @author tag contact info. More... over 14 years ago
Merge clean_url fixes from WordPress to match WP3.0.4 More... over 14 years ago
Merge kses fixed from WordPress to match WP3.0.4 More... over 14 years ago
Cover the another occurrence of the same problem as in [323] More... over 14 years ago