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
/
user_preference.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Automatically add the user to the watchers list after contributing to an issu...
Marius Balteanu
2022-03-19
1
-1
/
+10
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
You can configure default project queries in the following places (#35795):
Marius Balteanu
2021-11-15
1
-0
/
+4
*
Default issue query (#7360).
Go MAEDA
2021-07-06
1
-0
/
+4
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Ability to set default value for "I don't want to be notified of changes that...
Go MAEDA
2021-03-10
1
-1
/
+1
*
fix one liner function semicolon at app/models/user_preference.rb
Toshi MARUYAMA
2020-11-21
1
-5
/
+5
*
shorten long line of app/models/user_preference.rb
Toshi MARUYAMA
2020-10-11
1
-1
/
+4
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Enable users to receive email notifications about high issues (only) (#32628).
Go MAEDA
2020-01-21
1
-0
/
+4
*
Make languages in Highlighted code button in toolbar customizable (#32528).
Go MAEDA
2020-01-14
1
-1
/
+12
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/user_preference.rb
Toshi MARUYAMA
2019-11-09
1
-2
/
+3
*
User preference for issue history default tab (#3058).
Jean-Philippe Lang
2019-06-20
1
-1
/
+4
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Adds favorites and recently used projects lists to project jump box (#31355).
Go MAEDA
2019-05-20
1
-1
/
+5
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Replace Hash#keys.each with faster Hash#each_key (#29305).
Go MAEDA
2018-08-01
1
-1
/
+1
*
fix NameError (uninitialized constant) when "config.eager_load = true" (#26513)
Toshi MARUYAMA
2017-07-25
1
-0
/
+2
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-2
/
+0
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Don't hardcode the groups on My page.
Jean-Philippe Lang
2017-04-04
1
-5
/
+28
*
Allow multiple instances of custom queries on My page (#1565).
Jean-Philippe Lang
2017-03-16
1
-1
/
+5
*
Clear settings for blocks that are no longer used.
Jean-Philippe Lang
2017-03-15
1
-1
/
+7
*
Let user choose columns and sort order of issue lists on "My page" (#1565).
Jean-Philippe Lang
2017-03-14
1
-0
/
+1
*
Wrap conditions with a single if new_record?.
Jean-Philippe Lang
2017-01-15
1
-8
/
+10
*
Add default timezone for new users (#16484).
Jean-Philippe Lang
2017-01-15
1
-0
/
+3
*
remove trailing white space from app/models/user_preference.rb
Toshi MARUYAMA
2016-12-14
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
*
User preference for monospaced / variable-width font in textareas (#23653).
Jean-Philippe Lang
2016-08-30
1
-1
/
+7
*
Use safe_attributes for user preferences.
Jean-Philippe Lang
2016-07-17
1
-0
/
+8
*
"I don't want to be notified of changes that I make myself" as Default for al...
Jean-Philippe Lang
2016-04-03
1
-0
/
+3
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Option to show email adresses by default for new users (#21447).
Jean-Philippe Lang
2015-12-13
1
-0
/
+3
*
Activity page to remember user's selection of activities (#1605).
Jean-Philippe Lang
2015-10-15
1
-0
/
+3
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Fixed usage of #attribute_present? in UserPreference (#13008).
Jean-Philippe Lang
2013-09-10
1
-2
/
+2
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
1
-0
/
+3
*
remove trailing white-space from app/models/user_preference.rb
Toshi MARUYAMA
2013-03-20
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Potential can't dup NilClass error in UserPreference (#11905).
Jean-Philippe Lang
2012-09-22
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Set user_id as a protected attribute (#10390).
Jean-Philippe Lang
2012-03-06
1
-1
/
+1
*
Makes models #initialize accept additional arguments.
Jean-Philippe Lang
2011-12-18
1
-1
/
+1
*
Rails3: model: replace deprecated before_save method at UserPreference model
Toshi MARUYAMA
2011-12-04
1
-1
/
+3
*
remove trailing white-spaces from app/models/user_preference.rb.
Toshi MARUYAMA
2011-08-21
1
-11
/
+11
[next]