Skip to content

Commit eed1784

Browse files
committed
Prepare for release 8.5.2
Prepare for release 8.5.2
1 parent 0bf8cbd commit eed1784

File tree

409 files changed

+13831
-2795
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

409 files changed

+13831
-2795
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
# Change Log
2+
__ _ ______ ____ ______
3+
/ / ____ ____ _(_)________ _/ / __ \/ __ \/ ____/
4+
/ / / __ \/ __ `/ / ___/ __ `/ / / / / / / / /
5+
/ /___/ /_/ / /_/ / / /__/ /_/ / / /_/ / /_/ / /___
6+
/_____/\____/\__, /_/\___/\__,_/_/_____/\____/\____/
7+
/____/
8+
9+
https://www.logicaldoc.com
10+
11+
LogicalDOC Community Edition
12+
13+
14+
LogicalDOC-CE 8.5.2 (2020-12-05; logicaldoc-8.5.2)
15+
================================================================================
16+
+ Support for the new Android app LogicalDOC Mobile
17+
+ Enforced permission management in WebDAV with correct HTTP return codes
18+
+ Unable to delete some files ([#1045](https://bugs.logicaldoc.com/ticket/1045))
19+
+ Recording of folder alias creations ([#1046](https://bugs.logicaldoc.com/ticket/1046))
20+
+ WebDAV cache removed because of superseeded by other optimizations ([#1051](https://bugs.logicaldoc.com/ticket/1051))
21+
+ Programmatically merge more PDF files ([#1028](https://bugs.logicaldoc.com/ticket/1028))
22+
+ Display tags column in the documents grid ([#1032](https://bugs.logicaldoc.com/ticket/1032))
23+
+ Customizable number of displayed history records ([#1035](https://bugs.logicaldoc.com/ticket/1035))
24+
+ Nice popups to notify alerts ([#1038](https://bugs.logicaldoc.com/ticket/1038))
25+
+ Issues when number of folders in a subfolder is more than 1000 ([#1039](https://bugs.logicaldoc.com/ticket/1039))
26+
+ Reduced time to shutdown of the Windows service ([#1042](https://bugs.logicaldoc.com/ticket/1042))
27+
+ Updated the indexing engine ([#1026](https://bugs.logicaldoc.com/ticket/1026))
28+
+ Copy the path of a folder ([#1027](https://bugs.logicaldoc.com/ticket/1027))
29+
230

331
LogicalDOC-CE 8.4.2 (2020-06-23; logicaldoc-8.4.2)
432
================================================================================

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ LogicalDOC integrates all essential documents management, collaboration and an a
66
LogicalDOC builds a highly valuable repository of corporate information assets to facilitate [knowledge management](https://www.logicaldoc.com/solutions/knowledge-management) and improve business decision making, boosting workgroups and enterprise productivity through shared practices, greater, better customer relations, faster sales cycles, improved product time-to-market, and better-informed decision making.
77

88
With LogicalDOC Community Edition you can:
9-
* Collect information from any digital source.
10-
* Collaborate with colleagues on documents and projects.
11-
* Empower organizations to capitalize on accumulated knowledge by locating documents, experts, and information sources.
12-
* Embedded workflow engine to take control of your business case.
13-
* Automate task.
9+
* Collect information from any digital source
10+
* Collaborate with colleagues on documents and projects
11+
* Empower organizations to capitalize on accumulated knowledge by locating documents, experts, and information sources
12+
* Embedded workflow engine to take control of your business case
13+
* Automate task
1414

1515
## Installing binaries
1616
You can install LogicalDOC binaries from [SourceForge](https://sourceforge.net/projects/logicaldoc/):
@@ -40,7 +40,7 @@ $ cd ../../community/logicaldoc
4040
$ mvn clean package
4141
```
4242

43-
See also the file Build_this_Sources.md
43+
See also the file README.txt
4444

4545
## Documentation
4646
* [LogicalDOC Knowledge Center](https://docs.logicaldoc.com)
@@ -54,19 +54,20 @@ See also the file Build_this_Sources.md
5454
* [Developers Manual](https://www.logicaldoc.com/documents/logicaldoc-devmanual.pdf)
5555
* [Web Services API](https://docs.logicaldoc.com/en/web-services-api)
5656

57+
58+
## Docker Setup
59+
An official Docker project for LogicalDOC Community is available at https://hub.docker.com/r/logicaldoc/logicaldoc-ce/ other Docker projects with different configurations and settings are available from https://hub.docker.com/u/logicaldoc/
60+
61+
## Mobile Apps for iOS and Android
62+
There are some free Apps available for devices with Apple iOS and Android operating systems.
63+
At the moment we are talking about 2 Android apps and 1 for Apple tablets and smartphones. For more information and to connect to the respective online stores, follow this address https://www.logicaldoc.com/product/logicaldoc-mobile
64+
5765
## Reporting issues
5866
LogicalDOC Community Edition is supported by developers and technical enthusiasts via [the forum](http://forums.logicaldoc.com) of the user community. If you want to raise an issue, please follow the below recommendations:
5967
* Before you post a question, please search the question to see if someone has already reported it / asked for it.
6068
* If the question does not already exist, create a new post.
6169
* Please provide as much detailed information as possible with the issue report. We need to know the version of LogicalDOC, Operating System, browser and whatever you think might help us to understand the problem or question.
6270

63-
## Docker images
64-
An official Docker project for LogicalDOC Community is available at https://hub.docker.com/r/logicaldoc/logicaldoc-ce/ other Docker projects with different configurations and settings are available from https://hub.docker.com/u/logicaldoc/
65-
66-
## Supported databases
67-
LogicalDOC Community supports the following database engines: MySQL, MariaDB, Oracle, MS SQL, PostgreSQL (experimental).
68-
In addition, it can work with an embedded Java database: HSQLDB can be used directly, although that is not recommended for production.
69-
7071
## License
7172
[LogicalDOC Community Edition](https://www.logicaldoc.com/download-logicaldoc-community) is made available to the Open Source community under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html).
7273
The LogicalDOC source code is available for the entire community, which is free to use, modify and redistribute under the premises of such license.

ReleaseNotes.md

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
The LogicalDOC development team is pleased to announce the availability of LogicalDOC CE 8.4.2
1+
The LogicalDOC development team is proud to announce the availability of LogicalDOC CE 8.5.2
22

3-
You can get this distribution in Tomcat-bundle archive from SourceForge:
4-
https://sourceforge.net/projects/logicaldoc/files/distribution/LogicalDOC%20CE%208.4/logicaldoc-8.4.2-tomcat-bundle.zip/download
3+
You can get this distribution in various formats from the LD's website:
4+
https://www.logicaldoc.com/download-logicaldoc-community
55

66
LogicalDOC Community Edition is free (libre) software (FLOSS) and allows organizations and individuals to centralize the management, storage, retrieval and distribution of documents.
77

@@ -20,28 +20,39 @@ Native apps for Android and iOS are published and available for free download on
2020

2121
For a complete list of features, take a look at https://www.logicaldoc.com/features
2222

23+
There are many updates in this version 8.5.2, both in terms of performance and system stability, but the most relevant updates are those that have been made on the WebDAV interface.
24+
In particular, HTTP responses have been improved in the face of violation of permissions and a great job has been done to support the new App: **LogicalDOC Mobile**, available for free on Google Play https://play.google.com/store/apps/details?id=com.logicaldoc.mobile
2325

24-
Some changes since v8.3.4:
25-
+ New REST web-services: DocumentMetadata, System and many new methods for document and folders management
26-
+ Support for .jfif image files ([#1009](https://bugs.logicaldoc.com/ticket/1009))
27-
+ Control labels of the preview are garbled, tangled ([#1013](https://bugs.logicaldoc.com/ticket/1013))
28-
+ Versions tab empty when filename contains the ampersign ([#1019](https://bugs.logicaldoc.com/ticket/1019))
29-
+ Checkout and Lock does not work properly on alias (link) documents ([#1020](https://bugs.logicaldoc.com/ticket/1020))
30-
+ Extended attributes of type Folder ([#1001](https://bugs.logicaldoc.com/ticket/1001))
31-
+ Save documents grid layout on a per folder basis ([#1008](https://bugs.logicaldoc.com/ticket/1008))
32-
+ configurable delimiters for the worddelimiter search filter ([#997](https://bugs.logicaldoc.com/ticket/997))
33-
+ The administrator can force the interface settings of a user and replicate the same to a selection of users ([#1004](https://bugs.logicaldoc.com/ticket/1004))
34-
+ Maximum number of download criteria for Download Tickets (Web-service) ([#992](https://bugs.logicaldoc.com/ticket/992))
35-
+ Reports of current download tickets ([#993](https://bugs.logicaldoc.com/ticket/993))
36-
+ The calculation of documents tagged by word does not work ([#996](https://bugs.logicaldoc.com/ticket/996))
37-
3826

39-
The LogicalDOC documentation is available at the following address
40-
https://docs.logicaldoc.com
27+
###Changes since version 8.4.2:###
4128

42-
Please note that this documentation is related to LogicalDOC Enterprise, and that some features may not be available in the Community version
29+
+ **Support for the new Android app LogicalDOC Mobile**
30+
+ Enforced permission management in WebDAV with correct HTTP return codes
31+
+ 1045 Unable to delete some files
32+
+ 1046 Recording of folder alias creations
33+
+ 1051 WebDAV cache removed because of superseeded by other optimizations
34+
+ 1032 Display tags column in the documents grid
35+
+ 1035 Customizable number of displayed history records
36+
+ 1038 Nice popups to notify alerts
37+
+ 1039 Issues when number of folders in a subfolder is more than 1000
38+
+ 1042 Reduced time to shutdown of the Windows service
39+
+ 1026 Updated the indexing engine
40+
+ 1027 Copy the path of a folder
4341

44-
At any time you can start a discussion to request clarifications or propose changes on the Community Forum https://forums.logicaldoc.com/
4542

43+
See also the file CHANGELOG.txt for more details
4644

47-
The LogicalDOC development Team
45+
The web-service API documentation is available in the LogicalDOC Documentation website https://docs.logicaldoc.com/en/web-services-api
46+
47+
The LogicalDOC documentation is available at the following address https://docs.logicaldoc.com
48+
49+
Please note that the above documentation is related to LogicalDOC Enterprise, and that some features may not be available in the Community version
50+
51+
At any time you can start a discussion in the Community forums http://forums.logicaldoc.com
52+
53+
An official Docker project for LogicalDOC Community is available at https://hub.docker.com/r/logicaldoc/logicaldoc-ce/ other Docker projects with different configurations and settings are available from https://hub.docker.com/u/logicaldoc/
54+
55+
If you like this free software, why don't you leave a positive review on SourceForge?
56+
https://sourceforge.net/projects/logicaldoc/reviews/new
57+
58+
The LogicalDOC's Development Team

build/poms/pom.xml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>logicaldoc-parent-pom</artifactId>
55
<name>logicaldoc-parent-pom</name>
66
<packaging>pom</packaging>
7-
<version>94</version>
7+
<version>96</version>
88
<description>Parent pom definition</description>
99
<scm>
1010
<connection>scm:svn:https://logicaldoc.svn.sourceforge.net/svnroot/logicaldoc/build/poms/trunk</connection>
@@ -88,11 +88,11 @@
8888
<spring-security.version>4.2.8.RELEASE</spring-security.version>
8989
<hibernate.version>5.2.12.Final</hibernate.version>
9090
<ehcache.version>2.10.4</ehcache.version>
91-
<lucene.version>7.7.2</lucene.version>
92-
<solr.version>7.7.2</solr.version>
91+
<lucene.version>8.5.1</lucene.version>
92+
<solr.version>8.5.1</solr.version>
9393
<gwt.version>2.8.2</gwt.version>
94-
<smartgwt.version>12.0p</smartgwt.version>
95-
<cxf.version>3.1.6</cxf.version>
94+
<smartgwt.version>12.1p</smartgwt.version>
95+
<cxf.version>3.1.18</cxf.version>
9696
<slf4j.version>1.7.7</slf4j.version>
9797
<ant.version>1.8.2</ant.version>
9898
<httpclient.version>4.5.2</httpclient.version>
@@ -268,7 +268,11 @@
268268
<artifactId>commons-lang</artifactId>
269269
<version>2.4</version>
270270
</dependency>
271-
<!--dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> <version>2.5.0</version> </dependency -->
271+
<dependency>
272+
<groupId>org.apache.commons</groupId>
273+
<artifactId>commons-lang3</artifactId>
274+
<version>3.4</version>
275+
</dependency>
272276
<dependency>
273277
<groupId>org.apache.commons</groupId>
274278
<artifactId>commons-pool2</artifactId>
@@ -282,7 +286,7 @@
282286
<dependency>
283287
<groupId>commons-codec</groupId>
284288
<artifactId>commons-codec</artifactId>
285-
<version>1.6</version>
289+
<version>1.13</version>
286290
</dependency>
287291
<dependency>
288292
<groupId>org.apache.commons</groupId>
@@ -575,7 +579,7 @@
575579
<dependency>
576580
<groupId>org.apache.velocity</groupId>
577581
<artifactId>velocity-engine-core</artifactId>
578-
<version>2.1</version>
582+
<version>2.2</version>
579583
<type>jar</type>
580584
</dependency>
581585
<dependency>
@@ -707,7 +711,13 @@
707711
<groupId>org.apache.cxf</groupId>
708712
<artifactId>cxf-tools-common</artifactId>
709713
<version>${cxf.version}</version>
710-
</dependency>
714+
</dependency>
715+
<dependency>
716+
<groupId>org.apache.cxf</groupId>
717+
<artifactId>cxf-rt-transports-http</artifactId>
718+
<version>${cxf.version}</version>
719+
</dependency>
720+
711721
<!-- Javax Media image processing -->
712722
<dependency>
713723
<groupId>javax.media</groupId>
@@ -837,11 +847,7 @@
837847
</repository>
838848
<repository>
839849
<id>central1</id>
840-
<url>http://repo1.maven.org/maven2/</url>
841-
</repository>
842-
<repository>
843-
<id>central2</id>
844-
<url>http://repo2.maven.org/maven2/</url>
850+
<url>https://repo1.maven.org/maven2/</url>
845851
</repository>
846852
<repository>
847853
<id>logicaldoc</id>
Lines changed: 24 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,31 @@
1-
The LogicalDOC development team is pleased to announce the availability of LogicalDOC CE 8.4.2
1+
The LogicalDOC development team is happy to announce the immediate availability of LogicalDOC CE 7.6
22

3-
You can get this distribution in Tomcat-bundle archive from SourceForge:
4-
https://sourceforge.net/projects/logicaldoc/files/distribution/LogicalDOC%20CE%208.4/logicaldoc-8.4.2-tomcat-bundle.zip/download
3+
You can get this distribution in tomcat-bundle archive from SourceForge:
4+
http://sourceforge.net/projects/logicaldoc/files/distribution/LogicalDOC%20CE%207.6/logicaldoc-7.6-tomcat-bundle.zip/download
55

6-
LogicalDOC Community Edition is free (libre) software (FLOSS) and allows organizations and individuals to centralize the management, storage, retrieval and distribution of documents.
6+
LogicalDOC is a Web-based Document Management System (DMS) based on open
7+
source technology (GWT +Spring +Hibernate). Thanks to its intuitive interface,
8+
LogicalDOC transforms complex operations into easy tasks. It allows the
9+
storage, organization, versioning and use of all kind of files and documents
10+
within an user friendly interface.
711

8-
LogicalDoc Community Edition offers a lot for your document management needs with a multilingual,
9-
desktop interface and user-friendly features such as multilingual full-text indexing, full version control, task manager,
10-
importing from zip files, and document searching to keep control of your documents.
12+
Changes:
13+
Folder alias - new feature - Core
14+
REST implementation of web services - new feature - Web Services
15+
Reusable custom attribute sets - new feature - Core
16+
Removed support for Java7 - deprecation - Core
17+
Hiding Extended Properties that aren't used - improvement - User Interface
18+
Optimization of tags handling for huge repositories - enhancement - Core
19+
Preview of older document versions displays latest version only - defect - User Interface
20+
Removed all Java Applets - deprecation - User Interface
21+
SOAP webservices refactoring - improvement - Web Services
22+
Removed support for Internet Explorer 10 - deprecation - User Interface
23+
Add Documents Issue '&' and '%' symbols fail - bug - User Interface
1124

12-
LogicalDOC is localized in many languages: Russian, English, Chinese, Korean, Japanese, Italian and many others and one of its most interesting features is its ability to index the content of documents using different algorithms depending on the language of the document.
13-
This allows later to perform "smart" full-text searches.
1425

15-
LogicalDOC Community provides a set of SOAP and REST API interfaces that allow the system to be integrated with other applications
16-
The web-service API documentation is available in the LogicalDOC Documentation website https://docs.logicaldoc.com/en/web-services-api
26+
You can use our dedicated Bug tracker http://bugs.logicaldoc.com to report errors or feature requests.
1727

18-
In addition, a WebDAV and a CMIS interface are available.
19-
Native apps for Android and iOS are published and available for free download on Google Play and iTunes.
20-
21-
For a complete list of features, take a look at https://www.logicaldoc.com/features
28+
Please contribute to the internationalization of LogicalDOC by using the translation platform described in the Wiki
29+
http://wiki.logicaldoc.com/wiki/Translate_LogicalDOC
2230

23-
24-
Some changes since v8.3.4:
25-
New REST web-services: DocumentMetadata, System and many new methods for document and folders management
26-
1009 - Support for .jfif image files ([#1009](https://bugs.logicaldoc.com/ticket/1009))
27-
1013 - Control labels of the preview are garbled, tangled ([#1013](https://bugs.logicaldoc.com/ticket/1013))
28-
1019 - Versions tab empty when filename contains the ampersign ([#1019](https://bugs.logicaldoc.com/ticket/1019))
29-
1020 - Checkout and Lock does not work properly on alias (link) documents ([#1020](https://bugs.logicaldoc.com/ticket/1020))
30-
1001 - Extended attributes of type Folder ([#1001](https://bugs.logicaldoc.com/ticket/1001))
31-
1008 - Save documents grid layout on a per folder basis ([#1008](https://bugs.logicaldoc.com/ticket/1008))
32-
997 - configurable delimiters for the worddelimiter search filter ([#997](https://bugs.logicaldoc.com/ticket/997))
33-
1004 - The administrator can force the interface settings of a user and replicate the same to a selection of users ([#1004](https://bugs.logicaldoc.com/ticket/1004))
34-
992 - Maximum number of download criteria for Download Tickets (Web-service) ([#992](https://bugs.logicaldoc.com/ticket/992))
35-
993 - Reports of current download tickets ([#993](https://bugs.logicaldoc.com/ticket/993))
36-
996 - The calculation of documents tagged by word does not work ([#996](https://bugs.logicaldoc.com/ticket/996))
37-
38-
39-
The LogicalDOC documentation is available at the following address
40-
https://docs.logicaldoc.com
41-
42-
Please note that this documentation is related to LogicalDOC Enterprise, and that some features may not be available in the Community version
43-
44-
At any time you can start a discussion to request clarifications or propose changes on the Community Forum https://forums.logicaldoc.com/
45-
46-
47-
The LogicalDOC development Team
31+
The LogicalDOC development Team

community/logicaldoc/logicaldoc-cmis/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.logicaldoc</groupId>
1010
<artifactId>logicaldoc</artifactId>
11-
<version>8.4.2</version>
11+
<version>8.5.2</version>
1212
</parent>
1313

1414
<artifactId>logicaldoc-cmis</artifactId>
@@ -30,6 +30,16 @@
3030
<artifactId>logicaldoc-core</artifactId>
3131
<version>${project.version}</version>
3232
<scope>provided</scope>
33+
<exclusions>
34+
<exclusion>
35+
<groupId>jmimemagic</groupId>
36+
<artifactId>jmimemagic</artifactId>
37+
</exclusion>
38+
<exclusion>
39+
<groupId>net.sourceforge.nekohtml</groupId>
40+
<artifactId>nekohtml</artifactId>
41+
</exclusion>
42+
</exclusions>
3343
</dependency>
3444
<dependency>
3545
<groupId>com.logicaldoc</groupId>

0 commit comments

Comments
 (0)