package.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. <?xml version="1.0" encoding="UTF-8"?>
  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.4.1" version="2.0" 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>sfPropelActAsNestedSetBehaviorPlugin</name>
  4. <channel>pear.symfony-project.com</channel>
  5. <summary>Propel nested set behavior</summary>
  6. <description>The sfPropelActAsNestedSetBehaviorPlugin is a symfony plugin that provides nested set capabilities to Propel objects.</description>
  7. <lead>
  8. <name>Tristan Rivoallan</name>
  9. <user>trivoallan</user>
  10. <email>tristan@rivoallan.net</email>
  11. <active>yes</active>
  12. </lead>
  13. <developer>
  14. <name>Gordon Franke</name>
  15. <user>trivoallan</user>
  16. <email>gimler@arcor.de</email>
  17. <active>yes</active>
  18. </developer>
  19. <date>2007-07-23</date>
  20. <version>
  21. <release>0.9.1</release>
  22. <api>0.9.1</api>
  23. </version>
  24. <stability>
  25. <release>beta</release>
  26. <api>beta</api>
  27. </stability>
  28. <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
  29. <notes>-</notes>
  30. <contents>
  31. <dir name="/">
  32. <file name="config/config.php" role="data" />
  33. <file name="lib/sfPropelActAsNestedSetBehavior.class.php" role="data" />
  34. <file name="README" role="data" />
  35. <file name="LICENSE" role="data" />
  36. </dir>
  37. </contents>
  38. <dependencies>
  39. <required>
  40. <php>
  41. <min>5.1.0</min>
  42. </php>
  43. <pearinstaller>
  44. <min>1.4.1</min>
  45. </pearinstaller>
  46. <package>
  47. <name>symfony</name>
  48. <channel>pear.symfony-project.com</channel>
  49. <min>1.0.0</min>
  50. </package>
  51. </required>
  52. </dependencies>
  53. <phprelease>
  54. </phprelease>
  55. <changelog>
  56. <release>
  57. <version>
  58. <release>0.9.1</release>
  59. <api>0.9.1</api>
  60. </version>
  61. <stability>
  62. <release>beta</release>
  63. <api>beta</api>
  64. </stability>
  65. <date>2007-07-23</date>
  66. <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
  67. <notes>
  68. ==== Bugfixes ====
  69. * fixed `getLevel()` cache (gordon franke)
  70. * fixed scope handling : scope can be any type of data (Jorn.Wagner)
  71. * `retrieveFirstChild()` and `retrieveLastChild()` missing references to scope node (Olivier.Mansour)
  72. * fixed postgresql compatibility (Maciej.Filipiak and Krasimir.Angelov)
  73. * added a note about supported RDBMS (tristan)
  74. * made roadmap clearer (tristan)
  75. * removed useless Propel::getConnection (Eric.Fredj)
  76. * fixed scope handling in `deleteDescendants()` (Piers.Warmers)
  77. * fixed new `getDescendants()` implementation node level caching (tristan)
  78. ==== Enhancements ====
  79. * added new `isDescendantOf()` method (Piers.Warmers)
  80. * implemented faster getPath() method (francois)
  81. * implemented faster `getDescendants()` (Jon.Collins)
  82. </notes>
  83. </release>
  84. <release>
  85. <version>
  86. <release>0.9.0</release>
  87. <api>0.9.0</api>
  88. </version>
  89. <stability>
  90. <release>beta</release>
  91. <api>beta</api>
  92. </stability>
  93. <date>2007-05-24</date>
  94. <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
  95. <notes>
  96. * Licence change : MIT -> LGPL
  97. * Please welcome a new maintainer : Gordan Franke :)
  98. * tree "dumper" utility method : `sfPropelActAsNestedSetBehaviorUtils::dumpTree()`
  99. * add optional select method for getPath|getParent|retrieveParent (gordon)
  100. </notes>
  101. </release>
  102. <release>
  103. <version>
  104. <release>0.8.2</release>
  105. <api>0.8.2</api>
  106. </version>
  107. <stability>
  108. <release>beta</release>
  109. <api>beta</api>
  110. </stability>
  111. <date>2007-04-18</date>
  112. <license uri="http://www.symfony-project.com/license">MIT license</license>
  113. <notes>
  114. * added `getParent()` method (olivier mansour)
  115. * added `getLevel()` unit tests
  116. * implemented caching of level in collection retrieval methods : `getDescendants()`, `getChildren()`, `retrieveSiblings()`
  117. * defined plugin roadmap
  118. </notes>
  119. </release>
  120. <release>
  121. <version>
  122. <release>0.8.1</release>
  123. <api>0.8.1</api>
  124. </version>
  125. <stability>
  126. <release>beta</release>
  127. <api>beta</api>
  128. </stability>
  129. <date>2007-03-22</date>
  130. <license uri="http://www.symfony-project.com/license">MIT license</license>
  131. <notes>
  132. * fixed #1480 : non-abstracted column name (paul markovitch)
  133. * fixed bug in `getStubFromPeer()`
  134. * `makeRoot()` should accept non new objects (peter van garderen)
  135. * `getDescendants()` should not try to get descendants if node is a leaf (peter van garderen)
  136. * updated unit tests
  137. * enabled syntax highlighting in README
  138. </notes>
  139. </release>
  140. <release>
  141. <version>
  142. <release>0.8.0</release>
  143. <api>0.8.0</api>
  144. </version>
  145. <stability>
  146. <release>beta</release>
  147. <api>beta</api>
  148. </stability>
  149. <date>2007-02-19</date>
  150. <license uri="http://www.symfony-project.com/license">MIT license</license>
  151. <notes>
  152. Implemented more methods (+ unit tests) :
  153. * `insertAsParentOf`
  154. * `retrieveSiblings`
  155. * `isEqualTo`
  156. * `isChildOf`
  157. </notes>
  158. </release>
  159. <release>
  160. <version>
  161. <release>0.7.0</release>
  162. <api>0.7.0</api>
  163. </version>
  164. <stability>
  165. <release>beta</release>
  166. <api>beta</api>
  167. </stability>
  168. <date>2007-02-19</date>
  169. <license uri="http://www.symfony-project.com/license">MIT license</license>
  170. <notes>
  171. Implemented missing methods (+ unit tests) :
  172. * `moveToPrevSiblingOf`
  173. * `moveToNextSiblingOf`
  174. * `deleteChildren`
  175. * `deleteDescendants`
  176. </notes>
  177. </release>
  178. <release>
  179. <version>
  180. <release>0.6.2</release>
  181. <api>0.6.2</api>
  182. </version>
  183. <stability>
  184. <release>beta</release>
  185. <api>beta</api>
  186. </stability>
  187. <date>2007-02-19</date>
  188. <license uri="http://www.symfony-project.com/license">MIT license</license>
  189. <notes>
  190. Fixed a bug due to wrong usage of `rtrim`. (Thanks to Krešo Kunjas)
  191. </notes>
  192. </release>
  193. <release>
  194. <version>
  195. <release>0.6.1</release>
  196. <api>0.6.1</api>
  197. </version>
  198. <stability>
  199. <release>beta</release>
  200. <api>beta</api>
  201. </stability>
  202. <date>2007-02-15</date>
  203. <license uri="http://www.symfony-project.com/license">MIT license</license>
  204. <notes>
  205. Fixed minor bug in getPath()
  206. </notes>
  207. </release>
  208. <release>
  209. <version>
  210. <release>0.6.0</release>
  211. <api>0.6.0</api>
  212. </version>
  213. <stability>
  214. <release>beta</release>
  215. <api>beta</api>
  216. </stability>
  217. <date>2007-02-15</date>
  218. <license uri="http://www.symfony-project.com/license">MIT license</license>
  219. <notes>
  220. Implemented missing node retrieval methods :
  221. * retrieveFirstChild
  222. * retrieveLastChild
  223. * retrieveParent
  224. * getPath
  225. Updated docs and unit tests accordingly
  226. </notes>
  227. </release>
  228. <release>
  229. <version>
  230. <release>0.5.1</release>
  231. <api>0.5.1</api>
  232. </version>
  233. <stability>
  234. <release>beta</release>
  235. <api>beta</api>
  236. </stability>
  237. <date>2007-02-14</date>
  238. <license uri="http://www.symfony-project.com/license">MIT license</license>
  239. <notes>
  240. Pear package missed plugin's config.php file
  241. </notes>
  242. </release>
  243. <release>
  244. <version>
  245. <release>0.5.0</release>
  246. <api>0.5.0</api>
  247. </version>
  248. <stability>
  249. <release>beta</release>
  250. <api>beta</api>
  251. </stability>
  252. <date>2007-02-14</date>
  253. <license uri="http://www.symfony-project.com/license">MIT license</license>
  254. <notes>
  255. Initial public release. The behavior is stable and fully unit-tested, but the API is not yet complete. Missing methods :
  256. * retrieveFirstChild
  257. * retrieveLastChild
  258. * moveToPrevSiblingOf
  259. * moveToNextSiblingOf
  260. * deleteChildren
  261. * deleteTree
  262. * getPath
  263. </notes>
  264. </release>
  265. </changelog>
  266. </package>