Search found 15 matches

by Hunchman801
Mon Dec 23, 2019 2:34 pm
Forum: [3.x] Discussion
Topic: Future support for Sphinx Search
Replies: 15
Views: 48158

Re: Future support for Sphinx Search

Sounds great, I can't wait to test your implementation. Please let us know when you've released the code.

On the subject on Sphinx, there's another bug (can't view the last results of a query when there's more than 20,000 of them) that has a very simple fix, hope this gets included too one day.
by Hunchman801
Wed Nov 14, 2018 5:29 pm
Forum: [3.x] Discussion
Topic: Future support for Sphinx Search
Replies: 15
Views: 48158

Re: Future support for Sphinx Search

By the way, is there a reason EscapeString is used on all Sphinx queries? It would be quite handy to leverage the features of the extended query syntax.
by Hunchman801
Tue Nov 13, 2018 3:58 pm
Forum: [3.x] Discussion
Topic: .svg as user uploaded attachments or [img] links
Replies: 12
Views: 42423

Re: .svg as user uploaded attachments or [img] links

Embedded SVGs actually pose a minor security threat in phpBB, since you can add an SVG bomb to a post and crash or seriously slow down the user's browser and computer by using all the available memory. Maybe browsers have improved their way of handling this since it happened on my forum but back the...
by Hunchman801
Wed Feb 17, 2016 5:53 pm
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 278463

Re: Support for Emojis

Thanks for the heads up and keep up the good work!
by Hunchman801
Wed Feb 17, 2016 5:12 pm
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 278463

Re: Support for Emojis

JoshyPHP wrote: Wed Feb 17, 2016 4:21 pm Stored as XML entities, displayed as UTF-8 characters.
Which are replaced with images when applicable, right?

Speaking of which, how easy is it to configure TextFormatter to use a set of images other than Twemoji (or EmojiOne for that matter)?
by Hunchman801
Wed Feb 17, 2016 2:48 pm
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 278463

Re: Support for Emojis

The emoji set differs between pretty much all operating systems be it iOS, OSX, Android, Windows, and Unix distros. Even between different versions of each of those systems the emoji set can be different. Them being different is no issue, it's when they're not supported that it becomes a problem. J...
by Hunchman801
Wed Feb 17, 2016 2:04 pm
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 278463

Re: Support for Emojis

Just tried in Firefox 44.0.2 on OS X 10.11 and they show up fine. What versions/OSs are concerned?
by Hunchman801
Wed Feb 17, 2016 11:03 am
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 278463

Re: Support for Emojis

Yep: 👨🏻 👨🏼 👨🏽 👨🏾 👨🏿 What's the reason we're using libraries such as Twemoji here? All major OSs support emoji now and have their own set, meaning it would probably be easier to store the characters as such (using utf8mb4) and not worry about parsing them. That would not only allow compliance with th...
by Hunchman801
Tue Feb 16, 2016 9:36 pm
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 278463

Re: Support for Emojis

Does your storage method work with the Unicode recommendations and their implications on the use of modifier characters?
by Hunchman801
Tue Dec 22, 2015 5:55 pm
Forum: [3.x] Discussion
Topic: Confirmation message in custom quicktool
Replies: 2
Views: 9212

Re: Confirmation message in custom quicktool

I can see how you inject the action in the controller; it's easily done by setting it in from the module.

Not sure how to make the listener aware of it though.