d-buchmann
d-buchmann
Custom filters would need some extra work if they are to be implemented. Fixes #938 in its current state. Sorry for spamming PRs recently, I'm just excited to get something...
Split the keyword into tokens (at spaces). Search for every token individually, then combine results with AND. Caution: This has no effect on the typeahead search, I will have a...
- Changed "target" parameter type of handleAction in parts table controller to string - Sanitize input for existing actions which expect an int - Add tag (dummy) to SelectAPI -...
Don't handle links as external by default. Instead distiguish internal (relative) and external (absolute) links. That way, if you link to filters in your Part-DB banner, you won't end up...
I finally tested the update script and it worked =) (reference: #720) Prerequisites: - Direct installation on Debian 11 or similar - MySQL or MariaDB configured - Webserver apache2 -...
Make label printing more flexible by allowing to put multiple labels onto a single PDF page in a grid ("N-up printing"). This way you can use e.g. A4 sheets with...