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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing locales, rake locales:update added extra whitespace to the line.
Eric Davis
2010-02-12
3
-3
/
+3
*
Fixed a nil method error in Setting#value=
Eric Davis
2010-02-12
1
-1
/
+1
*
Removed hard coded English string.
Eric Davis
2010-02-12
39
-4
/
+39
*
Refactor: Merged IssueStatusesController#list and #index.
Eric Davis
2010-02-12
3
-20
/
+14
*
Fixed: div.task incorrectly wrapping on Gantt Chart (#4813).
Jean-Philippe Lang
2010-02-12
1
-0
/
+1
*
Issue relation: fixes error with postgres when entering a non-numeric id (#48...
Jean-Philippe Lang
2010-02-12
2
-2
/
+20
*
Fixed: Project copy loses wiki pages hierarchy (#4797).
Jean-Philippe Lang
2010-02-11
4
-4
/
+69
*
Log failed user logins to the Rails logger
Eric Davis
2010-02-11
1
-0
/
+1
*
Refactored IssueStatus finder to a before_filter
Eric Davis
2010-02-11
1
-5
/
+6
*
Adds filter for system shared versions on the cross project issue list (#4792).
Jean-Philippe Lang
2010-02-10
2
-0
/
+11
*
Fixed: roadmap show subprojects issues even if subprojects is unchecked (#4761).
Jean-Philippe Lang
2010-02-10
1
-5
/
+1
*
Makes use of format_version_name.
Jean-Philippe Lang
2010-02-10
1
-2
/
+1
*
Fixed: Duplicated project name for subproject version on gantt chart (#4775).
Jean-Philippe Lang
2010-02-10
1
-1
/
+0
*
Fixed: parent project field doesn't include blank value when a member with 'a...
Jean-Philippe Lang
2010-02-10
2
-1
/
+43
*
Refactor: inline the utility methods in ReportsController.
Eric Davis
2010-02-10
1
-43
/
+16
*
Switch to using the shoulda gem from gemcutter. #4573
Eric Davis
2010-02-10
1
-1
/
+1
*
Fixed: Repository.fetch_changesets tries to fetch changesets for archived pro...
Jean-Philippe Lang
2010-02-09
1
-3
/
+7
*
Extracted the rendering from each case statement in issue_reports_details
Eric Davis
2010-02-09
1
-9
/
+7
*
Fixed the link to the Issue Details report, broken in r3396
Eric Davis
2010-02-09
1
-7
/
+7
*
Translation updates
Azamat Hackimov
2010-02-08
3
-8
/
+10
*
Updated object_daddy to a newer version (bugfixes)
Eric Davis
2010-02-08
4
-21
/
+12
*
Removed the duplicated configuration in the different test environments.
Eric Davis
2010-02-08
2
-58
/
+2
*
Separated ReportsController#issue_report into two separate actions.
Eric Davis
2010-02-08
5
-28
/
+54
*
Moved a routing test from a functional to an integration test.
Eric Davis
2010-02-08
2
-12
/
+26
*
Do not parse the entire git log to fetch new commits (takes several minutes f...
Jean-Philippe Lang
2010-02-07
2
-14
/
+13
*
Update for 0.9.2 release.
Jean-Philippe Lang
2010-02-07
2
-2
/
+16
*
Korean support for PDF export (#4639).
Jean-Philippe Lang
2010-02-07
2
-5
/
+10
*
Translation updates.
Jean-Philippe Lang
2010-02-07
38
-923
/
+965
*
Fixed: error raised when trying to view the gantt or calendar with a grouped ...
Jean-Philippe Lang
2010-02-06
1
-0
/
+2
*
Fixed: deprecation warning in reposman.rb (#4736).
Jean-Philippe Lang
2010-02-06
1
-1
/
+1
*
Do not show 'Quote' links on locked topics (#4749).
Jean-Philippe Lang
2010-02-06
1
-2
/
+2
*
Removes overflow:auto on #content which broke the fix in r2118 (#4724).
Jean-Philippe Lang
2010-02-06
5
-2
/
+9
*
Fixed: error messages displayed twice when creating a group (#4715).
Jean-Philippe Lang
2010-02-06
1
-2
/
+0
*
Renames WikiFormatting.cache to .cache_store
Jean-Philippe Lang
2010-02-06
1
-3
/
+3
*
Adds pagination to forum messages (#4664).
Jean-Philippe Lang
2010-02-06
6
-12
/
+46
*
Adds a setting to cache textile rendering (off by default).
Jean-Philippe Lang
2010-02-06
44
-33
/
+100
*
Adds a permission for exporting wiki pages.
Jean-Philippe Lang
2010-02-06
44
-14
/
+60
*
Refactor: Pull up several #find_project methods to ApplicationController
Eric Davis
2010-02-05
6
-35
/
+7
*
Translations updates
Azamat Hackimov
2010-02-04
2
-7
/
+7
*
Fixed: invalid format parameter returns a DoubleRenderError on issues index (...
Jean-Philippe Lang
2010-02-04
1
-7
/
+7
*
Reverts r3366.
Jean-Philippe Lang
2010-02-04
1
-11
/
+9
*
Fixed: invalid format parameter returns a DoubleRenderError on issues index (...
Jean-Philippe Lang
2010-02-04
1
-8
/
+10
*
Refactor: Extracted the select_all calls to a new private method.
Eric Davis
2010-02-04
1
-67
/
+47
*
Added tests for Issue#by_X finders
Eric Davis
2010-02-04
1
-0
/
+42
*
Change Role#anonymous and #non_member so they generate the record as needed.
Eric Davis
2010-02-03
2
-4
/
+71
*
Refactor: Moved the raw SQL finders from ReportsController to Issue.
Eric Davis
2010-02-03
2
-83
/
+107
*
Converted a test to shoulda and added more checks for it's assignments.
Eric Davis
2010-02-03
1
-4
/
+15
*
Refactor: Extract method to create a Change from a Changeset.
Eric Davis
2010-02-02
4
-15
/
+12
*
Refactor: Move recipients method into acts_as_event
Eric Davis
2010-02-01
4
-21
/
+7
*
Allow commits to reference issues of parent projects and subprojects (#4674).
Jean-Philippe Lang
2010-01-31
4
-4
/
+38
[next]