A fork of shimmie2 maintianed by cavemanon for our booru
Go to file
Shish 12f0bc3a81 Allow SearchTermParseEvent to have a bit more control over results
Rather than "add querylet or do nothing", moving more code into the
event means that event handlers are able to add a positive or negative
querylet, add a positive or negative tag, or do nothing

This means that events can respond to the `null` search term by adding a
tag, which would be useful for #917
2023-05-25 12:59:25 +01:00
.github deps 2023-02-03 16:49:25 +00:00
core Allow SearchTermParseEvent to have a bit more control over results 2023-05-25 12:59:25 +01:00
ext Allow SearchTermParseEvent to have a bit more control over results 2023-05-25 12:59:25 +01:00
tests use DataUploadEvent fields rather than required metadata 2023-02-24 22:42:03 +00:00
themes version bumps 2023-05-25 12:58:41 +01:00
.dockerignore improvements to run inside docker 2020-03-22 15:23:23 +00:00
.editorconfig php8.1 gogogo 2022-10-28 01:45:35 +01:00
.gitattributes mark PHP as always using LF rather than CRLF, to be consistent with php-cs-fixer, fixes #694 2020-03-05 01:26:26 +00:00
.gitignore ignore 2020-01-26 16:28:12 +00:00
.htaccess make tests/router.php more like .htaccess 2020-04-02 22:31:57 +01:00
.php-cs-fixer.dist.php avoid global pollution 2023-01-10 22:37:35 +00:00
.scrutinizer.yml do scrutinizer builds on a more modern base 2023-01-10 17:52:36 +00:00
Dockerfile Add ffmpeg to the docker install (thanks @tegaki-tegaki , see #805) 2023-02-16 19:24:40 +00:00
LICENSE.txt Create LICENSE.txt 2016-11-27 20:28:16 +00:00
README.md https a bunch of things 2020-03-25 11:47:00 +00:00
composer.json Bump enshrined/svg-sanitize from 0.15.4 to 0.16.0 2023-03-20 20:47:29 +00:00
composer.lock version bumps 2023-05-25 12:58:41 +01:00
index.php Have shimmie's global cache object implement PSR-16 2023-02-02 16:04:35 +00:00

README.md

     _________.__     .__                   .__         ________
    /   _____/|  |__  |__|  _____    _____  |__|  ____  \_____  \
    \_____  \ |  |  \ |  | /     \  /     \ |  |_/ __ \  /  ____/
    /        \|   Y  \|  ||  Y Y  \|  Y Y  \|  |\  ___/ /       \
   /_______  /|___|  /|__||__|_|  /|__|_|  /|__| \___  >\_______ \
           \/      \/           \/       \/          \/         \/

Shimmie

Test & Publish Code Quality Code Coverage

Documentation

Contact

Email: webmaster at shishnet.org

Issue/Bug tracker: https://github.com/shish/shimmie2/issues

Licence

All code is released under the GNU GPL Version 2 unless mentioned otherwise.

If you give shimmie to someone else, you have to give them the source (which should be easy, as PHP is an interpreted language...). If you want to add customisations to your own site, then those customisations belong to you, and you can do what you want with them.