Josh

Results 17 issues of Josh

Some templating engines support a streamlined "if content" block. For instance, in XenForo's templating engine, it looks like this. ![image](https://user-images.githubusercontent.com/9262991/149522538-e1e96afc-d31f-478a-a705-29286c57444b.png) Take for instance the following scenario which is very common...

- [x] Clicking a post number should insert it into the reply box. - [x] If you are not viewing the thread, you should be taken into it. - [...

feature
keystone
javacript

https://www.gnu.org/software/librejs/free-your-javascript.html

meta
request

Separate from #47. - [x] `cp/boards/` area shows a list of boards where `board.config` privileges exist. - [x] `cp/board/{board}` shows the config panel. - [ ] Config - [x] Basic...

feature
keystone

Discovered by @majestrate. Example: ``` benis benis ``` Potential fixes: - Remove SVGs altogether. - Remove inline SVGs and warn users of potential offense. - Find a sanitization library for...

bug
media

Every view has a `@section('title', "Page Title")` declaration that needs to be moved into the localization files.

localization

Great work on this. One thing I'd really like added is the ability to use hotkeys on the context menu. ![image](https://user-images.githubusercontent.com/9262991/99993246-ad054180-2db7-11eb-95cf-397c550bab5f.png) i.e. if I Shift+RMB on the menu item for...

enhancement