Skip to content

Commit 638d9ba

Browse files
committedSep 23, 2016
Alfresco 5.0.d compatibility
AutoFirma available for Mac and Linux
1 parent f21f849 commit 638d9ba

File tree

3 files changed

+82
-2
lines changed

3 files changed

+82
-2
lines changed
 
+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Alfresco eSign Cert
2+
3+
<table width="100%">
4+
<tr>
5+
<td width="120">Developer:</td>
6+
<td>Angel Borroy, Daniel Fernández</td>
7+
<td colspan="2"></td>
8+
</tr>
9+
<tr>
10+
<td width="120">Release:</td>
11+
<td><a href="https://github.com/keensoft/alfresco-esign-cert/tree/1.1.1">1.1.1</a></td>
12+
<td width="120">Release date:</td>
13+
<td>2016-09-23</td>
14+
</tr>
15+
<tr>
16+
<td width="120">Type:</td>
17+
<td>Extension for Repository</td>
18+
<td width="120">Packaging:</td>
19+
<td>AMP</td>
20+
</tr>
21+
<tr>
22+
<td width="120">Public listing:</td>
23+
<td colspan="3"><a href="https://addons.alfresco.com/addons/alfresco-esign-cert">addons.alfresco.com/addons/alfresco-esign-cert</a></td>
24+
</tr>
25+
<tr>
26+
<td width="120">Source hosting:</td>
27+
<td><a href="https://github.com/keensoft/alfresco-esign-cert">GitHub keensoft/alfresco-esign-cert</a></td>
28+
<td width="120">Source license:</td>
29+
<td><a href="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL v3.0</a></td>
30+
</tr>
31+
<tr>
32+
<td width="120">Reviewer:</td>
33+
<td>Angel Borroy</td>
34+
<td width="120">Review date:</td>
35+
<td>2016-09-23</td>
36+
</tr>
37+
<tr>
38+
<td>Criteria catalog:</td>
39+
<td colspan="3"><a href="https://github.com/OrderOfTheBee/addons/wiki/Inclusion-criteria-overview">Criteria overview</a> (state of 2015-01-06)</td>
40+
</tr>
41+
</table>
42+
43+
<p><span style="font-size:150%;">Review result: </span><span class="label labelstyle-159818 linked-labelstyle-159818 lightertooltipped" style="background-color: #159818; color: #fff;">PASS</span></p>
44+
45+
## General notes
46+
47+
No | Note | Reference
48+
--: | ---- | ---------
49+
1 | GNU License is not applied correctly | [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3.0.html)
50+
51+
## Criteria notes
52+
53+
This segment lists all notes / issues / violations of inclusion criteria found during the review. Any item of the [criteria catalog](https://github.com/OrderOfTheBee/addons/wiki/Inclusion-criteria-overview) not mentioned in this section is presumed to be matched sufficiently for inclusion in the OOTB addon listing.
54+
55+
Class | No | Category | [Type](https://github.com/OrderOfTheBee/addons/wiki/General-guidelines#requirement-relevance-types) | Note |
56+
----- | --: | -------- | :----- | ----
57+
Non-technical | 10 | [Documentation](https://github.com/OrderOfTheBee/addons/wiki/Non-technical-inclusion-criteria#documentation) | must | Many users having problems on installation, specially on signing the applet component
58+
Non-technical | 11 | [Documentation](https://github.com/OrderOfTheBee/addons/wiki/Non-technical-inclusion-criteria#documentation) | must | Required AutoFirma tool and Cliente movil @firma are described but no tested versions or integration methods are detailed
59+
60+
## Compatibility
61+
62+
This segments lists all notes regarding compatibility of the addon with Alfresco, 3rd-party addons or client environments.
63+
64+
Compatible with | Version | Notes
65+
--- | --- | ---
66+
Alfresco | Community 5.1.x | tested by reviewer
67+
Alfresco | Community 5.0.x | tested by reviewer
68+
Chrome (only Windows) | 53 | tested by reviewer
69+
IE (only Windows) | 11 | tested by reviewer
70+
Firefox | 48 | tested by reviewer
71+
Safari | 10 | tested by reviewer
72+
AutoFirma (Windows) | 1.4.2 | tested by reviewer
73+
AutoFirma (Mac) | 1.4.2 | FAIL
74+
75+
## Suggested tasks
76+
77+
1. Correct license application within project
78+
2. Althought JSP pages are supported for Share extension, it should be nice to traduce this part to Aikau pages to provide a better technology stack
79+
3. Provide a detailed (and tested) guide for installation by including Applet signature
80+
4. Include tested versions for 3rd party software (AutoFirma & Cliente movil @firma)

‎esign-cert-repo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>es.keensoft.alfresco</groupId>
66
<artifactId>esign-cert-repo</artifactId>
7-
<version>1.2.1</version>
7+
<version>1.2.2</version>
88
<name>esign-cert-repo Repository AMP project</name>
99
<packaging>amp</packaging>
1010
<description>Manages the lifecycle of the esign-cert-repo Repository AMP (Alfresco Module Package)</description>

‎esign-cert-share/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>es.keensoft.alfresco</groupId>
66
<artifactId>esign-cert-share</artifactId>
7-
<version>1.2.1</version>
7+
<version>1.2.2</version>
88
<name>esign-cert-share AMP project</name>
99
<packaging>amp</packaging>
1010
<description>Manages the lifecycle of the esign-cert-share AMP (Alfresco Module Package)</description>

0 commit comments

Comments
 (0)
Please sign in to comment.