discomrade
discomrade
Here is an image of the global announcement bar, with the red text and links. It can also be defined per board.  As this is used by moderators or...
Reddit links in these articles are a mix of www. and old. URLs. I believe it would be best to decide on which is preferable and make them consistent. This...
In `user_admin/create_other`, would just send pass1 twice.
Unsetting the display option can disable `display: block`, which allows the thumbnails to be centred in their container
- Adds captcha to the image upload form (either disabled, enabled for anon uploads only, or enabled for everyone) - generalises captcha code instead of hardcoding the options for captcha...
This commit adds the disjunctive operands to search, e.g. `~computer ~thing ~score:>5` (means: computer OR thing OR score:>5), as well as negative disjunctive operands e.g. `~cat ~-phone` (means: cat OR...
In /ext/media/main.php, the variable allow_upscale determines whether an image is allowed to upscale when thumbnailing (e.g. 64x64 sprite gets enlarged to 192x192). Upscaling images smaller than a thumbnail will almost...
First commit adds the notes pages to the navbars. These were inaccessible before. Second commit orders SQL requests by id instead of date, since date is not necessarily unique (especially...
[Making a proper feature request for this suggestion:](https://github.com/shish/shimmie2/pull/1051#issuecomment-1956415249) > at some point I'd love to have a GUI permission editor, which might work as a form of documentation so one...
Disclaimer: I'm not experienced with SQL, so feel welcome to correct any mistaken assumptions I've made. The first commit prevents tag queries from selecting all columns when only the id...