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
*
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
*
Don't update issues nor log time when importing old changesets (#4823).
Jean-Philippe Lang
2013-10-05
4
-2
/
+38
*
Pass the commit keyword used to update the issue to the plugin hook.
Jean-Philippe Lang
2013-10-05
1
-1
/
+1
*
Support for multiple issue update keywords/rules in commit messages (#4911).
Jean-Philippe Lang
2013-10-05
9
-50
/
+229
*
German translation updated by Daniel Felix (#15028)
Toshi MARUYAMA
2013-10-02
1
-1
/
+1
*
remove trailing white-spaces from config/locales/it.yml
Toshi MARUYAMA
2013-10-02
1
-3
/
+3
*
Traditional Chinese translation updated by ChunChang Lo (#15022)
Toshi MARUYAMA
2013-10-02
1
-1
/
+1
*
Test broken by r12192 (#2199).
Jean-Philippe Lang
2013-09-30
1
-1
/
+1
*
Allows user to clear dates and text fields when bulk editing issues (#2199).
Jean-Philippe Lang
2013-09-30
3
-3
/
+39
*
Japanese translation updated by Go MAEDA (#15011)
Toshi MARUYAMA
2013-09-30
1
-2
/
+2
*
pdf: fix empty page attached when exporting (#13632)
Toshi MARUYAMA
2013-09-30
1
-2
/
+2
*
remove trailing white-spaces from app/models/custom_field.rb
Toshi MARUYAMA
2013-09-30
1
-2
/
+2
*
Slovak translation updated and changed by KatarĂna Nosková (#14901)
Toshi MARUYAMA
2013-09-30
2
-573
/
+566
[next]