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
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved the parent issue field above start/due date fields.
Jean-Philippe Lang
2011-04-11
2
-7
/
+5
*
Adds an issues visibility level on roles (#7412).
Jean-Philippe Lang
2011-04-11
7
-16
/
+67
*
scm: cvs: override annotate() in model.
Toshi MARUYAMA
2011-04-11
1
-2
/
+11
*
scm: cvs: cat returns nil if revision does not exist at model.
Toshi MARUYAMA
2011-04-11
1
-1
/
+5
*
scm: cvs: code clean up model.
Toshi MARUYAMA
2011-04-11
1
-4
/
+4
*
scm: code clean up RepositoriesHelper.
Toshi MARUYAMA
2011-04-11
1
-13
/
+13
*
scm: cvs: code clean up app/models/repository/cvs.rb.
Toshi MARUYAMA
2011-04-09
1
-18
/
+21
*
scm: use upcase to compare encoding name "UTF-8" in log converting.
Toshi MARUYAMA
2011-04-09
1
-1
/
+1
*
scm: code clean up app/models/changeset.rb.
Toshi MARUYAMA
2011-04-09
1
-8
/
+14
*
scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby...
Toshi MARUYAMA
2011-04-09
1
-12
/
+11
*
scm: code clean up app/models/changeset.rb.
Toshi MARUYAMA
2011-04-09
1
-9
/
+13
*
scm: code clean up app/models/changeset.rb.
Toshi MARUYAMA
2011-04-09
1
-5
/
+6
*
scm: fix log converting error in Ruby 1.9 and add more tests.
Toshi MARUYAMA
2011-04-09
1
-1
/
+2
*
scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests.
Toshi MARUYAMA
2011-04-09
1
-1
/
+4
*
scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby...
Toshi MARUYAMA
2011-04-09
1
-9
/
+16
*
Adds visibility condition to Issue.by_* count methods.
Jean-Philippe Lang
2011-04-08
1
-13
/
+14
*
Fixes test broken by r5354.
Jean-Philippe Lang
2011-04-07
1
-1
/
+1
*
Adds functional test for project copy.
Jean-Philippe Lang
2011-04-07
1
-0
/
+1
*
Fixed: empty list for user/version custom fields on bulk edit form (#2096).
Jean-Philippe Lang
2011-04-07
4
-4
/
+6
*
Fixes #possible_values for version custom field.
Jean-Philippe Lang
2011-04-07
1
-1
/
+1
*
Localize anonymous and non member roles names (#8072).
Jean-Philippe Lang
2011-04-05
1
-2
/
+10
*
Wrap text custom fields in the issue list (#8064).
Jean-Philippe Lang
2011-04-05
2
-1
/
+9
*
Removed duplicate Modules fieldset on project copy form.
Jean-Philippe Lang
2011-04-05
1
-9
/
+0
*
Removed calls to deprecated Project.visible_by method.
Jean-Philippe Lang
2011-04-05
1
-1
/
+1
*
Add permission option to wiki page activity provider.
Jean-Philippe Lang
2011-04-05
1
-0
/
+1
*
Makes visible scopes accept projects option and deprecate Project.visible_by.
Jean-Philippe Lang
2011-04-05
8
-22
/
+27
*
Adds context menu for related issues (#8006).
Jean-Philippe Lang
2011-04-05
1
-7
/
+10
*
Cleaner way to handle the replacement of watch links (#8071).
Jean-Philippe Lang
2011-04-05
4
-33
/
+19
*
Fixed: DoubleRenderError introduced by #7996.
Jean-Philippe Lang
2011-04-05
1
-0
/
+2
*
add function of bulk delete time entries (#7996).
Toshi MARUYAMA
2011-04-04
2
-20
/
+30
*
add bulk edit items and context menu in time entries list view (#7996).
Toshi MARUYAMA
2011-04-04
1
-1
/
+13
*
add bulk edit and bulk update actions for time entries (#7996).
Toshi MARUYAMA
2011-04-04
2
-0
/
+55
*
add controller for bulk edit time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-1
/
+14
*
add view for bulk edit time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-0
/
+49
*
add context menu in time entries for bulk edit (#7996).
Toshi MARUYAMA
2011-04-04
1
-0
/
+27
*
Shorten query[column_names] param name.
Jean-Philippe Lang
2011-04-03
3
-3
/
+6
*
Keep issue filter params on sort headers.
Jean-Philippe Lang
2011-04-03
1
-2
/
+1
*
Changes pagination links to non-AJAX requests (#5138).
Jean-Philippe Lang
2011-04-03
1
-4
/
+1
*
Makes all pagination-like links use #link_to_content_update (#5138).
Jean-Philippe Lang
2011-04-03
7
-47
/
+26
*
Removed the changeset-changes class to the commit logs on the issue view (#80...
Jean-Philippe Lang
2011-04-03
1
-1
/
+1
*
Disable unused fields when switching the period type.
Jean-Philippe Lang
2011-04-03
1
-5
/
+6
*
Removed hidden project_id and issue_id parameters.
Jean-Philippe Lang
2011-04-03
1
-3
/
+0
*
Changed timelogs filters to use non-AJAX requests (#1965).
Jean-Philippe Lang
2011-04-03
3
-18
/
+7
*
Skip a count(*) SQL query.
Jean-Philippe Lang
2011-04-02
1
-1
/
+1
*
Do not load projects association in #rolled_up_trackers.
Jean-Philippe Lang
2011-04-02
1
-1
/
+1
*
Skip a few count(*) SQL queries on the issue list.
Jean-Philippe Lang
2011-04-02
1
-6
/
+11
*
No PUT request to get previous/next month.
Jean-Philippe Lang
2011-04-01
1
-1
/
+1
*
Fixed: list of users for adding to a group may be empty if 100 first users ha...
Jean-Philippe Lang
2011-04-01
3
-2
/
+6
*
Fixed: bulk destroying parent and child issues raises a stale object error (#...
Jean-Philippe Lang
2011-04-01
1
-1
/
+7
*
Shortens filter param names.
Jean-Philippe Lang
2011-04-01
3
-13
/
+13
[next]