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
...
*
Filtering out specific subprojects (using 'is not' operator) (#15773).
Jean-Philippe Lang
2017-01-14
1
-3
/
+10
*
Filters on chained custom fields and custom field attributes (#21249).
Jean-Philippe Lang
2017-01-14
1
-1
/
+82
*
Let user always see his private notes (#17632).
Jean-Philippe Lang
2017-01-14
2
-7
/
+8
*
Moves journals selection to Issue#visible_journals_with_index (#17632).
Jean-Philippe Lang
2017-01-14
1
-0
/
+15
*
Adds settings to make the issue and/or comment fields mandatory for time logs...
Jean-Philippe Lang
2017-01-12
1
-0
/
+2
*
Don't compare timestamps with 0, triggers SQL errors with PostgreSQL (#10840).
Jean-Philippe Lang
2017-01-12
1
-4
/
+3
*
Allow "stay logged in" from multiple browsers (#10840).
Jean-Philippe Lang
2017-01-12
1
-4
/
+56
*
Don't preload custom field filter values (#24787).
Jean-Philippe Lang
2017-01-12
1
-5
/
+0
*
Don't preload all query filters (#24787).
Jean-Philippe Lang
2017-01-09
3
-112
/
+139
*
remove trailing white space from app/models/version.rb
Toshi MARUYAMA
2017-01-08
1
-1
/
+1
*
Don't destructively insert builtin_role into roles (#23519).
Jean-Philippe Lang
2017-01-07
1
-3
/
+2
*
Reset #roles on reload (#23519).
Jean-Philippe Lang
2017-01-07
1
-0
/
+1
*
Don't preload projects and roles on Principal#memberships association (#23519).
Jean-Philippe Lang
2017-01-07
2
-5
/
+8
*
Sort user memberships by project.
Jean-Philippe Lang
2017-01-07
1
-0
/
+4
*
Validate length of custom field regexp (#24283).
Jean-Philippe Lang
2017-01-04
1
-1
/
+1
*
Speeds up Project.allowed_to_condition for users who belong to hundreds of pr...
Jean-Philippe Lang
2017-01-03
2
-21
/
+40
*
Speeds up rendering of the project list for users who belong to hundreds of p...
Jean-Philippe Lang
2017-01-03
1
-2
/
+12
*
Unneeded assignment (#24693).
Jean-Philippe Lang
2016-12-31
1
-1
/
+1
*
Handle time entries on subtasks and prevent from reassigning an issue that is...
Jean-Philippe Lang
2016-12-31
1
-0
/
+9
*
Don't load Member#user, use #principal instead.
Jean-Philippe Lang
2016-12-31
1
-1
/
+1
*
Prevent parent issue from being closed if a child issue is open (#10989).
Jean-Philippe Lang
2016-12-21
1
-1
/
+9
*
Show an error message when changing an issue's project fails due to errors in...
Jean-Philippe Lang
2016-12-18
1
-0
/
+1
*
Restrict the length attachment filenames on disk (#24186).
Jean-Philippe Lang
2016-12-16
1
-1
/
+1
*
remove trailing white space from app/models/user_preference.rb
Toshi MARUYAMA
2016-12-14
1
-1
/
+1
*
remove training white space from app/models/user.rb
Toshi MARUYAMA
2016-12-14
1
-1
/
+1
*
remove trailing white space from app/models/role.rb
Toshi MARUYAMA
2016-12-14
1
-1
/
+1
*
remove trailing white space from app/models/issue_relation.rb
Toshi MARUYAMA
2016-12-14
1
-1
/
+1
*
Unarchive link not working for subprojects of closed projects (#24595).
Jean-Philippe Lang
2016-12-13
1
-2
/
+10
*
Optional Regex delimiters to truncate incoming emails (#5864).
Jean-Philippe Lang
2016-12-13
2
-4
/
+39
*
Enforce issue assignee validation (#23921).
Jean-Philippe Lang
2016-12-10
2
-10
/
+16
*
Use .unscoped when querying and creating builtin objects (#24156).
Jean-Philippe Lang
2016-12-03
3
-6
/
+6
*
Don't show project column by default when inside a project.
Jean-Philippe Lang
2016-12-03
1
-1
/
+5
*
Sort members on the DB side.
Jean-Philippe Lang
2016-12-03
1
-0
/
+7
*
use symbol instead of string for 'position' (#24013)
Toshi MARUYAMA
2016-11-28
1
-1
/
+1
*
Wrong validation introduced in r15989 (#24283).
Jean-Philippe Lang
2016-11-19
1
-1
/
+1
*
Add length validations for string fields (#24283).
Jean-Philippe Lang
2016-11-19
6
-1
/
+7
*
Don't return 2 errors when identifier is blank (blank + too short).
Jean-Philippe Lang
2016-11-19
1
-1
/
+1
*
Use the regular "icon icon-*" on search results (#24313).
Jean-Philippe Lang
2016-11-19
1
-1
/
+1
*
Allow Journal to return empty Array instead nil in Journal#attachments (#24308).
Jean-Philippe Lang
2016-11-18
1
-1
/
+1
*
My page - Spent time: configurable number of days to display (#8761).
Jean-Philippe Lang
2016-10-30
1
-0
/
+18
*
Adds #add_block and #remove_block methods.
Jean-Philippe Lang
2016-10-29
1
-0
/
+18
*
Moves blocks definition to Redmine::MyPage.
Jean-Philippe Lang
2016-10-29
1
-0
/
+8
*
Add option to set a new version as default directly from New Version page (#2...
Jean-Philippe Lang
2016-10-23
1
-0
/
+26
*
Option to specify allowed extensions for a file custom field (#6719).
Jean-Philippe Lang
2016-10-23
2
-7
/
+23
*
Adds file custom field format (#6719).
Jean-Philippe Lang
2016-10-23
3
-12
/
+39
*
Role#copy_from should copy managed roles.
Jean-Philippe Lang
2016-10-20
1
-0
/
+1
*
Fixed that r15668 prevents from setting managed roles.
Jean-Philippe Lang
2016-10-20
1
-0
/
+1
*
Set @available_filters as an empty hash if nil.
Jean-Philippe Lang
2016-10-20
1
-0
/
+1
*
Consider custom fields that correspond to the project only (#24014).
Jean-Philippe Lang
2016-10-08
1
-2
/
+12
*
Adds accessors for report_last_commit.
Jean-Philippe Lang
2016-10-04
1
-5
/
+7
[prev]
[next]