Euan Torano

Results 51 issues of Euan Torano

I really want this to work, as it is a key component for my forum.  My layout has many categories with different subforums; I would like to show members when...

t:bug
s:confirmed
b:1.8

Resolves #3123 This is still a work in progress. **TODO** - [X] Add a new interface for classes to check against anti-spam interfaces - [X] Better handling for errors when...

b:1.9

Duplicate of #3436 specific to 1.9. Noticed while rebasing and needs fixing after rebase.

t:bug
b:1.9

We should look at moving all of the database classes over to use PDO rather than engine specific functions. It would be nice to have `update_query`, `insert_query`, etc. use prepared...

t:enhancement
b:1.9

The user CP `do_profile` action has some validation done in` usercp.php` that then uses `error()`. This validation should be moved to the user data handler: - [x] [Away return date](https://github.com/mybb/mybb/blob/feature/usercp.php#L184)...

b:1.8
easy-pick
t:code-quality

As mentioned [here](https://github.com/mybb/mybb/pull/4242#discussion_r571623405), attachment thumbnails are meant to be split into 5 per line, but the code isn't correct for doing so - rather than appending to `$post['thumblist']`, a variable...

t:bug
s:confirmed
b:1.8

The documentation suggests that currently flags are passed as characters in a string. In my opinion, it's much cleaner and easier to read to pass a `set[Flag]` where `Flag` is...

### [REQUIRED] Step 2: Describe your environment * Operating System version: Windows 10 Enterprise * Firebase SDK version: 2.3.0 * Firebase Product: Firebase Cloud Messaging * .NET version: 6.0 *...

api: messaging

We need to select a JS based WYSIWYG editor for 2.0. This editor will be used when creating posts, conversations and other content. **Requirements** - MyCode/BBCode support - Markdown support...

t:feature
javascript
p:normal

We need to implement a theme system, allowing custom themes. The default style needs to become a theme that is shipped alongside the core software. **Desired Features* - Custom styles...

t:feature
p:normal