Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lucee/lucee-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Feb 7, 2025
2 parents ded5bf7 + 9ee6dea commit 6874ee2
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
webroot: ${{ github.workspace }}
execute: /build-all.cfm
luceeVersion: 6.2.0.298-RC
luceeVersion: 6.2.0.313-RC
# redis, chart, lucene, form. ajax, chart, argon2, websocket, ec2, json
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,7891D723-8F78-45F5-B7E333A22F8467CA,07082C66-510A-4F0B-B5E63814E2FDF7BE,261114AC-7372-4CA8-BA7090895E01682D,A03F4335-BDEF-44DE-946FB16C47802F96
- name: Upload Artifact
Expand Down
5 changes: 4 additions & 1 deletion docs/03.reference/01.functions/directoryinfo/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: DirectoryInfo
id: function-directoryinfo
related:
- function-fileinfo
- function-getfileinfo
categories:
- files
---

returns detailed info about the given directory.
returns detailed info about the given directory.
9 changes: 7 additions & 2 deletions docs/03.reference/01.functions/imageclearrect/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
title: ImageClearRect
id: function-imageclearrect
related:
- function-imagesetbackgroundcolor
categories:
- image
- image
---

Clears the specified rectangle by filling it with the background color of the current drawing surface.
Clears the specified rectangle by filling it with the background color of the current drawing surface.

The color is set via [[function-imagesetbackgroundcolor]]


Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
title: ImageGetEXIFMetadata
id: function-imagegetexifmetadata
related:
- function-imagegetexiftag
categories:
- image
- image
---

Retrieves the Exchangeable Image File Format (EXIF) headers in an image as a CFML structure.
Retrieves the Exchangeable Image File Format (EXIF) headers in an image as a CFML structure.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: ImageGetIptcMetadata
id: function-imagegetiptcmetadata
related:
- function-imagegetiptctag
categories:
- image
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: ImageSetBackgroundColor
id: function-imagesetbackgroundcolor
related:
categories:
- image
- image
---

Sets the background color for the image.

The background color is used for clearing a region.

Setting the background color only affects the subsequent ImageClearRect calls
Setting the background color only affects the subsequent [[function-ImageClearRect]] calls
9 changes: 8 additions & 1 deletion docs/03.reference/02.tags/queryparam/_usageNotes.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
Prior to Lucee 6, empty values would be auto cast to nulls, Since Lucee 6 only strings behave this way [LDEV-4410](https://luceeserver.atlassian.net/browse/LDEV-4410)
Prior to Lucee 6, an empty value would be auto cast to null, since Lucee 6 only strings are handled this way [LDEV-4410](https://luceeserver.atlassian.net/browse/LDEV-4410)

In Lucee 6, this is no longer the default behavior and throws an exception, which matches ACF.

You can re-enable the old behavior by setting this environment variable or system property to `true`.

**Environment Variable:** `LUCEE_QUERY_ALLOWEMPTYASNULL=TRUE`
**System Property:** `-Dlucee.query.allowemptyasnull="true"`
2 changes: 1 addition & 1 deletion docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
"file": "maven.md",
"title": "Maven (Lucee 6.2)",
"path": "/docs/recipes/maven.md",
"hash": "2a607eda8b76d28a2194af17f4d0c975",
"hash": "f82ac1a73a5969250e79771b610bddd0",
"keywords": [
"Maven",
"Java",
Expand Down

0 comments on commit 6874ee2

Please sign in to comment.