summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gantt: remove unused issues parameter from gantt_issue_compare methodToshi MARUYAMA2012-10-231-2/+2
* Adds a macro for inserting collapsed text (#12167).Jean-Philippe Lang2012-10-201-0/+13
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-2/+7
* Fixed that Redmine::VERSION.revision returns nil with svn 1.7 (#12012).Jean-Philippe Lang2012-10-121-13/+6
* Do not show parents/subtasks subjects that are not visible.Jean-Philippe Lang2012-10-091-2/+2
* Private issue notes (#1554).Jean-Philippe Lang2012-10-033-24/+25
* Updates for 2.1.2 release.Jean-Philippe Lang2012-09-301-1/+1
* Updates for 2.1.1 release.Jean-Philippe Lang2012-09-301-1/+1
* add more error message if public/plugin_assets cannot be created (#11945)Toshi MARUYAMA2012-09-261-1/+5
* fix "can't convert Errno::EACCES into String" in case of no permission of pub...Toshi MARUYAMA2012-09-261-2/+2
* ParseDate missing in Ruby 1.9x (#11290).Jean-Philippe Lang2012-09-221-5/+2
* use git diff format for all diff (#11868)Toshi MARUYAMA2012-09-191-5/+12
* Remove trailing (revision nn) from filenames in subversion diffs.Jean-Philippe Lang2012-09-181-0/+3
* Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang2012-09-181-6/+23
* scm: bazaar: do not call super initialize method at adapter (#11834)Toshi MARUYAMA2012-09-181-1/+3
* scm: bazaar: use log encoding as path encoding (#11834)Toshi MARUYAMA2012-09-181-0/+4
* scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter en...Toshi MARUYAMA2012-09-171-4/+8
* scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter re...Toshi MARUYAMA2012-09-171-1/+2
* scm: bazaar: convert command line character encoding to @path_encoding (#11834)Toshi MARUYAMA2012-09-171-2/+12
* scm: bazaar: add @path_encoding instance value and set it UTF-8 at adapter in...Toshi MARUYAMA2012-09-171-0/+5
* Fixed: load_default_data task fails to print the error message if one occurs ...Jean-Philippe Lang2012-09-171-2/+2
* scm: bazaar: code layout cleanup adapter revisions methodToshi MARUYAMA2012-09-171-1/+4
* Updates macro description (#10789).Jean-Philippe Lang2012-09-161-0/+1
* Adds a "depth" option to the child_pages macro (#10789).Jean-Philippe Lang2012-09-162-6/+13
* Accept float in inline styles.Jean-Philippe Lang2012-09-161-1/+1
* Set version to 2.1.0.Jean-Philippe Lang2012-09-111-2/+2
* gantt: use content_tag instead of html tag at the tooltipToshi MARUYAMA2012-09-111-4/+12
* gantt: use content_tag instead of html tag at the label on the rightToshi MARUYAMA2012-09-111-3/+7
* gantt: use content_tag instead of html tag at subject for projectToshi MARUYAMA2012-09-111-3/+6
* gantt: use content_tag instead of html tag at the markersToshi MARUYAMA2012-09-111-2/+14
* gantt: code layout cleanup to_pdf method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-2/+2
* 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
* Fixed that the reminder email excludes issues assigned to groups (#11723).Jean-Philippe Lang2012-09-091-1/+1
* Let plugin override mailer views (#11776).Jean-Philippe Lang2012-09-061-0/+1
* fix redmine_plugin generator output in USAGEToshi MARUYAMA2012-09-031-0/+16