Eric Defore

Results 9 issues of Eric Defore

This adds an option identical to the one for NSFW content. This way if a user clicks "Show Images" and images marked as Spoilers exist the user will be able...

Changes were made specifically for Visual FoxPro (`TableType::VISUAL_FOXPRO`), but it may work for other Versions too. There are some minor issues with this PR, but they would likely require some...

I've noticed that if a Visual FoxPro DBase file (`TableType::VISUAL_FOXPRO`) already exists, you can open and modify it just fine. This is because its Header Length is already defined. However,...

This is a feature that the official PokeBank has (per-Pokemon) that PHBank doesn't seem to have yet. PHBank is really nice for quick box management, and being able to batch-release...

Causes 500 Errors on WP 4.6 Beta when kept within `hooks()`. Worked fine previously on WP 4.5.3. Personally I solved it by creating a new `public function` and hooking that...

bug

This is the other half of #45. `HOST_ADDRESS` support was already added a while back, but `DATABASE_NAME` still needs added in there.

The `airplane-mode` feature is intended to prevent WP from making external calls, but it would be nice if that setting also prevented `slic` itself from making external calls. GitHub was...

Unless you do a strict comparison for `in_array()` it can cause unexpected ``s to be selected once the callback function completes. For example, if a Setting has the following saved:...

The Checkbox Settings API Field only applied `checked` based on the saved value rather than also allowing a default state. Referencing #5187