index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#...
Jean-Philippe Lang
2010-12-17
1
-2
/
+2
*
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
*
Makes issue safe_attributes extensible (#6000).
Jean-Philippe Lang
2010-12-12
1
-0
/
+75
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
2
-2
/
+3
*
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
*
Fixes unhandled case in json builder.
Jean-Philippe Lang
2010-12-04
1
-2
/
+2
*
Fixes unhandled case in json builder.
Jean-Philippe Lang
2010-12-04
1
-1
/
+5
*
Converts IssuesController to use the new API template system and makes xml/js...
Jean-Philippe Lang
2010-12-03
1
-0
/
+2
*
Adds a builder-like template system for rendering xml and json API responses.
Jean-Philippe Lang
2010-12-03
5
-0
/
+206
*
Updates for 1.0.4 release.
Jean-Philippe Lang
2010-11-28
1
-1
/
+1
*
Reload themes so that new themes can be used without restarting Redmine (#5712).
Jean-Philippe Lang
2010-11-27
1
-3
/
+12
*
Fixed: new gantt chart discloses all private projects names (#6276).
Jean-Philippe Lang
2010-11-21
1
-5
/
+5
*
Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).
Jean-Philippe Lang
2010-11-21
1
-3
/
+3
*
Fixed: gantt displays issues by date of creation.
Jean-Philippe Lang
2010-11-21
1
-0
/
+13
*
Fixed: Broken pipe error when browsing subversion repository (#6860).
Jean-Philippe Lang
2010-11-20
1
-2
/
+2
*
Fixed: MercurialAdapter.client_version depends on LANG environment variable (...
Jean-Philippe Lang
2010-11-20
1
-3
/
+3
*
Use Object#tap instead of #returning (#6887).
Jean-Philippe Lang
2010-11-14
2
-4
/
+4
*
Removes duplicate issue subject on gantt (#6763).
Jean-Philippe Lang
2010-11-11
1
-2
/
+0
*
Added missing --no-color option in some git shell-outs. #5324
Jean-Baptiste Barth
2010-11-07
1
-2
/
+2
*
Extract headings and TOC parsing from the textile formatter.
Jean-Philippe Lang
2010-11-06
2
-48
/
+3
*
Bump version to 1.0.3
Eric Davis
2010-11-01
1
-1
/
+1
*
Force color to be disabled on git shell-outs. #5324
Jean-Baptiste Barth
2010-10-29
1
-4
/
+4
*
Add Redmine::Plugin.installed?(:name) method to check if a plugin is installed
Eric Davis
2010-10-25
1
-0
/
+7
*
Fixed: auto links ending with right angle bracket shouldn't include the brack...
Jean-Baptiste Barth
2010-10-23
1
-1
/
+1
*
Fixed: error on gantt when no issue have a due date (#6350).
Jean-Philippe Lang
2010-10-22
1
-3
/
+3
*
Changed the notifications to use a hierarchy UI
Eric Davis
2010-09-28
1
-15
/
+18
*
Added three new notifiable events based on issue attributes
Eric Davis
2010-09-28
1
-0
/
+3
*
Refactor the hardcoded event actions (notifiables) to use a class
Eric Davis
2010-09-28
1
-0
/
+19
*
Bump version to 1.0.2
Eric Davis
2010-09-26
1
-1
/
+1
*
Support leading and trailing spaces in filenames or directories in the git ad...
Eric Davis
2010-09-26
1
-3
/
+3
*
Support spaces in the files or directories in the git adapter. #6054
Eric Davis
2010-09-26
1
-2
/
+2
*
Parse the timezone in #last_rev for git to correct display the Age diplay. #6346
Eric Davis
2010-09-26
1
-2
/
+2
*
Workaround for i18n 0.4.x with the old style syntax. #6428 #5608
Eric Davis
2010-09-26
1
-2
/
+2
*
Use the correct local variables in the PDF export. #6382
Eric Davis
2010-09-20
1
-2
/
+2
*
Fixed the zoom, previous, and next links on the Gantt chart.
Eric Davis
2010-09-10
1
-3
/
+7
*
Add project names to the Versions in the Gantt export. #5904
Eric Davis
2010-09-10
1
-2
/
+2
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
2
-285
/
+796
*
Bump version to 1.0.1
Eric Davis
2010-08-22
1
-1
/
+1
*
Fixed wrong commit range in git log command. #5628
Jean-Baptiste Barth
2010-08-08
1
-5
/
+5
[next]