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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
add empty line after guard clause to lib/redmine/codeset_util.rb
Toshi MARUYAMA
2020-09-17
1
-0
/
+6
*
Allow normal users to delete a project (#33945).
Go MAEDA
2020-09-15
1
-0
/
+1
*
fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rb
Toshi MARUYAMA
2020-09-12
1
-4
/
+4
*
Don't internationalize error messages used when defining a macro (#33426).
Go MAEDA
2020-09-11
1
-2
/
+2
*
Internationalize error messages for wiki macros (#33426).
Go MAEDA
2020-09-10
1
-11
/
+11
*
Rake tasks db:encrypt and db:decrypt now supports TOTP secret keys (#1237, #3...
Go MAEDA
2020-09-05
1
-2
/
+4
*
Rake tasks "db:encrypt" and "db:decrypt" may fail due to validation error (#3...
Go MAEDA
2020-09-01
1
-2
/
+2
*
Locked users in a group receive notifications when the group is added as a wa...
Go MAEDA
2020-09-01
1
-1
/
+1
*
Fix an error "uninitialized constant Redmine::Twofa::Base" when accessing My ...
Go MAEDA
2020-08-31
1
-0
/
+2
*
Fix that Redmine::Twofa::Base raises ArgumentError in development mode (#1237...
Go MAEDA
2020-08-31
1
-4
/
+4
*
Backup codes for 2fa auth (#1237).
Go MAEDA
2020-08-29
1
-2
/
+48
*
Adds a setting to disable/enable/require 2fa auth (#1237).
Go MAEDA
2020-08-29
1
-0
/
+5
*
Adds two factor authentication support (#1237).
Go MAEDA
2020-08-29
4
-0
/
+254
*
Starting or ending marker is not displayed if they are on the leftmost or rig...
Go MAEDA
2020-08-12
1
-2
/
+2
*
use "do end" instead of {} at lib/redmine/scm/adapters/abstract_adapter.rb
Toshi MARUYAMA
2020-08-09
1
-4
/
+4
*
remove empty line at class body beginning of lib/redmine/export/csv.rb
Toshi MARUYAMA
2020-08-09
1
-1
/
+0
*
add space after comma to lib/redmine/scm/adapters/abstract_adapter.rb
Toshi MARUYAMA
2020-08-09
1
-3
/
+3
*
add empty line after guard clause to lib/redmine/scm/adapters/abstract_adapte...
Toshi MARUYAMA
2020-08-09
1
-0
/
+1
*
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
Toshi MARUYAMA
2020-08-07
1
-8
/
+10
*
fix source indent of lib/redmine/helpers/time_report.rb
Toshi MARUYAMA
2020-08-07
1
-25
/
+26
*
remove spaces inside {} of lib/redmine/scm/adapters/mercurial_adapter.rb
Toshi MARUYAMA
2020-08-07
1
-6
/
+6
*
Gantt bar is not displayed if the due date is the leftmost date or the start ...
Go MAEDA
2020-07-25
1
-1
/
+1
*
add empty line after guard clause to FilesystemAdapter
Toshi MARUYAMA
2020-07-21
1
-0
/
+2
*
add empty line after guard clause to MercurialAdapter
Toshi MARUYAMA
2020-07-21
1
-0
/
+4
*
fix source indent of BazaarAdapter
Toshi MARUYAMA
2020-07-12
1
-16
/
+17
*
fix source indent of lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-07-12
1
-11
/
+16
*
remove spaces inside {} of lib/redmine/sudo_mode.rb
Toshi MARUYAMA
2020-07-11
1
-4
/
+4
*
fix source indents of lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-07-09
1
-5
/
+7
*
add empty lines after guard clause to lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-07-09
1
-0
/
+6
*
remove spaces inside {} of lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-07-09
1
-3
/
+3
*
Always preserve the tree structure in the project jump box (#32944).
Go MAEDA
2020-07-06
1
-12
/
+4
*
fix source indent of lib/redmine/wiki_formatting/textile/redcloth3.rb
Toshi MARUYAMA
2020-07-03
1
-13
/
+13
*
fix source indent of lib/redmine/nested_set/project_nested_set.rb
Toshi MARUYAMA
2020-07-03
1
-20
/
+28
*
fix source indent of lib/redmine/nested_set/issue_nested_set.rb
Toshi MARUYAMA
2020-07-03
1
-26
/
+34
*
Show Roadmap tab when subprojects have defined versions (#7956).
Go MAEDA
2020-05-30
1
-1
/
+1
*
gantt: simplify week day logic in to_pdf() at lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2020-05-27
1
-11
/
+5
*
gantt: simplify week day logic in to_image() at lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2020-05-27
1
-5
/
+2
*
remove unneeded () from to_pdf() at lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2020-05-27
1
-1
/
+1
*
scm: mercurial: escape branch and tag names (#27790)
Toshi MARUYAMA
2020-05-08
2
-10
/
+12
*
remove extra empty line at beginning of lib/redmine/scm/adapters/mercurial_ad...
Toshi MARUYAMA
2020-05-08
1
-1
/
+0
*
remove git format patch footer (#33357)
Toshi MARUYAMA
2020-05-05
1
-0
/
+6
*
Load default custom queries when running redmine:load_default_data rake task ...
Go MAEDA
2020-04-28
1
-1
/
+81
*
Use scope assignable_watchers (#4511).
Go MAEDA
2020-04-25
1
-1
/
+1
*
Use principals in acts_as_watchable (#4511).
Go MAEDA
2020-04-25
1
-1
/
+1
*
Fix warnings while running redmine:load_default_data rake task (#33310).
Go MAEDA
2020-04-22
1
-1
/
+0
*
Fix that thumbnail support for PDF attachments may not be detected (#33283).
Go MAEDA
2020-04-20
1
-1
/
+3
*
add Redmine::Database.sqlite? as with postgresql? and postgresql?
Toshi MARUYAMA
2020-04-20
1
-0
/
+5
*
scm: git: add new test repository which has UTF-8 Emoji committer and comment...
Toshi MARUYAMA
2020-04-14
1
-1
/
+1
*
Updates for 4.1.1 release.
Jean-Philippe Lang
2020-04-06
1
-1
/
+1
*
XSS vulnerabilities in textile links (#32934).
Jean-Philippe Lang
2020-04-05
1
-1
/
+9
[next]