3
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Faster wp_clone()
Sam Bauers
as sambauers
More... over 16 years ago
Fix entity handling in wp_specialchars()
Sam Bauers
as sambauers
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().
Sam Bauers
as sambauers
More... over 16 years ago
Add detection of index hinting capabilities
Sam Bauers
as sambauers
More... over 16 years ago
Logic was faulty in that rarely used "single" case of wp_specialchars()
Sam Bauers
as sambauers
More... over 16 years ago
Comment typo
Sam Bauers
as sambauers
More... over 16 years ago
Introduce wp_check_invalid_utf8(), introduce wp_entities(), revised wp_specialchars()
Sam Bauers
as sambauers
More... over 16 years ago
Coding standards and add htmlspecialchars_decode()
Sam Bauers
as sambauers
More... over 16 years ago
Default to strict when sanitizing user logins.
Sam Bauers
as sambauers
More... over 16 years ago
Minor adjustment to comment removal preg_replace function.
Sam Bauers
as sambauers
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.
Sam Bauers
as sambauers
More... over 16 years ago
Let's not break PHP 4 just yet shall we?
Sam Bauers
as sambauers
More... over 16 years ago
These filters should be named after the complete method name rather than just the function
Sam Bauers
as sambauers
More... over 16 years ago
Migrate WP_User class to BP_User - part of fix for #BB972
Sam Bauers
as sambauers
More... over 16 years ago
Stop potential fatal errors when appending user meta.
Sam Bauers
as sambauers
More... over 16 years ago
Create procedural bp-options functions which can check for presence of BP_Options class themselves on the fly.
Sam Bauers
as sambauers
More... over 16 years ago
Sync with [WP10135]
Sam Bauers
as sambauers
More... over 16 years ago
Add convertEntities() javascript function to align with WordPress
Sam Bauers
as sambauers
More... over 16 years ago
Sync HTTP API with [WP10085]
Sam Bauers
as sambauers
More... over 16 years ago
Selectively applied phpdoc from JacobSantos. Fixes #5
Sam Bauers
as sambauers
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
Sam Bauers
as sambauers
More... over 16 years ago
Sync applicable code with [WP9916] - careful not to squish our various differences and fixes.
Sam Bauers
as sambauers
More... over 16 years ago
Trivial comment and whitespace merge with, one small regex change in class.wp-ajax-response.php [WP9916]
Sam Bauers
as sambauers
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
Sam Bauers
as sambauers
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
Sam Bauers
as sambauers
More... almost 17 years ago
Merge chunked encoding fixes to HTTP classes from WordPress. More... almost 17 years ago