summaryrefslogtreecommitdiff
path: root/app/models/list.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
|
* Remove backlog lists from boardsDouglas Barbosa Alexandre2017-02-031-1/+1
|
* Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre2016-10-191-0/+11
|
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-171-0/+5
|
* Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre2016-08-171-2/+8
|
* Remove useless delegate method on List modelDouglas Barbosa Alexandre2016-08-171-3/+1
|
* Ensure that we have only one list per label per boardDouglas Barbosa Alexandre2016-08-171-0/+1
|
* The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre2016-08-171-0/+8
|
* Title of a list is either the label name, or Backlog, or DoneDouglas Barbosa Alexandre2016-08-171-0/+6
|
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-4/+4
|
* Add Board modelDouglas Barbosa Alexandre2016-08-171-0/+10