discomrade
discomrade
This will need to be re-written for it to work with #1153
I am currently testing a basic OR operator: `~tag1 ~tag2 tag3` matches posts with tag3 and either tag1 and/or tag2 . `~tag1 ~tag2 -tag3` matches posts with either tag1 and/or...
I've made a draft GUI editor. This involves moving the permissions to the database instead of being hardcoded or in a config file, which also requires moving UserClass code to...
It could have been because the database code loads after core code. Everything seems to be working alright so hopefully the reason disappeared :)
Work-in-progress, see #292
> Come to think of it I wonder if there's any reason to upscale ever I can't think of any reason to upscale. > but then I wonder if that...
For reference, [Hydrus uses a phash](https://hydrusnetwork.github.io/hydrus/duplicates.html#duplicates_page) for duplicate detection: >If you are interested, the current version of this system uses a 64-bit [phash](https://jenssegers.com/perceptual-image-hashes) to represent the image shape and a...
Confirmed on default theme, using non-tag metadata queries in a search will prevent it showing the Refine Search block. It's not a layout issue, [the feature currently just looks at...
> New permissions system merged, and done in a way that allows extensions to add new classes (with default-classes, old-style `user-classes.conf.php` classes and database-based classes currently supported) /o/ Great news!...
You mentioned this query builder was created some time ago, is your re-implementation up to date with any changes made in the main codebase after the query builder was first...