Thomas Bruederli
2012-10-15 27be4e7644637255d7adbf5386ec883d9c2c64cd
commit | author | age
48e9c1 1 <?xml version="1.0" encoding="UTF-8"?>
T 2 <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
3     http://pear.php.net/dtd/tasks-1.0.xsd
4     http://pear.php.net/dtd/package-2.0
5     http://pear.php.net/dtd/package-2.0.xsd">
6     <name>vcard_attachments</name>
7     <channel>pear.roundcube.net</channel>
8     <summary>vCard handler for Roundcube</summary>
9     <description>This plugin detects vCard attachments/bodies and shows a button(s) to add them to address book</description>
10     <lead>
11         <name>Thomas Bruederli</name>
12         <user>thomasb</user>
13         <email>roundcube@gmail.com</email>
14         <active>yes</active>
15     </lead>
16     <lead>
17         <name>Aleksander Machniak</name>
18         <user>alec</user>
19         <email>alec@alec.pl</email>
20         <active>yes</active>
21     </lead>
3c32f3 22     <date>2012-04-13</date>
A 23     <time>12:00</time>
48e9c1 24     <version>
3c32f3 25         <release>3.1</release>
A 26         <api>3.1</api>
48e9c1 27     </version>
T 28     <stability>
29         <release>stable</release>
30         <api>stable</api>
31     </stability>
32     <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
33     <notes>
3c32f3 34 - Fixed doble urlencoding of vcard identifier
A 35 - Fixed encoding when default charset is different than vcard charset
36 - Improved vcards import to work as addressbook::import procedure (with validation and autofix)
0d5240 37 - Support IDNA
A 38 - Import contacts to default addressbook
48e9c1 39     </notes>
T 40     <contents>
41         <dir baseinstalldir="/" name="/">
42             <file name="vcard_attachments.php" role="php">
43                 <tasks:replace from="@name@" to="name" type="package-info"/>
44                 <tasks:replace from="@package_version@" to="version" type="package-info"/>
45             </file>
46             <file name="vcardattach.js" role="data">
47                 <tasks:replace from="@name@" to="name" type="package-info"/>
48                 <tasks:replace from="@package_version@" to="version" type="package-info"/>
49             </file>
50             <file name="localization/cs_CZ.inc" role="data"></file>
51             <file name="localization/de_CH.inc" role="data"></file>
52             <file name="localization/de_DE.inc" role="data"></file>
53             <file name="localization/en_US.inc" role="data"></file>
54             <file name="localization/es_ES.inc" role="data"></file>
55             <file name="localization/et_EE.inc" role="data"></file>
56             <file name="localization/gl_ES.inc" role="data"></file>
57             <file name="localization/it_IT.inc" role="data"></file>
58             <file name="localization/ja_JP.inc" role="data"></file>
59             <file name="localization/pl_PL.inc" role="data"></file>
60             <file name="localization/pt_BR.inc" role="data"></file>
61             <file name="localization/ru_RU.inc" role="data"></file>
62             <file name="localization/sv_SE.inc" role="data"></file>
63             <file name="localization/zh_TW.inc" role="data"></file>
9f1652 64             <file name="skins/classic/style.css" role="data"></file>
TB 65             <file name="skins/classic/vcard_add_contact.png" role="data"></file>
66             <file name="skins/classic/vcard.png" role="data"></file>
48e9c1 67             <file name="skins/larry/style.css" role="data"></file>
T 68             <file name="skins/larry/vcard_add_contact.png" role="data"></file>
69             <file name="skins/larry/vcard.png" role="data"></file>
70         </dir>
71         <!-- / -->
72     </contents>
73     <dependencies>
74         <required>
75             <php>
76                 <min>5.2.1</min>
77             </php>
78             <pearinstaller>
79                 <min>1.7.0</min>
80             </pearinstaller>
81         </required>
82     </dependencies>
83     <phprelease/>
84     <changelog>
85         <release>
86             <date>2010-04-28</date>
87             <time>12:00:00</time>
88             <version>
89                 <release>2.0</release>
90                 <api>2.0</api>
91             </version>
92             <stability>
93                 <release>stable</release>
94                 <api>stable</api>
95             </stability>
96             <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
97             <notes>
98 - Added support for Content-Type: text/directory; profile=vCard
99 - Added handler for message bodies of type vCard (#1486683)
100 - Added support for more than one vCard attachment/body
101 - Added support for more than one contact in one vCard file
102 - Created package.xml
103             </notes>
104         </release>
105         <release>
106             <date>2012-03-11</date>
107             <time>19:00:00</time>
108             <version>
109                 <release>3.1</release>
110                 <api>3.1</api>
111             </version>
112             <stability>
113                 <release>stable</release>
114                 <api>stable</api>
115             </stability>
116             <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
117             <notes>
118                 - Add styles for new skin "Larry"
119             </notes>
120         </release>
3c32f3 121         <release>
A 122             <date>2012-03-11</date>
123             <time>19:00</time>
124             <version>
125                 <release>3.1-beta</release>
126                 <api>3.1-beta</api>
127             </version>
128             <stability>
129                 <release>stable</release>
130                 <api>stable</api>
131             </stability>
132             <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
133             <notes>
134 - Add styles for new skin "Larry"
135 - Exec contact_create hook when adding contact (#1486964)
136 - Make icons skinable
137 - Display vcard icon on messages list when message is of type vcard
138             </notes>
139         </release>
48e9c1 140     </changelog>
T 141 </package>