35 Commits

Author SHA1 Message Date
Eric Davis
1d608a6c47 Fix for setting the deliverable on new issues. 2010-08-18 13:37:01 -07:00
Eric Davis
d3e7f2d2ae Fix the bulk edit style from Redmine Core changes. 2010-07-01 13:37:37 -07:00
Eric Davis
aa9649fde3 [#4225] Add the Deliverable as a criteria in the Time Entries Report. 2010-07-01 13:34:24 -07:00
Eric Davis
e25f841fe2 [#4225] Generated a hook for the timelog available criterias. 2010-07-01 13:13:08 -07:00
Eric Davis
624b80a128 Fixed a SQL error on postgres 2010-03-22 15:13:13 -07:00
Eric Davis
43862fc3b9 Fixes editing an issue's deliverable.
Broken by the Redmine core in r3308.
2010-03-17 18:45:20 -07:00
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
328cd3fc3f Removed GLoc calls, should stay 0.8 compatibile 2009-02-26 17:09:52 -08:00
Eric Davis
3f00f12107 Added a hook into Project#copy so Deliverables are copied to the new project. 2009-02-25 10:26:43 -08:00
Eric Davis
0f7c630f9c Removed the project panel hook. #1924 2009-01-21 13:51:15 -08: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
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