Commit Graph

27 Commits

Author SHA1 Message Date
Brad Beattie
2af8e4c7b4 Addressing issue #6084, Total issues vs. Closed issues not displaying 2009-09-23 15:24:11 -07:00
Brad Beattie
8fdc521aa5 Fixing bug where issue growth graph showed all projects instead of subprojects 2009-05-15 10:05:06 -07:00
Brad Beattie
3c92453b02 Display appropriate "no data" messages 2009-05-14 14:00:39 -07:00
Brad Beattie
9c91a56f8d Allow open aging issues graph to show children 2009-05-14 13:12:51 -07:00
Brad Beattie
c8a4bc73af Fixing total issues when a project has no descendants 2009-05-14 13:04:30 -07:00
Brad Beattie
9c7cd890b7 Making the total issues over time graph include sub-projects 2009-05-14 11:53:37 -07:00
Brad Beattie
ce3c62c251 Addressing concerns that projects with no issues display broken graph pages. 2009-05-13 10:52:47 -07:00
Brad Beattie
b2c84f3b9f Adding a widget that shows issue assignment flow 2009-04-24 15:36:37 -07:00
Brad Beattie
fe056bed2e Renaming graph 2009-04-13 17:03:34 -07:00
Brad Beattie
ef19c23cc3 Adding widget to graph issue status changes 2009-04-13 17:00:30 -07:00
Brad Beattie
f45b0b67be Fixing file permissions 2009-04-13 11:33:56 -07:00
Brad Beattie
3be93ade78 Reducing timespan down to one day 2009-04-08 14:54:47 -07:00
Brad Beattie
d5a7c1a09d Working on a way of showing flow 2009-04-07 16:31:43 -07:00
Brad Beattie
c450774bee Adding issue status flow graph 2009-04-07 13:35:26 -07:00
Brad Beattie
33d61cc17c Fixing issue of young projects causing graphing errors 2009-04-03 15:18:29 -07:00
Brad Beattie
3a8022566a Merge branch 'master' of git@github.com:bradbeattie/redmine-graphs-plugin
Conflicts:

	app/controllers/graphs_controller.rb
2009-04-02 09:56:51 -07:00
Brad Beattie
263391e6ce Associating graphs display with the issues tab 2009-04-02 09:53:30 -07:00
Brad Beattie
94d281822a * Fixing whitespace
* Localizing graphs sidebar title
2009-04-01 10:33:41 -07:00
Brad Beattie
69f7eedbb8 Fixing SQL query 2009-03-30 08:17:10 -07:00
Brad Beattie
c6c497d2d0 Remove year/day ambiguity 2009-03-12 11:21:46 -07:00
Brad Beattie
826d297aa6 Fixing routing errors 2009-03-12 11:17:06 -07:00
Brad Beattie
f81d0d5160 Optimizing the issue growth graph. With thousands of issues, the old version ran quite slowly as it was grabbing information for each issue. This new implementation only selects what it needs to show the graph. Future versions might simplify it further by selecting issues created per week instead of per day, but I'll leave that for later. 2009-03-12 10:45:55 -07:00
Brad Beattie
bd5a1567f8 Smoothing the graph out a bit 2009-03-10 15:20:54 -07:00
Brad Beattie
2220eb279c Adding a graph to show total issues over time 2009-03-10 13:46:22 -07:00
Brad Beattie
fa235bae48 Adding a project and a global graph to view issues by age (created or updated). 2009-03-06 11:06:21 -08:00
Brad Beattie
a97ffaf776 * Placed graph in frameset to resemble context's layout
* Added target version due date
2009-03-05 13:16:43 -08:00
Brad Beattie
7595ae50d2 First commit 2009-03-05 09:25:27 -08:00