» Version | » Information |
---|---|
0.3.7 |
Easy InstallNot sure? Get more info. pear install Tree-0.3.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.3.7 Release date: 2012-01-04 02:54 UTC Release state: beta Release uploaded by: danielc Changelog: * Fixed mistaken file structure in installed versions of release 0.3.5 and 0.3.6. Dependencies:
|
0.3.6 |
Easy InstallNot sure? Get more info. pear install Tree-0.3.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.3.6 Release date: 2012-01-04 02:46 UTC Release state: beta Release uploaded by: danielc Changelog: * Fixed mistaken file structure in installed versions of release 0.3.5. Dependencies:
|
0.3.5 |
Easy InstallNot sure? Get more info. pear install Tree-0.3.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.3.5 Release date: 2011-12-10 00:56 UTC Release state: beta Release uploaded by: danielc Changelog: * Fixed Bug 19119 Only variable references should be returned by reference. Dependencies:
|
0.3.4 |
Easy InstallNot sure? Get more info. pear install Tree-0.3.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.3.4 Release date: 2009-03-12 21:22 UTC Release state: beta Release uploaded by: dufuz Changelog: * Fix Bug #14710: trailing spaces in files [dufuz] Dependencies:
|
0.3.3 |
Easy InstallNot sure? Get more info. pear install Tree-0.3.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.3.3 Release date: 2008-03-23 12:24 UTC Release state: beta Release uploaded by: dufuz Changelog: * Fixed Bug #11822 package description should include mention of MDB2 compatibility * Fixed Bug #11853 Dynamic_MDB2nested uses undefined functions * Fixed Bug #12780 DB connection instead DSN fails because of get_parent_class * Fixed Bug #13080 MDB2simple _setup(): parentId cleared if parentId column is mapped to "parentid" * Fixed Bug #13081 Reopen #11504: MDB2+Tree problem. MDB2 doesn't contains getTextValue method Dependencies:
|
0.3.2 |
Easy InstallNot sure? Get more info. pear install Tree-0.3.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.3.2 Release date: 2007-08-11 17:41 UTC Release state: beta Release uploaded by: dufuz Changelog: * Fix Bug #11504 MDB2+Tree problem. MDB2 doesn't contains getTextValue method, patch by Simon Ruderich * Fix Bug #11500 Tree/Memory.php method getElementContent() not working, patch by Simon Ruderich Dependencies:
|
0.3.1 |
Easy InstallNot sure? Get more info. pear install Tree-0.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.3.1 Release date: 2007-06-23 18:37 UTC Release state: beta Release uploaded by: dufuz Changelog: * Fix Bug #11365 Tree class doesnt contains raiseError method Dependencies:
|
0.3.0 |
Easy InstallNot sure? Get more info. pear install Tree-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.3.0 Release date: 2007-06-01 19:10 UTC Release state: beta Release uploaded by: dufuz Changelog: * added parameter to getPathAsString(), which takes the key you want to have in the path * add method getLevel() to Tree_Common, so it is also available for Dynamic_*, thanks to Michael Johnson * Fixed bug #1976 Missing $this-> with __construct() (helgi) * Fixed bug #900 PEAR QA: improvement for get_class()-usage (helgi) * Fixed Bug #913 MDB Container + fixes (lorzenzo thanks! helgi) * Fixed Bug #1569 Tree_Memory_DBsimple has no hasChildren function hence remove doesnt work (helgi) * Fixed Bug #4803 References fix (patch from yunosh aka. Jan Schneider) * Feature request #6328 add MDB2 and improve MDB usage (lsmith, helgi) * add unit test, at least for all new/modified methods * CS fixes * package xml version 2 Dependencies:
|
0.2.4 |
Easy InstallNot sure? Get more info. pear install Tree-0.2.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.2.4 Release date: 2003-03-17 16:56 UTC Release state: beta Release uploaded by: cain Changelog: * bugfix in Memory_Array::add method, which made the last element being added in a bogus way Dependencies:
|
0.2.3 |
Easy InstallNot sure? Get more info. pear install Tree-0.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.2.3 Release date: 2003-03-11 09:41 UTC Release state: beta Release uploaded by: cain Changelog: * Make switchDataSource work for Memory/Array, this enables you to read the data from any source and switch the source on the run. This writes the data from the current tree into the new source. I.e. you read the data from a DB and write it into an array. Switching from DB to Array makes sense i.e. if you read a tree from the DB, which you want to show (i.e. using HTML_TreeMenu) but therefore you need to set additional properties for each node which you don't want to save in the DB, since they are only for the presentation. Properties for HTML_TreeMenu are i.e. the icon and some events (like 'onClick'). Since you switched the source from DB to Array you can change any data without worrying that they are written into the DB and modify your actual data in the DB. * Bring Memory/Array closer to be fully useable. * getPathAsString() takes two more parameters where you can determine from and offset * getChildrenIds() has a new optional parameter for determining the level * Add getDepth() to determine the maximum depth of the tree * Make setup work with custom data optionally (only relevant for Memory_*) * Show a nicer varDump * add UML class diagram Dependencies:
|
0.2.2 |
Easy InstallNot sure? Get more info. pear install Tree-0.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.2.2 Release date: 2003-01-30 18:21 UTC Release state: beta Release uploaded by: cain Changelog: - fixing a lot of E_ALL and CS issues - enhancing getChildren method, now you can get children for more than one level - moving the examples to docs and making TreeView and TreeEditor work properly with new php versions Dependencies:
|
0.2.1 |
Easy InstallNot sure? Get more info. pear install Tree-0.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.2.1 Release date: 2002-10-28 18:29 UTC Release state: beta Release uploaded by: cain Changelog: - bugfix in getAllChildren[Ids], before it only worked for one level below Dependencies:
|
0.2 |
Easy InstallNot sure? Get more info. pear install Tree-0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.2 Release date: 2002-10-28 17:13 UTC Release state: beta Release uploaded by: cain Changelog: - change in API! getChildrens[Ids] became getAllChildren[Ids] (since that is proper english) |
0.1.2 |
Easy InstallNot sure? Get more info. pear install Tree-0.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.1.2 Release date: 2002-09-30 15:15 UTC Release state: beta Release uploaded by: cain Changelog: - added example that can demonstrates the Tree-class optionally on either a DB, FileSystem, Array or XML-File - enhanced the returning of proper PEAR-errors - experimental FileSystem-class that can be used to read a directory structure and work on it using the known tree-methods - experimental Array-class which allows the same on arrays - check for existence of methods in the delegated-classes before calling them return proper PEAR-error if they are not implemented yet - implemented getChildrens method, for Memory-way |
0.1.1 |
Easy InstallNot sure? Get more info. pear install Tree-0.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.1.1 Release date: 2002-08-21 00:48 UTC Release state: beta Release uploaded by: cain Changelog: enable retreiving of all parents (the actual parent and it's parents etc.) |
0.1 |
Easy InstallNot sure? Get more info. pear install Tree-0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Tree-0.1 Release date: 2002-08-13 19:24 UTC Release state: beta Release uploaded by: cain Changelog: Initial snapshot release |