diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bcd7b4f70..2e8a84f63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: with: webroot: ${{ github.workspace }} execute: /build-all.cfm - luceeVersion: 6.2.0.164-SNAPSHOT + luceeVersion: 6.2.0.164-RC # redis, chart, lucene, form. ajax, chart extensions: 60772C12-F179-D555-8E2CD2B4F7428718;version=3.0.0.54-SNAPSHOT,D46B46A9-A0E3-44E1-D972A04AC3A8DC10,EFDEB172-F52E-4D84-9CD1A1F561B3DFC8,FAD67145-E3AE-30F8-1C11A6CCF544F0B7,6E2CB28F-98FB-4B51-B6BE6C64ADF35473,DF28D0A4-6748-44B9-A2FDC12E4E2E4D38 - name: Upload Artifact diff --git a/docs/03.reference/01.functions/createguid/function.md b/docs/03.reference/01.functions/createguid/function.md index 20867a700..a6fc307e8 100644 --- a/docs/03.reference/01.functions/createguid/function.md +++ b/docs/03.reference/01.functions/createguid/function.md @@ -1,10 +1,10 @@ --- title: CreateGUID id: function-createguid -related: categories: +- core --- A globally unique identifier or GUID is a special type of identifier used in software applications to provide an unique reference number. -The value is represented as a 32 character hexadecimal string, such as {21EC2020-3AEA-1069-A2DD-08002B30309D} and usually stored as a 128 bit integer. \ No newline at end of file +The value is represented as a 32 character hexadecimal string, such as {21EC2020-3AEA-1069-A2DD-08002B30309D} and usually stored as a 128 bit integer. diff --git a/docs/03.reference/01.functions/createulid/function.md b/docs/03.reference/01.functions/createulid/function.md index c70dcefb4..9c6a0d1c4 100644 --- a/docs/03.reference/01.functions/createulid/function.md +++ b/docs/03.reference/01.functions/createulid/function.md @@ -1,10 +1,12 @@ --- -title: createULID +title: CreateULID id: function-createulid -description: Generates a ULID (Universally Unique Lexicographically Sortable Identifier) related: - function-createguid - function-createuuid +categories: +- core +description: Generates a ULID (Universally Unique Lexicographically Sortable Identifier) --- Generates a ULID (Universally Unique Lexicographically Sortable Identifier), a 128-bit identifier where the first 48 bits are a timestamp representing milliseconds since the Unix Epoch (1970-01-01), ensuring temporal ordering. diff --git a/docs/03.reference/01.functions/createuuid/function.md b/docs/03.reference/01.functions/createuuid/function.md index 2dd67b47c..238486294 100644 --- a/docs/03.reference/01.functions/createuuid/function.md +++ b/docs/03.reference/01.functions/createuuid/function.md @@ -4,6 +4,8 @@ id: function-createuuid related: - function-createguid - function-createulid +categories: +- core --- Creates a Universally Unique Identifier (UUID). diff --git a/docs/03.reference/01.functions/lslcase/function.md b/docs/03.reference/01.functions/lslcase/function.md index 8e527a7a3..5cbcd5089 100644 --- a/docs/03.reference/01.functions/lslcase/function.md +++ b/docs/03.reference/01.functions/lslcase/function.md @@ -1,8 +1,10 @@ --- -title: lslcase +title: LSLCase id: function-lslcase related: +- function-lcase categories: +- internationalization --- -Converts the alphabetic characters in a specified string to lowercase, respecting locale-specific casing rules. This is particularly important for languages where the standard lowercase conversion rules do not apply, ensuring accurate and culturally correct text processing. The function defaults to the current page's locale if no locale is specified. \ No newline at end of file +Converts the alphabetic characters in a specified string to lowercase, respecting locale-specific casing rules. This is particularly important for languages where the standard lowercase conversion rules do not apply, ensuring accurate and culturally correct text processing. The function defaults to the current page's locale if no locale is specified. diff --git a/docs/03.reference/01.functions/lsucase/function.md b/docs/03.reference/01.functions/lsucase/function.md index e32c1d78d..c8234cc31 100644 --- a/docs/03.reference/01.functions/lsucase/function.md +++ b/docs/03.reference/01.functions/lsucase/function.md @@ -1,10 +1,13 @@ --- -title: lsucase +title: LSUCase id: function-lsucase related: +- function-ucase categories: +- internationalization +description: Converts the alphabetic characters in a specified string to uppercase, respecting locale-specific casing rules --- Converts the alphabetic characters in a specified string to uppercase, respecting locale-specific casing rules. This is particularly important for languages where the standard lowercase conversion rules do not apply, -ensuring accurate and culturally correct text processing. The function defaults to the current page's locale if no locale is specified. \ No newline at end of file +ensuring accurate and culturally correct text processing. The function defaults to the current page's locale if no locale is specified. diff --git a/docs/03.reference/01.functions/valueref/function.md b/docs/03.reference/01.functions/valueref/function.md index b80afd2b4..1de4398dd 100644 --- a/docs/03.reference/01.functions/valueref/function.md +++ b/docs/03.reference/01.functions/valueref/function.md @@ -1,8 +1,6 @@ --- -title: valueref +title: ValueRef id: function-valueref -related: -categories: --- -creates a reference to a UDF that acts like a simple value. \ No newline at end of file +creates a reference to a UDF that acts like a simple value.