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: git: change select label to 'Path to repository'.
Toshi MARUYAMA
2011-02-19
1
-1
/
+3
*
scm: catch exception of getting command and version in model (#4273).
Toshi MARUYAMA
2011-02-19
1
-6
/
+24
*
scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #...
Toshi MARUYAMA
2011-02-18
1
-0
/
+8
*
scm: mercurial: improvement latest_changesets without supporting tags and nam...
Toshi MARUYAMA
2011-02-18
1
-4
/
+7
*
scm: fix diff revision param validation.
Toshi MARUYAMA
2011-02-17
1
-1
/
+1
*
scm: in repository tree, use find_changeset_by_name instead of changesets.fin...
Toshi MARUYAMA
2011-02-16
1
-1
/
+1
*
scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...
Toshi MARUYAMA
2011-02-16
1
-23
/
+0
*
scm: git: implement find_changeset_by_name (#7047).
Toshi MARUYAMA
2011-02-16
1
-0
/
+7
*
scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455).
Toshi MARUYAMA
2011-02-16
1
-30
/
+18
*
scm: mercurial: change identifier to revision in fetching revisions.
Toshi MARUYAMA
2011-02-16
1
-1
/
+1
*
scm: catch CommandFailed during bulk Repository.fetch_changesets (#4455).
Toshi MARUYAMA
2011-02-15
1
-1
/
+5
*
scm: add scm command and version methods at repository models (#4273).
Toshi MARUYAMA
2011-02-14
8
-19
/
+39
*
Introduced MailHandler#dispatch_to_default method to make MailHandler more ex...
Jean-Baptiste Barth
2011-02-12
1
-1
/
+5
*
scm: space and tab cleanup of app/controllers/repositories_controller.rb.
Toshi MARUYAMA
2011-02-12
1
-17
/
+18
*
scm: fix non ASCII filename downloaded from repo is broken on Internet Explor...
Toshi MARUYAMA
2011-02-12
1
-1
/
+1
*
Added 'retro' style for gravatars. #7608
Jean-Baptiste Barth
2011-02-12
1
-1
/
+1
*
scm: cvs: generate pseudo scmid for auto issue close text (#6706).
Toshi MARUYAMA
2011-02-07
1
-3
/
+8
*
scm: cvs: change temporary revision number from "_N" to "tmpN" (#996, #3761, ...
Toshi MARUYAMA
2011-02-07
1
-3
/
+6
*
scm: cvs: code clean up.
Toshi MARUYAMA
2011-02-02
1
-4
/
+5
*
Reverted r4780 that broke gantt tests (#7280).
Jean-Philippe Lang
2011-01-30
1
-1
/
+1
*
Removed issue subjects wrapping in gantt (#7280).
Jean-Philippe Lang
2011-01-30
1
-1
/
+1
*
Fixed: Relations are not displayed after adding/removing an issue relation (#...
Jean-Philippe Lang
2011-01-27
1
-1
/
+5
*
Fixed: no email sent with 'Notifiy for any event on the selected projects onl...
Jean-Philippe Lang
2011-01-24
1
-1
/
+6
*
Moves link_to_message to ApplicationHelper to make it available to redmine li...
Jean-Philippe Lang
2011-01-23
2
-17
/
+15
*
Adds visible scope to redmine links queries.
Jean-Philippe Lang
2011-01-23
3
-8
/
+15
*
Adds support for cross project Redmine links (#7409).
Jean-Philippe Lang
2011-01-23
1
-7
/
+16
*
Set the httponly flag on the autologin cookie.
Jean-Philippe Lang
2011-01-23
1
-1
/
+2
*
Makes the autologin cookie configurable (#1763).
Jean-Philippe Lang
2011-01-23
1
-2
/
+13
*
Makes the folder for attachments storage configurable in config/configuration...
Jean-Philippe Lang
2011-01-23
1
-1
/
+1
*
Adds an application configuration file: config/configuration.yml (#7408).
Jean-Philippe Lang
2011-01-23
1
-1
/
+1
*
Moves relations fetching from views to the controller and skip invalid relati...
Jean-Philippe Lang
2011-01-22
3
-4
/
+5
*
Removed extraneous hidden_field on wiki history (#7379).
Jean-Philippe Lang
2011-01-22
1
-1
/
+0
*
Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...
Jean-Philippe Lang
2011-01-22
1
-10
/
+1
*
scm: use format_revision() for history, view and annotate (#3724).
Toshi MARUYAMA
2011-01-21
2
-3
/
+6
*
Load csshover.htc for IE6 only as later versions support hover on non-link el...
Jean-Philippe Lang
2011-01-16
1
-1
/
+1
*
Do not show "for only project I select" notification option on application se...
Jean-Philippe Lang
2011-01-16
2
-3
/
+7
*
Enable ability for administrators to delete users (#7296).
Jean-Philippe Lang
2011-01-16
3
-3
/
+16
*
Fixed: "Notifiy for only project I select" is randomly displayed (#7294).
Jean-Philippe Lang
2011-01-16
1
-1
/
+1
*
When destroying a user, remove all references to that user (#7296).
Jean-Philippe Lang
2011-01-16
1
-2
/
+34
*
Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...
Jean-Philippe Lang
2011-01-15
1
-3
/
+6
*
Adds colon after label.
Jean-Philippe Lang
2011-01-15
1
-1
/
+1
*
Fixed: "Loading..." icon does not disappear after adding a project member whe...
Jean-Philippe Lang
2011-01-15
1
-2
/
+2
*
scm: use #blank? instead of #nil? || #empty? at Repository#find_changeset_by_...
Toshi MARUYAMA
2011-01-14
1
-3
/
+3
*
Use #blank? instead of #nil? || #empty?.
Jean-Philippe Lang
2011-01-14
1
-1
/
+1
*
Respond with 404 instead of 500 when revision/entry is not found in the repos...
Jean-Philippe Lang
2011-01-14
1
-1
/
+1
*
Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258).
Jean-Philippe Lang
2011-01-14
1
-0
/
+3
*
scm: mercurial: fix error on revision page for empty revision (#7307).
Toshi MARUYAMA
2011-01-13
1
-0
/
+1
*
scm: fix error on revision page for empty revision (#7307).
Toshi MARUYAMA
2011-01-13
2
-0
/
+2
*
scm: mercurial: change two revision diff text of mercurial (#3724).
Toshi MARUYAMA
2011-01-11
1
-0
/
+4
*
scm: changing two revision diff text at SCM adapter level (#3724).
Toshi MARUYAMA
2011-01-11
3
-3
/
+11
[next]