Version Notes
Can be skinned entirely by modifying css/calendarview.css
Download this release
Release Info
Developer | Magento Core Team |
Extension | Clockworkgeek_CalendarView |
Version | 0.2 |
Comparing to | |
See all releases |
Code changes from version 0.1 to 0.2
app/code/community/Clockworkgeek/CalendarView/etc/config.xml
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
|
20 |
<modules>
|
21 |
<Clockworkgeek_CalendarView>
|
22 |
-
<version>0.
|
23 |
</Clockworkgeek_CalendarView>
|
24 |
</modules>
|
25 |
|
19 |
|
20 |
<modules>
|
21 |
<Clockworkgeek_CalendarView>
|
22 |
+
<version>0.2</version>
|
23 |
</Clockworkgeek_CalendarView>
|
24 |
</modules>
|
25 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clockworkgeek_CalendarView</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Replaces the default (and ugly) (and buggy) javascript date picker with a newer, lightweight one from http://calendarview.org/</description>
|
11 |
<notes>Can be skinned entirely by modifying css/calendarview.css</notes>
|
12 |
<authors><author><name>Clockworkgeek</name><user>auto-converted</user><email>nonproffessional@clockworkgeek.com</email></author></authors>
|
13 |
-
<date>2010-12-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Clockworkgeek"><dir name="CalendarView"><dir name="Block"><dir name="Html"><file name="Date.php" hash="d4b4e1dd2c5e502acbec34a8be40f852"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clockworkgeek_CalendarView</name>
|
4 |
+
<version>0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Replaces the default (and ugly) (and buggy) javascript date picker with a newer, lightweight one from http://calendarview.org/</description>
|
11 |
<notes>Can be skinned entirely by modifying css/calendarview.css</notes>
|
12 |
<authors><author><name>Clockworkgeek</name><user>auto-converted</user><email>nonproffessional@clockworkgeek.com</email></author></authors>
|
13 |
+
<date>2010-12-03</date>
|
14 |
+
<time>00:16:11</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Clockworkgeek"><dir name="CalendarView"><dir name="Block"><dir name="Html"><file name="Date.php" hash="d4b4e1dd2c5e502acbec34a8be40f852"/></dir></dir><dir name="etc"><file name="config.xml" hash="671c10ad71fbc5656a7e935f651a58b9"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="calendarview.css" hash="d70521aa7c6b49cd295231c64c192160"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="calendarview.xml" hash="65478900673f341210f73b6e49649e89"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="calendarview"><file name="calendarview.js" hash="cc2dc9484e911511d046f7e8e5d8c47d"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Clockworkgeek_CalendarView.xml" hash="e15dbdb8dff966babc0afffb340e76d7"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|