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
/
controllers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partial quoting feature for Issues and Forums (#41294).
Go MAEDA
2024-10-09
2
-18
/
+12
*
Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).
Go MAEDA
2024-09-01
3
-5
/
+5
*
Start working on replacing old icons with SVG icons (#23980):
Marius Balteanu
2024-08-29
1
-0
/
+2
*
Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).
Go MAEDA
2024-08-25
2
-4
/
+4
*
Upgrade to Rails 7.2.0 (#36320).
Marius Balteanu
2024-08-20
1
-1
/
+1
*
Add configurable setting for copying attachments when copying an issue (#36197).
Go MAEDA
2024-07-14
1
-4
/
+17
*
Add bulk unlock to user list context menu (#40913).
Marius Balteanu
2024-07-13
1
-5
/
+13
*
Fix RuboCop offense Style/CollectionCompact (#39887).
Go MAEDA
2024-07-11
2
-6
/
+5
*
Introduces @valid_watcher?@ check on watchables (@40946).
Marius Balteanu
2024-07-08
1
-5
/
+6
*
Permission check based on the type of @watchables@ (#40946).
Marius Balteanu
2024-07-08
1
-0
/
+14
*
Improve watcher list permissions check to explicitly require @view_issue_watc...
Marius Balteanu
2024-07-08
1
-1
/
+1
*
Add bulk lock feature to user list context menu (#40913).
Marius Balteanu
2024-06-25
1
-5
/
+10
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
13
-13
/
+13
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
1
-0
/
+1
*
Reduce an extra SQL query in IssuesController#retrieve_default_query (#40775).
Go MAEDA
2024-06-04
1
-1
/
+2
*
Dynamic generation of supported code highlighting languages in help section (...
Go MAEDA
2024-05-19
1
-0
/
+1
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
16
-33
/
+33
*
Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).
Marius Balteanu
2024-05-07
1
-1
/
+1
*
Adds the date of the last activity to the list of available columns for Proje...
Marius Balteanu
2024-05-03
2
-11
/
+9
*
Fix rubocop warning (#39111, #40137).
Marius Balteanu
2024-03-03
1
-2
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
53
-53
/
+53
*
Adds route for code highlighting languages page (#39111, #40137).
Marius Balteanu
2024-02-25
1
-0
/
+4
*
* Remove languages from wiki syntax help files that are identical with en lan...
Marius Balteanu
2024-02-19
1
-1
/
+7
*
Reorganize all the wiki syntax help files per text formatter (@markdown@, @co...
Marius Balteanu
2024-02-19
1
-1
/
+1
*
* Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to s...
Marius Balteanu
2024-02-19
1
-0
/
+25
*
Reverts r22717 (#39111, #40137).
Marius Balteanu
2024-02-19
1
-25
/
+0
*
* Moves all wiki syntax files from @public/help@ to @app/views/help/wiki_synt...
Marius Balteanu
2024-02-19
1
-0
/
+25
*
Replaces @URI.parse@ with @Addressable::URI.parse(url)@ to enhance robustness...
Marius Balteanu
2024-02-13
1
-11
/
+10
*
Stop appending the utf8 checkmark parameter to form URLs (#40190).
Marius Balteanu
2024-02-13
1
-5
/
+0
*
Remove deprecated @status=@ param used to get all users. @status=*@ should be...
Marius Balteanu
2024-01-25
1
-4
/
+0
*
Adds deprecation warning when an empty status param (status=) is used to get ...
Marius Balteanu
2024-01-25
1
-0
/
+1
*
Remove code that is no longer needed as a result of asset pipeline implementa...
Marius Balteanu
2024-01-25
1
-1
/
+0
*
Restores API compatibility to legacy status when status param is sent blank (...
Marius Balteanu
2024-01-25
1
-2
/
+2
*
Remove unnecessary use of instance variables in CSV and Atom response handler...
Go MAEDA
2024-01-24
5
-12
/
+12
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
1
-1
/
+1
*
Reverts r22438 (#35189).
Marius Balteanu
2024-01-23
1
-4
/
+1
*
Replace String#sub with delete_prefix / delete_suffix (#40008).
Go MAEDA
2024-01-08
3
-3
/
+5
*
Explicitly render a 404 on non-JS requests to messages#quote (#39999).
Marius Balteanu
2024-01-03
1
-0
/
+5
*
Optimize loading of journals, relations, and allowed_statuses in IssuesContro...
Go MAEDA
2024-01-01
1
-10
/
+11
*
Explicitly render a 404 on non-JS requests to @watchers#new@ (#39894).
Marius Balteanu
2023-12-21
1
-1
/
+6
*
Fix RuboCop offense Performance/StringIdentifierArgument (#39888).
Go MAEDA
2023-12-20
1
-2
/
+2
*
Fix RuboCop offense Style/HashEachMethods (#39887).
Go MAEDA
2023-12-20
2
-8
/
+4
*
Fix RuboCop offense Lint/SymbolConversion (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Revert r21883 which was an workaround for #37626 (#37732, #36320).
Marius Balteanu
2023-11-29
1
-2
/
+1
*
Updates Rails to 7.1.2 (#36320).
Marius Balteanu
2023-11-27
1
-1
/
+1
*
New email notification option "For any event on my bookmarked projects" (#351...
Go MAEDA
2023-11-16
1
-1
/
+4
*
Remove @rss_*@ deprecated methods (#36806).
Marius Balteanu
2023-11-06
2
-17
/
+0
*
Replace hardcoded issues count check with `limit` variable in IssuesControlle...
Go MAEDA
2023-10-31
1
-1
/
+1
*
Redirect to repositories#show after repository#fetch_changesets to avoid the ...
Go MAEDA
2023-10-31
1
-1
/
+5
*
Fix reversed display of default queue adapter check (#36695).
Go MAEDA
2023-10-30
1
-1
/
+1
[next]