Zanbytes_Cdokus - Version 0.0.0.7

Version Notes

Date:11-01-2014
Version:v0007
#Compatibility testing with c1810
#Removes licence messages and its key from the cdokus.

Download this release

Release Info

Developer Omar,Muhsin
Extension Zanbytes_Cdokus
Version 0.0.0.7
Comparing to
See all releases


Code changes from version 0.0.0.6 to 0.0.0.7

Files changed (24) hide show
  1. app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Catalog/Product/Edit/Tab/Cdokus.php +3 -3
  2. app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Catalog/Product/Edit/Tab/Links/Action/Renderer.php +3 -3
  3. app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Catalog/Product/Edit/Tab/Links/Grid.php +3 -3
  4. app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Document.php +3 -3
  5. app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Edit.php +3 -3
  6. app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Edit/Form.php +3 -3
  7. app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Edit/Tab/Form.php +3 -3
  8. app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Edit/Tabs.php +3 -3
  9. app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Grid.php +3 -3
  10. app/code/community/Zanbytes/Cdokus/Block/Download.php +3 -3
  11. app/code/community/Zanbytes/Cdokus/Helper/Data.php +3 -3
  12. app/code/community/Zanbytes/Cdokus/Model/Abstract.php +3 -3
  13. app/code/community/Zanbytes/Cdokus/Model/Link.php +3 -3
  14. app/code/community/Zanbytes/Cdokus/Model/Resource/Link.php +3 -3
  15. app/code/community/Zanbytes/Cdokus/Model/Resource/Link/Collection.php +3 -3
  16. app/code/community/Zanbytes/Cdokus/controllers/Adminhtml/Cdokus/Document/LinkController.php +3 -3
  17. app/code/community/Zanbytes/Cdokus/controllers/Adminhtml/Cdokus/Product/EditController.php +3 -3
  18. app/code/community/Zanbytes/Cdokus/controllers/DownloadController.php +3 -3
  19. app/code/community/Zanbytes/Cdokus/docs/readme +1 -1
  20. app/code/community/Zanbytes/Cdokus/etc/adminhtml.xml +3 -3
  21. app/code/community/Zanbytes/Cdokus/etc/config.xml +6 -4
  22. app/code/community/Zanbytes/Cdokus/etc/system.xml +5 -5
  23. app/code/community/Zanbytes/Cdokus/sql/cdokus_setup/mysql4-install-0.0.0.1.php +3 -3
  24. package.xml +9 -8
