Version Notes
Enhancement
Enable configuration at website level
Download this release
Release Info
Developer | Biztech |
Extension | easymaintanance_module |
Version | 0.1.6 |
Comparing to | |
See all releases |
Code changes from version 0.1.5 to 0.1.6
- app/code/local/Biztech/Easymaintanance/etc/config.xml +1 -1
- app/code/local/Biztech/Easymaintanance/etc/system.xml +9 -9
- app/code/local/Biztech/Easymaintanance/sql/easymaintanance_setup/mysql4-upgrade-0.1.4-0.1.5 (copy).php +8 -0
- app/locale/de_DE/Biztech_Easymaintanance.csv +0 -42
- app/locale/en_GB/Biztech_Easymaintanance.csv +0 -35
- app/locale/fr_FR/Biztech_Easymaintanance.csv +0 -35
- app/locale/it_IT/Biztech_Easymaintanance.csv +0 -35
- app/locale/nl_NL/Biztech_Easymaintanance.csv +0 -35
- package.xml +16 -6
app/code/local/Biztech/Easymaintanance/etc/config.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Biztech_Easymaintanance>
|
13 |
-
<version>0.1.
|
14 |
</Biztech_Easymaintanance>
|
15 |
</modules>
|
16 |
<frontend>
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Biztech_Easymaintanance>
|
13 |
+
<version>0.1.6</version>
|
14 |
</Biztech_Easymaintanance>
|
15 |
</modules>
|
16 |
<frontend>
|
app/code/local/Biztech/Easymaintanance/etc/system.xml
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
<show_in_website>1</show_in_website>
|
39 |
<show_in_store>1</show_in_store>
|
40 |
</allowforadmin>
|
41 |
-
|
42 |
|
43 |
<page_title translate="label">
|
44 |
<label>Page Title</label>
|
@@ -114,15 +114,15 @@
|
|
114 |
<show_in_store>1</show_in_store>
|
115 |
</background_image>
|
116 |
|
117 |
-
|
118 |
<label>ByPass Url</label>
|
119 |
-
|
120 |
<frontend_type>textarea</frontend_type>
|
121 |
<sort_order>12</sort_order>
|
122 |
<show_in_default>1</show_in_default>
|
123 |
-
<show_in_website>
|
124 |
<show_in_store>1</show_in_store>
|
125 |
-
|
126 |
|
127 |
<maintenanceHtml translate="label">
|
128 |
<label>Maintenance Page HTML</label>
|
@@ -131,7 +131,7 @@
|
|
131 |
<frontend_model>easymaintanance/adminhtml_system_config_editor</frontend_model>
|
132 |
<sort_order>13</sort_order>
|
133 |
<show_in_default>1</show_in_default>
|
134 |
-
<show_in_website>
|
135 |
<show_in_store>1</show_in_store>
|
136 |
</maintenanceHtml>
|
137 |
|
@@ -156,7 +156,7 @@
|
|
156 |
<show_in_store>1</show_in_store>
|
157 |
</timer_enabled>
|
158 |
|
159 |
-
|
160 |
<label>Make site live when Timer expires</label>
|
161 |
<comment>Select Yes to make site live when timer expires</comment>
|
162 |
<frontend_type>select</frontend_type>
|
@@ -166,7 +166,7 @@
|
|
166 |
<show_in_website>1</show_in_website>
|
167 |
<show_in_store>1</show_in_store>
|
168 |
</site_enabled>
|
169 |
-
|
170 |
<timer_text translate="label">
|
171 |
<label>Timer text</label>
|
172 |
<comment>Add text for timer</comment>
|
@@ -335,7 +335,7 @@
|
|
335 |
<show_in_website>1</show_in_website>
|
336 |
<show_in_store>1</show_in_store>
|
337 |
</title>
|
338 |
-
|
339 |
<label>Notify Message</label>
|
340 |
<frontend_type>text</frontend_type>
|
341 |
<sort_order>3</sort_order>
|
38 |
<show_in_website>1</show_in_website>
|
39 |
<show_in_store>1</show_in_store>
|
40 |
</allowforadmin>
|
41 |
+
|
42 |
|
43 |
<page_title translate="label">
|
44 |
<label>Page Title</label>
|
114 |
<show_in_store>1</show_in_store>
|
115 |
</background_image>
|
116 |
|
117 |
+
<redirecturl translate="label">
|
118 |
<label>ByPass Url</label>
|
119 |
+
<comment> Admin can allow access to specific URL for their customers if added here.Write each url in new line(For e.g /api/soap /contacts/)</comment>
|
120 |
<frontend_type>textarea</frontend_type>
|
121 |
<sort_order>12</sort_order>
|
122 |
<show_in_default>1</show_in_default>
|
123 |
+
<show_in_website>1</show_in_website>
|
124 |
<show_in_store>1</show_in_store>
|
125 |
+
</redirecturl>
|
126 |
|
127 |
<maintenanceHtml translate="label">
|
128 |
<label>Maintenance Page HTML</label>
|
131 |
<frontend_model>easymaintanance/adminhtml_system_config_editor</frontend_model>
|
132 |
<sort_order>13</sort_order>
|
133 |
<show_in_default>1</show_in_default>
|
134 |
+
<show_in_website>1</show_in_website>
|
135 |
<show_in_store>1</show_in_store>
|
136 |
</maintenanceHtml>
|
137 |
|
156 |
<show_in_store>1</show_in_store>
|
157 |
</timer_enabled>
|
158 |
|
159 |
+
<site_enabled translate="label">
|
160 |
<label>Make site live when Timer expires</label>
|
161 |
<comment>Select Yes to make site live when timer expires</comment>
|
162 |
<frontend_type>select</frontend_type>
|
166 |
<show_in_website>1</show_in_website>
|
167 |
<show_in_store>1</show_in_store>
|
168 |
</site_enabled>
|
169 |
+
|
170 |
<timer_text translate="label">
|
171 |
<label>Timer text</label>
|
172 |
<comment>Add text for timer</comment>
|
335 |
<show_in_website>1</show_in_website>
|
336 |
<show_in_store>1</show_in_store>
|
337 |
</title>
|
338 |
+
<message translate="label">
|
339 |
<label>Notify Message</label>
|
340 |
<frontend_type>text</frontend_type>
|
341 |
<sort_order>3</sort_order>
|
app/code/local/Biztech/Easymaintanance/sql/easymaintanance_setup/mysql4-upgrade-0.1.4-0.1.5 (copy).php
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
$installer = $this;
|
4 |
+
|
5 |
+
$installer->startSetup();
|
6 |
+
|
7 |
+
|
8 |
+
$installer->endSetup();
|
app/locale/de_DE/Biztech_Easymaintanance.csv
DELETED
@@ -1,42 +0,0 @@
|
|
1 |
-
Site Maintenance,Site Maintenance
|
2 |
-
Allow Frontend for Admin,Erlauben Frontend für Admin
|
3 |
-
Allowed IPs,erlaubte IPs
|
4 |
-
Log file,Log-Datei
|
5 |
-
Maintenance Page HTML,Wartung Page HTML
|
6 |
-
Timer?,Timer?
|
7 |
-
Timer text,Timer Text
|
8 |
-
Date,Datum
|
9 |
-
Hour,Stunde
|
10 |
-
Minute,Minute
|
11 |
-
Alert Minutes,Alert-Protokoll
|
12 |
-
Recipient Email,Empfänger E-Mail
|
13 |
-
Email Template,E-Mail Vorlage
|
14 |
-
Enable,ermöglichen
|
15 |
-
Recipient Email,Empfänger E-Mail
|
16 |
-
enable or disable Site Maintenance,aktivieren oder deaktivieren Site Maintenance
|
17 |
-
Frontend is allow for logged admin user,Frontend ist damit für eingeloggte Benutzer admin
|
18 |
-
IPs that can access Site,"IPs, die Website zugreifen können"
|
19 |
-
Create log file to know who access while site is under maintenance mode.,"Erstellen Sie Protokolldateien, wer Zugang kennen, während Seite befindet sich im Wartungsmodus."
|
20 |
-
Show this HTML content when site is under maintanance,"Dieses HTML-Inhalte, wenn Website ist unter maintanance"
|
21 |
-
enable or disable Timer,aktivieren oder deaktivieren Timer
|
22 |
-
Add text for timer,Fügen Sie Text für Timer
|
23 |
-
Add Date for set timer,Aufgenommen für Timer einstellen
|
24 |
-
Add Hour in 24-hour format when you want to finish timer,"In Stunde im 24-Stunden-Format, wenn Sie Timer beenden möchten"
|
25 |
-
Add Minute when you want to finish timer,"In Minute, wenn Sie Timer beenden möchten"
|
26 |
-
Add Minute to notify when timer comes to end,"In Minute zu benachrichtigen, wenn der Timer kommt bis zum Ende"
|
27 |
-
Maintenance Configuration,Wartung Configuration
|
28 |
-
Timer Configuration,Timer-Konfiguration
|
29 |
-
Contact Us Configuration,Kontakt Konfiguration
|
30 |
-
Yes,Ja
|
31 |
-
No,Keine
|
32 |
-
Days,Tage
|
33 |
-
Hours,Stunden
|
34 |
-
Minutes,Minuten
|
35 |
-
Seconds,Sekunden
|
36 |
-
Notify Me,Benachrichtige Mich
|
37 |
-
Your Full Name,Ihr Vollst�ndiger Name
|
38 |
-
Your E-mail,Deine E-Mail
|
39 |
-
Submit,einreichen
|
40 |
-
Contact Us,Kontaktieren Sie Uns
|
41 |
-
Where did you hear about us,Wo haben Sie von uns geh�rt
|
42 |
-
Details,Details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/en_GB/Biztech_Easymaintanance.csv
DELETED
@@ -1,35 +0,0 @@
|
|
1 |
-
Site Maintenance,Site Maintenance
|
2 |
-
Allow Frontend for Admin,Allow Frontend for Admin
|
3 |
-
Allowed IPs,Allowed IPs
|
4 |
-
Log file,Log file
|
5 |
-
Maintenance Page HTML,Maintenance Page HTML
|
6 |
-
Timer?,Timer?
|
7 |
-
Timer text,Timer text
|
8 |
-
Date,Date
|
9 |
-
Hour,Hour
|
10 |
-
Minute,Minute
|
11 |
-
Alert Minutes,Alert Minutes
|
12 |
-
Recipient Email,Recipient Email
|
13 |
-
Email Template,Email Template
|
14 |
-
Enable,Enable
|
15 |
-
Recipient Email,Recipient Email
|
16 |
-
enable or disable Site Maintenance,enable or nobble Site Maintenance
|
17 |
-
Frontend is allow for logged admin user,Frontend is allow for logged admin user
|
18 |
-
IPs that can access Site,IPs that can access Site
|
19 |
-
Create log file to know who access while site is under maintenance mode.,Create log file to know who access whilst site is under maintenance mode.
|
20 |
-
Show this HTML content when site is under maintanance,Show this HTML content when site is under maintanance
|
21 |
-
enable or disable Timer,enable or nobble Timer
|
22 |
-
Add text for timer,Add text for timer
|
23 |
-
Add Date for set timer,Add Date for set timer
|
24 |
-
Add Hour in 24-hour format when you want to finish timer,Add Hour in 24-hour format when thou want to finish timer
|
25 |
-
Add Minute when you want to finish timer,Add Minute when thou want to finish timer
|
26 |
-
Add Minute to notify when timer comes to end,Add Minute to notify when timer comes to end
|
27 |
-
Maintenance Configuration,Maintenance Configuration
|
28 |
-
Timer Configuration,Timer Configuration
|
29 |
-
Contact Us Configuration,Contact Us Configuration
|
30 |
-
Yes,Yes
|
31 |
-
No,No
|
32 |
-
Days,Days
|
33 |
-
Hours,Hours
|
34 |
-
Minutes,Minutes
|
35 |
-
Seconds,Seconds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/fr_FR/Biztech_Easymaintanance.csv
DELETED
@@ -1,35 +0,0 @@
|
|
1 |
-
Site Maintenance,Maintenance du site
|
2 |
-
Allow Frontend for Admin,Laisser Frontend for Admin
|
3 |
-
Allowed IPs,IPs admis
|
4 |
-
Log file,fichier journal
|
5 |
-
Maintenance Page HTML,Entretien Page HTML
|
6 |
-
Timer?,Minuterie?
|
7 |
-
Timer text,Texte de la minuterie
|
8 |
-
Date,Date d'
|
9 |
-
Hour,heure
|
10 |
-
Minute,minute
|
11 |
-
Alert Minutes,Procés-verbal d'alerte
|
12 |
-
Recipient Email,Email du destinataire
|
13 |
-
Email Template,Modéle de courriel
|
14 |
-
Enable,permettre
|
15 |
-
Recipient Email,Email du destinataire
|
16 |
-
enable or disable Site Maintenance,activer ou désactiver Maintenance du site
|
17 |
-
Frontend is allow for logged admin user,Frontend est de permettre connecté utilisateur admin
|
18 |
-
IPs that can access Site,IP qui peuvent accéder au site
|
19 |
-
Create log file to know who access while site is under maintenance mode.,Créer un fichier log pour savoir qui l'accés tout site est en mode maintenance.
|
20 |
-
Show this HTML content when site is under maintanance,Montrer ce contenu HTML quand le site est sous maintanance
|
21 |
-
enable or disable Timer,activer ou désactiver la minuterie
|
22 |
-
Add text for timer,Ajoutez le texte pour minuterie
|
23 |
-
Add Date for set timer,Ajouter la date pour réglez la minuterie
|
24 |
-
Add Hour in 24-hour format when you want to finish timer,Ajouter heure au format 24 heures lorsque vous voulez terminer minuterie
|
25 |
-
Add Minute when you want to finish timer,Ajouter minute quand vous voulez terminer minuterie
|
26 |
-
Add Minute to notify when timer comes to end,Ajouter Minute de notifier lorsque la minuterie arrive àla fin
|
27 |
-
Maintenance Configuration,Configuration de maintenance
|
28 |
-
Timer Configuration,Configuration de la minuterie
|
29 |
-
Contact Us Configuration,Contactez-nous Configuration
|
30 |
-
Yes,Oui
|
31 |
-
No,Non
|
32 |
-
Days,jours
|
33 |
-
Hours,heures
|
34 |
-
Minutes,minutes
|
35 |
-
Seconds,secondes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/it_IT/Biztech_Easymaintanance.csv
DELETED
@@ -1,35 +0,0 @@
|
|
1 |
-
Site Maintenance,Manutenzione del sito
|
2 |
-
Allow Frontend for Admin,Lasciare Frontend for Admin
|
3 |
-
Allowed IPs,IP consentiti
|
4 |
-
Log file,Il file di log
|
5 |
-
Maintenance Page HTML,Manutenzione Pagina HTML
|
6 |
-
Timer?,Timer?
|
7 |
-
Timer text,testo Timer
|
8 |
-
Date,data
|
9 |
-
Hour,Hour
|
10 |
-
Minute,minute
|
11 |
-
Alert Minutes,Minuti alert
|
12 |
-
Recipient Email,destinatario Email
|
13 |
-
Email Template,email Template
|
14 |
-
Enable,Attiva
|
15 |
-
Recipient Email,destinatario Email
|
16 |
-
enable or disable Site Maintenance,attivare o disattivare la manutenzione del sito
|
17 |
-
Frontend is allow for logged admin user,Frontend é consentire ingresso utente admin
|
18 |
-
IPs that can access Site,Indirizzi IP che possono accedere sito
|
19 |
-
Create log file to know who access while site is under maintenance mode.,Creare file di log per sapere chi di accesso mentre il sito é in modalità di manutenzione.
|
20 |
-
Show this HTML content when site is under maintanance,Mostra questo contenuto HTML quando sito é in fase maintanance
|
21 |
-
enable or disable Timer,attivare o disattivare il timer
|
22 |
-
Add text for timer,Aggiunta di testo per timer
|
23 |
-
Add Date for set timer,Aggiungi la data di timer impostato
|
24 |
-
Add Hour in 24-hour format when you want to finish timer,Aggiungere ora in formato 24 ore quando si desidera terminare il timer
|
25 |
-
Add Minute when you want to finish timer,Aggiungi Minute quando si vuole terminare il timer
|
26 |
-
Add Minute to notify when timer comes to end,Aggiungi Minute per notificare quando il timer arriva a fine
|
27 |
-
Maintenance Configuration,Configurazione manutenzione
|
28 |
-
Timer Configuration,Configurazione del timer
|
29 |
-
Contact Us Configuration,Contattaci Configurazione
|
30 |
-
Yes,Si
|
31 |
-
No,No
|
32 |
-
Days,Giorni
|
33 |
-
Hours,orario
|
34 |
-
Minutes,minuti
|
35 |
-
Seconds,secondi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/nl_NL/Biztech_Easymaintanance.csv
DELETED
@@ -1,35 +0,0 @@
|
|
1 |
-
Site Maintenance,Site Maintenance
|
2 |
-
Allow Frontend for Admin,Laat Frontend voor Admin
|
3 |
-
Allowed IPs,toegestaan ??IP's
|
4 |
-
Log file,log file
|
5 |
-
Maintenance Page HTML,Onderhoud Pagina HTML
|
6 |
-
Timer?,Timer?
|
7 |
-
Timer text,timer tekst
|
8 |
-
Date,datum
|
9 |
-
Hour,uur
|
10 |
-
Minute,minuut
|
11 |
-
Alert Minutes,alert minuten
|
12 |
-
Recipient Email,ontvanger E-mail
|
13 |
-
Email Template,Email Template
|
14 |
-
Enable,in staat stellen
|
15 |
-
Recipient Email,ontvanger E-mail
|
16 |
-
enable or disable Site Maintenance,stellen Site Maintenance of uitschakelen
|
17 |
-
Frontend is allow for logged admin user,Frontend is mogelijk voor ingelogde admin gebruiker
|
18 |
-
IPs that can access Site,IP's die toegang hebben tot Site
|
19 |
-
Create log file to know who access while site is under maintenance mode.,Maak een log-bestand naar die toegang weten terwijl site is in onderhoud modus.
|
20 |
-
Show this HTML content when site is under maintanance,Laat deze HTML-inhoud wanneer site is onder maintanance
|
21 |
-
enable or disable Timer,stellen timer of uitschakelen
|
22 |
-
Add text for timer,Voeg tekst voor timer
|
23 |
-
Add Date for set timer,Voeg Datum voor set timer
|
24 |
-
Add Hour in 24-hour format when you want to finish timer,Voeg Uur in 24-uurs formaat wanneer u wilt timer af
|
25 |
-
Add Minute when you want to finish timer,Voeg Minute wanneer u wilt timer af
|
26 |
-
Add Minute to notify when timer comes to end,Voeg Minute te waarschuwen wanneer timer komt naar einde
|
27 |
-
Maintenance Configuration,onderhoud Vorm
|
28 |
-
Timer Configuration,timer Configuratie
|
29 |
-
Contact Us Configuration,Contact Configuration
|
30 |
-
Yes,ja
|
31 |
-
No,geen
|
32 |
-
Days,dagen
|
33 |
-
Hours,Hours
|
34 |
-
Minutes,notulen
|
35 |
-
Seconds,seconden
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,27 +1,37 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>easymaintanance_module</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
-
<license
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Easy Store Maintenance Extension allows you to put your online store in maintenance mode for specified period of time.</summary>
|
10 |
<description>Sometimes, due to some technical issues, server related problem, or if you want to change some feature or theme of your live website, you require putting your site under maintenance mode. At that moment, Easy Site Maintenance extension is a boon for online merchants. 
|
|
|
11 |
Easy Store Maintenance Extension allows you to put your online store in maintenance mode for specified period of time from the frontend and configure it from the backend. 
|
|
|
12 |
Features
|
|
|
13 |
• After installing and activating this extension no one can have access to your website. Only administrator of the site can access the site. There is also a facility where the admin can specify few IP address from admin side and site would be accessed from those IP addresses too. This helps the developer to apply the changes required in the site from specified IP address.
|
|
|
14 |
• This extension allows you to display how long your website or e-store will be under maintenance. Facility for displaying countdown timer is also available.
|
|
|
15 |
• You can keep track of your visitors when your site was under maintenance with the help of Log file. Log file is maintained from admin side. When any one tries to reach your website while it is in maintenance mode, the IP address of that visitor is recorded in the log file.
|
|
|
16 |
• Provision for filling up contact us form is also there when the site is in construction mode. This will allow your customers to reach you even though your site is under construction least missing any fruitful opportunity.
|
|
|
17 |
• Works for multi-store too. If you run multiple store and manage all the stores from single admin panel, no issue will be encountered if you either want to put one, few or all stores under maintenance.
|
|
|
18 |
• Though we provide a custom message for the maintenance page, but you can also display your own custom message. The choice is upto you either to display the default template provides by us or create your own. If you want to display your own custom message then you just need to add the html code, there is no need to create a separate page or redirect the maintenance page on another page for that. You can also display images.
|
|
|
19 |
</description>
|
20 |
-
<notes
|
|
|
21 |
<authors><author><name>Biztech</name><user>biztechcon</user><email>sales@biztechconsultancy.com</email></author></authors>
|
22 |
-
<date>
|
23 |
-
<time>
|
24 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Biztech_Easymaintanance.xml" hash="bb1ccb318bbbe160a71018e503d10b9b"/></dir></target><target name="magelocal"><dir name="Biztech"><dir name="Easymaintanance"><dir name="Block"><dir name="Adminhtml"><dir name="Notification"><dir name="Edit"><file name="Form.php" hash="1f5938a0215bb518db8153c39337cb11"/><dir name="Tab"><file name="Form.php" hash="ed8af40e323fbadc783f8673cd4b7963"/></dir><file name="Tabs.php" hash="039e86181e626be2582605b658665f20"/></dir><file name="Edit.php" hash="18b110d04a96829e147fddcb38acf8d4"/><file name="Grid.php" hash="88e821c9010ee5e4f6aead535a941c16"/></dir><file name="Notification.php" hash="109032e325e5c4e4e4473e964a4eaeea"/><dir name="System"><dir name="Config"><file name="Date.php" hash="03c969990d1dcabae3645a59793cd50d"/><file name="Editor.php" hash="b1c1cdb34820495f0c811caa07ad4272"/></dir></dir></dir><file name="Feedback.php" hash="827f19a5a94483c876070312cdbe8e0f"/><file name="Notification.php" hash="889ddbf6db504e8fa10bb344b13d3850"/></dir><dir name="Helper"><file name="Data.php" hash="7dc793440c9cb5bbeab249471af0cea6"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Notification"><file name="Collection.php" hash="2629949da947bc6259fa5152c568a218"/></dir><file name="Notification.php" hash="4b166830cac8797e5101b8958a456e6f"/></dir><file name="Notification.php" hash="847a2a2f8a29f65b06ef18693f62a322"/><file name="Observer.php" hash="fdfd70ae3718cd7e94f0c525c0bf67fe"/><file name="Validatehour.php" hash="edd50c9829552bc766e48089856d878b"/><file name="Validatemin.php" hash="1c588eaf39d567ef32f0c4b2e41ab3c6"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="NotificationController.php" hash="d4d33e8326cffc813c55886323f85728"/></dir><file name="IndexController.php" hash="d486a34ad8aa9ac902d9a74cfe965b97"/></dir><dir name="etc"><file name="config.xml" hash="
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>easymaintanance_module</name>
|
4 |
+
<version>0.1.6</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license>http://opensource.org/licenses/osl-3.0.php</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Easy Store Maintenance Extension allows you to put your online store in maintenance mode for specified period of time.</summary>
|
10 |
<description>Sometimes, due to some technical issues, server related problem, or if you want to change some feature or theme of your live website, you require putting your site under maintenance mode. At that moment, Easy Site Maintenance extension is a boon for online merchants. 
|
11 |
+

