| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace raw SQL with a .count call. | Jean-Philippe Lang | 2011-12-05 | 1 | -29/+13 |
* | Fixed time report broken by r8085. | Jean-Philippe Lang | 2011-12-05 | 1 | -8/+21 |
* | Extracted time report logic from the controller. | Jean-Philippe Lang | 2011-12-02 | 1 | -0/+164 |
* | Rails3: lib: helper: use html_safe for Gantt | Toshi MARUYAMA | 2011-10-01 | 1 | -21/+21 |
* | remove trailing white-spaces from lib/redmine/helpers/calendar.rb. | Toshi MARUYAMA | 2011-09-01 | 1 | -13/+13 |
* | Rails3: use String#html_safe at lib/redmine/helpers/diff.rb. | Toshi MARUYAMA | 2011-08-20 | 1 | -1/+1 |
* | remove trailing white-spaces from lib/redmine/helpers/diff.rb. | Toshi MARUYAMA | 2011-08-20 | 1 | -6/+6 |
* | PDF: import CJK patches and all languages use TCPDF (#8312). | Toshi MARUYAMA | 2011-05-09 | 1 | -5/+1 |
* | fix typo "heigth" to "height" in lib/redmine/helpers/gantt.rb. | Toshi MARUYAMA | 2011-05-07 | 1 | -27/+27 |
* | remove trailing white-spaces lib/redmine/helpers/gantt.rb. | Toshi MARUYAMA | 2011-05-06 | 1 | -101/+101 |
* | PDF: switch FPDF ANSI or TCPDF UTF-8 with general_pdf_encoding value instead ... | Toshi MARUYAMA | 2011-04-10 | 1 | -5/+1 |
* | PDF: set enable to use TCPDF UTF-8 on Windows except CJK and Thai (#61). | Toshi MARUYAMA | 2011-04-02 | 1 | -2/+1 |
* | PDF: switch TCPDF UTF-8 or FPDF ANSI (#61). | Toshi MARUYAMA | 2011-03-30 | 1 | -1/+10 |
* | PDF: prepare switching TCPDF UTF-8 in non CJK or FPDF ANSI in CJK (#61). | Toshi MARUYAMA | 2011-03-30 | 1 | -15/+15 |
* | Fixes progress calculation on gantt (#7838). | Jean-Philippe Lang | 2011-03-28 | 1 | -2/+2 |
* | Adds support for saturday as the first week day (#7097). | Jean-Philippe Lang | 2011-03-27 | 1 | -0/+2 |
* | Gantt: do not ignore project filter (#7000, #7352), do not display empty proj... | Jean-Philippe Lang | 2011-03-10 | 1 | -66/+63 |
* | Stringify avatar to prevent "can't convert nil into String" errors on gantt (... | Jean-Philippe Lang | 2011-02-28 | 1 | -1/+1 |
* | Fixes wiki diff rendering. | Jean-Philippe Lang | 2011-02-27 | 1 | -1/+1 |
* | Extracts a diff helper from the WikiDiff class. | Jean-Philippe Lang | 2011-02-27 | 1 | -0/+72 |
* | Extracts gantt subjects styles to css (#7280). | Jean-Philippe Lang | 2011-02-21 | 1 | -1/+1 |
* | Adds full subject as gantt subject title (#7280). | Jean-Philippe Lang | 2011-02-21 | 1 | -4/+2 |
* | Prevent text wrap in gantt subjects (#7280). | Jean-Philippe Lang | 2011-02-21 | 1 | -1/+4 |
* | Reverted r4780 that broke gantt tests (#7280). | Jean-Philippe Lang | 2011-01-30 | 1 | -5/+5 |
* | Removed issue subjects wrapping in gantt (#7280). | Jean-Philippe Lang | 2011-01-30 | 1 | -5/+5 |
* | Makes the png looks more like the html gantt. | Jean-Philippe Lang | 2010-12-30 | 1 | -6/+10 |
* | Disable project completion display on the gantt (#7127). | Jean-Philippe Lang | 2010-12-29 | 1 | -2/+2 |
* | Simple issue sort method to make sure subtasks appear under their parent on t... | Jean-Philippe Lang | 2010-12-29 | 1 | -23/+4 |
* | Makes Version#start_date return the minimum start_date of its issues. | Jean-Philippe Lang | 2010-12-23 | 1 | -1/+1 |
* | Ported subtasks display with indentation to the new gantt (#7128) and fixed m... | Jean-Philippe Lang | 2010-12-18 | 1 | -12/+52 |
* | Gantt code cleaning. | Jean-Philippe Lang | 2010-12-17 | 1 | -98/+53 |
* | Gantt code cleanup. | Jean-Philippe Lang | 2010-12-17 | 1 | -37/+16 |
* | Gantt: make the png looks more like html. | Jean-Philippe Lang | 2010-12-17 | 1 | -58/+47 |
* | Gantt: make the pdf looks more like html. | Jean-Philippe Lang | 2010-12-17 | 1 | -91/+66 |
* | Gantt code cleanup. | Jean-Philippe Lang | 2010-12-17 | 1 | -57/+3 |
* | Gantt code cleanup. | Jean-Philippe Lang | 2010-12-17 | 1 | -58/+13 |
* | Gantt code cleanup. | Jean-Philippe Lang | 2010-12-17 | 1 | -22/+26 |
* | Gantt: fixes progress width in some cases and start code cleaning. | Jean-Philippe Lang | 2010-12-17 | 1 | -42/+72 |
* | Skip a few SQL queries for cross project gantt. | Jean-Philippe Lang | 2010-12-15 | 1 | -1/+1 |
* | Adds an application setting to limit the number of items that can be displaye... | Jean-Philippe Lang | 2010-12-15 | 1 | -5/+35 |
* | Select projects with issue_tracking module for gantt display and remove the n... | Jean-Philippe Lang | 2010-12-07 | 1 | -4/+4 |
* | Gantt: Avoid unnecessary queries before rendering. | Jean-Philippe Lang | 2010-12-07 | 1 | -1/+8 |
* | Gantt: fixes position of line in pdf (#6348). | Jean-Philippe Lang | 2010-12-07 | 1 | -2/+9 |
* | Fixes gantt PDF pagination problem (#6348). | Jean-Philippe Lang | 2010-12-07 | 1 | -1/+13 |
* | Gantt: iterate over all objects only once for html and pdf rendering (#6348). | Jean-Philippe Lang | 2010-12-07 | 1 | -87/+48 |
* | Fixed: new gantt chart discloses all private projects names (#6276). | Jean-Philippe Lang | 2010-11-21 | 1 | -5/+5 |
* | Fixed: gantt displays issues by date of creation. | Jean-Philippe Lang | 2010-11-21 | 1 | -0/+13 |
* | Removes duplicate issue subject on gantt (#6763). | Jean-Philippe Lang | 2010-11-11 | 1 | -2/+0 |
* | Fixed: error on gantt when no issue have a due date (#6350). | Jean-Philippe Lang | 2010-10-22 | 1 | -3/+3 |
* | Fixed the zoom, previous, and next links on the Gantt chart. | Eric Davis | 2010-09-10 | 1 | -3/+7 |