Fixes to Tree::AdjacencyList, and working tests.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Positioned.pm
2006-03-24 Aran Deltac Fixes to Tree::AdjacencyList, and working tests.
2006-03-23 Aran Deltac New collection_column feature with working tests.
2006-03-23 Aran Deltac Additional tests for first_sibling and last_sibling.
2006-03-23 Aran Deltac No more $self->search in Positioned.
2006-03-23 Aran Deltac Use the more verbose search syntax in previous_sibling.
2006-03-23 Aran Deltac Fixes and tests for next/previous _sibling.
2006-03-23 Aran Deltac Various fixes to Positioned. Tests no longer test...
2006-03-20 Aran Deltac New Tree::AdjecencyList module.
2006-03-19 Aran Deltac Rename move_up and move_down to move_previous and move_...
2006-03-19 Aran Deltac Adding a new component for handling positioned lists.