app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Catalog/Product/Edit/Tab/Cdokus.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Cdokus.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Catalog_Product_Edit_Tab_Cdokus extends Mage_Adminhtml_Block_Widget implements Mage_Adminhtml_Block_Widget_Tab_Interface {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Cdokus.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Catalog_Product_Edit_Tab_Cdokus extends Mage_Adminhtml_Block_Widget implements Mage_Adminhtml_Block_Widget_Tab_Interface {
app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Catalog/Product/Edit/Tab/Links/Action/Renderer.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Renderer.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Catalog_Product_Edit_Tab_Links_Action_Renderer extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Renderer.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Catalog_Product_Edit_Tab_Links_Action_Renderer extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Catalog/Product/Edit/Tab/Links/Grid.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Grid.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Catalog_Product_Edit_Tab_Links_Grid extends Mage_Adminhtml_Block_Widget_Grid {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Grid.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Catalog_Product_Edit_Tab_Links_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Document.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Document.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Document extends Mage_Adminhtml_Block_Widget_Grid_Container {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Document.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Document extends Mage_Adminhtml_Block_Widget_Grid_Container {
app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Edit.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Edit.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Edit.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Edit/Form.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Form.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Form.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Edit/Tab/Form.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Form.php 1103 2013-02-18 00:30:55Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Edit_Tab_Form extends Mage_Adminhtml_Block_Widget_Form {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Form.php 1103 2014-02-18 00:30:55Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Edit_Tab_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Edit/Tabs.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Tabs.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Edit_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Tabs.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Edit_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
app/code/community/Zanbytes/Cdokus/Block/Adminhtml/Cdokus/Grid.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Grid.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Grid extends Mage_Adminhtml_Block_Widget_Grid {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Grid.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Adminhtml_Cdokus_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Zanbytes/Cdokus/Block/Download.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Download.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Download extends Mage_Core_Block_Template {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Download.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Block_Download extends Mage_Core_Block_Template {
app/code/community/Zanbytes/Cdokus/Helper/Data.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Data.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Helper_Data extends Mage_Core_Helper_Abstract {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Data.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Helper_Data extends Mage_Core_Helper_Abstract {
app/code/community/Zanbytes/Cdokus/Model/Abstract.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Abstract.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  abstract class Zanbytes_Cdokus_Model_Abstract extends Mage_Core_Model_Abstract {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Abstract.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  abstract class Zanbytes_Cdokus_Model_Abstract extends Mage_Core_Model_Abstract {
app/code/community/Zanbytes/Cdokus/Model/Link.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Link.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Model_Link extends Zanbytes_Cdokus_Model_Abstract {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Link.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Model_Link extends Zanbytes_Cdokus_Model_Abstract {
app/code/community/Zanbytes/Cdokus/Model/Resource/Link.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Link.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Model_Resource_Link extends Mage_Core_Model_Mysql4_Abstract {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Link.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Model_Resource_Link extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Zanbytes/Cdokus/Model/Resource/Link/Collection.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: Collection.php 1105 2013-03-17 22:41:47Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Model_Resource_Link_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: Collection.php 1105 2014-03-17 22:41:47Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Model_Resource_Link_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Zanbytes/Cdokus/controllers/Adminhtml/Cdokus/Document/LinkController.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: LinkController.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Adminhtml_Cdokus_Document_LinkController extends Mage_Adminhtml_Controller_Action {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: LinkController.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_Adminhtml_Cdokus_Document_LinkController extends Mage_Adminhtml_Controller_Action {
app/code/community/Zanbytes/Cdokus/controllers/Adminhtml/Cdokus/Product/EditController.php CHANGED
@@ -21,14 +21,14 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  /**
28
  * @desc Catalog Product Documents
29
  * @author Omar,Muhsin <info@zanbytes.com>
30
- * @version $Id: EditController.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
31
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
32
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
33
  */
34
  require_once 'Mage/Adminhtml/controllers/Catalog/ProductController.php';
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  /**
28
  * @desc Catalog Product Documents
29
  * @author Omar,Muhsin <info@zanbytes.com>
30
+ * @version $Id: EditController.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
31
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
32
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
33
  */
34
  require_once 'Mage/Adminhtml/controllers/Catalog/ProductController.php';
app/code/community/Zanbytes/Cdokus/controllers/DownloadController.php CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: DownloadController.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_DownloadController extends Mage_Core_Controller_Front_Action {
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: DownloadController.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  class Zanbytes_Cdokus_DownloadController extends Mage_Core_Controller_Front_Action {
app/code/community/Zanbytes/Cdokus/docs/readme CHANGED
@@ -1,3 +1,3 @@
1
- Date:17-03-2013
2
  Version:v0004
3
  #Fixes links collector with store view support.
1
+ Date:17-03-2014
2
  Version:v0004
3
  #Fixes links collector with store view support.
app/code/community/Zanbytes/Cdokus/etc/adminhtml.xml CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: adminhtml.xml 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  -->
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: adminhtml.xml 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  -->
app/code/community/Zanbytes/Cdokus/etc/config.xml CHANGED
@@ -21,22 +21,22 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: config.xml 1105 2013-03-17 22:41:47Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  -->
36
  <config>
37
  <modules>
38
  <Zanbytes_Cdokus>
39
- <version>0.0.0.6</version>
40
  </Zanbytes_Cdokus>
41
  </modules>
42
  <frontend>
@@ -126,6 +126,7 @@
126
  </routers>
127
  </admin>
128
  <adminhtml>
 
129
  <events>
130
  <admin_system_config_changed_section_cdokus>
131
  <observers>
@@ -146,6 +147,7 @@
146
  </observers>
147
  </catalog_product_cdokus_upload_document_after>
148
  </events>
 
149
  <layout>
150
  <updates>
151
  <cdokus>
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: config.xml 1105 2014-03-17 22:41:47Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  -->
36
  <config>
37
  <modules>
38
  <Zanbytes_Cdokus>
39
+ <version>0.0.0.7</version>
40
  </Zanbytes_Cdokus>
41
  </modules>
42
  <frontend>
126
  </routers>
127
  </admin>
128
  <adminhtml>
129
+ <!--
130
  <events>
131
  <admin_system_config_changed_section_cdokus>
132
  <observers>
147
  </observers>
148
  </catalog_product_cdokus_upload_document_after>
149
  </events>
150
+ -->
151
  <layout>
152
  <updates>
153
  <cdokus>
app/code/community/Zanbytes/Cdokus/etc/system.xml CHANGED
@@ -21,15 +21,15 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
- * @version $Id: system.xml 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  -->
@@ -104,7 +104,7 @@
104
  <comment><![CDATA[If file exist it will be renamed to foo_1.pdf]]>
105
  </comment>
106
  </allow_file_rename>
107
- <license>
108
  <label>License key</label>
109
  <frontend_type>text</frontend_type>
110
  <sort_order>20</sort_order>
@@ -113,7 +113,7 @@
113
  <show_in_store>1</show_in_store>
114
  <comment><![CDATA[If you dont have one, please consult me info@zanbytes.com]]>
115
  </comment>
116
- </license>
117
  </fields>
118
  </general>
119
  </groups>
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
  /**
29
  * @desc Catalog Product Documents
30
  * @author Omar,Muhsin <info@zanbytes.com>
31
+ * @version $Id: system.xml 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
32
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
  */
35
  -->
104
  <comment><![CDATA[If file exist it will be renamed to foo_1.pdf]]>
105
  </comment>
106
  </allow_file_rename>
107
+ <!-- <license>
108
  <label>License key</label>
109
  <frontend_type>text</frontend_type>
110
  <sort_order>20</sort_order>
113
  <show_in_store>1</show_in_store>
114
  <comment><![CDATA[If you dont have one, please consult me info@zanbytes.com]]>
115
  </comment>
116
+ </license> -->
117
  </fields>
118
  </general>
119
  </groups>
app/code/community/Zanbytes/Cdokus/sql/cdokus_setup/mysql4-install-0.0.0.1.php CHANGED
@@ -21,14 +21,14 @@
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  /**
28
  * @desc Catalog Product Documents
29
  * @author Omar,Muhsin <info@zanbytes.com>
30
- * @version $Id: mysql4-install-0.0.0.1.php 1104 2013-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
31
- * @copyright Copyright (c) 2013 Zanbytes Inc. (http://www.zanbytes.com)
32
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
33
  */
34
  $installer = $this;
21
  *
22
  * @category Zanbytes
23
  * @package Zanbytes_Cdokus
24
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  /**
28
  * @desc Catalog Product Documents
29
  * @author Omar,Muhsin <info@zanbytes.com>
30
+ * @version $Id: mysql4-install-0.0.0.1.php 1104 2014-02-18 00:33:21Z muhsin $ $LastChangedBy: muhsin $
31
+ * @copyright Copyright (c) 2014 Zanbytes Inc. (http://www.zanbytes.com)
32
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
33
  */
34
  $installer = $this;
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Zanbytes_Cdokus</name>
4
- <version>0.0.0.6</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
@@ -10,13 +10,14 @@
10
  <description>Plugin that gives a nice user interface for administrator to upload product documents like manuals via a nice product tab in the Magento Backoffice.&#xD;
11
  &#xD;
12
  As a bonus the plugin, allow administrators to control the visibility of the links per store and by using the translation file the label can be translated into multiple languages.</description>
13
- <notes>Date:07-12-2013&#xD;
14
- Version:v0006&#xD;
15
- #Fixes issue #1 reported on github</notes>
16
- <authors><author><name>Omar,Muhsin</name><user>omarmadian</user><email>info@zanbytes.com</email></author></authors>
17
- <date>2013-12-08</date>
18
- <time>00:13:40</time>
19
- <contents><target name="mage"><dir name="app"><dir name="locale"><dir name="en_US"><file name="Zanbytes_Cdokus.txt" hash="118e7eb832b943a17b8aff74c4489f23"/></dir></dir><dir name="etc"><dir name="modules"><file name="Zanbytes_Cdokus.xml" hash="f35529ad415197c9c47994fdf5d39760"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="cdokus"><file name="links.phtml" hash="fbdad7a3c6ab227e8af07a9dc716ffd0"/></dir></dir><dir name="layout"><file name="cdokus.xml" hash="fa642f1af0c9e8c5ae4367a14e591c07"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="cdokus.xml" hash="67360c986435c888f76f1b812dc13235"/></dir><dir name="template"><dir name="cdokus"><dir name="product"><dir name="edit"><file name="cdokus.phtml" hash="cb5f49fef2a3c6245534433f4231bc44"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Zanbytes"><dir name="Cdokus"><dir><dir><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Cdokus.php" hash="896005f84145fc17eb17dea20c76be6e"/><dir name="Links"><dir name="Action"><file name="Renderer.php" hash="b00dc833ce031a0a8dbcb27e1b29a4f7"/></dir><file name="Grid.php" hash="a5334855e66d678fac34c6c596abf3eb"/></dir></dir></dir></dir></dir><dir name="Cdokus"><file name="Document.php" hash="46d83555b36eefa5d98c790e0130c1a2"/><dir name="Edit"><file name="Form.php" hash="7e455f198a4ad99a7980a12bdc5bb5c1"/><dir name="Tab"><file name="Form.php" hash="a5ba23a18fc605e1d63920f5270eb5d1"/></dir><file name="Tabs.php" hash="27bf63f362a4beb8d7bbc8160a7dd616"/></dir><file name="Edit.php" hash="a2eaf9e5a6f84d006cc019b7267d4a1e"/><file name="Grid.php" hash="f75e9b846f75c8aba051aa3d60121ae8"/></dir></dir><file name="Download.php" hash="4d67891e6f6ca73a253fcafe7b73f711"/></dir><dir name="Helper"><file name="Data.php" hash="0c1fd1143b27f6f68e817ace1850297d"/></dir><dir name="Model"><file name="Abstract.php" hash="cfa4f3041727b1c850a47d01fc3da798"/><file name="Link.php" hash="fad64c620f7a07ceec353c5e3509c1d1"/><dir name="Resource"><dir name="Link"><file name="Collection.php" hash="6705b6a82772d0ded6d1ed3d6222607a"/></dir><file name="Link.php" hash="51be49587945af59ee68b20b3530b8f3"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Cdokus"><dir name="Document"><file name="LinkController.php" hash="bb8a54f9632938a7f0b7aee691846c04"/></dir><dir name="Product"><file name="EditController.php" hash="012e2af6df06fe652f562e4eba6a609b"/></dir></dir></dir><file name="DownloadController.php" hash="96f22f2bebf4cd41ef61d8f6e1117e99"/></dir><dir name="docs"><file name="TODO" hash="508dd0c06bfdfbb5feb20de141428de1"/><file name="readme" hash="bc712bcbe9863e36a1d2c6790ea662bd"/><file name="reset-cdoku-db-entries.sql" hash="e2272e9d913d45415d40dcaebdc06e21"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4319b163cd795ab35a7069cb26c7b3ce"/><file name="config.xml" hash="83c3cc5410f07fdcea3a0b9def2d9a5b"/><file name="system.xml" hash="8962b6d7e62ca3097700e703cdfeef25"/></dir><dir name="sql"><dir name="cdokus_setup"><file name="mysql4-install-0.0.0.1.php" hash="26a56a360e20980878eb3a92880e67eb"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="cdokus"><file name="style.css" hash="289cd7956266a91ef9d6c36d12a071e5"/></dir></dir></dir></dir></dir></target></contents>
 
20
  <compatible/>
21
  <dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Zanbytes_Cdokus</name>
4
+ <version>0.0.0.7</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
10
  <description>Plugin that gives a nice user interface for administrator to upload product documents like manuals via a nice product tab in the Magento Backoffice.&#xD;
11
  &#xD;
12
  As a bonus the plugin, allow administrators to control the visibility of the links per store and by using the translation file the label can be translated into multiple languages.</description>
13
+ <notes>Date:11-01-2014&#xD;
14
+ Version:v0007&#xD;
15
+ #Compatibility testing with c1810&#xD;
16
+ #Removes licence messages and its key from the cdokus.</notes>
17
+ <authors><author><name>Omar,Muhsin</name><user>omarmadian</user><email>o.z.muhsin@gmail.com</email></author></authors>
18
+ <date>2014-01-11</date>
19
+ <time>14:39:59</time>
20
+ <contents><target name="mage"><dir name="app"><dir name="locale"><dir name="en_US"><file name="Zanbytes_Cdokus.txt" hash="118e7eb832b943a17b8aff74c4489f23"/></dir></dir><dir name="etc"><dir name="modules"><file name="Zanbytes_Cdokus.xml" hash="f35529ad415197c9c47994fdf5d39760"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="cdokus"><file name="links.phtml" hash="fbdad7a3c6ab227e8af07a9dc716ffd0"/></dir></dir><dir name="layout"><file name="cdokus.xml" hash="fa642f1af0c9e8c5ae4367a14e591c07"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="cdokus.xml" hash="67360c986435c888f76f1b812dc13235"/></dir><dir name="template"><dir name="cdokus"><dir name="product"><dir name="edit"><file name="cdokus.phtml" hash="cb5f49fef2a3c6245534433f4231bc44"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Zanbytes"><dir name="Cdokus"><dir><dir><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Cdokus.php" hash="942c14ae95907c3ed351a1c4ba429584"/><dir name="Links"><dir name="Action"><file name="Renderer.php" hash="d602eb275b4580c866c879be0b6fb931"/></dir><file name="Grid.php" hash="c3ffd16e724cd87a62932e1eac98fc6b"/></dir></dir></dir></dir></dir><dir name="Cdokus"><file name="Document.php" hash="d230294a2503e20260408a4b998cc023"/><dir name="Edit"><file name="Form.php" hash="985d7a778827b763ac753db4dd646b48"/><dir name="Tab"><file name="Form.php" hash="c8ce8bfc813b1dbe9c367d6086084381"/></dir><file name="Tabs.php" hash="872ffd3320f2b00b78e984f8ab83eb6c"/></dir><file name="Edit.php" hash="b8302c9107305caefd788b7f2f7602a9"/><file name="Grid.php" hash="5c85c38aa9508ca09c2c111e0656ad2f"/></dir></dir><file name="Download.php" hash="645b59225ef50bc6b11ee5a5fcf62632"/></dir><dir name="Helper"><file name="Data.php" hash="80142c6d1478c23865ae5bcbebec491b"/></dir><dir name="Model"><file name="Abstract.php" hash="1a616835c51b6ebeba809f2b3312b953"/><file name="Link.php" hash="5f641f42d0677afc050d3ed05e8526fe"/><dir name="Resource"><dir name="Link"><file name="Collection.php" hash="2e289cbb4ede1a5d35fefbf000a540cb"/></dir><file name="Link.php" hash="4b3128a30911869b834312b3df7c8492"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Cdokus"><dir name="Document"><file name="LinkController.php" hash="be56d3428a6acd0ecbef653c18870d44"/></dir><dir name="Product"><file name="EditController.php" hash="b6f6d5966f4d151d8eaa6184f31fa959"/></dir></dir></dir><file name="DownloadController.php" hash="0a68417cd68a768f1fc5b8529a782f58"/></dir><dir name="docs"><file name="TODO" hash="508dd0c06bfdfbb5feb20de141428de1"/><file name="readme" hash="05f427f032dddaeebaf9db2da06be119"/><file name="reset-cdoku-db-entries.sql" hash="e2272e9d913d45415d40dcaebdc06e21"/></dir><dir name="etc"><file name="adminhtml.xml" hash="ebe01080c4ab035ca783f6cda2380325"/><file name="config.xml" hash="00e6b16c5a37ccc85d1e86e4889b186b"/><file name="system.xml" hash="ce142db0887e92b0730d37b75fed6080"/></dir><dir name="sql"><dir name="cdokus_setup"><file name="mysql4-install-0.0.0.1.php" hash="5de08052a13213d7efea54c223653c20"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="cdokus"><file name="style.css" hash="289cd7956266a91ef9d6c36d12a071e5"/></dir></dir></dir></dir></dir></target></contents>
21
  <compatible/>
22
  <dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
23
  </package>