|
12 |
Easy Store Maintenance Extension allows you to put your online store in maintenance mode for specified period of time from the frontend and configure it from the backend. 
|
13 |
+

|
14 |
Features
|
15 |
+

|
16 |
• After installing and activating this extension no one can have access to your website. Only administrator of the site can access the site. There is also a facility where the admin can specify few IP address from admin side and site would be accessed from those IP addresses too. This helps the developer to apply the changes required in the site from specified IP address.
|
17 |
+

|
18 |
• This extension allows you to display how long your website or e-store will be under maintenance. Facility for displaying countdown timer is also available.
|
19 |
+

|
20 |
• You can keep track of your visitors when your site was under maintenance with the help of Log file. Log file is maintained from admin side. When any one tries to reach your website while it is in maintenance mode, the IP address of that visitor is recorded in the log file.
|
21 |
+

|
22 |
• Provision for filling up contact us form is also there when the site is in construction mode. This will allow your customers to reach you even though your site is under construction least missing any fruitful opportunity.
|
23 |
+

|
24 |
• Works for multi-store too. If you run multiple store and manage all the stores from single admin panel, no issue will be encountered if you either want to put one, few or all stores under maintenance.
|
25 |
+

|
26 |
• Though we provide a custom message for the maintenance page, but you can also display your own custom message. The choice is upto you either to display the default template provides by us or create your own. If you want to display your own custom message then you just need to add the html code, there is no need to create a separate page or redirect the maintenance page on another page for that. You can also display images.
|
27 |
+

