From 25fb8d9c3be66e778f6215fc5c4b1377b9b526b9 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 2 Dec 2022 08:30:42 -0800 Subject: [PATCH 01/33] Update dev version string --- src-ui/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index a5aacf537..93ac02518 100644 --- a/src-ui/src/environments/environment.prod.ts +++ b/src-ui/src/environments/environment.prod.ts @@ -5,7 +5,7 @@ export const environment = { apiBaseUrl: document.baseURI + 'api/', apiVersion: '2', appTitle: 'Paperless-ngx', - version: '1.10.1', + version: '1.10.1-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/', From d39d32d55573d2790524db396a35ce92cfe8b695 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 3 Dec 2022 02:04:30 -0800 Subject: [PATCH 02/33] Fix docs references --- src-ui/src/app/components/app-frame/app-frame.component.html | 2 +- .../storage-path-edit-dialog.component.html | 2 +- .../storage-path-edit-dialog.component.ts | 2 +- .../widgets/welcome-widget/welcome-widget.component.html | 2 +- src/documents/templates/index.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 079c562b9..589b95f4f 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -188,7 +188,7 @@
- Note that editing a path does not apply changes to stored files until you have run the 'document_renamer' utility. See the documentation. + Note that editing a path does not apply changes to stored files until you have run the 'document_renamer' utility. See the documentation.
{created_year}/{correspondent}/{title}
. ' +
- $localize`See documentation for full list.`
+ $localize`See documentation for full list.`
)
}
diff --git a/src-ui/src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html b/src-ui/src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html
index c12846b7e..f33e5621a 100644
--- a/src-ui/src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html
+++ b/src-ui/src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html
@@ -2,7 +2,7 @@
You're ready to start uploading documents! Explore the various features of this web app on your own, or start a quick tour using the button below.
-More detail on how to use and configure Paperless-ngx is always available in the documentation.
+More detail on how to use and configure Paperless-ngx is always available in the documentation.
Thanks for being a part of the Paperless-ngx community!
diff --git a/src/documents/templates/index.html b/src/documents/templates/index.html index fb817bfea..4364eeb36 100644 --- a/src/documents/templates/index.html +++ b/src/documents/templates/index.html @@ -76,7 +76,7 @@{% translate "Still here?! Hmm, something might be wrong." %} {% translate "Here's a link to the docs." %}
+{% translate "Still here?! Hmm, something might be wrong." %} {% translate "Here's a link to the docs." %}