Mat Whitney

Results 7 issues of Mat Whitney

When setting a user to active from admin/settings/users, the system attempts to send an activation email to the user, despite the activation type being set to 'None' in the system...

As mentioned by @JbalTero on [the forums](http://forums.cibonfire.com/discussion/2940/what-s-the-difference-between-site-email-and-system-email), the difference between Site Email and System Email is not clear. There may be some instances of the users module using the Site...

One item I've given some consideration is a library similar to (or extending) the form library with "driver" support for different frameworks (I don't want to lock myself into CodeIgniter's...

Feature Request
1.1

This is somewhat related to an issue I just closed: #953 Basically, I'm looking at not necessarily stripping down the model, but decoupling it from $this->db by creating a DataSourceInterface...

#810 was the last time the minimum PHP Version for Bonfire was updated, a little over 2 years ago. CI 3 bumps the minimum version up from 5.1.6 to 5.2.4,...

This is prompted primarily by #932. The fix I applied in that case works, but isn't really something I'd consider a permanent fix. From the commit message: > I moved...

As I noted in c02c5cfb8be20bba815a173d410a4df7ff64f137 the formatting of multi-level lists gets messed up by the doHardBreaks method in the MarkdownExtraExtended_Parser. Basically, it takes this: ``` - top-level item - 2nd-level...