|
28 |
</description>
|
29 |
+
<notes>Enhancement
|
30 |
+
Enable configuration at website level</notes>
|
31 |
<authors><author><name>Biztech</name><user>biztechcon</user><email>sales@biztechconsultancy.com</email></author></authors>
|
32 |
+
<date>2016-09-27</date>
|
33 |
+
<time>13:14:58</time>
|
34 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Biztech_Easymaintanance.xml" hash="bb1ccb318bbbe160a71018e503d10b9b"/></dir></target><target name="mage"><dir name="."><file name="EasySiteMaintenance.pdf" hash="398db83e77e082975e5de2a06e86ffb6"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="easymaintanance.xml" hash="a5fb50bbc8ab1584cf2041596ae105c9"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="easymaintanance.xml" hash="7e530ea686198bed24c40032b88a18f5"/></dir><dir name="template"><dir name="easymaintanance"><file name="Thumbs.db" hash="6afe2e5ff2d269395baac82a4ddd4313"/><file name="easymaintanance.phtml" hash="6f867198bdc74edc16af40fcd7ce3e57"/><file name="notify.phtml" hash="ef9a2f45e3f5dddc102175f741bbd742"/><file name="popup_html.phtml" hash="c36678af0e9ed199842f7b52e1aa8c95"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Biztech"><dir name="Easymaintanance"><dir name="Block"><dir name="Adminhtml"><dir name="Notification"><dir name="Edit"><file name="Form.php" hash="1f5938a0215bb518db8153c39337cb11"/><dir name="Tab"><file name="Form.php" hash="ed8af40e323fbadc783f8673cd4b7963"/></dir><file name="Tabs.php" hash="039e86181e626be2582605b658665f20"/></dir><file name="Edit.php" hash="18b110d04a96829e147fddcb38acf8d4"/><file name="Grid.php" hash="88e821c9010ee5e4f6aead535a941c16"/></dir><file name="Notification.php" hash="109032e325e5c4e4e4473e964a4eaeea"/><dir name="System"><dir name="Config"><file name="Date.php" hash="03c969990d1dcabae3645a59793cd50d"/><file name="Editor.php" hash="b1c1cdb34820495f0c811caa07ad4272"/></dir></dir></dir><file name="Feedback.php" hash="827f19a5a94483c876070312cdbe8e0f"/><file name="Notification.php" hash="889ddbf6db504e8fa10bb344b13d3850"/></dir><dir name="Helper"><file name="Data.php" hash="7dc793440c9cb5bbeab249471af0cea6"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Notification"><file name="Collection.php" hash="2629949da947bc6259fa5152c568a218"/></dir><file name="Notification.php" hash="4b166830cac8797e5101b8958a456e6f"/></dir><file name="Notification.php" hash="847a2a2f8a29f65b06ef18693f62a322"/><file name="Observer.php" hash="fdfd70ae3718cd7e94f0c525c0bf67fe"/><file name="Validatehour.php" hash="edd50c9829552bc766e48089856d878b"/><file name="Validatemin.php" hash="1c588eaf39d567ef32f0c4b2e41ab3c6"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="NotificationController.php" hash="d4d33e8326cffc813c55886323f85728"/></dir><file name="IndexController.php" hash="d486a34ad8aa9ac902d9a74cfe965b97"/></dir><dir name="etc"><file name="config.xml" hash="df142c4d2374d68a6c7e2cec6c19a22a"/><file name="system.xml" hash="9b612d82e18ff8f63d3c321b3582c154"/></dir><dir name="sql"><dir name="easymaintanance_setup"><file name="mysql4-install-0.1.0.php" hash="74ea9846fddfa02d689d721530842bc7"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="6fef6eed753e41cd70f9cfc9268debff"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="d7a7afceee7949b3195ef33ab276f728"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="d7a7afceee7949b3195ef33ab276f728"/><file name="mysql4-upgrade-0.1.4-0.1.5 (copy).php" hash="d7a7afceee7949b3195ef33ab276f728"/><file name="mysql4-upgrade-0.1.4-0.1.5.php" hash="d7a7afceee7949b3195ef33ab276f728"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="easymaintanance"><dir name="css"><file name="easymaintanance.css" hash="d6386e1b7f531d459091ffbd1b8c11ff"/><file name="popup.css" hash="cfce607ed7cd7a94ce67321c3615d6c0"/></dir><dir name="images"><file name="Thumbs.db" hash="65fc2dfcc62a6343f8bcc57ddffcfc20"/><file name="ajax-loader-onestep.gif" hash="cf9953e0d5241b49c3dee9d0051cca3d"/><file name="bg-body.png" hash="2b8a442e1a4728207161a643ca1c75d2"/><file name="bg-header.gif" hash="571932485b33226c2a11f5100aa1f8ae"/><file name="bg-header.png" hash="eed1fe20e0db02cdba4c24425ede9adb"/><file name="body-bg.jpg" hash="5063bf47a76bde725e0756ef66e988f1"/><file name="closebox.png" hash="f2aace763cfcc4d6f3427a8a0842e55c"/><file name="feedbacktab.png" hash="d288691dbb16c7b73187f1e2e9e96ba0"/><file name="general-btn.gif" hash="d04f8bf3e7bc194a031bb5b2ac7433ba"/><file name="general-input-bg.jpg" hash="5a63d17240be2d5acdd8d432c4e1caff"/><file name="loader.gif" hash="afacd501feecb0b0f196952014aec797"/><file name="time-bg.gif" hash="4ed0b926562d76560fc1855022bdea14"/><file name="time-bg.png" hash="6831e69ad40ac8db863653166ce0ace8"/><file name="title-seperator.png" hash="2d8ba062d36339feb1cca920cadc61fe"/></dir><dir name="js"><file name="popup.js" hash="6cd74e0ad4618201b61bc86a39e04c2c"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Biztech_Easymaintanance.csv" hash="afba103d507a10d3b2c22f8876e4c18a"/><dir name="template"><dir name="email"><dir name="easymaintanance"><file name="contactus.html" hash="fad80bccd037f798f48fb4208bb8871a"/><file name="notification.html" hash="32f331ef1ba210f19d57b26bb7f1029f"/></dir></dir></dir></dir></target></contents>
|
35 |
<compatible/>
|
36 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
37 |
</package>
|