summaryrefslogtreecommitdiffstats
path: root/lib/redmine/acts
Commit message (Collapse)AuthorAgeFilesLines
* Removes #move_to= (#12909).Jean-Philippe Lang2016-04-181-16/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15339 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-0/+134
Objects are reordered using the regular attribute writer #position= and AR callbacks. git-svn-id: http://svn.redmine.org/redmine/trunk@15335 e93f8b46-1217-0410-a6f0-8f06a7374b81