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
/
config
/
initializers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
1
-25
/
+11
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-2
/
+1
*
Replaces awesome_nested_set gem with a simple and more robust implementation ...
Jean-Philippe Lang
2015-01-07
1
-13
/
+0
*
Restores commits reverted when rails-4.1 branch was merged (#18174).
Jean-Philippe Lang
2014-10-24
1
-0
/
+6
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
2
-49
/
+12
*
Class mismatch when reloading in development mode (#17431).
Jean-Philippe Lang
2014-07-14
1
-0
/
+6
*
remove awesome_nested_set patch from config/initializers/10-patches.rb (#6579)
Toshi MARUYAMA
2014-05-24
1
-19
/
+0
*
add patch for regression of Hash#reject in Ruby 2.1.1 (#16194)
Toshi MARUYAMA
2014-05-01
1
-0
/
+24
*
move r12689 awesome_nested_set modification to config/initializers/10-patches...
Toshi MARUYAMA
2014-01-27
1
-0
/
+19
*
move awesome_nested_set leaf? modification to config/initializers/10-patches.rb
Toshi MARUYAMA
2014-01-20
1
-0
/
+13
*
Replaces <option value=""></option> which is not HTML5 valid (#15191).
Jean-Philippe Lang
2013-10-26
1
-0
/
+37
*
enable configuration of OpenIdAuthentication.store (#14060)
Toshi MARUYAMA
2013-05-16
1
-0
/
+7
*
remove redundant variable from config/initializers/00-core_plugins.rb
Toshi MARUYAMA
2013-04-12
1
-1
/
+1
*
Adds a custom i18n backend that lazily loads translations files.
Jean-Philippe Lang
2012-11-18
1
-2
/
+1
*
Adds cc and bcc to email log messages (#12090).
Jean-Philippe Lang
2012-10-21
1
-0
/
+18
*
Prevents "Overwriting existing method Issue.open" warning (#11545).
Jean-Philippe Lang
2012-08-17
1
-1
/
+5
*
Fixed that text email templates are escaped (#11355).
Jean-Philippe Lang
2012-08-13
1
-0
/
+35
*
Fixed that open scope on Project#issues raises an error (#11545).
Jean-Philippe Lang
2012-08-13
1
-0
/
+5
*
Support for subforums (#3831).
Jean-Philippe Lang
2012-07-31
1
-1
/
+3
*
Fixed that some input fields are escaped on validation failures (#11027).
Jean-Philippe Lang
2012-05-25
1
-1
/
+1
*
Fixed the path displayed in error message.
Jean-Philippe Lang
2012-05-01
1
-1
/
+1
*
Let the secret token be set in configuration.yml.
Jean-Philippe Lang
2012-04-28
1
-0
/
+6
*
Displays an explicit message when trying to start Redmine with an old session...
Jean-Philippe Lang
2012-04-28
1
-0
/
+13
*
Restores plugin assets mirroring on startup, but it can now be disabled in co...
Jean-Philippe Lang
2012-04-28
1
-0
/
+3
*
remove Rails2 named_scope wrapper from config/initializers/10-patches.rb
Toshi MARUYAMA
2012-04-26
1
-4
/
+0
*
Moved Rails plugins required by the core to lib/plugins.
Jean-Philippe Lang
2012-04-26
1
-0
/
+15
*
Port async delivery methods to Rails 3.
Jean-Philippe Lang
2012-04-26
1
-12
/
+25
*
Removed Rails 2.3 patch for ruby1.9.3.
Jean-Philippe Lang
2012-04-26
1
-5
/
+0
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
3
-20
/
+19
*
Removed bigdecimal-segfault-fix.rb now that ruby is fixed (#7826).
Jean-Philippe Lang
2012-02-05
1
-30
/
+0
*
Extracts custom field values validation from CustomValue so that they can be ...
Jean-Philippe Lang
2012-01-28
1
-30
/
+0
*
human_attribute_name accepts optional argument.
Jean-Philippe Lang
2011-12-18
1
-1
/
+1
*
Patch for ruby1.9.3 compatibility.
Jean-Philippe Lang
2011-12-15
1
-0
/
+4
*
Fixed: TMail 1.2.7 malforms To header when number of recipients more then 8 (...
Jean-Philippe Lang
2011-11-20
1
-2
/
+9
*
Adds a delivery method that writes emails in tmp/emails for testing purpose.
Jean-Philippe Lang
2011-11-19
1
-2
/
+9
*
add newline at end of config/initializers/backtrace_silencers.rb
Toshi MARUYAMA
2011-09-04
1
-1
/
+1
*
remove trailing white-spaces from config/initializers/10-patches.rb.
Toshi MARUYAMA
2011-08-28
1
-2
/
+2
*
Fixed: queries error messages about custom fields output a 'translation missi...
Jean-Baptiste Barth
2011-06-27
1
-1
/
+1
*
Updgraded Rails to 2.3.11 (#6887).
Jean-Philippe Lang
2011-02-21
1
-10
/
+6
*
Adds an application configuration file: config/configuration.yml (#7408).
Jean-Philippe Lang
2011-01-23
1
-17
/
+0
*
Adds fallback to 'en' locale for untranslated strings (#5518).
Jean-Philippe Lang
2011-01-10
1
-0
/
+2
*
Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#...
Jean-Philippe Lang
2010-12-17
1
-1
/
+1
*
Dry Users API responders.
Jean-Philippe Lang
2010-12-03
1
-0
/
+10
*
Fixed: Trunk not working with i18n gem 0.4.2 (#6784).
Jean-Philippe Lang
2010-11-09
1
-1
/
+1
*
Workaround for i18n 0.4.x with the old style syntax. #6428 #5608
Eric Davis
2010-09-26
1
-0
/
+14
*
Rails 2.3.5 deprecation.
Jean-Philippe Lang
2009-12-23
1
-1
/
+1
*
Fixes distance of date in words calculation.
Jean-Philippe Lang
2009-11-07
1
-2
/
+2
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
3
-1
/
+18
*
Added workaround for a Ruby BigDecimal bug, CVE-2009-1904. (#3475)
Eric Davis
2009-06-14
1
-0
/
+30
*
Patch ActiveRecord::Errors#full_messages so that it contains custom values er...
Jean-Philippe Lang
2009-02-22
1
-0
/
+30
[next]