stash/pkg/tag
stg-annon d2daf6c69f
Add Sort Name to Tags (#5531)
* override "name" sort with COALESCE
* tag sort_name frontend

adds `data-sort-name` attribute to tag links prioritizes sort_name value but will default to tag name if not present in the same way that COALESCE will prioritize the same values in the same way
* add sort_name filter, update locale per request

* Include sort name in anonymiser
* Add import/export support
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2025-02-11 08:17:21 +11:00
..
doc.go Add package docs and project vision/goals (#5169) 2024-08-28 09:01:39 +10:00
export.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
export_test.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
import.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
import_test.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
query.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
update.go Bulk edit tags (#4925) 2024-06-11 13:41:20 +10:00
update_test.go Bulk edit tags (#4925) 2024-06-11 13:41:20 +10:00
validate.go Bulk edit tags (#4925) 2024-06-11 13:41:20 +10:00