GroupDocsSignature - Version 1.0.1

Version Notes

Updated iframe and referer

Download this release

Release Info

Developer GroupDocs
Extension GroupDocsSignature
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/local/Gdsig/Groupdocssignature/Block/Adminhtml/Cms/Page/Edit.php CHANGED
@@ -25,9 +25,9 @@
25
  if(ans.length<30) { alert('Sorry, but this Form ID is too short'); return false; }
26
  if(ans.length>70) { alert('Sorry, but this Form ID is too big'); return false; }
27
  // all good continue
28
- var cmsName = 'Magento'
29
- var cmsVersion = '1.7'
30
- var iframe = '<iframe src="https://apps.groupdocs.com/signature/forms/SignEmbed/'+ans+'?&referer='+cmsName+'/'+cmsVersion+'" frameborder="0" width="600" height="400"></iframe>';
31
  var tinyMceContent = tinyMCE.activeEditor.getContent();
32
  // set content
33
  tinyMCE.activeEditor.setContent(tinyMceContent+iframe);
25
  if(ans.length<30) { alert('Sorry, but this Form ID is too short'); return false; }
26
  if(ans.length>70) { alert('Sorry, but this Form ID is too big'); return false; }
27
  // all good continue
28
+ var cmsName = 'Magento-Signature'
29
+ var cmsVersion = '2.0'
30
+ var iframe = '<iframe src="https://apps.groupdocs.com/signature2/forms/SignEmbed/'+ans+'?&referer='+cmsName+'/'+cmsVersion+'" frameborder="0" width="600" height="400">If you can see this text, your browser does not support iframes. Please enable iframe support in your browser or use the latest version of any popular web browsers such as Mozilla Firefox or Google Chrome. Check out more details about GroupDocs <a href="http://groupdocs.com/apps/signature">online signature</a> service to see what it can do for you!</iframe>';
31
  var tinyMceContent = tinyMCE.activeEditor.getContent();
32
  // set content
33
  tinyMCE.activeEditor.setContent(tinyMceContent+iframe);
app/code/local/Gdsig/Groupdocssignature/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Gdsig_Groupdocssignature>
5
- <version>0.1.0</version>
6
  </Gdsig_Groupdocssignature>
7
  </modules>
8
 
@@ -23,7 +23,7 @@
23
  <resourceModel>groupdocssignature_mysql4</resourceModel>
24
  </groupdocssignature>
25
  <groupdocssignature_mysql4>
26
- <class>Gdass_Groupdocsassembly_Model_Mysql4</class>
27
  <entities>
28
  <groupdocssignature>
29
  <table>groupdocssig</table>
@@ -85,7 +85,7 @@
85
  <catalog>
86
  <children>
87
  <groupdocssignature_adminform translate="title" module="groupdocssignature">
88
- <title>Groupdocs Viewer</title>
89
  <action>groupdocssignature/adminhtml_viewer</action>
90
  </groupdocssignature_adminform>
91
  </children>
2
  <config>
3
  <modules>
4
  <Gdsig_Groupdocssignature>
5
+ <version>0.2.0</version>
6
  </Gdsig_Groupdocssignature>
7
  </modules>
8
 
23
  <resourceModel>groupdocssignature_mysql4</resourceModel>
24
  </groupdocssignature>
25
  <groupdocssignature_mysql4>
26
+ <class>Gdsig_Groupdocssignature_Model_Mysql4</class>
27
  <entities>
28
  <groupdocssignature>
29
  <table>groupdocssig</table>
85
  <catalog>
86
  <children>
87
  <groupdocssignature_adminform translate="title" module="groupdocssignature">
88
+ <title>Groupdocs Signature</title>
89
  <action>groupdocssignature/adminhtml_viewer</action>
90
  </groupdocssignature_adminform>
91
  </children>
