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
*
Do not show 2 validation errors when user mail is blank.
Jean-Philippe Lang
2011-07-03
1
-1
/
+1
*
Do not show 'Send information' checkbox if email delivery is not configured.
Jean-Philippe Lang
2011-07-03
3
-1
/
+7
*
Restored error messages on my account.
Jean-Philippe Lang
2011-07-03
1
-0
/
+1
*
Replaced h3+div with fieldsets on my account and user form.
Jean-Philippe Lang
2011-07-03
2
-62
/
+62
*
Adds an icon to the change password link.
Jean-Philippe Lang
2011-07-03
1
-1
/
+1
*
Fixed: private queries should not be accessible to other users (#8729).
Jean-Philippe Lang
2011-07-03
3
-0
/
+9
*
Removed colon before filters select.
Jean-Philippe Lang
2011-07-02
1
-1
/
+1
*
Removed duplicate LDAP link in application settings.
Jean-Philippe Lang
2011-07-02
1
-4
/
+0
*
Workflow copy view clean up.
Jean-Philippe Lang
2011-07-02
1
-10
/
+17
*
Normalize issue description EOLs do prevent false journal details (#8712).
Jean-Philippe Lang
2011-07-02
1
-0
/
+7
*
Fixed: Workflow copy does not copy advanced workflow settings (#8739).
Jean-Philippe Lang
2011-07-02
1
-2
/
+2
*
Do not journalize blank description changes (#8712).
Jean-Philippe Lang
2011-07-02
1
-1
/
+4
*
scm: return nil at model default_branch and override at git model (#8458, #67...
Toshi MARUYAMA
2011-06-30
2
-1
/
+5
*
Escape AuthSources in the list.
Toshi MARUYAMA
2011-06-27
1
-4
/
+4
*
Fixed circular dependencies possibly introduced when using reverse relations,...
Jean-Baptiste Barth
2011-06-26
1
-1
/
+6
*
Added Project#enable_module! and Project#disable_module! (#7115)
Jean-Baptiste Barth
2011-06-19
1
-1
/
+21
*
replace RAILS_ROOT to Rails.root in setting model.
Toshi MARUYAMA
2011-06-16
1
-1
/
+1
*
replace RAILS_ROOT to Rails.root of attachments storage path.
Toshi MARUYAMA
2011-06-15
1
-1
/
+1
*
Do not cache I18n strings when truncating a long diff (#5089).
Jean-Baptiste Barth
2011-06-13
1
-1
/
+1
*
Do not show inactive time entry activities in repository settings (#8573).
Jean-Baptiste Barth
2011-06-13
1
-1
/
+1
*
Do not show inactive document categories where not necessary (#8573).
Jean-Baptiste Barth
2011-06-13
2
-2
/
+2
*
Do not show inactive issue priorities where not necessary (#8573).
Jean-Baptiste Barth
2011-06-13
4
-6
/
+6
*
scm: fix JRuby tests fail in unit changeset following test.
Toshi MARUYAMA
2011-06-09
1
-0
/
+7
*
scm: catch all exceptions to get scm command version in repository model (#85...
Toshi MARUYAMA
2011-06-03
1
-3
/
+3
*
Fixed: Private flag ignored when creating an issue with set_own_issues_privat...
Jean-Philippe Lang
2011-06-01
1
-1
/
+1
*
Slight UI changes (#4273).
Jean-Philippe Lang
2011-05-29
2
-10
/
+3
*
scm: remove scm command and version on project setting (#4273).
Toshi MARUYAMA
2011-05-29
1
-4
/
+2
*
scm: show scm commands and versions on administration panel (#4273).
Toshi MARUYAMA
2011-05-29
1
-2
/
+48
*
scm: code clean up app/views/settings/_repositories.rhtml.
Toshi MARUYAMA
2011-05-29
1
-13
/
+27
*
code clean up settings helper.
Toshi MARUYAMA
2011-05-29
1
-5
/
+12
*
Fixed: activity shows updates of private issues (#8432).
Jean-Philippe Lang
2011-05-29
1
-1
/
+0
*
scm: mercurial: code clean up model.
Toshi MARUYAMA
2011-05-26
1
-13
/
+16
*
scm: mercurial: use regexp %r{} instead of // in model latest_changesets_cond().
Toshi MARUYAMA
2011-05-26
1
-1
/
+1
*
scm: add exception of fetching revisions error in repository model (#5357, #2...
Toshi MARUYAMA
2011-05-25
1
-0
/
+2
*
remove trailing white-spaces from sys controller source.
Toshi MARUYAMA
2011-05-25
1
-6
/
+6
*
scm: replace a tab to two spaces in app/views/settings/_repositories.rhtml.
Toshi MARUYAMA
2011-05-25
1
-5
/
+5
*
scm: remove trailing white-spaces from app/views/settings/_repositories.rhtml.
Toshi MARUYAMA
2011-05-24
1
-2
/
+2
*
Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).
Jean-Philippe Lang
2011-05-22
2
-4
/
+4
*
scm: code clean up repositories controller.
Toshi MARUYAMA
2011-05-21
1
-2
/
+6
*
scm: remove trailing white-spaces from repositories controller.
Toshi MARUYAMA
2011-05-21
1
-10
/
+10
*
set svn:eol-style=native app/views/projects/settings/_activities.rhtml.
Toshi MARUYAMA
2011-05-21
1
-42
/
+42
*
set svn:eol-style=native app/views/common/error.html.erb.
Toshi MARUYAMA
2011-05-21
1
-6
/
+6
*
scm: code clean up app/views/repositories/revisions.rhtml.
Toshi MARUYAMA
2011-05-21
1
-5
/
+12
*
scm: code clean up app/views/repositories/revision.rhtml.
Toshi MARUYAMA
2011-05-21
1
-6
/
+14
*
scm: git: brush up model fetch_changesets() comment.
Toshi MARUYAMA
2011-05-19
1
-5
/
+6
*
scm: git: use hash#dup for extra_info in model fetch_changesets().
Toshi MARUYAMA
2011-05-19
1
-1
/
+2
*
scm: git: set revisions ordering inconsistent in existing database (#5357).
Toshi MARUYAMA
2011-05-19
1
-1
/
+11
*
remove trailing white-spaces from reports helper source.
Toshi MARUYAMA
2011-05-18
1
-7
/
+7
*
remove trailing white-spaces from projects helper source.
Toshi MARUYAMA
2011-05-18
1
-11
/
+11
*
remove trailing white-spaces from document observer model source.
Toshi MARUYAMA
2011-05-18
1
-4
/
+4
[next]