3
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PHP 7.4 Compat: Fix PHP warnings/notices. More... over 3 years ago
PHP 7.4 Compat: Fix warnings/notices More... over 3 years ago
Add a PHP 5 constructor to `BP_Log` More... about 7 years ago
Use `self::__construct` instead of `$this->__construct` to avoid some possible infinite loops. More... about 7 years ago
Move the PHP 5.x constructors to the top to avoid E_STRICT notices on PHP 5.x More... over 7 years ago
Add PHP 5 style constructors. More... over 7 years ago
Update the `EncodeQ` method to the latest implementation of PHPMailer More... over 7 years ago
Use the latest .org core implementation for `add_query_arg` More... over 7 years ago
Use `explode` instead of `split`. More... over 7 years ago
Fix parse errors in PHP 7 More... over 7 years ago
SQL Schema Parser: Improve the extraction of index parsing from CREATE TABLE statements. More... almost 10 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... about 10 years ago
Testing More... about 11 years ago
Testing More... about 11 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 11 years ago
merge in helper __return_* functions from WordPress core, see #31 More... over 11 years ago
Formatting: Update the formatting functions to match [WP20951] More... almost 12 years ago
SQL Parser: don't issue notices if a field doesn't have length More... almost 12 years ago
Add esc_textarea() to functions.formatting.php. More... almost 12 years ago
PHPMailer: Update to phpMailer v5.2.1 to be in sync with WordPress and be much more up-to-date. More... almost 12 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... about 12 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... about 12 years ago
BPDB: Check to see if we have a valid resource before looking for errors props josephscott. More... over 12 years ago
fix typo from [319] - get_tag_by( 'tt_id' ) didn't work More... about 13 years ago
This assign by reference can cause some problems and is unnecessary. More... about 13 years ago
Correct variable name and update phpdoc. Props Gautam Gupta. More... over 13 years ago
Update @author tag contact info. More... over 13 years ago
Merge clean_url fixes from WordPress to match WP3.0.4 More... over 13 years ago
Merge kses fixed from WordPress to match WP3.0.4 More... over 13 years ago
Cover the another occurrence of the same problem as in [323] More... over 13 years ago