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
*
Change Delete button name to Delete issue (#31278).
Go MAEDA
2022-01-05
2
-2
/
+2
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
181
-181
/
+181
*
Update copyright year in the footer to 2022 (#36378).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fix that encoding drop-down in the import settings defaults to US-ASCII inste...
Go MAEDA
2022-01-02
1
-0
/
+1
*
Fix that encoding drop-down in the import settings defaults to US-ASCII inste...
Go MAEDA
2022-01-02
1
-0
/
+1
*
Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...
Go MAEDA
2021-12-29
4
-9
/
+9
*
Use File.exist? instead of deprecated File.exists? (#36358).
Go MAEDA
2021-12-27
1
-1
/
+1
*
Fixes for Performance/BigDecimalWithNumericArgument introduced in RuboCop Per...
Go MAEDA
2021-12-25
1
-1
/
+1
*
Saving time tracking activities without any change may turn a system activity...
Go MAEDA
2021-12-21
1
-1
/
+1
*
Fix a missing closing div due to r21312 (#35755, #36326).
Go MAEDA
2021-12-16
1
-0
/
+1
*
Lazy load inline images (#36294).
Go MAEDA
2021-12-14
1
-2
/
+3
*
Drop OpenID support (#35755).
Go MAEDA
2021-12-14
8
-105
/
+4
*
Include an authentication method name in LDAP connection error messages (#333...
Go MAEDA
2021-12-13
1
-4
/
+4
*
Issue Summary: add statistics about issues without assignee, version or categ...
Go MAEDA
2021-12-12
3
-8
/
+8
*
Fix RuboCop offense Layout/ClosingParenthesisIndentation (#35136).
Go MAEDA
2021-12-10
1
-1
/
+2
*
Psych 4: Psych::DisallowedClass exception when unserializing a setting value ...
Go MAEDA
2021-11-25
1
-1
/
+2
*
Download all attachments in a journal (#35462).
Go MAEDA
2021-11-22
5
-3
/
+16
*
Switch to zeitwerk autoloader (#29914, #32938).
Marius Balteanu
2021-11-17
5
-15
/
+0
*
You can configure default project queries in the following places (#35795):
Marius Balteanu
2021-11-15
9
-1
/
+51
*
Migrate @setting_default_issue_query@ locale key to @label_default_query@ (#7...
Marius Balteanu
2021-11-15
1
-1
/
+4
*
Fix typo in class 'icon-expended' (#36149).
Marius Balteanu
2021-11-08
10
-13
/
+13
*
Allow addition/removal of subtasks to show in parent's history (#6033).
Go MAEDA
2021-11-08
2
-2
/
+34
*
Adds button to "Create and follow" when adding a subtask from the parent issu...
Marius Balteanu
2021-11-06
2
-0
/
+5
*
Move @lib/diff.rb@ to @lib/redmine/string_array_diff@ and extract @Diffable@ ...
Marius Balteanu
2021-10-27
1
-1
/
+1
*
Move custom DateValidator from @lib/redmine/core_ext/active_record.rb@ to @ap...
Marius Balteanu
2021-10-24
1
-0
/
+29
*
Revert changes made in r21251 due to a test fail (#29914, #32938).
Marius Balteanu
2021-10-21
1
-0
/
+3
*
Split multiple classes and modules that existed in the same file (#29914, #32...
Marius Balteanu
2021-10-20
5
-101
/
+155
*
Fix rubocop "Style/CombinableLoops" offense in wiki_page.rb (#29914, #32938).
Marius Balteanu
2021-10-20
1
-3
/
+0
*
Change the "Edit" label in the context menu to "Bulk Edit" when multiple issu...
Go MAEDA
2021-10-20
2
-2
/
+2
*
Disable rubocop Lint/IneffectiveAccessModifier for @self.tokenized_like_condi...
Marius Balteanu
2021-10-09
1
-0
/
+2
*
Explicitly specify escape character using an ESCAPE on SQLite (#35073).
Marius Balteanu
2021-10-09
2
-5
/
+5
*
Tokenize search parameter in order to allow multiple search terms in:
Marius Balteanu
2021-10-05
2
-7
/
+20
*
Enforce stricter class filtering in WatchersController (35463).
Marius Balteanu
2021-10-05
1
-1
/
+3
*
Fix rubocop offense (#35073).
Marius Balteanu
2021-10-03
1
-4
/
+3
*
Replace send with direct call because sanitize_sql_for_conditions is now publ...
Marius Balteanu
2021-10-03
1
-3
/
+4
*
Use sanitize_sql_like in Query#sql_contains (#35073).
Marius Balteanu
2021-10-03
1
-0
/
+1
*
Use sanitize_sql_like in like scopes (#35073).
Marius Balteanu
2021-10-03
4
-5
/
+5
*
Append two spaces to lines when importing an email on CommonMark with hardbre...
Marius Balteanu
2021-10-03
2
-1
/
+4
*
Make hardbreaks behaviour configurable in config/configuration.yml (#32424).
Marius Balteanu
2021-10-03
1
-1
/
+24
*
Add information about whether an issue is open or closed to Issues API respon...
Go MAEDA
2021-10-02
2
-3
/
+3
*
Fix Layout/MultilineArrayBraceLayout offense (#21210).
Marius Balteanu
2021-09-11
1
-2
/
+1
*
Fix NoMethodError when generating a link to a locked user (#12795, #35823).
Go MAEDA
2021-09-07
2
-3
/
+8
*
Fix that deleting a closed or archived projects not working anymore after r20...
Marius Balteanu
2021-09-06
1
-1
/
+3
*
Return 404 when filtering by a non-visible user in activity view (#35789).
Marius Balteanu
2021-09-06
1
-1
/
+1
*
Use ids instead of pluck(:id) (#32977).
Marius Balteanu
2021-09-06
1
-1
/
+1
*
Remove references to deleted user from "user"-Format CustomFields when destro...
Marius Balteanu
2021-09-06
1
-0
/
+4
*
Allow Roadmap view without any related issues (#6432).
Go MAEDA
2021-09-04
1
-0
/
+1
*
Hide graphs when printing the Issues Report details (#35669).
Go MAEDA
2021-08-28
1
-2
/
+2
*
Query links for related issues on issue page (#35559).
Go MAEDA
2021-08-23
2
-13
/
+24
*
Remove unused argument from Redmine::Helpers::TimeReport (#33079).
Go MAEDA
2021-08-19
1
-1
/
+1
[next]