Question
Feature Request: Improved support for UID / _UID
- fisharebest
-
- Offline
- Administrator
-
Less
More
1 year 2 months ago #111085
by fisharebest
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Replied by fisharebest on topic Feature Request: Improved support for UID / _UID
webtrees uses a UUID library that provides both version 4 and version7 identifiers.
I am happy to switch to v7.
I think it is just a one-character change(uuid4() becomes uuid7() in class IdFactory).
Create an issue or a PR?
I am happy to switch to v7.
I think it is just a one-character change(uuid4() becomes uuid7() in class IdFactory).
Create an issue or a PR?
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- hermann
-
Topic Author
- Away
- Elite Member
-
1 year 2 months ago #111102
by hermann
Hermann
Designer of the custom module "Extended Family"
webtrees 2.2.6 (100 custom modules installed, PHP 8.4.10, MariaDB 10.6) @ ahnen.hartenthaler.eu
Replied by hermann on topic Feature Request: Improved support for UID / _UID
Hermann
Designer of the custom module "Extended Family"
webtrees 2.2.6 (100 custom modules installed, PHP 8.4.10, MariaDB 10.6) @ ahnen.hartenthaler.eu
Please Log in or Create an account to join the conversation.
- elysch
-
- Offline
- Junior Member
-
Less
More
- Posts: 102
2 months 1 week ago #116437
by elysch
webtrees 2.1.25
Show XREFs UIDs
Enhanced Family Book Chart
Research Tasks Report
Replied by elysch on topic Feature Request: Improved support for UID / _UID
Hello all.
I moved my UID changes into a module. AFAICT it works on webtrees 2.1.x and 2.2.x. Still pending my tests for 2.0.x.
There are plenty of caution notices since there is no way to add any UID's index on the database, so it can get very very slow on big trees and/or with many references.
It also helps on UID's searches and references. In my tree there are 34, 36 and 38 characters UID's... the general search and the references take only the first 32. That should be ok. It also adds warnings about this.
Hope it helps someone.
This is the module URL: [url] github.com/elysch/webtrees-mitalteli-misc-features [/url]
I moved my UID changes into a module. AFAICT it works on webtrees 2.1.x and 2.2.x. Still pending my tests for 2.0.x.
There are plenty of caution notices since there is no way to add any UID's index on the database, so it can get very very slow on big trees and/or with many references.
It also helps on UID's searches and references. In my tree there are 34, 36 and 38 characters UID's... the general search and the references take only the first 32. That should be ok. It also adds warnings about this.
Hope it helps someone.
This is the module URL: [url] github.com/elysch/webtrees-mitalteli-misc-features [/url]
webtrees 2.1.25
Show XREFs UIDs
Enhanced Family Book Chart
Research Tasks Report
Please Log in or Create an account to join the conversation.