7 Commits

Author SHA1 Message Date
Eric Davis fd891e7f51 Changed the Redmine core patches to use the Rails dispatcher.
This will let the core patches work in development mode when the classes
are reloaded.
2009-04-10 08:49:12 -07:00
Eric Davis 36d9ab3ed8 Removed the monkey patching with Issue.find. It was required but is no
longer needed and keep breaking search.
2008-10-24 22:18:20 -07:00
Eric Davis bdf003d8e9 Handle non-array includes in the issue finder. 2008-06-30 16:10:31 -07:00
Eric Davis 5431df3d8d Check for special case with the Issue.find to not conflict with Search, #1347 2008-06-19 14:59:40 -07:00
Eric Davis 191221908d Added rdoc comments and using the Base class now 2008-06-11 09:20:22 -07:00
Eric Davis dee52c0042 Check if include is nil before appending. #1136 2008-05-23 16:15:30 -07:00
Eric Davis b429ee23a8 Fully hooked the Deliverable columns into the filters and Queries
* The Deliverable subject can now be filtered on the issues list
* The Deliverable subject can now be displayed on the issues lists with
  as a default column or part of a saved query
* The issues can be sorted by the deliverable

  #1148
2008-05-21 11:51:28 -07:00