summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved Rails plugins required by the core to lib/plugins.Jean-Philippe Lang2012-04-261-7/+0
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-553/+6
* Adds an option to force nested set rebuild (#9577).Jean-Philippe Lang2011-11-151-2/+3
* Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduc...Jean-Philippe Lang2011-11-151-1/+1
* Fixed: Error deleting issue with grandchild (#8880).Jean-Philippe Lang2011-07-241-8/+8
* Fixed: ambiguous lft column SQL error on Issue#descendants with a join on pro...Jean-Philippe Lang2011-04-121-1/+1
* Limits nested set overhead when destroying an issue without children.Jean-Philippe Lang2011-04-011-1/+2
* Fixed: deleting a parent issue may lead to a stale object error (#7920).Jean-Philippe Lang2011-04-011-0/+3
* Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...Jean-Philippe Lang2011-01-221-2/+4
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-141-1/+1
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-1/+1
* Fixes a wrong number of arguments error with ruby1.9.Jean-Philippe Lang2009-10-101-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-0/+547