Version Notes
v 1.0.6:
update google map api to version 3
v 1.0.5:
issue in short tag
v 1.0.3:
issue in https fixed
v 1.0.2:
some issue fixed
v 1.0.0:
1) convert FIPS 10-4 region code to ISO 3166:2 region code
2) show markers map in backend
3) enable widget for google map
v 0.9:
add Net_GeoIP in to source for easy installation
v 0.8:
1) add configuration for GeoIP data file
2) check online customer from log
3) use Net_GeoIP for IP location detect
v 0.7:
add support for 'GeoIpCity.dat'
v 0.6:
change default design/template
v 0.5:
first release package
Download this release
Release Info
Developer | Magento Core Team |
Extension | Pz_WorldMap |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
- app/code/community/Pz/WorldMap/Block/Adminhtml/Widget/Map/Selector.php +2 -2
- app/code/community/Pz/WorldMap/Block/Adminhtml/Widget/Marker/Chooser.php +2 -2
- app/code/community/Pz/WorldMap/Block/Map.php +2 -2
- app/code/community/Pz/WorldMap/Block/Map/Abstract.php +4 -6
- app/code/community/Pz/WorldMap/Model/System/Config/Source/Region.php +36 -0
- app/code/community/Pz/WorldMap/etc/config.xml +38 -8
- app/code/community/Pz/WorldMap/etc/system.xml +34 -21
- app/code/community/Pz/WorldMap/etc/widget.xml +33 -3
- package.xml +8 -5
app/code/community/Pz/WorldMap/Block/Adminhtml/Widget/Map/Selector.php
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
* @package Pz_WorldMap
|
26 |
*
|
27 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
-
* @version $$Id:
|
29 |
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
*/
|
31 |
|
@@ -34,7 +34,7 @@
|
|
34 |
*
|
35 |
* @package Pz_WorldMap
|
36 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
37 |
-
* @version $$Id:
|
38 |
*/
|
39 |
class Pz_WorldMap_Block_Adminhtml_Widget_Map_Selector extends Mage_Adminhtml_Block_Template {
|
40 |
|
25 |
* @package Pz_WorldMap
|
26 |
*
|
27 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
+
* @version $$Id: Selector.php 114 2010-10-20 06:02:02Z cwei $$
|
29 |
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
*/
|
31 |
|
34 |
*
|
35 |
* @package Pz_WorldMap
|
36 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
37 |
+
* @version $$Id: Selector.php 114 2010-10-20 06:02:02Z cwei $$
|
38 |
*/
|
39 |
class Pz_WorldMap_Block_Adminhtml_Widget_Map_Selector extends Mage_Adminhtml_Block_Template {
|
40 |
|
app/code/community/Pz/WorldMap/Block/Adminhtml/Widget/Marker/Chooser.php
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
* @package Pz_WorldMap
|
26 |
*
|
27 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
-
* @version $$Id:
|
29 |
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
*/
|
31 |
|
@@ -34,7 +34,7 @@
|
|
34 |
*
|
35 |
* @package Pz_WorldMap
|
36 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
37 |
-
* @version $$Id:
|
38 |
*/
|
39 |
class Pz_WorldMap_Block_Adminhtml_Widget_Marker_Chooser extends Mage_Adminhtml_Block_Widget_Container {
|
40 |
|
25 |
* @package Pz_WorldMap
|
26 |
*
|
27 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
+
* @version $$Id: Chooser.php 114 2010-10-20 06:02:02Z cwei $$
|
29 |
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
*/
|
31 |
|
34 |
*
|
35 |
* @package Pz_WorldMap
|
36 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
37 |
+
* @version $$Id: Chooser.php 114 2010-10-20 06:02:02Z cwei $$
|
38 |
*/
|
39 |
class Pz_WorldMap_Block_Adminhtml_Widget_Marker_Chooser extends Mage_Adminhtml_Block_Widget_Container {
|
40 |
|
app/code/community/Pz/WorldMap/Block/Map.php
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
* @package Pz_WorldMap
|
26 |
*
|
27 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
-
* @version $$Id:
|
29 |
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
*/
|
31 |
|
@@ -34,7 +34,7 @@
|
|
34 |
*
|
35 |
* @package Pz_WorldMap
|
36 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
37 |
-
* @version $$Id:
|
38 |
*/
|
39 |
class Pz_WorldMap_Block_Map extends Pz_WorldMap_Block_Map_Abstract {
|
40 |
|
25 |
* @package Pz_WorldMap
|
26 |
*
|
27 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
+
* @version $$Id: Map.php 114 2010-10-20 06:02:02Z cwei $$
|
29 |
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
*/
|
31 |
|
34 |
*
|
35 |
* @package Pz_WorldMap
|
36 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
37 |
+
* @version $$Id: Map.php 114 2010-10-20 06:02:02Z cwei $$
|
38 |
*/
|
39 |
class Pz_WorldMap_Block_Map extends Pz_WorldMap_Block_Map_Abstract {
|
40 |
|
app/code/community/Pz/WorldMap/Block/Map/Abstract.php
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
* @package Pz_WorldMap
|
26 |
*
|
27 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
-
* @version $$Id:
|
29 |
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
*/
|
31 |
|
@@ -34,7 +34,7 @@
|
|
34 |
*
|
35 |
* @package Pz_WorldMap
|
36 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
37 |
-
* @version $$Id:
|
38 |
*/
|
39 |
class Pz_WorldMap_Block_Map_Abstract extends Mage_Core_Block_Template implements
|
40 |
Mage_Widget_Block_Interface {
|
@@ -66,9 +66,8 @@ class Pz_WorldMap_Block_Map_Abstract extends Mage_Core_Block_Template implements
|
|
66 |
if (! $this->getMapZoom()) {
|
67 |
$this->setMapZoom(1);
|
68 |
}
|
69 |
-
|
70 |
}
|
71 |
-
|
72 |
/**
|
73 |
*
|
74 |
*/
|
@@ -78,8 +77,7 @@ class Pz_WorldMap_Block_Map_Abstract extends Mage_Core_Block_Template implements
|
|
78 |
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] && $_SERVER['HTTPS'] != 'off') {
|
79 |
$protocal .= 's';
|
80 |
}
|
81 |
-
$html = "<script src='$protocal://
|
82 |
-
$html .= "<script>google.load('maps', '3', {other_params: 'sensor=false'});</script>";
|
83 |
echo $html;
|
84 |
|
85 |
self::$mapJsEnabled = true;
|
25 |
* @package Pz_WorldMap
|
26 |
*
|
27 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
+
* @version $$Id: Abstract.php 114 2010-10-20 06:02:02Z cwei $$
|
29 |
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
*/
|
31 |
|
34 |
*
|
35 |
* @package Pz_WorldMap
|
36 |
* @author Cheng Wei <cheng.wei@zosoft.net>
|
37 |
+
* @version $$Id: Abstract.php 114 2010-10-20 06:02:02Z cwei $$
|
38 |
*/
|
39 |
class Pz_WorldMap_Block_Map_Abstract extends Mage_Core_Block_Template implements
|
40 |
Mage_Widget_Block_Interface {
|
66 |
if (! $this->getMapZoom()) {
|
67 |
$this->setMapZoom(1);
|
68 |
}
|
|
|
69 |
}
|
70 |
+
|
71 |
/**
|
72 |
*
|
73 |
*/
|
77 |
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] && $_SERVER['HTTPS'] != 'off') {
|
78 |
$protocal .= 's';
|
79 |
}
|
80 |
+
$html = "<script src='$protocal://maps.google.com/maps/api/js?sensor=true'></script>";
|
|
|
81 |
echo $html;
|
82 |
|
83 |
self::$mapJsEnabled = true;
|
app/code/community/Pz/WorldMap/Model/System/Config/Source/Region.php
CHANGED
@@ -1,5 +1,41 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
class Pz_WorldMap_Model_System_Config_Source_Region {
|
4 |
|
5 |
protected $_options;
|
1 |
<?php
|
2 |
|
3 |
+
/**
|
4 |
+
* Zing Outsourcing Software
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@zosoft.net so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* We supply professinal magento support.
|
19 |
+
* - Custom Design, for layout, template, skin, style ...
|
20 |
+
* - Custom Module, for new featuers, actions, and other custom functions.
|
21 |
+
* - Product import/export, for import product from excel file or other online shop.
|
22 |
+
* - Other DIY for magento.
|
23 |
+
*
|
24 |
+
* @category ZoSoft
|
25 |
+
* @package Pz_WorldMap
|
26 |
+
*
|
27 |
+
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
+
* @version $$Id: Region.php 118 2010-10-23 14:21:37Z cwei $$
|
29 |
+
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
+
*/
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Source for backend configuration
|
34 |
+
*
|
35 |
+
* @package Pz_WorldMap
|
36 |
+
* @author Cheng Wei <cheng.wei@zosoft.net>
|
37 |
+
* @version $$Id: Region.php 118 2010-10-23 14:21:37Z cwei $$
|
38 |
+
*/
|
39 |
class Pz_WorldMap_Model_System_Config_Source_Region {
|
40 |
|
41 |
protected $_options;
|
app/code/community/Pz/WorldMap/etc/config.xml
CHANGED
@@ -1,8 +1,38 @@
|
|
1 |
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pz_WorldMap>
|
5 |
-
<version>1.0.
|
6 |
</Pz_WorldMap>
|
7 |
</modules>
|
8 |
<global>
|
@@ -102,13 +132,13 @@
|
|
102 |
</frontend>
|
103 |
<admin>
|
104 |
<routers>
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
</routers>
|
113 |
</admin>
|
114 |
<adminhtml>
|
1 |
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Zing Outsourcing Software
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@zosoft.net so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* We supply professinal magento support.
|
19 |
+
* - Custom Design, for layout, template, skin, style ...
|
20 |
+
* - Custom Module, for new featuers, actions, and other custom functions.
|
21 |
+
* - Product import/export, for import product from excel file or other online shop.
|
22 |
+
* - Other DIY for magento.
|
23 |
+
*
|
24 |
+
* @category ZoSoft
|
25 |
+
* @package Pz_WorldMap
|
26 |
+
*
|
27 |
+
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
+
* @version $$Id: config.xml 118 2010-10-23 14:21:37Z cwei $$
|
29 |
+
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
+
*/
|
31 |
+
-->
|
32 |
<config>
|
33 |
<modules>
|
34 |
<Pz_WorldMap>
|
35 |
+
<version>1.0.6</version>
|
36 |
</Pz_WorldMap>
|
37 |
</modules>
|
38 |
<global>
|
132 |
</frontend>
|
133 |
<admin>
|
134 |
<routers>
|
135 |
+
<adminhtml>
|
136 |
+
<args>
|
137 |
+
<modules>
|
138 |
+
<worldmap after="Mage_Adminhtml">Pz_WorldMap</worldmap>
|
139 |
+
</modules>
|
140 |
+
</args>
|
141 |
+
</adminhtml>
|
142 |
</routers>
|
143 |
</admin>
|
144 |
<adminhtml>
|
app/code/community/Pz/WorldMap/etc/system.xml
CHANGED
@@ -1,22 +1,34 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
<config>
|
21 |
<sections>
|
22 |
<worldmap translate="label" module="worldmap">
|
@@ -70,9 +82,10 @@
|
|
70 |
<marker_format translate="label,comment">
|
71 |
<label>Format marker title in frontend</label>
|
72 |
<comment><![CDATA[Format title string for marker, the placehodles like {###} will been replaced.
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
76 |
<frontend_type>text</frontend_type>
|
77 |
<sort_order>40</sort_order>
|
78 |
<show_in_default>1</show_in_default>
|
1 |
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Zing Outsourcing Software
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@zosoft.net so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* We supply professinal magento support.
|
19 |
+
* - Custom Design, for layout, template, skin, style ...
|
20 |
+
* - Custom Module, for new featuers, actions, and other custom functions.
|
21 |
+
* - Product import/export, for import product from excel file or other online shop.
|
22 |
+
* - Other DIY for magento.
|
23 |
+
*
|
24 |
+
* @category ZoSoft
|
25 |
+
* @package Pz_WorldMap
|
26 |
+
*
|
27 |
+
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
+
* @version $$Id: system.xml 118 2010-10-23 14:21:37Z cwei $$
|
29 |
+
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
+
*/
|
31 |
+
-->
|
32 |
<config>
|
33 |
<sections>
|
34 |
<worldmap translate="label" module="worldmap">
|
82 |
<marker_format translate="label,comment">
|
83 |
<label>Format marker title in frontend</label>
|
84 |
<comment><![CDATA[Format title string for marker, the placehodles like {###} will been replaced.
|
85 |
+
The valid variables could be:
|
86 |
+
CUSTOMER_NAME, REMOTE_IP, LOCATION, LATITUDE, LONGITUDE,
|
87 |
+
CUSTOMER_FIRSTNAME, CUSTOMER_LASTNAME, CUSTOMER_EMAIL
|
88 |
+
]]></comment>
|
89 |
<frontend_type>text</frontend_type>
|
90 |
<sort_order>40</sort_order>
|
91 |
<show_in_default>1</show_in_default>
|
app/code/community/Pz/WorldMap/etc/widget.xml
CHANGED
@@ -1,4 +1,34 @@
|
|
1 |
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
<widgets>
|
3 |
<worldmap_map type="worldmap/map">
|
4 |
<name>Google Map</name>
|
@@ -46,9 +76,9 @@
|
|
46 |
<markers translate="label">
|
47 |
<type>label</type>
|
48 |
<visible>1</visible>
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
</markers>
|
53 |
</parameters>
|
54 |
</worldmap_map>
|
1 |
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Zing Outsourcing Software
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@zosoft.net so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* We supply professinal magento support.
|
19 |
+
* - Custom Design, for layout, template, skin, style ...
|
20 |
+
* - Custom Module, for new featuers, actions, and other custom functions.
|
21 |
+
* - Product import/export, for import product from excel file or other online shop.
|
22 |
+
* - Other DIY for magento.
|
23 |
+
*
|
24 |
+
* @category ZoSoft
|
25 |
+
* @package Pz_WorldMap
|
26 |
+
*
|
27 |
+
* @author Cheng Wei <cheng.wei@zosoft.net>
|
28 |
+
* @version $$Id: widget.xml 118 2010-10-23 14:21:37Z cwei $$
|
29 |
+
* @copyright Copyright (C) 2010 Z.O. Software, China (http://www.zosoft.net)
|
30 |
+
*/
|
31 |
+
-->
|
32 |
<widgets>
|
33 |
<worldmap_map type="worldmap/map">
|
34 |
<name>Google Map</name>
|
76 |
<markers translate="label">
|
77 |
<type>label</type>
|
78 |
<visible>1</visible>
|
79 |
+
<helper_block>
|
80 |
+
<type>worldmap/adminhtml_widget_map_selector</type>
|
81 |
+
</helper_block>
|
82 |
</markers>
|
83 |
</parameters>
|
84 |
</worldmap_map>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Pz_WorldMap</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -10,7 +10,10 @@
|
|
10 |
<description>Online user's world map, show who is online and where they are.
|
11 |
|
12 |
Widget for google map.</description>
|
13 |
-
<notes>v 1.0.
|
|
|
|
|
|
|
14 |
issue in short tag
|
15 |
|
16 |
v 1.0.3:
|
@@ -42,9 +45,9 @@ v 0.6:
|
|
42 |
v 0.5:
|
43 |
first release package</notes>
|
44 |
<authors><author><name>Cheng Wei</name><user>auto-converted</user><email>berlios.o@gmail.com</email></author></authors>
|
45 |
-
<date>2010-
|
46 |
-
<time>14:
|
47 |
-
<contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><file name="customer-flag.png" hash="8f33bab9b0c154462489b35140f29fae"/><file name="guest-flag.png" hash="47c715944bf946fd0cd9528cd8a016ae"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><file name="customer-flag.png" hash="8f33bab9b0c154462489b35140f29fae"/><file name="guest-flag.png" hash="47c715944bf946fd0cd9528cd8a016ae"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="worldmap.xml" hash="9b9b6e88fbe0b7086ecae0d4e5a0a4c2"/></dir><dir name="template"><dir name="worldmap"><dir name="info"><file name="geomap.phtml" hash="090e5dd9fbf704864c0c5488fa5c6fbe"/></dir><dir name="map"><file name="country.phtml" hash="c9994c2fd6c01dcd578f6853f0e51c3a"/><file name="marker.phtml" hash="903e2d2f451d28fc1563f15c2d5ef1cd"/><file name="region.phtml" hash="65216785a0a95545890273b2ef314c96"/></dir><dir name="page"><file name="head.phtml" hash="a94cd9b7ae053c0b38f8436db5c677ab"/></dir><dir name="widget"><dir name="map"><file name="selector.phtml" hash="288254500d326f7666d98667c43ca2a1"/></dir><dir name="marker"><file name="container.phtml" hash="1f3708de3e776a59ab32b123df50b15b"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="worldmap.xml" hash="3125174c306ac57e2a31b554b2a5666b"/></dir><dir name="template"><dir name="worldmap"><file name="map.phtml" hash="98c21afd0f5000a45b3cd5983a2b7619"/><file name="online.phtml" hash="c9c1af2b4d0dca3496275aa646ff300d"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="map"><file name="markerclusterer.js" hash="530243de5073391413b9db9756b40b62"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pz_WorldMap.xml" hash="830c817474800247b94067a37c0dcb94"/></dir></target><target name="magelib"><dir name="PEAR"><dir name="Net"><dir name="GeoIP"><file name="DMA.php" hash="3041b17a8aab69ec3b63c017f1a0432d"/><file name="Location.php" hash="ddb36e4e7cacc2a50b67192a0eb79663"/></dir><file name="GeoIP.php" hash="e7bec2e088af4b24a27864f50a473b88"/></dir><dir name="PEAR"><file name="Exception.php" hash="f364e75223744d460a6bb08420ac94f9"/></dir></dir></target><target name="magecommunity"><dir name="Pz"><dir name="WorldMap"><dir name="Block"><file name="Links.php" hash="98cb18aa80b6e1addee1e09208baa1b6"/><file name="Map.php" hash="
|
48 |
<compatible/>
|
49 |
<dependencies/>
|
50 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Pz_WorldMap</name>
|
4 |
+
<version>1.0.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Online user's world map, show who is online and where they are.
|
11 |
|
12 |
Widget for google map.</description>
|
13 |
+
<notes>v 1.0.6:
|
14 |
+
update google map api to version 3
|
15 |
+
|
16 |
+
v 1.0.5:
|
17 |
issue in short tag
|
18 |
|
19 |
v 1.0.3:
|
45 |
v 0.5:
|
46 |
first release package</notes>
|
47 |
<authors><author><name>Cheng Wei</name><user>auto-converted</user><email>berlios.o@gmail.com</email></author></authors>
|
48 |
+
<date>2010-12-11</date>
|
49 |
+
<time>14:28:04</time>
|
50 |
+
<contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><file name="customer-flag.png" hash="8f33bab9b0c154462489b35140f29fae"/><file name="guest-flag.png" hash="47c715944bf946fd0cd9528cd8a016ae"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><file name="customer-flag.png" hash="8f33bab9b0c154462489b35140f29fae"/><file name="guest-flag.png" hash="47c715944bf946fd0cd9528cd8a016ae"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="worldmap.xml" hash="9b9b6e88fbe0b7086ecae0d4e5a0a4c2"/></dir><dir name="template"><dir name="worldmap"><dir name="info"><file name="geomap.phtml" hash="090e5dd9fbf704864c0c5488fa5c6fbe"/></dir><dir name="map"><file name="country.phtml" hash="c9994c2fd6c01dcd578f6853f0e51c3a"/><file name="marker.phtml" hash="903e2d2f451d28fc1563f15c2d5ef1cd"/><file name="region.phtml" hash="65216785a0a95545890273b2ef314c96"/></dir><dir name="page"><file name="head.phtml" hash="a94cd9b7ae053c0b38f8436db5c677ab"/></dir><dir name="widget"><dir name="map"><file name="selector.phtml" hash="288254500d326f7666d98667c43ca2a1"/></dir><dir name="marker"><file name="container.phtml" hash="1f3708de3e776a59ab32b123df50b15b"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="worldmap.xml" hash="3125174c306ac57e2a31b554b2a5666b"/></dir><dir name="template"><dir name="worldmap"><file name="map.phtml" hash="98c21afd0f5000a45b3cd5983a2b7619"/><file name="online.phtml" hash="c9c1af2b4d0dca3496275aa646ff300d"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="map"><file name="markerclusterer.js" hash="530243de5073391413b9db9756b40b62"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pz_WorldMap.xml" hash="830c817474800247b94067a37c0dcb94"/></dir></target><target name="magelib"><dir name="PEAR"><dir name="Net"><dir name="GeoIP"><file name="DMA.php" hash="3041b17a8aab69ec3b63c017f1a0432d"/><file name="Location.php" hash="ddb36e4e7cacc2a50b67192a0eb79663"/></dir><file name="GeoIP.php" hash="e7bec2e088af4b24a27864f50a473b88"/></dir><dir name="PEAR"><file name="Exception.php" hash="f364e75223744d460a6bb08420ac94f9"/></dir></dir></target><target name="magecommunity"><dir name="Pz"><dir name="WorldMap"><dir name="Block"><file name="Links.php" hash="98cb18aa80b6e1addee1e09208baa1b6"/><file name="Map.php" hash="3d6d9a2344325adad25470fbfa92f30a"/><file name="Online.php" hash="891861764c00906bce6880f877dc901f"/><dir name="Adminhtml"><dir name="Online"><file name="Tabs.php" hash="d5b84909747d829fb70f166ffa70ac0e"/><dir name="Map"><file name="Geomap.php" hash="3821ff82dd0e2037ffed5b1f482e7e9c"/></dir></dir><dir name="Widget"><dir name="Map"><file name="Selector.php" hash="d3c9eba22a61d6042755ce52142a2566"/></dir><dir name="Marker"><file name="Chooser.php" hash="7f6e16e50100c6936206c53c02c34b41"/></dir></dir></dir><dir name="Map"><file name="Abstract.php" hash="c0a2d56b372701c43fd2c2816d2a327a"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="5c607322b69e192c96e366d2682fae71"/><dir name="Adminhtml"><file name="OnlineController.php" hash="a5ef08f28b95d240d8e11be553bd1301"/></dir></dir><dir name="etc"><file name="config.xml" hash="b3e1a8be6f8c8ecdf30479aece970d87"/><file name="system.xml" hash="3f8f175f4c162f743e3dc9ac3fa39dfa"/><file name="widget.xml" hash="61a72497df972e2009df7b56b84e449e"/></dir><dir name="Helper"><file name="Data.php" hash="cb91df6e8ce5572afc3170908cec2710"/></dir><dir name="Model"><file name="Ip.php" hash="c5c991a76a37384373ec53aa7808ec22"/><file name="Observe.php" hash="dd9e9487d5d17a4ade1c5784e20b2601"/><file name="Visitor.php" hash="65ab2dc020e82ab51dc19d5f6a9519f5"/><dir name="Entity"><file name="Setup.php" hash="5a8ce3adef8cf0389c16d9bae073e1a8"/><file name="Visitor.php" hash="8e17410114896ad10bc9a0c1e8bb3518"/><dir name="Visitor"><file name="Online.php" hash="c38d1dd15e4b63fbc45696c8e80f741a"/></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Region.php" hash="4f4f07e53521b7a7e408c67a912346f0"/></dir></dir></dir></dir><dir name="sql"><dir name="worldmap_setup"><file name="mysql4-install-0.1.0.php" hash="1228c98bf7b826922f62892bb87e46c8"/><file name="mysql4-upgrade-0.1.0-0.8.0.php" hash="db893e0bd0fd8cf1ac21d7af923c8d02"/><file name="mysql4-upgrade-0.9.6-1.0.0.php" hash="a6639ea73faf46ddad49316969373248"/></dir></dir></dir></dir></target></contents>
|
51 |
<compatible/>
|
52 |
<dependencies/>
|
53 |
</package>
|