Commit Graph
120 Commits
Author SHA1 Message Date
Eric Davis 3dea68522e Added custom fields to track number or % values. #1348 2008-06-19 17:23: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 8295b737a1 Potential fix by calling the update every 5 seconds. Brute force but works.
When the FireFox "suggest history" dropbox is used, neither the blur nor change event is fired.  I have one solution that covers many of the common cases but fails on some others:

* Works - type, down arrow to suggest history, tab
* Works - type, down arrow to suggest history, enter, tab
* Works - type, click
* Works - type, tab
* Fails - down arrow to suggest history, enter, tab
* Fails - down arrow to suggest history, arrow right, tab

I have another solution which is to have a timer update the budget every 5 seconds.  This will make sure that even if the blur/change events are not fired, the values will be updated soon.  It's brute force but works (in FF so far, still need to test cross-browser).  I'm not seeing any performance impact, even with debugging on.

  #1350
2008-06-19 16:33:15 -07:00
Eric Davis b776098c7d Changed profit to take into account the overhead along with the total labor cost
when profit is a %

* Fixed Models
* Fixed JS Calculator
* Cleaned up specs to access attributes directly

  #1349
2008-06-19 15:29:02 -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 63ba3fafc7 Progress and Score should be 0 by default. #1305 2008-06-12 16:31:15 -07:00
Eric Davis 42efb03925 Converted all details into tables. #1274 2008-06-12 16:25:19 -07:00
Eric Davis 9989b6971b Adding dollar signs or % to amounts
* Added number_or_percent helper to return the correct string
* Deliverable.labor_budget will now return 0.0 if it's nil

  #1274
2008-06-12 16:05:02 -07:00
Eric Davis d3cbbbb07f Hiding bulk version assignment when there are no version. #1274 2008-06-12 15:51:03 -07:00
Eric Davis 123412dd38 Header data is now a table... ick #1274 2008-06-12 15:49:04 -07:00
Eric Davis 55aa505243 Refactored arrows. #1274 2008-06-12 15:41:49 -07:00
Eric Davis 60a0539d53 Added toggling arrows. #1274 2008-06-12 15:32:36 -07:00
Eric Davis c5a59ba5fe More form cleanup. #1274 2008-06-12 15:14:17 -07:00
Eric Davis 52d6687f52 More form cleanup. #1274 2008-06-12 15:04:01 -07:00
Eric Davis 8a69714981 Converted side form to a table. #1274 2008-06-12 14:54:37 -07:00
Eric Davis 739d9f7a83 Removing any spacing in the JS buttons that is defined in the base Redmine. #1274 2008-06-12 14:31:11 -07:00
Eric Davis ae723394d7 Reduced the size of the subject lin. #1274 2008-06-12 14:27:15 -07:00
Eric Davis 9da7ac6fdd Added class for the budget header. #1274 2008-06-12 14:25:26 -07:00
Eric Davis 4fa05796c2 Rounding member rates. #1304 2008-06-12 14:21:24 -07:00
Eric Davis 888308da2e Added edit image instead of text for Deliverable actions 2008-06-11 09:21:49 -07:00
Eric Davis 83c4cdc628 Rdoc'ing helpers 2008-06-11 09:21:26 -07:00
Eric Davis b1b24da6e4 Updated plugin description and marking as version 0.1.0 2008-06-11 09:20:53 -07:00
Eric Davis 191221908d Added rdoc comments and using the Base class now 2008-06-11 09:20:22 -07:00
Eric Davis 8150cfcabc Added rdoc comments 2008-06-11 09:19:51 -07:00
Eric Davis cb7d4a41a0 Adding documentation files 2008-06-11 09:18:08 -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 6b361642d2 Added protection 2008-06-09 17:20:28 -07:00
Eric Davis 618b3757af Minor CSS tweaks 2008-06-09 17:19:19 -07:00
Eric Davis 1bb2742521 Matched layout to comp. #1190 2008-06-09 17:08:17 -07:00
Eric Davis 211fc5879d Added MemberSpent class to help create the fields for getting the amounts per member. #1190 2008-06-09 16:32:26 -07:00
Eric Davis b571a1f338 Added count of the issues based on tracker. #1190 2008-06-09 15:46:45 -07:00
Eric Davis 09f88d623c Updating the dropdown per comp. #1190 2008-06-09 15:32:39 -07:00
Eric Davis 6c6f756de8 Added labor_budget virtual field and made that the Budget column. #1190 2008-06-09 15:31:57 -07:00
Eric Davis e691f4c2f0 Fixing the Journal display on the issue list. #1276 2008-06-04 18:20:41 -07:00
Eric Davis b048542307 Refactored budget panel so it can be updated by RJS when a new deliverable is added. #1278 2008-06-04 17:01:43 -07:00
Eric Davis 94bbbff012 Clear preview pane on submission. #1277 2008-06-04 16:53:16 -07:00
Eric Davis ba8a3400ec Added ability to change a deliverables type 2008-06-04 16:50:19 -07:00
Eric Davis 86741878c6 Added pagination 2008-06-04 16:21:25 -07:00
Eric Davis 85affdb59b Fixing TODOS. 2008-06-04 16:04:32 -07:00
Eric Davis 96bddffd53 Cleanup of view 2008-06-04 15:59:01 -07:00
Eric Davis 9b4072875c Added more protection from permissions. #1138 2008-06-04 15:47:40 -07:00
Eric Davis 203ad5c90e Adding helper to show or hide elements based on permissions. #1138 2008-06-04 15:44:44 -07:00
Eric Davis 23c6ee6e92 Renamed Deliverable.due_date to due so it doesn't conflict with issue.due_date 2008-06-03 17:36:57 -07:00
Eric Davis 490bf73efe Calc cleanup 2008-06-03 17:19:30 -07:00
Eric Davis 5180b5b218 Remove partial dollars 2008-06-03 16:53:06 -07:00
Eric Davis 81d1c212b7 Fixed funky forms. 2008-06-03 16:48:45 -07:00
Eric Davis f9a8ffdb0d Cleanup of the form. #1274 2008-06-03 16:37:03 -07:00
Eric Davis 1ea8264c7d Moved call to after the form fields are setup. #1274 2008-06-03 16:30:58 -07:00
Eric Davis 9012487889 Corrected field display. #1274 2008-06-03 16:26:48 -07:00
Eric Davis 065e0ecc9f Added header image. #1274 2008-06-03 16:21:44 -07:00