-
Today we updated our composer project and got two new versions from decoda and utility.
I see you droped support of utility but it now requires/uses type-converter without any change of the code on ou…
-
I have this issue when I type a text like `check this:[size:"14"]blah blah[/size]`
`:[` is converted into an emoticon so it breaks the rest of the bbcode
-
This code
``` javascript
[b]qsdqsdqsdqsdqsdqsdqsdqsdsqd
[/b]qsdqsdqsdqsdqsd
```
should display
**qsdqsdqsdqsdqsdqsdqsdqsdsqd**
qsdqsdqsdqsdqsd
it appears that
**qsdqsdqsdqsdqsdqsdqsdqsdsqd**qs…
-
Hello,
I have two feature requests: Could you add support for `target="_blank"` on the `[url]` tag and `width="xx"` on the `[td]` tag?
Thanks!
-
Today we updated our composer project and got two new versions from decoda and utility.
I see you droped support of utility but one of these two now require/use type-converter without any change of th…
-
I don't know enough about this to know figure out where the issue is at but here's the test that blows up.
https://github.com/milesj/decoda/blob/master/tests/Decoda/DecodaTest.php#L249
And the error…
-
Joining a server will most of the time make you stuck at a skyish colored screen and freeze.
_usually_ Does not happen on local servers.
-
Code:
``` php
$code = new Decoda\Decoda('[quote=milesj]Hello, my name is [b]Miles Johnson[/b] :)[/quote] [b]Hello[/b] ;)');
$code->defaults();
$code->addHook(new \Decoda\Hook\EmoticonHook());
echo $c…
-
https://travis-ci.org/milesj/decoda/jobs/33451026
-
In `Decoda::__construct()`, the default config path is always added:
``` php
$this->addPath(dirname(__DIR__) . '/config/');
```
So if I want to override the default emoticons or censored wor…