summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* scm: mercurial: escape any filenames by urlescape (#2664, #7064).Toshi MARUYAMA2011-01-053-10/+11
* repository: git: change io.gets to io.readlines (#5404, #5096).Toshi MARUYAMA2011-01-031-8/+8
* Set version to 1.1.0.Jean-Philippe Lang2011-01-021-2/+2
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-022-1/+19
* ruby1.9 compatibilityJean-Philippe Lang2011-01-011-0/+2
* 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
* Fixed: cvs diff broken by r4539 (#7176).Jean-Philippe Lang2010-12-291-1/+1
* Makes Version#start_date return the minimum start_date of its issues.Jean-Philippe Lang2010-12-231-1/+1
* Set VERSION to 1.0.5.Jean-Philippe Lang2010-12-231-1/+1
* Fixes: Mercurial adapter loses seconds of commit times (#6656).Jean-Philippe Lang2010-12-231-1/+1
* Avoid theme rescan when no theme is selected.Jean-Philippe Lang2010-12-221-0/+2
* Support for Javascript in Themes (#2803).Jean-Philippe Lang2010-12-221-6/+46
* Fixes mercurial adapter.Jean-Philippe Lang2010-12-181-1/+1
* Fixed that some arguments where not properly escaped in scm adapters.Jean-Philippe Lang2010-12-186-21/+27
* Ported subtasks display with indentation to the new gantt (#7128) and fixed m...Jean-Philippe Lang2010-12-181-12/+52
* Gantt code cleaning.Jean-Philippe Lang2010-12-171-98/+53
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-37/+16
* Gantt: make the png looks more like html.Jean-Philippe Lang2010-12-171-58/+47
* Gantt: make the pdf looks more like html.Jean-Philippe Lang2010-12-171-91/+66
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-57/+3
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-58/+13
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-22/+26
* Gantt: fixes progress width in some cases and start code cleaning.Jean-Philippe Lang2010-12-171-42/+72
* Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#...Jean-Philippe Lang2010-12-171-2/+2
* Skip a few SQL queries for cross project gantt.Jean-Philippe Lang2010-12-151-1/+1
* Adds an application setting to limit the number of items that can be displaye...Jean-Philippe Lang2010-12-151-5/+35
* Makes issue safe_attributes extensible (#6000).Jean-Philippe Lang2010-12-121-0/+75
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-112-2/+3
* Select projects with issue_tracking module for gantt display and remove the n...Jean-Philippe Lang2010-12-071-4/+4
* Gantt: Avoid unnecessary queries before rendering.Jean-Philippe Lang2010-12-071-1/+8
* Gantt: fixes position of line in pdf (#6348).Jean-Philippe Lang2010-12-071-2/+9
* Fixes gantt PDF pagination problem (#6348).Jean-Philippe Lang2010-12-071-1/+13
* Gantt: iterate over all objects only once for html and pdf rendering (#6348).Jean-Philippe Lang2010-12-071-87/+48
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-2/+2
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-1/+5
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-0/+2
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-035-0/+206
* Updates for 1.0.4 release.Jean-Philippe Lang2010-11-281-1/+1
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-3/+12
* Fixed: new gantt chart discloses all private projects names (#6276).Jean-Philippe Lang2010-11-211-5/+5
* Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).Jean-Philippe Lang2010-11-211-3/+3
* Fixed: gantt displays issues by date of creation.Jean-Philippe Lang2010-11-211-0/+13
* Fixed: Broken pipe error when browsing subversion repository (#6860).Jean-Philippe Lang2010-11-201-2/+2
* Fixed: MercurialAdapter.client_version depends on LANG environment variable (...Jean-Philippe Lang2010-11-201-3/+3
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-142-4/+4
* Removes duplicate issue subject on gantt (#6763).Jean-Philippe Lang2010-11-111-2/+0
* Added missing --no-color option in some git shell-outs. #5324Jean-Baptiste Barth2010-11-071-2/+2
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-062-48/+3