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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Retrieve attachments with a single query when rendering a journal (#37687).
Go MAEDA
2022-09-23
1
-1
/
+2
*
Introduces a UserQuery model for admin/users (#37674).
Go MAEDA
2022-09-20
2
-1
/
+158
*
Ignore statuses if workflow only defines identity transition (#37636).
Go MAEDA
2022-09-17
1
-0
/
+1
*
Consider only roles with either add_issues or edit_issues permissions for any...
Go MAEDA
2022-09-17
1
-4
/
+7
*
Rename Repository#supports_all_revisions? to Repository#supports_history? (#3...
Go MAEDA
2022-09-15
2
-1
/
+6
*
Check visibility for passed user in IssueQuery.default (#37499, #37608).
Go MAEDA
2022-08-26
1
-1
/
+1
*
Use the classes whitelist configured in application.rb instead of hardcoded c...
Go MAEDA
2022-08-25
1
-1
/
+1
*
Add default spent time activity per role (#29286).
Go MAEDA
2022-08-09
3
-6
/
+40
*
Default query should not be applied if the query is not allowed to be set as ...
Go MAEDA
2022-07-31
2
-7
/
+12
*
Better validation error message when the domain of email is not allowed (#354...
Go MAEDA
2022-07-27
1
-1
/
+9
*
Psych::DisallowedClass exception when loading default plugin settings (#37450...
Go MAEDA
2022-07-21
1
-1
/
+1
*
Don't use YAML.unsafe_load (#37450).
Go MAEDA
2022-07-20
1
-2
/
+1
*
Mark edited journal notes as "Edited" (#31505).
Go MAEDA
2022-07-17
1
-0
/
+2
*
Make the only enabled activity in a project the default one for time entry (#...
Go MAEDA
2022-07-17
2
-0
/
+10
*
Fix RuboCop offense Lint/NonAtomicFileOperation (#36919).
Go MAEDA
2022-06-30
1
-3
/
+1
*
Fix chained custom field filter doesn't work for User fields (#36940).
Marius Balteanu
2022-06-27
1
-1
/
+1
*
Revert undesired change (#37349).
Marius Balteanu
2022-06-27
1
-1
/
+1
*
Fix filter for chained User custom fields returns 500 internal server error w...
Marius Balteanu
2022-06-27
1
-2
/
+2
*
Refactor @TimeEntryActivity.default()@ method (#33914).
Marius Balteanu
2022-06-20
1
-2
/
+3
*
Fix time entry activity is not set as default when the default activity exist...
Marius Balteanu
2022-06-20
2
-1
/
+10
*
Respect field visibility when filtering/sorting by associated issue fields (#...
Marius Balteanu
2022-06-16
2
-2
/
+6
*
Respect field visibility when showing associated issue fields (#37255).
Marius Balteanu
2022-06-16
1
-2
/
+4
*
Setting @--no-permission-check@ in the mail receiver should not allow creatin...
Marius Balteanu
2022-06-16
1
-3
/
+17
*
Improved @fixed_version_id@ validation (#37171).
Marius Balteanu
2022-06-16
1
-2
/
+2
*
Ensure @category_id@ is valid within the issue's project (#37171).
Marius Balteanu
2022-06-16
1
-0
/
+6
*
The done ratio of a parent issue may not be 100% even if all subtasks have a ...
Go MAEDA
2022-06-08
1
-6
/
+7
*
Reduce extra queries in @ProjectQuery.default@ (#37135).
Marius Balteanu
2022-05-28
1
-3
/
+6
*
Issue#last_notes fallback does not respect notes visibility (#37155).
Marius Balteanu
2022-05-28
1
-1
/
+1
*
Background job for project deletion (#36691).
Marius Balteanu
2022-05-17
2
-1
/
+7
*
Attachment activity provider SQL optimization (#37057).
Go MAEDA
2022-05-14
1
-0
/
+1
*
Allow imported time entries to override the selected project with the actual ...
Marius Balteanu
2022-04-03
1
-2
/
+6
*
Reuse ProjectQuery filters on the admin project list (#33422).
Marius Balteanu
2022-04-01
1
-2
/
+34
*
Include roles of built-in "Non member users" and "Anonymous users" members wh...
Marius Balteanu
2022-03-27
1
-0
/
+9
*
Allow to filter issues by its version status with shared versions (#36824, #3...
Marius Balteanu
2022-03-24
1
-2
/
+4
*
Increase email address length limit from 60 to 254 (#36825).
Go MAEDA
2022-03-23
1
-1
/
+1
*
Add tasks to prune registered users after a certain number of days (#30998).
Go MAEDA
2022-03-22
1
-0
/
+4
*
Skip validation of required custom fields when creating a project if user doe...
Marius Balteanu
2022-03-21
1
-0
/
+11
*
Do not fire a query to get user default query when user has no default query ...
Go MAEDA
2022-03-21
1
-1
/
+1
*
Reverts r21480 (#36503).
Go MAEDA
2022-03-21
1
-1
/
+1
*
Do not fire a query to get user default query when user has no default query ...
Marius Balteanu
2022-03-20
1
-1
/
+1
*
Automatically add the user to the watchers list after contributing to an issu...
Marius Balteanu
2022-03-19
2
-1
/
+20
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
2
-8
/
+20
*
Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).
Go MAEDA
2022-03-14
2
-12
/
+2
*
Improve performance of adding or removing members of a group (#36696).
Go MAEDA
2022-03-05
2
-27
/
+24
*
Add habtm relation between roles and queries_roles (#36416).
Marius Balteanu
2022-02-28
1
-0
/
+2
*
Destroy overridden time entry activities and rows from the habtm join table @...
Marius Balteanu
2022-02-24
1
-2
/
+2
*
Allow users to be mentioned using @ in issues and wiki pages (#13919):
Marius Balteanu
2022-02-23
4
-7
/
+23
*
Fix time entries of sub-projects are not listed when activity is specified in...
Marius Balteanu
2022-02-20
1
-1
/
+1
*
Fix import with issue relations and invalid issues hangs without any error me...
Marius Balteanu
2022-02-20
1
-1
/
+5
*
Return 404 if revision URL doesn't exist (#36561).
Marius Balteanu
2022-02-18
1
-5
/
+1
[prev]
[next]