-
Initially reported by: @lildude as #TRAC1245
In a bid to enhance the Markup plugin for use with comments (ie allow commenters to use BBcode etc in comments), I've discovered that the {{{filter_commen…
-
$dash_intro_text is initialised on `init.php:28` from an untrusted $_GET source. This value is used only in `pages/admin.settings.php:239`.
This variable normally contains the markup text from the …
hctim updated
5 years ago
-
Just a list of issues to remember:
- [ ] custom exceptions for specific cases rather than using generic ones,
- [ ] recipes for specific tasks (like find all shortcode names in text),
- [ ] upgrade…
-
I would like to disable the Decoda censor hook via config.yml.
The Decoda docs give this example of:
`$code = new Decoda\Decoda($string);
$code->removeHook('Censor');`
but I can't see how this could…
-
As described in: https://github.com/mosbth/Anax-oophp/issues/4
-
Hi,
BBCode has the [`color` and `size` tag](https://www.phpbb.com/community/help/bbcode). These are not supported yet by the gem and are neither filtered nor converted. I can prepare the code chang…
Dahie updated
4 years ago
-
Needed credentials:
- Recaptcha
- Mail service (https://www.mailersend.com/pricing looks decent)
# Features
- [x] General
- [x] Page titles
- [x] Favicon
- [x] Header metadata/t…
-
### Describe the issue
I've got this failing check on Hosted Weblate:
> Consecutive duplicated words
> Text contains the same word twice in a row: em
English:
```
Unable to use timezone "%1$…
-
### Describe the project you are working on
I'm currently writing Print utility functions that streamline my projects outputs when I need to make calls to `GD.Print() and GD.PrintErr()`. This ensur…
-
I can't use in tinymce this code:
[img width=200 alt="title"]imagepath[/img]
alt is stripped although I can see it's a parameter for img BBCode
```
if(!empty($parms['class'])) $safe['clas…