Drupal investigation

package.xml 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <package packagerversion="1.9.1" 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 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
  3. <name>Console_Table</name>
  4. <channel>pear.php.net</channel>
  5. <summary>Library that makes it easy to build console style tables</summary>
  6. <description>Provides a Console_Table class with methods such as addRow(), insertRow(), addCol() etc. to build console tables with or without headers and with user defined table rules, padding, and alignment.</description>
  7. <lead>
  8. <name>Jan Schneider</name>
  9. <user>yunosh</user>
  10. <email>jan@horde.org</email>
  11. <active>yes</active>
  12. </lead>
  13. <lead>
  14. <name>Richard Heyes</name>
  15. <user>richard</user>
  16. <email>richard@phpguru.org</email>
  17. <active>no</active>
  18. </lead>
  19. <developer>
  20. <name>Tal Peer</name>
  21. <user>tal</user>
  22. <email>tal@php.net</email>
  23. <active>no</active>
  24. </developer>
  25. <developer>
  26. <name>Xavier Noguer</name>
  27. <user>xnoguer</user>
  28. <email>xnoguer@php.net</email>
  29. <active>no</active>
  30. </developer>
  31. <date>2016-01-21</date>
  32. <version>
  33. <release>1.3.0</release>
  34. <api>1.3.0</api>
  35. </version>
  36. <stability>
  37. <release>stable</release>
  38. <api>stable</api>
  39. </stability>
  40. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  41. <notes>
  42. * Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter Frenssen PR #13).
  43. </notes>
  44. <contents>
  45. <dir baseinstalldir="Console" name="/">
  46. <dir name="tests">
  47. <file name="assoziative_arrays.phpt" role="test" />
  48. <file name="border-ascii.phpt" role="test" />
  49. <file name="border-custom.phpt" role="test" />
  50. <file name="border-custom2.phpt" role="test" />
  51. <file name="border-disable.phpt" role="test" />
  52. <file name="border-dot.phpt" role="test" />
  53. <file name="border-empty.phpt" role="test" />
  54. <file name="bug20181.phpt" role="test" />
  55. <file name="colors.phpt" role="test" />
  56. <file name="filters.phpt" role="test" />
  57. <file name="multibyte.phpt" role="test" />
  58. <file name="multiline.phpt" role="test" />
  59. <file name="no_header.phpt" role="test" />
  60. <file name="no_rows.phpt" role="test" />
  61. <file name="rules.phpt" role="test" />
  62. </dir>
  63. <file name="Table.php" role="php" />
  64. </dir>
  65. </contents>
  66. <dependencies>
  67. <required>
  68. <php>
  69. <min>5.2.0</min>
  70. </php>
  71. <pearinstaller>
  72. <min>1.4.0b1</min>
  73. </pearinstaller>
  74. </required>
  75. <optional>
  76. <package>
  77. <name>Console_Color2</name>
  78. <channel>pear.php.net</channel>
  79. <min>0.1.2</min>
  80. </package>
  81. </optional>
  82. </dependencies>
  83. <phprelease/>
  84. <changelog>
  85. <release>
  86. <version>
  87. <release>0.8</release>
  88. <api>0.8</api>
  89. </version>
  90. <stability>
  91. <release>beta</release>
  92. <api>beta</api>
  93. </stability>
  94. <date>2002-09-02</date>
  95. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  96. <notes>
  97. * Initial release.
  98. </notes>
  99. </release>
  100. <release>
  101. <version>
  102. <release>1.0</release>
  103. <api>1.0.0</api>
  104. </version>
  105. <stability>
  106. <release>stable</release>
  107. <api>stable</api>
  108. </stability>
  109. <date>2003-01-24</date>
  110. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  111. <notes>
  112. * Removed a few options and added addData() method.
  113. </notes>
  114. </release>
  115. <release>
  116. <version>
  117. <release>1.0.1</release>
  118. <api>1.0.0</api>
  119. </version>
  120. <stability>
  121. <release>stable</release>
  122. <api>stable</api>
  123. </stability>
  124. <date>2003-03-03</date>
  125. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  126. <notes>
  127. * Fixed a caching bug.
  128. </notes>
  129. </release>
  130. <release>
  131. <version>
  132. <release>1.0.2</release>
  133. <api>1.0.0</api>
  134. </version>
  135. <stability>
  136. <release>stable</release>
  137. <api>stable</api>
  138. </stability>
  139. <date>2005-07-16</date>
  140. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  141. <notes>
  142. * Added support for column alignment (Michael Richter).
  143. </notes>
  144. </release>
  145. <release>
  146. <version>
  147. <release>1.0.3</release>
  148. <api>1.0.0</api>
  149. </version>
  150. <stability>
  151. <release>stable</release>
  152. <api>stable</api>
  153. </stability>
  154. <date>2006-03-13</date>
  155. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  156. <notes>
  157. * Fix cell width calculation if setting header with associative array (Bug #4299).
  158. * Fix fatal reference error with some PHP versions (Bug #5309).
  159. * Fix notice if no data has been provided (Bug #5851).
  160. * Added multibyte support (Requests #2934, Request #7014).
  161. </notes>
  162. </release>
  163. <release>
  164. <version>
  165. <release>1.0.4</release>
  166. <api>1.0.0</api>
  167. </version>
  168. <stability>
  169. <release>stable</release>
  170. <api>stable</api>
  171. </stability>
  172. <date>2006-04-08</date>
  173. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  174. <notes>
  175. * Add support for multi-line cells (koto at webworkers dot pl, Request #7017).
  176. </notes>
  177. </release>
  178. <release>
  179. <version>
  180. <release>1.0.5</release>
  181. <api>1.0.0</api>
  182. </version>
  183. <stability>
  184. <release>stable</release>
  185. <api>stable</api>
  186. </stability>
  187. <date>2006-08-28</date>
  188. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  189. <notes>
  190. * Allow to specify separator rules in addData().
  191. * Fix warnings when combining separator rules and callback filters (Bug #8566).
  192. </notes>
  193. </release>
  194. <release>
  195. <version>
  196. <release>1.0.6</release>
  197. <api>1.0.0</api>
  198. </version>
  199. <stability>
  200. <release>stable</release>
  201. <api>stable</api>
  202. </stability>
  203. <date>2007-01-19</date>
  204. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  205. <notes>
  206. * Add support for multi-line headers (Request #8615).
  207. </notes>
  208. </release>
  209. <release>
  210. <date>2007-05-17</date>
  211. <version>
  212. <release>1.0.7</release>
  213. <api>1.0.0</api>
  214. </version>
  215. <stability>
  216. <release>stable</release>
  217. <api>stable</api>
  218. </stability>
  219. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  220. <notes>
  221. * Fix header height if first data row has more than one line (Bug #11064).
  222. * Fix notice if header is not set.
  223. </notes>
  224. </release>
  225. <release>
  226. <date>2008-01-09</date>
  227. <version>
  228. <release>1.0.8</release>
  229. <api>1.0.0</api>
  230. </version>
  231. <stability>
  232. <release>stable</release>
  233. <api>stable</api>
  234. </stability>
  235. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  236. <notes>
  237. * Fix cell padding with multibyte strings under certain circumstances (Bug #12853).
  238. </notes>
  239. </release>
  240. <release>
  241. <date>2008-03-28</date>
  242. <version>
  243. <release>1.1.0</release>
  244. <api>1.1.0</api>
  245. </version>
  246. <stability>
  247. <release>stable</release>
  248. <api>stable</api>
  249. </stability>
  250. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  251. <notes>
  252. * Add option to set table border character.
  253. * Extend constructor to set table borders, padding, and charset on instantiation.
  254. </notes>
  255. </release>
  256. <release>
  257. <date>2008-04-09</date>
  258. <version>
  259. <release>1.1.1</release>
  260. <api>1.1.0</api>
  261. </version>
  262. <stability>
  263. <release>stable</release>
  264. <api>stable</api>
  265. </stability>
  266. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  267. <notes>
  268. * Fix rendering of multiline rows with cells that contain zeros (Bug #13629).
  269. </notes>
  270. </release>
  271. <release>
  272. <date>2008-07-27</date>
  273. <version>
  274. <release>1.1.2</release>
  275. <api>1.1.0</api>
  276. </version>
  277. <stability>
  278. <release>stable</release>
  279. <api>stable</api>
  280. </stability>
  281. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  282. <notes>
  283. * Don&apos;t render anything if no data has been provided (Bug #14405).
  284. </notes>
  285. </release>
  286. <release>
  287. <date>2008-10-20</date>
  288. <version>
  289. <release>1.1.3</release>
  290. <api>1.1.1</api>
  291. </version>
  292. <stability>
  293. <release>stable</release>
  294. <api>stable</api>
  295. </stability>
  296. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  297. <notes>
  298. * Add option to render data with ANSI color codes (Igor Feghali, Request #14835).
  299. </notes>
  300. </release>
  301. <release>
  302. <version>
  303. <release>1.1.4</release>
  304. <api>1.1.1</api>
  305. </version>
  306. <stability>
  307. <release>stable</release>
  308. <api>stable</api>
  309. </stability>
  310. <date>2010-10-25</date>
  311. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  312. <notes>
  313. * Automatically built QA release.
  314. * Add Console_Color support (Request #14835).
  315. * Improve documentation (Christian Weiske, Bug #15006).
  316. </notes>
  317. </release>
  318. <release>
  319. <date>2012-12-07</date>
  320. <time>23:30:07</time>
  321. <version>
  322. <release>1.1.5</release>
  323. <api>1.1.1</api>
  324. </version>
  325. <stability>
  326. <release>stable</release>
  327. <api>stable</api>
  328. </stability>
  329. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  330. <notes>
  331. * Use mb_strwidth() instead of mb_strlen() to determine lengths of multi-byte strings (Bug #19423).
  332. </notes>
  333. </release>
  334. <release>
  335. <date>2013-10-12</date>
  336. <version>
  337. <release>1.1.6</release>
  338. <api>1.1.1</api>
  339. </version>
  340. <stability>
  341. <release>stable</release>
  342. <api>stable</api>
  343. </stability>
  344. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  345. <notes>
  346. * Use line breaks dependent on the current operating system (Bug #20092).
  347. </notes>
  348. </release>
  349. <release>
  350. <date>2014-02-17</date>
  351. <version>
  352. <release>1.2.0</release>
  353. <api>1.2.0</api>
  354. </version>
  355. <stability>
  356. <release>stable</release>
  357. <api>stable</api>
  358. </stability>
  359. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  360. <notes>
  361. * Make border visibility configurable (Christian Weiske, Request #20186).
  362. * Allow to customize all border characters (Christian Weiske, Request #20182).
  363. * Fix notice when using setAlign() on other than first column (Christian Weiske, Bug #20181).
  364. * Use Console_Color2 to avoid notices from PHP 4 code (Christian Weiske, Bug #20188)
  365. </notes>
  366. </release>
  367. <release>
  368. <date>2014-10-27</date>
  369. <version>
  370. <release>1.2.1</release>
  371. <api>1.2.0</api>
  372. </version>
  373. <stability>
  374. <release>stable</release>
  375. <api>stable</api>
  376. </stability>
  377. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  378. <notes>
  379. * Add travis configuration (Christian Weiske).
  380. * Try to autoload Console_Color2 first (Jurgen Rutten, PR #11).
  381. * Fix Composer definition syntax (Rob Loach, PR #9).
  382. </notes>
  383. </release>
  384. <release>
  385. <date>2016-01-21</date>
  386. <version>
  387. <release>1.3.0</release>
  388. <api>1.3.0</api>
  389. </version>
  390. <stability>
  391. <release>stable</release>
  392. <api>stable</api>
  393. </stability>
  394. <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
  395. <notes>
  396. * Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter Frenssen PR #13).
  397. </notes>
  398. </release>
  399. </changelog>
  400. </package>