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
...
*
work around "rake db:create:all" error on JRuby SQLite3
Toshi MARUYAMA
2013-11-10
1
-1
/
+4
*
remove trailing white-spaces from test/unit/project_members_inheritance_test.rb
Toshi MARUYAMA
2013-11-09
1
-4
/
+4
*
upgrade activerecord-jdbc-adapter to 1.3.2
Toshi MARUYAMA
2013-11-09
1
-1
/
+1
*
remove trailing white-spaces from test/unit/query_test.rb
Toshi MARUYAMA
2013-11-09
1
-5
/
+5
*
remove trailing white-spaces from test/unit/setting_test.rb
Toshi MARUYAMA
2013-11-09
1
-3
/
+3
*
Custom fields in issue form - splitting is incorrect (#15227).
Jean-Philippe Lang
2013-11-09
1
-2
/
+3
*
Accept issue id with leading sharp when adding a related issue.
Jean-Philippe Lang
2013-11-09
2
-1
/
+10
*
Log errors when moving attachments (#15295).
Jean-Philippe Lang
2013-11-09
1
-7
/
+18
*
Accept custom field format added at runtime (#15277).
Jean-Philippe Lang
2013-11-09
3
-1
/
+22
*
Gantt: sort versions like on the roadmap (#7335).
Jean-Philippe Lang
2013-11-09
2
-24
/
+5
*
Upgrade to Rails 3.2.15.
Jean-Philippe Lang
2013-11-09
3
-5
/
+8
*
Wiki Pages REST API with version returns wrong comments (#15235).
Jean-Philippe Lang
2013-11-09
2
-1
/
+2
*
Gemfile: remove "i18n"
Toshi MARUYAMA
2013-10-29
1
-1
/
+0
*
back out r12241 (back out Rails version 3.2.13)
Toshi MARUYAMA
2013-10-29
1
-1
/
+1
*
Gemfile: update Rails version 3.2.15
Toshi MARUYAMA
2013-10-29
1
-1
/
+1
*
Fixed test failure (#15182).
Jean-Philippe Lang
2013-10-26
1
-2
/
+2
*
Return to section anchor after wiki section edit (#15182).
Jean-Philippe Lang
2013-10-26
3
-5
/
+9
*
Upgrade CodeRay to 1.1.0 (#8253).
Jean-Philippe Lang
2013-10-26
1
-1
/
+1
*
Replaces <option value=""></option> which is not HTML5 valid (#15191).
Jean-Philippe Lang
2013-10-26
3
-2
/
+39
*
Prevents duplicate element ids (#15191).
Jean-Philippe Lang
2013-10-26
1
-1
/
+2
*
Replaced acronym with abbr tags (#15191).
Jean-Philippe Lang
2013-10-26
4
-8
/
+8
*
Fixed: JS-error while using a global custom query w/ project filter in a proj...
Jean-Philippe Lang
2013-10-26
1
-0
/
+1
*
Simplified Chinese translation updated (#15186)
Toshi MARUYAMA
2013-10-24
1
-12
/
+10
*
code format cleanup app/models/changeset.rb
Toshi MARUYAMA
2013-10-24
1
-2
/
+6
*
code format cleanup app/models/issue.rb
Toshi MARUYAMA
2013-10-24
1
-2
/
+4
*
Simplified Chinese translation for 2.3-stable updated (#15185)
Toshi MARUYAMA
2013-10-24
1
-15
/
+14
*
Avoid a query if enabled_modules association is already loaded (#15058).
Jean-Philippe Lang
2013-10-20
1
-1
/
+1
*
Fixed that issue nested set update is triggered even if parent is not changed...
Jean-Philippe Lang
2013-10-20
2
-28
/
+72
*
Projects selection on custom field form (#15136).
Jean-Philippe Lang
2013-10-20
6
-23
/
+61
*
remove trailing white-spaces from test/unit/user_test.rb
Toshi MARUYAMA
2013-10-17
1
-5
/
+5
*
Avoid N queries when displaying the issue list with custom fields.
Jean-Philippe Lang
2013-10-15
2
-3
/
+12
*
Fixed that WikiContent#next_version raises a comparison of Symbol with Arel::...
Jean-Philippe Lang
2013-10-14
1
-1
/
+1
*
Adds some links for wiki history navigation.
Jean-Philippe Lang
2013-10-14
4
-11
/
+14
*
Fixed that viewing/editing a wiki page without WikiContent raises an error (#...
Jean-Philippe Lang
2013-10-13
3
-12
/
+35
*
Fixed that controller_issues_edit_before/after_save hooks have no controller ...
Jean-Philippe Lang
2013-10-13
2
-25
/
+23
*
Fixed that redmine:migrate_from_mantis fails to migrate projects with all upp...
Jean-Philippe Lang
2013-10-13
1
-1
/
+1
*
Avoid lots of CustomField.find_by_id calls when displaying an issue history w...
Jean-Philippe Lang
2013-10-13
5
-11
/
+56
*
Fixed that non array commit_update_keywords raises an error (#7590).
Jean-Philippe Lang
2013-10-13
1
-1
/
+1
*
List custom fields fielters: multiple select filter wider (#15073).
Jean-Philippe Lang
2013-10-13
1
-0
/
+5
*
Fixed that the mail method should return a Mail::Message (#15113).
Jean-Philippe Lang
2013-10-13
2
-5
/
+14
*
Migrate settings according to r12208 (#7590).
Jean-Philippe Lang
2013-10-13
1
-1
/
+1
*
Ability to define commit keywords per tracker (#7590).
Jean-Philippe Lang
2013-10-13
9
-73
/
+115
*
remove unneeded "require 'diff'" from WikiController (#15105)
Toshi MARUYAMA
2013-10-11
1
-2
/
+0
*
add missing "require 'diff'" to Redmine::Helpers::Diff (#15105)
Toshi MARUYAMA
2013-10-11
1
-0
/
+2
*
add unit test of Redmine::Helpers::Diff (#15105)
Toshi MARUYAMA
2013-10-11
1
-0
/
+25
*
remove trailing white space from test/unit/wiki_content_test.rb
Toshi MARUYAMA
2013-10-10
1
-1
/
+1
*
fix typo in the Dutch "label_user_mail_option_all" translation (#15075)
Toshi MARUYAMA
2013-10-09
1
-1
/
+1
*
NoMethodError when uploading a file without logger (#14977).
Jean-Philippe Lang
2013-10-05
1
-1
/
+1
*
Rows may not be oredered as expected with ruby1.8 (#4911).
Jean-Philippe Lang
2013-10-05
1
-2
/
+2
*
Hide issue custom fields when disabling issue tracking on new project.
Jean-Philippe Lang
2013-10-05
2
-15
/
+12
[prev]
[next]