Faster wp_clone() |
|
More...
|
over 16 years ago
|
Fix entity handling in wp_specialchars() |
|
More...
|
over 16 years ago
|
Remove wp_entities() completely due to charset issues in PHP 4. Simplify changes to wp_specialchars(). Introduce wp_specialchars_decode(). |
|
More...
|
over 16 years ago
|
Add detection of index hinting capabilities |
|
More...
|
over 16 years ago
|
Logic was faulty in that rarely used "single" case of wp_specialchars() |
|
More...
|
over 16 years ago
|
Comment typo |
|
More...
|
over 16 years ago
|
Introduce wp_check_invalid_utf8(), introduce wp_entities(), revised wp_specialchars() |
|
More...
|
over 16 years ago
|
Coding standards and add htmlspecialchars_decode() |
|
More...
|
over 16 years ago
|
Default to strict when sanitizing user logins. |
|
More...
|
over 16 years ago
|
Minor adjustment to comment removal preg_replace function. |
|
More...
|
over 16 years ago
|
Add abstracted BP_SQL_Schema_Parser class. This can be used in WordPress if they move to using BPDB database classes. |
|
More...
|
over 16 years ago
|
Let's not break PHP 4 just yet shall we? |
|
More...
|
over 16 years ago
|
These filters should be named after the complete method name rather than just the function |
|
More...
|
over 16 years ago
|
Migrate WP_User class to BP_User - part of fix for #BB972 |
|
More...
|
over 16 years ago
|
Stop potential fatal errors when appending user meta. |
|
More...
|
over 16 years ago
|
Create procedural bp-options functions which can check for presence of BP_Options class themselves on the fly. |
|
More...
|
over 16 years ago
|
Sync with [WP10135] |
|
More...
|
over 16 years ago
|
Add convertEntities() javascript function to align with WordPress |
|
More...
|
over 16 years ago
|
Sync HTTP API with [WP10085] |
|
More...
|
over 16 years ago
|
Selectively applied phpdoc from JacobSantos. Fixes #5 |
|
More...
|
over 16 years ago
|
wp_hash() doesn't exist in BackPress. Use a callback instead to grab the value of a BP_Option. See [BB1820] for one way to apply application level changes required. Fixes #7 |
|
More...
|
over 16 years ago
|
Sync applicable code with [WP9916] - careful not to squish our various differences and fixes. |
|
More...
|
over 16 years ago
|
Trivial comment and whitespace merge with, one small regex change in class.wp-ajax-response.php [WP9916] |
|
More...
|
over 16 years ago
|
Merge style function updates and phpdoc from WordPress. |
|
More...
|
almost 17 years ago
|
Stop parse_url errors in wp_cron(), fixes #BP984 |
|
More...
|
almost 17 years ago
|
Return affected rows for alter queries. |
|
More...
|
almost 17 years ago
|
Longer default timeouts, more filters, curl error detection and other HTTP changes. |
|
More...
|
almost 17 years ago
|
Merge Notice fix. |
|
More...
|
almost 17 years ago
|
Fix comment typo |
|
More...
|
almost 17 years ago
|
Merge chunked encoding fixes to HTTP classes from WordPress. |
|
More...
|
almost 17 years ago
|