選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.xml 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <package packagerversion="1.9.4" version="2.0" 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" 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>automatic_addressbook</name>
  7. <channel>pear.roundcube.net</channel>
  8. <summary>The automatic addressbook plugin collect each address you send an email to and records it in an address book, making it available for later use or auto-completion.</summary>
  9. <description>Simple plugin to register to &quot;collect&quot; all recipients of sent mail
  10. to a dedicated address book (usefull for autocompleting email you
  11. already used). User can choose in preferences (compose group) to
  12. enable or disable the feature of this plugin.
  13. Aims to reproduce the similar features of thunderbird or gmail.</description>
  14. <lead>
  15. <name>Jocelyn Delalande</name>
  16. <user>jdelalande</user>
  17. <email />
  18. <active>no</active>
  19. </lead>
  20. <lead>
  21. <name>Sebastien Blaisot</name>
  22. <user>sblaisot</user>
  23. <email>sebastien@blaisot.org</email>
  24. <active>yes</active>
  25. </lead>
  26. <date>2012-11-06</date>
  27. <time>23:08:19</time>
  28. <version>
  29. <release>0.4</release>
  30. <api>0.4</api>
  31. </version>
  32. <stability>
  33. <release>stable</release>
  34. <api>stable</api>
  35. </stability>
  36. <license uri="http://www.gnu.org/licenses/gpl-3.0.html">GNU GPLv3+</license>
  37. <notes>
  38. v0.4 :
  39. * Refresh contact list when editing a contact in collected addressbook and having on_edit_move_to_default set to true (#68)
  40. * Refresh contact list when copying a contact from collected addressbook and having on_edit_move_to_default set to true (Fix #69)
  41. * Added polish translation. Thanks to Marcin Dorota (#72)
  42. * Added lithuanian translation. Thanks to Kestutis M (#73)
  43. v0.3.1 :
  44. * Fix a bug that prevents RC &lt; 0.8 to send mail with plugin activated (#67)
  45. v0.3 :
  46. * Added nl_NL translation (thanks to Daniel)
  47. * Updated german translation (thanks to Dennis Riehle)
  48. * Added zh_CN translation (thaks to FDF)
  49. v0.3-rc1 :
  50. * Populated documentation files (README and INSTALL) to have documentation available when installing offline
  51. * Added Changelog File
  52. * Fixed compatibility with other addressbook_plugins (#46)
  53. * Fixed Add contact button disabled in default abook after viewing collected abook (#58).
  54. Side effect is that you can now add contact in collected abook.
  55. * Disabled contact groups in collected abook
  56. * Added calls to exec_hook when creating or deleting a contact to improve compatibility with other plugins (thanks to Venia Legendi for submitting patch) (#56)
  57. * Added user setting to use automatic abook for autocompletion or not. (#49)
  58. * Updated database statements in SQL to reflect changes from RC 0.5
  59. * Now call decode_address_list function from rcube_mime as it is deprecated from rcube_imap (#51)
  60. * Fixed on_edit_move_to_default not working. Fixes #47. Also Fixes #25
  61. * Defined plugin task list as advised in plugin writing documentation (maybe will improve performance ?)
  62. * Added pear package.xml file. This way, the plugin is referenced in the about dialog of interface
  63. * added vietnamese translation found on internet
  64. v0.2 and before :
  65. * previous releases
  66. </notes>
  67. <contents>
  68. <dir baseinstalldir="/" name="/">
  69. <dir name="config">
  70. <file name="config.inc.php.dist" role="cfg" />
  71. </dir> <!-- /config -->
  72. <dir name="localization">
  73. <file name="bg_BG.inc" role="data" />
  74. <file name="de_DE.inc" role="data" />
  75. <file name="el_GR.inc" role="data" />
  76. <file name="en_EN.inc" role="data" />
  77. <file name="en_US.inc" role="data" />
  78. <file name="es_ES.inc" role="data" />
  79. <file name="fr_FR.inc" role="data" />
  80. <file name="gl_ES.inc" role="data" />
  81. <file name="hu_HU.inc" role="data" />
  82. <file name="it_IT.inc" role="data" />
  83. <file name="lt_LT.inc" role="data" />
  84. <file name="nl_NL.inc" role="data" />
  85. <file name="pl_PL.inc" role="data" />
  86. <file name="pt_BR.php" role="data" />
  87. <file name="ru_RU.inc" role="data" />
  88. <file name="vi_VN.inc" role="data" />
  89. <file name="zh_CN.inc" role="data" />
  90. </dir> <!-- /localization -->
  91. <dir name="SQL">
  92. <file name="mssql.initial.sql" role="data" />
  93. <file name="mssql.update.sql" role="data" />
  94. <file name="mysql.initial.sql" role="data" />
  95. <file name="mysql.update.sql" role="data" />
  96. <file name="postgres.initial.sql" role="data" />
  97. <file name="postgres.update.sql" role="data" />
  98. <file name="sqlite.initial.sql" role="data" />
  99. <file name="sqlite.update.sql" role="data" />
  100. </dir> <!-- /SQL -->
  101. <file name="automatic_addressbook.php" role="php" />
  102. <file name="automatic_addressbook_backend.php" role="php" />
  103. <file name="Changelog" role="doc" />
  104. <file name="composer.json" role="data" />
  105. <file name="INSTALL" role="doc" />
  106. <file name="LICENSE" role="doc" />
  107. <file name="README" role="doc" />
  108. </dir> <!-- / -->
  109. </contents>
  110. <dependencies>
  111. <required>
  112. <php>
  113. <min>5.1.4</min>
  114. </php>
  115. <pearinstaller>
  116. <min>1.4.0</min>
  117. </pearinstaller>
  118. <package>
  119. <name>PEAR</name>
  120. <channel>pear.php.net</channel>
  121. <min>1.4.0</min>
  122. </package>
  123. </required>
  124. </dependencies>
  125. <phprelease />
  126. <changelog>
  127. <release>
  128. <version>
  129. <release>0.4</release>
  130. <api>0.4</api>
  131. </version>
  132. <stability>
  133. <release>stable</release>
  134. <api>stable</api>
  135. </stability>
  136. <date>2012-11-06</date>
  137. <license uri="http://www.gnu.org/licenses/gpl-3.0.html">GNU GPLv3+</license>
  138. <notes>
  139. v0.4 :
  140. * Refresh contact list when editing a contact in collected addressbook and having on_edit_move_to_default set to true (#68)
  141. * Refresh contact list when copying a contact from collected addressbook and having on_edit_move_to_default set to true (Fix #69)
  142. * Added polish translation. Thanks to Marcin Dorota (#72)
  143. * Added lithuanian translation. Thanks to Kestutis M (#73)
  144. v0.3.1 :
  145. * Fix a bug that prevents RC &lt; 0.8 to send mail with plugin activated (#67)
  146. v0.3 :
  147. * Added nl_NL translation (thanks to Daniel)
  148. * Updated german translation (thanks to Dennis Riehle)
  149. * Added zh_CN translation (thaks to FDF)
  150. v0.3-rc1 :
  151. * Populated documentation files (README and INSTALL) to have documentation available when installing offline
  152. * Added Changelog File
  153. * Fixed compatibility with other addressbook_plugins (#46)
  154. * Fixed Add contact button disabled in default abook after viewing collected abook (#58).
  155. Side effect is that you can now add contact in collected abook.
  156. * Disabled contact groups in collected abook
  157. * Added calls to exec_hook when creating or deleting a contact to improve compatibility with other plugins (thanks to Venia Legendi for submitting patch) (#56)
  158. * Added user setting to use automatic abook for autocompletion or not. (#49)
  159. * Updated database statements in SQL to reflect changes from RC 0.5
  160. * Now call decode_address_list function from rcube_mime as it is deprecated from rcube_imap (#51)
  161. * Fixed on_edit_move_to_default not working. Fixes #47. Also Fixes #25
  162. * Defined plugin task list as advised in plugin writing documentation (maybe will improve performance ?)
  163. * Added pear package.xml file. This way, the plugin is referenced in the about dialog of interface
  164. * added vietnamese translation found on internet
  165. v0.2 and before :
  166. * previous releases
  167. </notes>
  168. </release>
  169. </changelog>
  170. </package>