Version Notes
Fixed installation / Corrigido instalação
Download this release
Release Info
Developer | Dexxtz |
Extension | Dexxtz_Store_maintenance |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- app/code/community/Dexxtz/Storemaintenance/Block/{EndDate.php → Enddate.php} +0 -0
- app/code/community/Dexxtz/Storemaintenance/Block/Ip.php +0 -0
- app/code/community/Dexxtz/Storemaintenance/Block/Ipgrid.php +0 -0
- app/code/community/Dexxtz/Storemaintenance/Block/Iptable.php +0 -18
- app/code/community/Dexxtz/Storemaintenance/Helper/Data.php +0 -0
- app/code/community/Dexxtz/Storemaintenance/Model/{BlockStatic.php → Blockstatic.php} +0 -0
- app/code/community/Dexxtz/Storemaintenance/Model/Observer.php +0 -0
- app/code/community/Dexxtz/Storemaintenance/etc/config.xml +0 -0
- app/code/community/Dexxtz/Storemaintenance/etc/system.xml +1 -1
- app/design/frontend/base/default/template/dexxtz/store_maintenance.phtml +0 -0
- app/etc/modules/Dexxtz_Storemaintenance.xml +0 -0
- app/locale/en_US/Dexxtz_Storemaintenance.csv +22 -0
- app/locale/pt_BR/Dexxtz_Storemaintenance.csv +2 -2
- package.xml +54 -5
app/code/community/Dexxtz/Storemaintenance/Block/{EndDate.php → Enddate.php}
RENAMED
File without changes
|
app/code/community/Dexxtz/Storemaintenance/Block/Ip.php
CHANGED
File without changes
|
app/code/community/Dexxtz/Storemaintenance/Block/Ipgrid.php
CHANGED
File without changes
|
app/code/community/Dexxtz/Storemaintenance/Block/Iptable.php
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Dexxtz_Storemaintenance_Block_Iptable extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract{
|
4 |
-
|
5 |
-
protected $_addAfter = false;
|
6 |
-
|
7 |
-
public function __construct()
|
8 |
-
{
|
9 |
-
$this->addColumn('ip_address', array(
|
10 |
-
'label' => Mage::helper('storemaintenance')->__('IP Address'),
|
11 |
-
'style' => 'width:120px',
|
12 |
-
));
|
13 |
-
|
14 |
-
$this->_addButtonLabel = Mage::helper('storemaintenance')->__('add IP');
|
15 |
-
|
16 |
-
parent::__construct();
|
17 |
-
}
|
18 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Dexxtz/Storemaintenance/Helper/Data.php
CHANGED
File without changes
|
app/code/community/Dexxtz/Storemaintenance/Model/{BlockStatic.php → Blockstatic.php}
RENAMED
File without changes
|
app/code/community/Dexxtz/Storemaintenance/Model/Observer.php
CHANGED
File without changes
|
app/code/community/Dexxtz/Storemaintenance/etc/config.xml
CHANGED
File without changes
|
app/code/community/Dexxtz/Storemaintenance/etc/system.xml
CHANGED
@@ -94,7 +94,7 @@
|
|
94 |
</ip_current>
|
95 |
<ip_grid translate="label">
|
96 |
<label>IP Adresses</label>
|
97 |
-
<comment>IP addresses
|
98 |
<frontend_model>storemaintenance/ipgrid</frontend_model>
|
99 |
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
100 |
<sort_order>70</sort_order>
|
94 |
</ip_current>
|
95 |
<ip_grid translate="label">
|
96 |
<label>IP Adresses</label>
|
97 |
+
<comment>IP addresses allowed pair to access the frontend</comment>
|
98 |
<frontend_model>storemaintenance/ipgrid</frontend_model>
|
99 |
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
100 |
<sort_order>70</sort_order>
|
app/design/frontend/base/default/template/dexxtz/store_maintenance.phtml
CHANGED
File without changes
|
app/etc/modules/Dexxtz_Storemaintenance.xml
CHANGED
File without changes
|
app/locale/en_US/Dexxtz_Storemaintenance.csv
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"Store Maintenance","Store Maintenance"
|
2 |
+
"Maintenance settings","Maintenance settings"
|
3 |
+
"Enabled","Enabled"
|
4 |
+
"Enables or disables the maintenance page","Enables or disables the maintenance page"
|
5 |
+
"Title of page","Title of page"
|
6 |
+
"Will be added to the html title tag","Will be added to the html title tag"
|
7 |
+
"Store Maintenance","Store Maintenance"
|
8 |
+
"Select the static block","Select the static block"
|
9 |
+
"It is the maintenance page to be displayed","It is the maintenance page to be displayed"
|
10 |
+
"Please select one static block ...","Please select one static block ..."
|
11 |
+
"Administrator can view frontend","Administrator can view frontend"
|
12 |
+
"Only logged administrators, can they have access","Only logged administrators, can they have access"
|
13 |
+
"End date to be accessed","End date to be accessed"
|
14 |
+
"m/d/Y - After the date the frontend can be viewed","m/d/Y - After the date the frontend can be viewed"
|
15 |
+
"Your current IP is","Your current IP is"
|
16 |
+
"IP Adresses","IP Adresses"
|
17 |
+
"IP addresses allowed pair to access the frontend","IP addresses allowed pair to access the frontend"
|
18 |
+
"add IP","add IP"
|
19 |
+
"Enable log of attempt of access","Enable log of attempt of access"
|
20 |
+
"Saves the ip, date and page attempt of access in log","Saves the ip, date and page attempt of access in log"
|
21 |
+
"Name and extension of log","Name and extension of log"
|
22 |
+
"Example: log.txt to root or var/log/maintenance.txt","Example: log.txt to root or var/log/maintenance.txt"
|
app/locale/pt_BR/Dexxtz_Storemaintenance.csv
CHANGED
@@ -14,9 +14,9 @@
|
|
14 |
"m/d/Y - After the date the frontend can be viewed","m/d/Y - Após a data o frontend pode ser visualizado"
|
15 |
"Your current IP is","Seu IP atual é"
|
16 |
"IP Adresses","Endereços de IP"
|
17 |
-
"IP addresses
|
18 |
"add IP","Adicionar IP"
|
19 |
"Enable log of attempt of access","Ativar log de tentativa de acesso"
|
20 |
"Saves the ip, date and page attempt of access in log","Salva o ip, data e página da tentativa de acesso no log"
|
21 |
"Name and extension of log","Nome do arquivo de log"
|
22 |
-
"Example: log.txt to root or var/log/maintenance.txt","Exemplo: log.txt para raiz ou var/log/maintenance.txt"
|
14 |
"m/d/Y - After the date the frontend can be viewed","m/d/Y - Após a data o frontend pode ser visualizado"
|
15 |
"Your current IP is","Seu IP atual é"
|
16 |
"IP Adresses","Endereços de IP"
|
17 |
+
"IP addresses allowed pair to access the frontend","Endereços de IPs permetidos de acesso ao frontend"
|
18 |
"add IP","Adicionar IP"
|
19 |
"Enable log of attempt of access","Ativar log de tentativa de acesso"
|
20 |
"Saves the ip, date and page attempt of access in log","Salva o ip, data e página da tentativa de acesso no log"
|
21 |
"Name and extension of log","Nome do arquivo de log"
|
22 |
+
"Example: log.txt to root or var/log/maintenance.txt","Exemplo: log.txt para raiz ou var/log/maintenance.txt"
|
package.xml
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Dexxtz_Store_maintenance</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/apachepl.php">Apache Software License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
<description><strong>English</strong><br />
|
11 |
Leave your store in maintenance for their customers, while you work in her improving or in their developing their store.<br />
|
12 |
Your customers will not slow you down or see errors in your store.<br />
|
@@ -17,9 +17,58 @@ Seus clientes não vão te atrapalhar ou visualizar erros em sua loja.&l
|
|
17 |
O módulo armazena logs de acesso, controla o acesso por data, ip ou por usuário administrador.</description>
|
18 |
<notes>Fixed installation / Corrigido instalação</notes>
|
19 |
<authors><author><name>Dexxtz</name><user>Dexxtz</user><email>dexxtz@gmail.com</email></author></authors>
|
20 |
-
<date>2014-08-
|
21 |
-
<time>00:
|
22 |
-
<contents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.1.0</min><max>10.0.0</max></php></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Dexxtz_Store_maintenance</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/apachepl.php">Apache Software License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Adds a maintenance page in your store</summary>
|
10 |
<description><strong>English</strong><br />
|
11 |
Leave your store in maintenance for their customers, while you work in her improving or in their developing their store.<br />
|
12 |
Your customers will not slow you down or see errors in your store.<br />
|
17 |
O módulo armazena logs de acesso, controla o acesso por data, ip ou por usuário administrador.</description>
|
18 |
<notes>Fixed installation / Corrigido instalação</notes>
|
19 |
<authors><author><name>Dexxtz</name><user>Dexxtz</user><email>dexxtz@gmail.com</email></author></authors>
|
20 |
+
<date>2014-08-21</date>
|
21 |
+
<time>18:00:00</time>
|
22 |
+
<contents>
|
23 |
+
<target name="magecommunity">
|
24 |
+
<dir name="Dexxtz">
|
25 |
+
<dir name="Storemaintenance">
|
26 |
+
<dir name="Block">
|
27 |
+
<file name="Enddate.php" hash="60bd71dace9bfa6cdd14f09e88f72634"/>
|
28 |
+
<file name="Ip.php" hash="818c18d5fa9c6526a46d699f1b1a89e9"/>
|
29 |
+
<file name="Ipgrid.php" hash="0f29268d966d16d6e749d8a0a1c2fa51"/>
|
30 |
+
</dir>
|
31 |
+
<dir name="Helper">
|
32 |
+
<file name="Data.php" hash="ff90181c672edbcbf79f6adbcef70422"/>
|
33 |
+
</dir>
|
34 |
+
<dir name="Model">
|
35 |
+
<file name="Blockstatic.php" hash="351a05ac0c594f04a6e75d3e6c646dab"/>
|
36 |
+
<file name="Observer.php" hash="cf718b26a3bfae1a032b22ba8c8f080d"/>
|
37 |
+
</dir>
|
38 |
+
<dir name="etc">
|
39 |
+
<file name="config.xml" hash="a4fe892a7d32c508f00360a617d8cf0b"/>
|
40 |
+
<file name="system.xml" hash="e1e8266f5e9c634bb24f45d508793fc4"/>
|
41 |
+
</dir>
|
42 |
+
</dir>
|
43 |
+
</dir>
|
44 |
+
</target>
|
45 |
+
<target name="mageetc">
|
46 |
+
<dir name="modules">
|
47 |
+
<file name="Dexxtz_Storemaintenance.xml" hash="deba2af2c0241c2500b48bc810909d35"/>
|
48 |
+
</dir>
|
49 |
+
</target>
|
50 |
+
<target name="magedesign">
|
51 |
+
<dir name="frontend">
|
52 |
+
<dir name="base">
|
53 |
+
<dir name="default">
|
54 |
+
<dir name="template">
|
55 |
+
<dir name="dexxtz">
|
56 |
+
<file name="store_maintenance.phtml" hash="ceab1b82db46bf62fbe674c6cf95ca72"/>
|
57 |
+
</dir>
|
58 |
+
</dir>
|
59 |
+
</dir>
|
60 |
+
</dir>
|
61 |
+
</dir>
|
62 |
+
</target>
|
63 |
+
<target name="magelocale">
|
64 |
+
<dir name="pt_BR">
|
65 |
+
<file name="Dexxtz_Storemaintenance.csv" hash="6b93ceaef205970438d41dc3b7860b88"/>
|
66 |
+
</dir>
|
67 |
+
<dir name="en_US">
|
68 |
+
<file name="Dexxtz_Storemaintenance.csv" hash="6b93ceaef205970438d41dc3b7860b88"/>
|
69 |
+
</dir>
|
70 |
+
</target>
|
71 |
+
</contents>
|
72 |
<compatible/>
|
73 |
<dependencies><required><php><min>5.1.0</min><max>10.0.0</max></php></required></dependencies>
|
74 |
</package>
|