diff --git a/README.md b/README.md index ea16a390..3de6ace9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or [Community+ edition: v4.1.1](https://www.documize.com/community/downloads) -The Community+ edition is the enterprise-ready offering with advanced capabilities and customer support: +The Community+ edition is the "Enterprise" offering with advanced capabilities and customer support: - content approval workflows - content organization by label, space and category @@ -37,6 +37,8 @@ The Community+ edition is the enterprise-ready offering with advanced capabiliti - macOS - Raspberry Pi (ARM build) +Support for AMD and ARM 64 bit architectures. + ## Database Support For all database types, Full-Text Search support (FTS) is mandatory. @@ -59,7 +61,7 @@ For all database types, Full-Text Search support (FTS) is mandatory. ## Technology Stack -- Go (v1.17.3) +- Go (v1.17.6) - Ember JS (v3.12.0) ## Authentication Options @@ -83,8 +85,8 @@ We aim to respond within two working days! ## The Legal Bit - + -This software (Documize Community Edition) is licensed under GNU AGPL v3 . You can operate outside the AGPL restrictions by purchasing Documize Community+ edition and obtaining a commercial license by contacting . Documize® is a registered trade mark of Documize Inc. +This software (Documize Community Edition) is licensed under GNU AGPL v3 . You can operate outside the AGPL restrictions by purchasing Documize Community+ edition and obtaining a commercial license by contacting . Documize® is a registered trademark of Documize Inc. Documize uses other open source components and we acknowledge them in [NOTICES](NOTICES.md) diff --git a/gui/app/components/ui/ui-tooltip.js b/gui/app/components/ui/ui-tooltip.js deleted file mode 100644 index bb93d73f..00000000 --- a/gui/app/components/ui/ui-tooltip.js +++ /dev/null @@ -1,4 +0,0 @@ -import Component from '@ember/component'; - -export default Component.extend({ -}); diff --git a/gui/app/pods/document/index/template.hbs b/gui/app/pods/document/index/template.hbs index 637b3e96..a2509fef 100644 --- a/gui/app/pods/document/index/template.hbs +++ b/gui/app/pods/document/index/template.hbs @@ -27,9 +27,7 @@ {{#if (eq document.protection constants.ProtectionType.None)}}
OPEN - {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
{{/if}} {{#if (eq document.protection constants.ProtectionType.Review)}}
PROTECTED - {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
{{/if}} {{#if (eq document.protection constants.ProtectionType.Lock)}}
LOCKED - {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
{{/if}} @@ -39,9 +35,8 @@ {{/if}} {{#if document.template}} -
+
Template - {{#attach-tooltip showDelay=1000}}This is a template{{/attach-tooltip}}
{{/if}} @@ -50,16 +45,14 @@
CATEGORY / TAG
{{#each selectedCategories as |cat|}}
- + {{cat.category}} - {{#attach-tooltip showDelay=1000}}Category{{/attach-tooltip}}
{{/each}} {{#each tagz as |t|}}
- + {{t}} - {{#attach-tooltip showDelay=1000}}Tag{{/attach-tooltip}}
{{/each}} {{#if unassigned}} diff --git a/gui/app/templates/components/document/page-heading.hbs b/gui/app/templates/components/document/page-heading.hbs index ff45d6a1..5f01cf64 100644 --- a/gui/app/templates/components/document/page-heading.hbs +++ b/gui/app/templates/components/document/page-heading.hbs @@ -11,11 +11,9 @@
{{#if canEdit}} - - {{#attach-tooltip showDelay=1000}}Insert section above{{/attach-tooltip}} - +
- +
{{/if}} @@ -60,9 +58,7 @@ {{/attach-popover}}
- - {{#attach-tooltip showDelay=1000}}Show/hide{{/attach-tooltip}} - +
diff --git a/gui/app/templates/components/document/sidebar-toc.hbs b/gui/app/templates/components/document/sidebar-toc.hbs index ac353486..fb9942cb 100644 --- a/gui/app/templates/components/document/sidebar-toc.hbs +++ b/gui/app/templates/components/document/sidebar-toc.hbs @@ -29,13 +29,11 @@ title={{item.page.title}}> {{item.page.numbering}} {{#if (or item.userHasChangePending userHasNewPagePending)}} - [*]  - {{#attach-tooltip showDelay=1000}}Pending changes{{/attach-tooltip}} + [*]  {{/if}} {{#if (or permissions.documentApprove roles.documentApprove)}} {{#if item.changeAwaitingReview}} - [*]  - {{#attach-tooltip showDelay=1000}}Awaiting approval{{/attach-tooltip}} + [*]  {{/if}} {{/if}} {{item.page.title}} diff --git a/gui/app/templates/components/document/view-content.hbs b/gui/app/templates/components/document/view-content.hbs index f80eb861..3b57fdec 100644 --- a/gui/app/templates/components/document/view-content.hbs +++ b/gui/app/templates/components/document/view-content.hbs @@ -33,9 +33,7 @@ {{#if canEdit}}
- - {{#attach-tooltip showDelay=1000}}Insert section here{{/attach-tooltip}} - +
{{/if}} diff --git a/gui/app/templates/components/layout/grid/sidebar-go-top.hbs b/gui/app/templates/components/layout/grid/sidebar-go-top.hbs index e4e7a217..4c857054 100644 --- a/gui/app/templates/components/layout/grid/sidebar-go-top.hbs +++ b/gui/app/templates/components/layout/grid/sidebar-go-top.hbs @@ -1,3 +1 @@ - - {{#attach-tooltip showDelay=750}}Go top{{/attach-tooltip}} - + diff --git a/gui/app/templates/components/layout/master-navigation.hbs b/gui/app/templates/components/layout/master-navigation.hbs index ed9ddf16..2d79b67a 100644 --- a/gui/app/templates/components/layout/master-navigation.hbs +++ b/gui/app/templates/components/layout/master-navigation.hbs @@ -3,35 +3,25 @@ {{#unless hideNavigation}}
{{#link-to "folders" class=(if (eq selectedItem "spaces") "option selected" "option")}} - - {{#attach-tooltip showDelay=1000}}Spaces{{/attach-tooltip}} - + {{/link-to}} {{#if (eq appMeta.edition constants.Product.EnterpriseEdition)}} {{#if session.viewDashboard}} {{#link-to "action" class=(if (eq selectedItem "actions") "option selected" "option")}} - - {{#attach-tooltip showDelay=1000}}Actions{{/attach-tooltip}} - + {{/link-to}} {{#link-to "activity" class=(if (eq selectedItem "activity") "option selected" "option")}} - - {{#attach-tooltip showDelay=1000}}Activity{{/attach-tooltip}} - + {{/link-to}} {{/if}} {{#if session.viewAnalytics}} {{#link-to "analytics" class=(if (eq selectedItem "analytics") "option selected" "option")}} - - {{#attach-tooltip showDelay=1000}}Reports{{/attach-tooltip}} - + {{/link-to}} {{/if}} {{/if}} {{#link-to "search" class=(if (eq selectedItem "search") "option selected" "option")}} - - {{#attach-tooltip showDelay=1000}}Search{{/attach-tooltip}} - + {{/link-to}}
@@ -39,14 +29,12 @@ {{#if session.isAdmin}} {{#unless appMeta.valid}}
- - {{#attach-tooltip}}Missing activation key{{/attach-tooltip}} +
{{/unless}} {{#unless appMeta.configured}}
- - {{#attach-tooltip}}Missing mail server settings{{/attach-tooltip}} +
{{/unless}} {{/if}} diff --git a/gui/app/templates/components/section/gemini/type-editor.hbs b/gui/app/templates/components/section/gemini/type-editor.hbs index 40c754c3..8f3d4779 100644 --- a/gui/app/templates/components/section/gemini/type-editor.hbs +++ b/gui/app/templates/components/section/gemini/type-editor.hbs @@ -29,8 +29,7 @@
    {{#each workspaces as |card|}} -
  • - {{#attach-tooltip showDelay=1000}}{{card.Title}}{{/attach-tooltip}} +
  • {{card.Key}}
    {{#if card.selected}}
    diff --git a/gui/app/templates/components/spaces/space-list.hbs b/gui/app/templates/components/spaces/space-list.hbs index ebe29e28..ebecd492 100644 --- a/gui/app/templates/components/spaces/space-list.hbs +++ b/gui/app/templates/components/spaces/space-list.hbs @@ -33,21 +33,6 @@ {{#if (eq viewDensity "1")}} {{#link-to "folder.index" space.id space.slug}}
    - {{!-- {{#if (eq space.spaceType constants.SpaceType.Public)}} - - {{#attach-tooltip showDelay=1000}}Public space{{/attach-tooltip}} - - {{/if}} - {{#if (eq space.spaceType constants.SpaceType.Protected)}} - - {{#attach-tooltip showDelay=1000}}Protected space{{/attach-tooltip}} - - {{/if}} - {{#if (eq space.spaceType constants.SpaceType.Private)}} - - {{#attach-tooltip showDelay=1000}}Personal space{{/attach-tooltip}} - - {{/if}} --}} {{#if space.labelId}} {{spaces/space-label labels=labels labelId=space.labelId}} {{/if}} diff --git a/gui/app/templates/components/ui/ui-avatar.hbs b/gui/app/templates/components/ui/ui-avatar.hbs index 632ae453..ef68cb1d 100644 --- a/gui/app/templates/components/ui/ui-avatar.hbs +++ b/gui/app/templates/components/ui/ui-avatar.hbs @@ -1,4 +1,3 @@ -
    +
    {{user-initials firstname lastname}} - {{#attach-tooltip showDelay=1000}}{{firstname}}{{lastname}}{{/attach-tooltip}}
    diff --git a/gui/app/templates/components/ui/ui-tooltip.hbs b/gui/app/templates/components/ui/ui-tooltip.hbs deleted file mode 100644 index 1a9f87d3..00000000 --- a/gui/app/templates/components/ui/ui-tooltip.hbs +++ /dev/null @@ -1,3 +0,0 @@ -{{#if tooltip}} - {{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}} -{{/if}} \ No newline at end of file