summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* gantt: fix unit gantt helper test failsToshi MARUYAMA2012-09-111-9/+9
* gantt: use content_tag instead of html tag at the task barToshi MARUYAMA2012-09-111-3/+24
* gantt: code layout cleanup image_task method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-6/+17
* gantt: code layout cleanup to_image method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-14/+15
* gantt: use content_tag instead of html tag at helper subject_for_version methodToshi MARUYAMA2012-09-111-3/+7
* gantt: code layout cleanup pdf_task method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-8/+8
* gantt: code layout cleanup pdf_subject method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-2/+4
* gantt: code layout cleanup to_pdf method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-6/+6
* gantt: use content_tag instead of html tag at subject gravatarToshi MARUYAMA2012-09-101-5/+9
* gantt: code layout cleanup html_subject method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-1/+3
* gantt: code layout cleanup line_for_issue method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-2/+5
* gantt: code layout cleanup line_for_version method of lib/redmine/helpers/gan...Toshi MARUYAMA2012-09-101-2/+4
* gantt: code layout cleanup render method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-1/+3
* gantt: code layout cleanup params* method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-3/+8
* gantt: code layout cleanup initialize method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-1/+2
* gantt: remove redundant empty lines from lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-3/+0
* code layout cleanup lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-07-211-61/+0
* replace tabs to spaces and fix indents at lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-07-211-41/+41
* Fixed that wiki diff may produce html (#11209).Jean-Philippe Lang2012-06-261-4/+5
* Fixed that time report raises a SQL error if there are multiple CustomValue f...Jean-Philippe Lang2012-06-141-3/+3
* Copyright update.Jean-Philippe Lang2012-05-054-4/+4
* Adds "Status" to the time report criteria (#9985).Jean-Philippe Lang2012-01-141-0/+3
* Replace raw SQL with a .count call.Jean-Philippe Lang2011-12-051-29/+13
* Fixed time report broken by r8085.Jean-Philippe Lang2011-12-051-8/+21
* Extracted time report logic from the controller.Jean-Philippe Lang2011-12-021-0/+164
* Rails3: lib: helper: use html_safe for GanttToshi MARUYAMA2011-10-011-21/+21
* remove trailing white-spaces from lib/redmine/helpers/calendar.rb.Toshi MARUYAMA2011-09-011-13/+13
* Rails3: use String#html_safe at lib/redmine/helpers/diff.rb.Toshi MARUYAMA2011-08-201-1/+1
* remove trailing white-spaces from lib/redmine/helpers/diff.rb.Toshi MARUYAMA2011-08-201-6/+6
* PDF: import CJK patches and all languages use TCPDF (#8312).Toshi MARUYAMA2011-05-091-5/+1
* fix typo "heigth" to "height" in lib/redmine/helpers/gantt.rb.Toshi MARUYAMA2011-05-071-27/+27
* remove trailing white-spaces lib/redmine/helpers/gantt.rb.Toshi MARUYAMA2011-05-061-101/+101
* PDF: switch FPDF ANSI or TCPDF UTF-8 with general_pdf_encoding value instead ...Toshi MARUYAMA2011-04-101-5/+1
* PDF: set enable to use TCPDF UTF-8 on Windows except CJK and Thai (#61).Toshi MARUYAMA2011-04-021-2/+1
* PDF: switch TCPDF UTF-8 or FPDF ANSI (#61).Toshi MARUYAMA2011-03-301-1/+10
* PDF: prepare switching TCPDF UTF-8 in non CJK or FPDF ANSI in CJK (#61).Toshi MARUYAMA2011-03-301-15/+15
* Fixes progress calculation on gantt (#7838).Jean-Philippe Lang2011-03-281-2/+2
* Adds support for saturday as the first week day (#7097).Jean-Philippe Lang2011-03-271-0/+2
* Gantt: do not ignore project filter (#7000, #7352), do not display empty proj...Jean-Philippe Lang2011-03-101-66/+63
* Stringify avatar to prevent "can't convert nil into String" errors on gantt (...Jean-Philippe Lang2011-02-281-1/+1
* Fixes wiki diff rendering.Jean-Philippe Lang2011-02-271-1/+1
* Extracts a diff helper from the WikiDiff class.Jean-Philippe Lang2011-02-271-0/+72
* Extracts gantt subjects styles to css (#7280).Jean-Philippe Lang2011-02-211-1/+1
* Adds full subject as gantt subject title (#7280).Jean-Philippe Lang2011-02-211-4/+2
* Prevent text wrap in gantt subjects (#7280).Jean-Philippe Lang2011-02-211-1/+4
* Reverted r4780 that broke gantt tests (#7280).Jean-Philippe Lang2011-01-301-5/+5
* Removed issue subjects wrapping in gantt (#7280).Jean-Philippe Lang2011-01-301-5/+5
* Makes the png looks more like the html gantt.Jean-Philippe Lang2010-12-301-6/+10
* Disable project completion display on the gantt (#7127).Jean-Philippe Lang2010-12-291-2/+2
* Simple issue sort method to make sure subtasks appear under their parent on t...Jean-Philippe Lang2010-12-291-23/+4