Version Notes
1.0.2.1
fixed a php notice when trying to check the capability of retrieving the magento edition
1.0.2
added option to hide or customize registration panel at login page
registration panel can be customized by configuring header, text, button visibility and button label
registration panel can be hidden or customized even when registration remains enabled
disabled registration removes all registration hints when entering onepage checkout as guest
disabled forgot password now also removes the links at login and onepage checkout page
note: new templates have been added so you may check them to match with your skin after update
1.0.1
fixed redirect to startpage not working when customer_startup_redirect_dashboard is disabled
fixed hive navigation option not working in ce 1.7
fixed fatal error on after login redirect in ce 1.5
1.0.0
initial release
Release Info
Developer | Design:Slider GbR |
Extension | DS_PrivateSales |
Version | 1.0.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.2.1
@@ -23,7 +23,7 @@ class DS_PrivateSales_Block_Checkout_Onepage_Login extends Mage_Checkout_Block_O
|
|
23 |
$this->setTemplate('ds/privatesales/opc_ce17.phtml');
|
24 |
|
25 |
// Use older template depending on magento version (is there a layout xml based solution for that?)
|
26 |
-
$e = method_exists(Mage, 'getEdition') ? Mage::getEdition() : 'Community';
|
27 |
$v = Mage::getVersion();
|
28 |
if ($e = 'Community' && version_compare($v, '1.7') < 0) {
|
29 |
|
23 |
$this->setTemplate('ds/privatesales/opc_ce17.phtml');
|
24 |
|
25 |
// Use older template depending on magento version (is there a layout xml based solution for that?)
|
26 |
+
$e = method_exists('Mage', 'getEdition') ? Mage::getEdition() : 'Community';
|
27 |
$v = Mage::getVersion();
|
28 |
if ($e = 'Community' && version_compare($v, '1.7') < 0) {
|
29 |
|
@@ -23,7 +23,7 @@ class DS_PrivateSales_Block_Customer_Form_Login extends Mage_Customer_Block_Form
|
|
23 |
$this->setTemplate('ds/privatesales/login_ce17.phtml');
|
24 |
|
25 |
// Use older template depending on magento version (is there a layout xml based solution for that?)
|
26 |
-
$e = method_exists(Mage, 'getEdition') ? Mage::getEdition() : 'Community';
|
27 |
$v = Mage::getVersion();
|
28 |
if ($e = 'Community' && version_compare($v, '1.7') < 0) {
|
29 |
|
23 |
$this->setTemplate('ds/privatesales/login_ce17.phtml');
|
24 |
|
25 |
// Use older template depending on magento version (is there a layout xml based solution for that?)
|
26 |
+
$e = method_exists('Mage', 'getEdition') ? Mage::getEdition() : 'Community';
|
27 |
$v = Mage::getVersion();
|
28 |
if ($e = 'Community' && version_compare($v, '1.7') < 0) {
|
29 |
|
@@ -1,5 +1,8 @@
|
|
1 |
DS_PrivateSales
|
2 |
|
|
|
|
|
|
|
3 |
1.0.2
|
4 |
added option to hide or customize registration panel at login page
|
5 |
registration panel can be customized by configuring header, text, button visibility and button label
|
1 |
DS_PrivateSales
|
2 |
|
3 |
+
1.0.2.1
|
4 |
+
fixed a php notice when trying to check the capability of retrieving the magento edition
|
5 |
+
|
6 |
1.0.2
|
7 |
added option to hide or customize registration panel at login page
|
8 |
registration panel can be customized by configuring header, text, button visibility and button label
|
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
<modules>
|
5 |
<DS_PrivateSales>
|
6 |
-
<version>1.0.2</version>
|
7 |
</DS_PrivateSales>
|
8 |
</modules>
|
9 |
|
3 |
|
4 |
<modules>
|
5 |
<DS_PrivateSales>
|
6 |
+
<version>1.0.2.1</version>
|
7 |
</DS_PrivateSales>
|
8 |
</modules>
|
9 |
|
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DS_PrivateSales</name>
|
4 |
-
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -25,7 +25,10 @@
|
|
25 |
<p>Included translations: de_DE</p>
|
26 |
<p><b>Note:</b> To avoid 404 errors in admin please re-login after first installation.</p>
|
27 |
<p>For more information please visit our <a href="http://www.design-slider.de/magento-onlineshop/magento-extensions/private-sales/">official extension page</a> (currently in german only).</p></description>
|
28 |
-
<notes>1.0.2
|
|
|
|
|
|
|
29 |
added option to hide or customize registration panel at login page
|
30 |
registration panel can be customized by configuring header, text, button visibility and button label
|
31 |
registration panel can be hidden or customized even when registration remains enabled
|
@@ -43,8 +46,8 @@
|
|
43 |
initial release</notes>
|
44 |
<authors><author><name>Design:Slider GbR</name><user>DesignSliderGbR</user><email>magento@design-slider.de</email></author></authors>
|
45 |
<date>2013-08-23</date>
|
46 |
-
<time>01:
|
47 |
-
<contents><target name="magelocale"><dir><dir name="de_DE"><file name="DS_PrivateSales.csv" hash="d832fcce7c682e8c4ef560a265d301d3"/></dir></dir></target><target name="magecommunity"><dir name="DS"><dir name="PrivateSales"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><file name="Login.php" hash="
|
48 |
<compatible/>
|
49 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php><package><name>Mage_Customer</name><channel>core</channel><min>1.4.0.0.13</min><max></max></package><package><name>Mage_Checkout</name><channel>core</channel><min>0.9.5</min><max></max></package></required></dependencies>
|
50 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DS_PrivateSales</name>
|
4 |
+
<version>1.0.2.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
25 |
<p>Included translations: de_DE</p>
|
26 |
<p><b>Note:</b> To avoid 404 errors in admin please re-login after first installation.</p>
|
27 |
<p>For more information please visit our <a href="http://www.design-slider.de/magento-onlineshop/magento-extensions/private-sales/">official extension page</a> (currently in german only).</p></description>
|
28 |
+
<notes>1.0.2.1
|
29 |
+
fixed a php notice when trying to check the capability of retrieving the magento edition
|
30 |
+

|
31 |
+
1.0.2
|
32 |
added option to hide or customize registration panel at login page
|
33 |
registration panel can be customized by configuring header, text, button visibility and button label
|
34 |
registration panel can be hidden or customized even when registration remains enabled
|
46 |
initial release</notes>
|
47 |
<authors><author><name>Design:Slider GbR</name><user>DesignSliderGbR</user><email>magento@design-slider.de</email></author></authors>
|
48 |
<date>2013-08-23</date>
|
49 |
+
<time>01:58:45</time>
|
50 |
+
<contents><target name="magelocale"><dir><dir name="de_DE"><file name="DS_PrivateSales.csv" hash="d832fcce7c682e8c4ef560a265d301d3"/></dir></dir></target><target name="magecommunity"><dir name="DS"><dir name="PrivateSales"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><file name="Login.php" hash="6e558ac11e8b40a834465a1c3e7165c2"/></dir></dir><dir name="Customer"><dir name="Form"><file name="Login.php" hash="fba89a2109a63a758e484dfe3b4e2f38"/></dir></dir><file name="Navigation.php" hash="585f907774ac18e7fbefa60f9fb2d746"/><file name="Topmenu.php" hash="41c13dedf4527c26b4f72eeef4a503cf"/></dir><file name="CHANGE.LOG" hash="33d95e5efae64c9d634e6c7c5a228211"/><dir name="Helper"><file name="Data.php" hash="8d54560848017dd1c2ea1216c0fbb09c"/></dir><dir name="Model"><file name="Observer.php" hash="f127b2735a3cc2b681c09e9726944c34"/></dir><dir name="controllers"><dir name="Customer"><file name="AccountController.php" hash="cda005c0dc83d8df98ee12fd047c2c64"/></dir></dir><dir name="etc"><file name="config.xml" hash="89b26fea8a66ae8906eaacd44ddd9be1"/><file name="system.xml" hash="b13d446f7557083159ef318014bef19d"/></dir><dir name="sql"><dir name="ds_privatesales_setup"><file name="upgrade-1.0.1-1.0.2.php" hash="533b2fc7238456b967efe5a4cb1d57fc"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DS_PrivateSales.xml" hash="1b870d4aec398bf9a9d6424cc58656e9"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="ds"><dir name="privatesales"><file name="login_ce14_15_16.phtml" hash="f89afa1794bf7aef7fc41bed2bdf3c2b"/><file name="login_ce17.phtml" hash="958bcb15da673e1188e635b9f6184e6e"/><file name="opc_ce14_15_16.phtml" hash="a3050dd164da2b002b2aa6fdf4a5174a"/><file name="opc_ce17.phtml" hash="b9642a7b12298201a52546fd15076d46"/></dir></dir></dir></dir></dir></dir></target></contents>
|
51 |
<compatible/>
|
52 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php><package><name>Mage_Customer</name><channel>core</channel><min>1.4.0.0.13</min><max></max></package><package><name>Mage_Checkout</name><channel>core</channel><min>0.9.5</min><max></max></package></required></dependencies>
|
53 |
</package>
|