Commit Graph

25 Commits

Author SHA1 Message Date
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 66d96ca1bf Updated documentation 2008-09-09 18:47:20 -07:00
Eric Davis 802df93318 Ported plugin hooks to the final Redmine Plugin hook API. #1431 2008-09-09 18:39:11 -07:00
Eric Davis c6a23d0046 Sorting deliverables by subject in select fields. #1430 2008-07-10 17:29:05 -07:00
Eric Davis ac2ba0ec41 Added missing protocol to the Member rate form 2008-06-30 16:38:37 -07:00
Eric Davis 869113c1eb Added protocal to the Member rate form 2008-06-30 16:32:39 -07:00
Eric Davis bdf003d8e9 Handle non-array includes in the issue finder. 2008-06-30 16:10:31 -07:00
Eric Davis 28d23109f2 Updated Deliverable filter to have the All and None options. #1360 2008-06-23 15:59:39 -07:00
Eric Davis ab67d20fcf Don't use hooks if the project doesn't have the module enabled. #1300 2008-06-19 16:52:21 -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 4fa05796c2 Rounding member rates. #1304 2008-06-12 14:21:24 -07:00
Eric Davis 191221908d Added rdoc comments and using the Base class now 2008-06-11 09:20:22 -07:00
Eric Davis 8594ea53c6 Moved rake tasks into the Rakefile so Rails will not pick them up. Added rdoc task 2008-06-11 09:17:25 -07:00
Eric Davis e691f4c2f0 Fixing the Journal display on the issue list. #1276 2008-06-04 18:20:41 -07:00
Eric Davis 85affdb59b Fixing TODOS. 2008-06-04 16:04:32 -07:00
Eric Davis 1b04fbcbc5 Added html specdocs 2008-06-03 14:39:21 -07:00
Eric Davis fb3f7c9977 Added Ajax form to update the member rate. #1150 2008-05-28 12:12:22 -07:00
Eric Davis d05de4ff11 Fixed bulk edit hook. Started on hooks for members. #1147 2008-05-27 17:13:05 -07:00
Eric Davis 6835ec59dc Registering hooks for the issues. #1147 2008-05-27 16:47:00 -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
Eric Davis 600750a3c1 Added patch to add the deliverable_id to issue queries. #1148 2008-05-21 11:24:34 -07:00
Eric Davis 9484d41850 Don't clobber RAILS_ROOT 2008-05-20 16:06:32 -07:00
Eric Davis 24ed0f6385 Fixed RSpec so only the plugin is loaded. #1135 2008-05-20 16:00:55 -07:00
Eric Davis e127ba5027 Adding RSpec setup. Use rake spec:plugins in the RAILS_ROOT. #1134 2008-05-20 15:29:42 -07:00