Version Notes
This module was tested in Magento Commerce version 1.4.0.1 and 1.5.0.1, and work in this version smoothly.
Download this release
Release Info
Developer | Magento Core Team |
Extension | PSystem_Base |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- app/code/community/{PSystem → Psystem}/Base/Block/Headerjs.php +3 -3
- app/code/community/{PSystem → Psystem}/Base/Helper/Data.php +2 -2
- app/code/community/{PSystem → Psystem}/Base/Model/Observer.php +2 -2
- app/code/community/{PSystem → Psystem}/Base/etc/adminhtml.xml +1 -1
- app/code/community/{PSystem → Psystem}/Base/etc/config.xml +2 -2
- app/code/community/{PSystem → Psystem}/Base/etc/system.xml +1 -1
- app/design/frontend/default/default/layout/ps_base.xml +1 -1
- app/etc/modules/PSystem_Base.xml +1 -1
- js/pascalsystem/base.js +6 -0
- package.xml +5 -5
app/code/community/{PSystem → Psystem}/Base/Block/Headerjs.php
RENAMED
@@ -1,9 +1,9 @@
|
|
1 |
-
<?
|
2 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_Base
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.1.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_Base
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.1.
|
16 |
*/
|
17 |
class PSystem_Base_Block_Headerjs extends Mage_Core_Block_Abstract {
|
18 |
/**
|
1 |
+
<?php
|
2 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_Base
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.1.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_Base
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.1.2
|
16 |
*/
|
17 |
class PSystem_Base_Block_Headerjs extends Mage_Core_Block_Abstract {
|
18 |
/**
|
app/code/community/{PSystem → Psystem}/Base/Helper/Data.php
RENAMED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_Base
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.1.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_Base
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.1.
|
16 |
*/
|
17 |
class PSystem_Base_Helper_Data extends Mage_Core_Helper_Abstract {
|
18 |
}
|
3 |
* @category PSystem
|
4 |
* @package PSystem_Base
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.1.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_Base
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.1.2
|
16 |
*/
|
17 |
class PSystem_Base_Helper_Data extends Mage_Core_Helper_Abstract {
|
18 |
}
|
app/code/community/{PSystem → Psystem}/Base/Model/Observer.php
RENAMED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_Base
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.1.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_Base
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.1.
|
16 |
*/
|
17 |
class PSystem_Base_Model_Observer {
|
18 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_Base
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.1.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_Base
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.1.2
|
16 |
*/
|
17 |
class PSystem_Base_Model_Observer {
|
18 |
/**
|
app/code/community/{PSystem → Psystem}/Base/etc/adminhtml.xml
RENAMED
@@ -4,7 +4,7 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.1.
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.1.2
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
app/code/community/{PSystem → Psystem}/Base/etc/config.xml
RENAMED
@@ -4,13 +4,13 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.1.
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
12 |
<PSystem_Base>
|
13 |
-
<version>1.
|
14 |
</PSystem_Base>
|
15 |
</modules>
|
16 |
<global>
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.1.2
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
12 |
<PSystem_Base>
|
13 |
+
<version>1.1.2</version>
|
14 |
</PSystem_Base>
|
15 |
</modules>
|
16 |
<global>
|
app/code/community/{PSystem → Psystem}/Base/etc/system.xml
RENAMED
@@ -4,7 +4,7 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.1.
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.1.2
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
app/design/frontend/default/default/layout/ps_base.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.1.
|
8 |
*/
|
9 |
-->
|
10 |
<layout version="1.0.0">
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.1.2
|
8 |
*/
|
9 |
-->
|
10 |
<layout version="1.0.0">
|
app/etc/modules/PSystem_Base.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.1.
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
4 |
* @category PSystem
|
5 |
* @package PSystem_Base
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.1.2
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
js/pascalsystem/base.js
CHANGED
@@ -291,6 +291,9 @@ PS.layer.ajax = function(url, blocks, methodForm, postData, specialFunction, cac
|
|
291 |
return;
|
292 |
}
|
293 |
}
|
|
|
|
|
|
|
294 |
var obj = new Ajax.Request(url,{
|
295 |
method: methodForm,
|
296 |
requestHeaders: params,
|
@@ -345,6 +348,9 @@ PS.ajax = {
|
|
345 |
for (var key in blocks) {
|
346 |
params['pascalsystem'+key] = blocks[key];
|
347 |
}
|
|
|
|
|
|
|
348 |
var obj = new Ajax.Request(url,{
|
349 |
method:'get',
|
350 |
requestHeaders: params,
|
291 |
return;
|
292 |
}
|
293 |
}
|
294 |
+
if ("https:" == document.location.protocol) {
|
295 |
+
url = url.toString().replace('http://','https://');
|
296 |
+
}
|
297 |
var obj = new Ajax.Request(url,{
|
298 |
method: methodForm,
|
299 |
requestHeaders: params,
|
348 |
for (var key in blocks) {
|
349 |
params['pascalsystem'+key] = blocks[key];
|
350 |
}
|
351 |
+
if ("https:" == document.location.protocol) {
|
352 |
+
url = url.toString().replace('http://','https://');
|
353 |
+
}
|
354 |
var obj = new Ajax.Request(url,{
|
355 |
method:'get',
|
356 |
requestHeaders: params,
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PSystem_Base</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Pascal System base</summary>
|
10 |
-
<description>Common libraries for other pascal system modules
|
11 |
<notes>This module was tested in Magento Commerce version 1.4.0.1 and 1.5.0.1, and work in this version smoothly.</notes>
|
12 |
<authors><author><name>Pascal System</name><user>auto-converted</user><email>info@pascalsystem.pl</email></author></authors>
|
13 |
-
<date>2011-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="pascalsystem"><file name="base.css" hash="fe539315e86b7389cec061876a592e23"/></dir></dir><dir name="images"><dir name="pascalsystem"><file name="loader-base.gif" hash="2bdcbb3ea82e3c572a574485344fad40"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ps_base.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PSystem_Base</name>
|
4 |
+
<version>1.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Pascal System base</summary>
|
10 |
+
<description>Common libraries for other pascal system modules.</description>
|
11 |
<notes>This module was tested in Magento Commerce version 1.4.0.1 and 1.5.0.1, and work in this version smoothly.</notes>
|
12 |
<authors><author><name>Pascal System</name><user>auto-converted</user><email>info@pascalsystem.pl</email></author></authors>
|
13 |
+
<date>2011-07-22</date>
|
14 |
+
<time>20:57:49</time>
|
15 |
+
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="pascalsystem"><file name="base.css" hash="fe539315e86b7389cec061876a592e23"/></dir></dir><dir name="images"><dir name="pascalsystem"><file name="loader-base.gif" hash="2bdcbb3ea82e3c572a574485344fad40"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ps_base.xml" hash="0e03eb7c8952c871d382155145e39559"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="pascalsystem"><file name="base.js" hash="12663d7bb0a67669cf076fa26e81eaa8"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PSystem_Base.xml" hash="0d95880f1cc8d7bd2cf2fdaeeb90b101"/></dir></target><target name="magecommunity"><dir name="Psystem"><dir name="Base"><dir name="Block"><file name="Headerjs.php" hash="5e8356493970b48b09ee528a5fc9c28f"/></dir><dir name="etc"><file name="adminhtml.xml" hash="312bc51ed2f719daf9fea5ad856a3b53"/><file name="config.xml" hash="aa9843b6f87867d5d87010aec7855c36"/><file name="system.xml" hash="26101d16cd36f0af9cdc05f99e2ef850"/></dir><dir name="Helper"><file name="Data.php" hash="dfdd6e419435b8f2e0e414a8da798b36"/></dir><dir name="Model"><file name="Observer.php" hash="e67427ce47ec2772e5530d39e6fc7105"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|