Praxigento_JiraFeedback - Version 1.0.1

Version Notes

- store view related configuration is added;

Download this release

Release Info

Developer Alex Gusev
Extension Praxigento_JiraFeedback
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Praxigento/JiraFeedback/Block/Adminhtml.php CHANGED
@@ -20,9 +20,7 @@
20
  */
21
  /**
22
  * Created by JetBrains PhpStorm.
23
- * User: Flancer
24
- * Date: 13.10.2
25
- * Time: 12:28
26
  */
27
  class Praxigento_JiraFeedback_Block_Adminhtml extends Mage_Core_Block_Abstract
28
  {
20
  */
21
  /**
22
  * Created by JetBrains PhpStorm.
23
+ * User: Alex Gusev <flancer64@gmail.com>
 
 
24
  */
25
  class Praxigento_JiraFeedback_Block_Adminhtml extends Mage_Core_Block_Abstract
26
  {
app/code/community/Praxigento/JiraFeedback/Block/Frontend.php CHANGED
@@ -20,9 +20,7 @@
20
  */
21
  /**
22
  * Created by JetBrains PhpStorm.
23
- * User: Flancer
24
- * Date: 13.10.2
25
- * Time: 12:28
26
  */
27
  class Praxigento_JiraFeedback_Block_Frontend extends Mage_Core_Block_Abstract
28
  {
20
  */
21
  /**
22
  * Created by JetBrains PhpStorm.
23
+ * User: Alex Gusev <flancer64@gmail.com>
 
 
24
  */
25
  class Praxigento_JiraFeedback_Block_Frontend extends Mage_Core_Block_Abstract
26
  {
app/code/community/Praxigento/JiraFeedback/Config.php CHANGED
@@ -20,9 +20,7 @@
20
  */
21
  /**
22
  * Created by JetBrains PhpStorm.
23
- * User: Flancer
24
- * Date: 13.10.2
25
- * Time: 09:07
26
  */
27
  class Praxigento_JiraFeedback_Config
28
  {
20
  */
21
  /**
22
  * Created by JetBrains PhpStorm.
23
+ * User: Alex Gusev <flancer64@gmail.com>
 
 
24
  */
25
  class Praxigento_JiraFeedback_Config
26
  {
app/code/community/Praxigento/JiraFeedback/Helper/Data.php CHANGED
@@ -20,9 +20,7 @@
20
  */
21
  /**
22
  * Created by JetBrains PhpStorm.
23
- * User: Flancer
24
- * Date: 2/8/13
25
- * Time: 6:00 PM
26
  */
27
  class Praxigento_JiraFeedback_Helper_Data extends Mage_Core_Helper_Abstract
28
  {
20
  */
21
  /**
22
  * Created by JetBrains PhpStorm.
23
+ * User: Alex Gusev <flancer64@gmail.com>
 
 
24
  */
25
  class Praxigento_JiraFeedback_Helper_Data extends Mage_Core_Helper_Abstract
26
  {
app/code/community/Praxigento/JiraFeedback/etc/config.xml CHANGED
@@ -23,7 +23,7 @@
23
  <config>
24
  <modules>
25
  <Praxigento_JiraFeedback>
26
- <version>1.0.0</version>
27
  </Praxigento_JiraFeedback>
28
  </modules>
29
  <adminhtml>
@@ -38,7 +38,7 @@
38
  <!-- Section on the "System/Configuration" panel -->
39
  <prxgt_jfb translate="title" module="prxgt_jfb_helper">
40
  <title>Praxigento: JIRA Feedback Section</title>
41
- <sort_order>10500</sort_order>
42
  </prxgt_jfb>
43
  </children>
44
  </config>
@@ -55,6 +55,15 @@
55
  </prxgt_jfb_admin_layout>
56
  </updates>
57
  </layout>
 
 
 
 
 
 
 
 
 
58
  </adminhtml>
59
  <frontend>
60
  <layout>
23
  <config>
24
  <modules>
25
  <Praxigento_JiraFeedback>
26
+ <version>1.0.1</version>
27
  </Praxigento_JiraFeedback>
28
  </modules>
29
  <adminhtml>
38
  <!-- Section on the "System/Configuration" panel -->
39
  <prxgt_jfb translate="title" module="prxgt_jfb_helper">
40
  <title>Praxigento: JIRA Feedback Section</title>
41
+ <sort_order>500</sort_order>
42
  </prxgt_jfb>
43
  </children>
44
  </config>
55
  </prxgt_jfb_admin_layout>
56
  </updates>
57
  </layout>
58
+ <translate>
59
+ <modules>
60
+ <prxgt_jfb>
61
+ <files>
62
+ <default>prxgt/jfb/prxgt_jfb.csv</default>
63
+ </files>
64
+ </prxgt_jfb>
65
+ </modules>
66
+ </translate>
67
  </adminhtml>
68
  <frontend>
69
  <layout>
app/code/community/Praxigento/JiraFeedback/etc/release.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ 1.0.1:
2
+ - store view related configuration is added;
3
+
4
+ 1.0.0:
5
+ - Initial version;
app/code/community/Praxigento/JiraFeedback/etc/system.xml CHANGED
@@ -33,18 +33,18 @@
33
  <label>JIRA Feedback</label>
34
  <tab>prxgt</tab>
35
  <frontend_type>text</frontend_type>
36
- <sort_order>10500</sort_order>
37
  <show_in_default>1</show_in_default>
38
- <show_in_website>0</show_in_website>
39
- <show_in_store>0</show_in_store>
40
  <groups>
41
  <general translate="label" module="prxgt_jfb_helper">
42
  <label>General</label>
43
  <frontend_type>text</frontend_type>
44
  <sort_order>1000</sort_order>
45
  <show_in_default>1</show_in_default>
46
- <show_in_website>0</show_in_website>
47
- <show_in_store>0</show_in_store>
48
  <fields>
49
  <frontend_enabled translate="label comment">
50
  <label>Enable Frontend Feedback</label>
@@ -53,8 +53,8 @@
53
  <source_model>adminhtml/system_config_source_yesno</source_model>
54
  <sort_order>200</sort_order>
55
  <show_in_default>1</show_in_default>
56
- <show_in_website>0</show_in_website>
57
- <show_in_store>0</show_in_store>
58
  </frontend_enabled>
59
  <frontend_feedback_code translate="label comment">
60
  <label>Frontend Source Code</label>
@@ -62,8 +62,8 @@
62
  <frontend_type>textarea</frontend_type>
63
  <sort_order>400</sort_order>
64
  <show_in_default>1</show_in_default>
65
- <show_in_website>0</show_in_website>
66
- <show_in_store>0</show_in_store>
67
  </frontend_feedback_code>
68
  <adminhtml_enabled translate="label comment">
69
  <label>Enable Admin Feedback</label>
@@ -72,8 +72,8 @@
72
  <source_model>adminhtml/system_config_source_yesno</source_model>
73
  <sort_order>600</sort_order>
74
  <show_in_default>1</show_in_default>
75
- <show_in_website>0</show_in_website>
76
- <show_in_store>0</show_in_store>
77
  </adminhtml_enabled>
78
  <adminhtml_feedback_code translate="label comment">
79
  <label>Admin Source Code</label>
@@ -81,8 +81,8 @@
81
  <frontend_type>textarea</frontend_type>
82
  <sort_order>800</sort_order>
83
  <show_in_default>1</show_in_default>
84
- <show_in_website>0</show_in_website>
85
- <show_in_store>0</show_in_store>
86
  </adminhtml_feedback_code>
87
  </fields>
88
  </general>
33
  <label>JIRA Feedback</label>
34
  <tab>prxgt</tab>
35
  <frontend_type>text</frontend_type>
36
+ <sort_order>500</sort_order>
37
  <show_in_default>1</show_in_default>
38
+ <show_in_website>1</show_in_website>
39
+ <show_in_store>1</show_in_store>
40
  <groups>
41
  <general translate="label" module="prxgt_jfb_helper">
42
  <label>General</label>
43
  <frontend_type>text</frontend_type>
44
  <sort_order>1000</sort_order>
45
  <show_in_default>1</show_in_default>
46
+ <show_in_website>1</show_in_website>
47
+ <show_in_store>1</show_in_store>
48
  <fields>
49
  <frontend_enabled translate="label comment">
50
  <label>Enable Frontend Feedback</label>
53
  <source_model>adminhtml/system_config_source_yesno</source_model>
54
  <sort_order>200</sort_order>
55
  <show_in_default>1</show_in_default>
56
+ <show_in_website>1</show_in_website>
57
+ <show_in_store>1</show_in_store>
58
  </frontend_enabled>
59
  <frontend_feedback_code translate="label comment">
60
  <label>Frontend Source Code</label>
62
  <frontend_type>textarea</frontend_type>
63
  <sort_order>400</sort_order>
64
  <show_in_default>1</show_in_default>
65
+ <show_in_website>1</show_in_website>
66
+ <show_in_store>1</show_in_store>
67
  </frontend_feedback_code>
68
  <adminhtml_enabled translate="label comment">
69
  <label>Enable Admin Feedback</label>
72
  <source_model>adminhtml/system_config_source_yesno</source_model>
73
  <sort_order>600</sort_order>
74
  <show_in_default>1</show_in_default>
75
+ <show_in_website>1</show_in_website>
76
+ <show_in_store>1</show_in_store>
77
  </adminhtml_enabled>
78
  <adminhtml_feedback_code translate="label comment">
79
  <label>Admin Source Code</label>
81
  <frontend_type>textarea</frontend_type>
82
  <sort_order>800</sort_order>
83
  <show_in_default>1</show_in_default>
84
+ <show_in_website>1</show_in_website>
85
+ <show_in_store>1</show_in_store>
86
  </adminhtml_feedback_code>
87
  </fields>
88
  </general>
app/locale/en_US/prxgt/jfb/prxgt_jfb.csv ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ "Praxigento: JIRA Feedback Section","Praxigento: JIRA Feedback Section"
2
+ "General","General"
3
+ "Enable Frontend Feedback","Enable Frontend Feedback"
4
+ "Display JIRA feedback component on the frontend.","Display JIRA feedback component on the frontend."
5
+ "Frontend Source Code","Frontend Source Code"
6
+ "HTML source code for JIRA Issue Collector on the frontend.","HTML source code for JIRA Issue Collector on the frontend."
7
+ "Enable Admin Feedback","Enable Admin Feedback"
8
+ "Display JIRA feedback component on the admin panel.","Display JIRA feedback component on the admin panel."
9
+ "Admin Source Code","Admin Source Code"
10
+ "HTML source code for JIRA Issue Collector on the admin panel.","HTML source code for JIRA Issue Collector on the admin panel."
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Praxigento_JiraFeedback</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/apachepl-1.1.php">Apache Software License</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>JIRA Feedback by Praxigento</summary>
10
  <description>Allows your customers to create issues in your JIRA bug tracker right from Magento storefront or admin panel.</description>
11
- <notes>Initial version</notes>
12
  <authors><author><name>Alex Gusev</name><user>praxigento</user><email>info@flancer.lv</email></author></authors>
13
- <date>2013-02-28</date>
14
- <time>07:40:27</time>
15
- <contents><target name="magecommunity"><dir name="Praxigento"><dir name="JiraFeedback"><dir name="Block"><file name="Adminhtml.php" hash="687714a6eda01b5705dabc0ab8398779"/><file name="Frontend.php" hash="427d960fddcb30234fd4706ccdc2adef"/></dir><file name="Config.php" hash="f96b685389063adf8344f65dce1cf76e"/><dir name="Helper"><file name="Data.php" hash="a686a9b4ffa5ce82ed17b2bcc48f30b0"/></dir><dir name="etc"><file name="config.xml" hash="307d296c03d8ceba9356ab6ac4c8f239"/><file name="system.xml" hash="eef300d7851f9ec67e145731377e4041"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="prxgt"><dir name="jfb"><file name="jfb_adminhtml_layout.xml" hash="6782340221a5a365d4706a3dcbd38d26"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><dir name="prxgt"><dir name="jfb"><file name="jfb_frontend_layout.xml" hash="68419452a763f5fd237638fda8e46e5f"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Praxigento_JiraFeedback.xml" hash="6105441f37b181ff9dce520d1b5fb696"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Praxigento_JiraFeedback</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/apachepl-1.1.php">Apache Software License</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>JIRA Feedback by Praxigento</summary>
10
  <description>Allows your customers to create issues in your JIRA bug tracker right from Magento storefront or admin panel.</description>
11
+ <notes>- store view related configuration is added;</notes>
12
  <authors><author><name>Alex Gusev</name><user>praxigento</user><email>info@flancer.lv</email></author></authors>
13
+ <date>2013-04-17</date>
14
+ <time>13:30:32</time>
15
+ <contents><target name="magecommunity"><dir name="Praxigento"><dir name="JiraFeedback"><dir name="Block"><file name="Adminhtml.php" hash="d79c090da9318d82354303d8da337743"/><file name="Frontend.php" hash="66492a64f79e203a33839e8fceb223a1"/></dir><file name="Config.php" hash="0ee09703c58d411b133a7780256d6932"/><dir name="Helper"><file name="Data.php" hash="d66276130336af75c9e852aec7e8e502"/></dir><dir name="etc"><file name="config.xml" hash="149bf07eb54354f51bef914f250f6d1f"/><file name="release.txt" hash="3cd0d544c5bf86b120453ddc21b5afe3"/><file name="system.xml" hash="9d39a078b1545dad2328022a6254ae8c"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="prxgt"><dir name="jfb"><file name="jfb_adminhtml_layout.xml" hash="6782340221a5a365d4706a3dcbd38d26"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><dir name="prxgt"><dir name="jfb"><file name="jfb_frontend_layout.xml" hash="68419452a763f5fd237638fda8e46e5f"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Praxigento_JiraFeedback.xml" hash="6105441f37b181ff9dce520d1b5fb696"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="prxgt"><dir name="jfb"><file name="prxgt_jfb.csv" hash="529e04d588623c2c2b740b49206a268b"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>