Skip to content

Commit df42b50

Browse files
committed
Add and link glossary terms UID and intid
1 parent 13d5766 commit df42b50

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/classic-ui/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To get the original image, you can leave out the scale:
6666

6767
(classic-ui-images-by-cacheable-scale-uid-name-label)=
6868

69-
### By cacheable scale UID name
69+
### By cacheable scale {term}`UID` name
7070

7171
When an image scale is created, it will be cached under the name `UID.EXT` (i.e. `f4c34254b44ba351af7393bfe0296664.jpeg`) in the object annotations.
7272
Scaling keeps the uploaded formats, except for TIFF which ends up as JPEG.
@@ -213,7 +213,7 @@ You can also provide the following keyword arguments to set `title`, `alt`, or `
213213

214214
(classic-ui-images-get-image_scale-by-cached-uid-name-label)=
215215

216-
### Get `image_scale` by cached UID name
216+
### Get `image_scale` by cached {term}`UID` name
217217

218218
If you only have the cached image name from an URL and need to get the image scale, unfortunately you can't use `restrictedTraverse()`, as this will not be able to resolve the scale.
219219
But you can use this workaround, by calling the `publishTraverse` method in `ImageScaling` directly:

docs/glossary.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,4 +642,10 @@ Varnish
642642
Content Delivery Network
643643
CDN
644644
A Content Delivery Network (CDN) is a network of servers located in various geographic regions that work together to deliver web content to users quickly and efficiently.
645+
646+
UID
647+
UID is an abbreviation meaning "User Identifier." On a Unix-like operating system, it is a unique numerical identifier assigned to each user. The system uses the UID to identify the user and determine access permissions to files, directories, and other system resources.
648+
649+
intid
650+
In Plone, a "intid" is an integer identifier that is used to uniquely identify content objects within a Plone site. Each content item in a Plone site is given a unique intid, which the system uses internally to monitor and manage content.
645651
```

0 commit comments

Comments
 (0)