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
*
scm: fix non ascii text files displaying (#6256).
Toshi MARUYAMA
2011-03-22
1
-3
/
+18
*
Show open and closed issues from "Issues by" version links.
Jean-Philippe Lang
2011-03-21
1
-2
/
+2
*
Fixed: atom links on wiki index broken by r4266.
Jean-Philippe Lang
2011-03-21
2
-4
/
+4
*
Fixed: Simultaneous wiki updates cause internal error (#7939).
Jean-Philippe Lang
2011-03-21
1
-4
/
+2
*
Silently ignore invalid status_by param.
Jean-Philippe Lang
2011-03-20
1
-2
/
+1
*
Adds an option to view issues count by status on the version page (#7921).
Jean-Philippe Lang
2011-03-20
1
-3
/
+3
*
Fixed: news comments not deleted when deleting a project (#7904).
Jean-Philippe Lang
2011-03-20
1
-1
/
+1
*
Adds links on the issue list to collapse/expang all groups (#7236).
Jean-Philippe Lang
2011-03-20
1
-0
/
+1
*
Makes the user form look like account form.
Jean-Philippe Lang
2011-03-20
1
-3
/
+11
*
Fixed: children projects are deleted instead of being destroyed when destroyi...
Jean-Philippe Lang
2011-03-20
1
-9
/
+2
*
Fixes error in RepositoriesHelper#replace_invalid_utf8 when given nil.
Jean-Philippe Lang
2011-03-20
1
-0
/
+1
*
Fixes RepositoriesHelper#to_utf8 test failure for ruby1.8.
Jean-Philippe Lang
2011-03-20
1
-0
/
+7
*
scm: fix git and mecruial repository note in setting.
Toshi MARUYAMA
2011-03-19
1
-5
/
+5
*
scm: to_utf8() in repositories_helper always returns UTF-8 in Ruby 1.9.
Toshi MARUYAMA
2011-03-19
1
-1
/
+11
*
scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale.
Toshi MARUYAMA
2011-03-17
1
-7
/
+6
*
Prevent error when referencing an issue without project (#7890).
Jean-Philippe Lang
2011-03-16
1
-1
/
+1
*
Indentation.
Jean-Philippe Lang
2011-03-16
1
-3
/
+3
*
Saves an extra SQL query on each request.
Jean-Philippe Lang
2011-03-16
1
-2
/
+1
*
Adds links to reset filters on users and projects list.
Jean-Philippe Lang
2011-03-16
2
-0
/
+2
*
Adds a Group filter on the admin users list (#7893).
Jean-Philippe Lang
2011-03-16
3
-4
/
+21
*
Replaces TimeEntry.visible_by with a visible scope.
Jean-Philippe Lang
2011-03-16
4
-55
/
+57
*
scm: use blank? for "root @ branch" in repository tree viewing.
Toshi MARUYAMA
2011-03-16
1
-1
/
+1
*
scm: mercurial: increase limit of branch directory latest changesets.
Toshi MARUYAMA
2011-03-16
1
-1
/
+4
*
scm: switch showing link all revisions and directory revisions if scm support...
Toshi MARUYAMA
2011-03-16
1
-7
/
+12
*
scm: set supporting directory revisions or not at scm level.
Toshi MARUYAMA
2011-03-16
4
-0
/
+16
*
scm: set supporting all revisions or not at scm level.
Toshi MARUYAMA
2011-03-16
2
-3
/
+11
*
Adds a visible scope to the Journal model.
Jean-Philippe Lang
2011-03-15
1
-2
/
+7
*
Adds Issue#visible_condition to build issue visibility statement.
Jean-Philippe Lang
2011-03-15
2
-2
/
+7
*
Changed the way the visibility SQL statement is built.
Jean-Philippe Lang
2011-03-15
2
-12
/
+36
*
scm: recovery showing "root @ branch" in repository tree viewing.
Toshi MARUYAMA
2011-03-15
2
-4
/
+12
*
scm: code clean up repositories/show.rhtml.
Toshi MARUYAMA
2011-03-15
1
-9
/
+15
*
scm: code clean up repositories/show.rhtml.
Toshi MARUYAMA
2011-03-15
1
-13
/
+16
*
Use names instead of ids for wiki anchors (#6905).
Jean-Philippe Lang
2011-03-14
1
-1
/
+1
*
Send the CSRF token with Ajax requests (#7843).
Jean-Philippe Lang
2011-03-14
1
-0
/
+1
*
scm: mercurial: branches and tags are enable in model (#1981, #7246).
Toshi MARUYAMA
2011-03-14
1
-8
/
+0
*
scm: mercurial: latest changesets support named branch (#7246).
Toshi MARUYAMA
2011-03-14
1
-2
/
+11
*
scm: mercurial: latest changesets improvement and supporting tag (#1981).
Toshi MARUYAMA
2011-03-14
1
-11
/
+23
*
Check for a valid time entry if comments have been entered when updating an i...
Jean-Philippe Lang
2011-03-13
1
-1
/
+1
*
Add "mystery man" gravatar to options (#7640).
Jean-Philippe Lang
2011-03-13
1
-1
/
+1
*
Removed useless javascript.
Jean-Philippe Lang
2011-03-13
1
-1
/
+1
*
Adds an autoscroll div around permissions report table.
Jean-Philippe Lang
2011-03-13
1
-0
/
+2
*
Fixed: mail handler keywords are not removed when updating issues (#7785).
Jean-Philippe Lang
2011-03-13
1
-1
/
+2
*
Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular ...
Jean-Philippe Lang
2011-03-13
1
-3
/
+3
*
Adds an option to #render_page_hierarchy to add timestamp titles.
Jean-Philippe Lang
2011-03-12
2
-4
/
+4
*
Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...
Jean-Philippe Lang
2011-03-12
3
-18
/
+33
*
Fixed: wiki page with backslash in title can not be found (#7589).
Jean-Philippe Lang
2011-03-12
1
-2
/
+2
*
Highlight changes inside diff lines (#7139).
Jean-Philippe Lang
2011-03-11
1
-30
/
+20
*
scm: cvs: fix missing author, revision and comment in tree view (#4270).
Toshi MARUYAMA
2011-03-11
1
-3
/
+3
*
scm: mercurial: add :order => 'id DESC' explicitly for MySQL test fails.
Toshi MARUYAMA
2011-03-11
1
-2
/
+9
*
scm: cvs: code clean up model.
Toshi MARUYAMA
2011-03-11
1
-5
/
+7
[next]