From 2bcb37f3e9a645b711df512ef56da09f9b96d486 Mon Sep 17 00:00:00 2001 From: kevin <68426071+hf-krechan@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:53:51 +0100 Subject: [PATCH 01/14] Documentation: Add ISO number example (#8809) --- docs/advanced_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 75bbe05a9..76e33b3f1 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -308,7 +308,7 @@ Paperless provides the following variables for use within filenames: - `{{ tag_list }}`: A comma separated list of all tags assigned to the document. - `{{ title }}`: The title of the document. -- `{{ created }}`: The full date (ISO format) the document was created. +- `{{ created }}`: The full date (ISO 8601 format, e.g. `2024-03-14`) the document was created. - `{{ created_year }}`: Year created only, formatted as the year with century. - `{{ created_year_short }}`: Year created only, formatted as the year From 258064b3390091d91b99b2d14551668b1a2aa9ad Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 19 Jan 2025 08:50:26 -0800 Subject: [PATCH 02/14] Fix: better reflect some mail account / rule permissions in UI (#8812) --- .../components/manage/mail/mail.component.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src-ui/src/app/components/manage/mail/mail.component.html b/src-ui/src/app/components/manage/mail/mail.component.html index fc786840c..16e8e88fb 100644 --- a/src-ui/src/app/components/manage/mail/mail.component.html +++ b/src-ui/src/app/components/manage/mail/mail.component.html @@ -45,7 +45,7 @@