app/code/local/Gdsig/Groupdocssignature/sql/Groupdocssignature_setup/mysql4-install-0.1.0 CHANGED
@@ -7,7 +7,7 @@
7
  $installer->run("
8
 
9
  -- DROP TABLE IF EXISTS {groupdocssig};
10
- CREATE TABLE IF NOT EXISTS `groupdocsass` (
11
  `id` int(11) NOT NULL AUTO_INCREMENT,
12
  `date_entered` datetime DEFAULT NULL,
13
  `date_modified` datetime DEFAULT NULL,
7
  $installer->run("
8
 
9
  -- DROP TABLE IF EXISTS {groupdocssig};
10
+ CREATE TABLE IF NOT EXISTS `groupdocssig` (
11
  `id` int(11) NOT NULL AUTO_INCREMENT,
12
  `date_entered` datetime DEFAULT NULL,
13
  `date_modified` datetime DEFAULT NULL,
package.xml CHANGED
@@ -1,24 +1,26 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GroupDocsSignature</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
- <license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Save time by collecting signatures online, directly from your webpages.</summary>
10
- <description>GroupDocs Signature is an efficient digital signature service that is completely web-based. With it, you can collect signatures online by embedding documents into web pages as digital forms. Once a form is embedded, signers apply an electronic signature.&#xD;
11
  &#xD;
12
- GroupDocs' easy-to-use electronic signature service lets you collect digital signatures without the administrative overhead of printing, envelope stuffing and posting. It saves time and effort. First, simply add fields and prepare your documents for signing. You can prepare any number of signature forms with fields for signature, date, initials, etc. using the Signature app at GroupDocs.com.Then share the forms with the people who needs to sign them. The signers sign the documents online in a browser. As soon as the document is signed, you are notified.&#xD;
13
  &#xD;
14
- After installing the extension, embed forms to your web pages. To embed signature forms you only need the form's ID. Your customers can now sign documents online directly on your website.&#xD;
15
  &#xD;
16
- GroupDocs Signature gives you a greener, paperless office.</description>
17
- <notes>Inital version with basics functions</notes>
 
 
18
  <authors><author><name>GroupDocs</name><user>Marketplace</user><email>marketplace@groupdocs.com</email></author></authors>
19
- <date>2013-02-18</date>
20
- <time>12:37:16</time>
21
- <contents><target name="magelocal"><dir><dir name="Gdsig"><dir name="Groupdocssignature"><dir name="Block"><dir name="Adminhtml"><dir name="Cms"><dir name="Page"><file name="Edit.php" hash="3047750a0629d0a0431e01de7976e7a9"/></dir></dir><file name="Groupdocssignature.php" hash="30358212a727e665868361eab27b6f35"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="SignatureController.php" hash="7cb041f53477dd7b88f9e03963135d9a"/></dir></dir><dir name="etc"><file name="config.xml" hash="fcbf91b6b9ccf67c227eb22885158179"/></dir><dir name="Helper"><file name="Data.php" hash="8d7f119893c87511ec4bd6139bd943ed"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Groupdocssignature"><file name="Collection.php" hash="28444492a1caf3213261fc8503cbff3b"/></dir><file name="groupdocssignature.php" hash="d8ca5823683723457d4b6829c8ce3e22"/></dir></dir><dir name="sql"><dir name="Groupdocssignature_setup"><file name="mysql4-install-0.1.0" hash="0a0e529d575920f87c551b611f47e92f"/></dir></dir></dir></dir></dir><dir name="Gdsig"><dir name="Groupdocssignature"><dir name="Model"><dir name="Mysql4"><file name="groupdocssignature.php" hash="d8ca5823683723457d4b6829c8ce3e22"/></dir><file name="groupdocssignature.php" hash="8afc8007895451819d39b6eb2f5815b6"/></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Gdsig_Groupdocssignature.xml" hash="cafd7ba19f5854a235cf3f78bafba886"/></dir></dir></target></contents>
22
  <compatible/>
23
- <dependencies><required><php><min>5.3.0</min><max>5.4.0</max></php></required></dependencies>
24
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GroupDocsSignature</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
+ <license>GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Save time by collecting signatures online, directly from your webpages.</summary>
10
+ <description>GroupDocs Signature is a web-based service that allows you to collect signatures online by embedding documents into web pages as digital forms. Once a document is embedded, it can be signed directly from a web-browser. This way you can collect signatures without the administrative overhead of printing, envelope stuffing and posting.&#xD;
11
  &#xD;
12
+ Here is how it works:&#xD;
13
  &#xD;
14
+ After installing the GroupDocs online signature extension, simply upload a document that you want to get signed. A wide range of office formats are supported: .pdf, .doc, .docx, .odt, .ppt, etc.&#xD;
15
  &#xD;
16
+ Then add form fields (such as date, initials and signature) to the document and embed it to your web page. This can be done automatically - you only need to enter the documents&#x2019; ID.&#xD;
17
+ &#xD;
18
+ Your customer/partner can now sign the document directly on your website. The document can be signed through a web-browser, without the need to download it. As soon as the document is signed, you are notified.</description>
19
+ <notes>Updated iframe and referer</notes>
20
  <authors><author><name>GroupDocs</name><user>Marketplace</user><email>marketplace@groupdocs.com</email></author></authors>
21
+ <date>2013-05-20</date>
22
+ <time>12:16:16</time>
23
+ <contents><target name="mageetc"><dir><dir name="modules"><file name="Gdsig_Groupdocssignature.xml" hash="cafd7ba19f5854a235cf3f78bafba886"/></dir></dir></target><target name="magelocal"><dir><dir name="Gdsig"><dir name="Groupdocssignature"><dir name="Block"><dir name="Adminhtml"><dir name="Cms"><dir name="Page"><file name="Edit.php" hash="eda386b15972be888126e41115792026"/></dir></dir><file name="Groupdocssignature.php" hash="30358212a727e665868361eab27b6f35"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="SignatureController.php" hash="7cb041f53477dd7b88f9e03963135d9a"/></dir></dir><dir name="etc"><file name="config.xml" hash="fd7731d8d0797f39e152e30900797664"/></dir><dir name="Helper"><file name="Data.php" hash="8d7f119893c87511ec4bd6139bd943ed"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Groupdocssignature"><file name="Collection.php" hash="28444492a1caf3213261fc8503cbff3b"/></dir><file name="groupdocssignature.php" hash="d8ca5823683723457d4b6829c8ce3e22"/><file name="groupdocssignature.php" hash="d8ca5823683723457d4b6829c8ce3e22"/></dir><file name="groupdocssignature.php" hash="8afc8007895451819d39b6eb2f5815b6"/></dir><dir name="sql"><dir name="Groupdocssignature_setup"><file name="mysql4-install-0.1.0" hash="cdd3b3211f384c7af900b1a584ca6da1"/></dir></dir></dir></dir></dir></target></contents>
24
  <compatible/>
25
+ <dependencies><required><php><min>5.3.0</min><max>5.4.15</max></php></required></dependencies>
26
  </package>