index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
user
/
UserOptionsManager.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-707
/
+0
*
Add some typed properties to User-related services
DannyS712
2023-09-28
1
-21
/
+8
*
Merge "UserOptionsManager: Fix potential access to global context"
jenkins-bot
2023-09-21
1
-8
/
+4
|
\
|
*
UserOptionsManager: Fix potential access to global context
Bartosz Dziewoński
2023-09-19
1
-8
/
+4
*
|
Add since tag to UserOptionsManager::MAX_BYTES_OPTION_VALUE
Reedy
2023-09-20
1
-0
/
+3
|
/
*
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-2
/
+2
*
Mass migrate Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-08-07
1
-1
/
+5
*
Migrate more calls of Database::select* to SelectQueryBuilder
Amir Sarabadani
2023-07-26
1
-7
/
+6
*
user: Clean up most calls to LoadBalancer in user-related services
Amir Sarabadani
2023-06-01
1
-8
/
+8
*
Replace deprecated language codes in user options variant and variant-*
Fomafix
2023-05-15
1
-0
/
+10
*
Merge "Update UserOptions classes to prevent temporary users having access to...
jenkins-bot
2023-05-04
1
-7
/
+21
|
\
|
*
Update UserOptions classes to prevent temporary users having access to prefer...
AnaïsGueyte
2023-05-03
1
-7
/
+21
*
|
Fix typo in UserOptionsManager comment
Thalia
2023-05-03
1
-1
/
+1
*
|
user: Switch Database::delete to DeleteQueryBuilder
Amir Sarabadani
2023-04-30
1
-8
/
+5
|
/
*
Replace some use of Language::truncateForDatabase() with mb_strcut()
Func
2023-01-30
1
-9
/
+2
*
user: Truncate option value in UserOptionsManager
Umherirrender
2023-01-18
1
-2
/
+11
*
UserOptionsManager: Avoid DB delete queries for unchanged default values
Umherirrender
2023-01-06
1
-3
/
+6
*
Use str_starts_with/str_ends_with/str_contains
Umherirrender
2022-12-12
1
-1
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-5
/
+6
*
Exclude null values for flag UserOptionsManager::EXCLUDE_DEFAULTS
Umherirrender
2021-11-01
1
-1
/
+1
*
UserOptions: remove deprecated hooks.
Petr Pchelko
2021-10-26
1
-56
/
+13
*
Reapply "Update user_touched after saving user options."
Ppchelko
2021-10-25
1
-12
/
+47
*
Revert: "Update user_touched after saving user options."
Alexander Vorwerk
2021-10-25
1
-47
/
+12
*
Merge "Update user_touched after saving user options."
jenkins-bot
2021-10-25
1
-12
/
+47
|
\
|
*
Update user_touched after saving user options.
Petr Pchelko
2021-09-27
1
-12
/
+47
*
|
Remove more defaults for flag UserOptionsManager::EXCLUDE_DEFAULTS
Umherirrender
2021-10-02
1
-1
/
+8
|
/
*
Adjust method signature of onSaveUserOptions
TChin
2021-07-26
1
-2
/
+2
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Introduce new hooks for UserOptionsManager
Petr Pchelko
2021-07-21
1
-5
/
+9
*
Don't try to delete non-existent rows when saving options.
Petr Pchelko
2021-07-14
1
-10
/
+14
*
Do not lock user_preferences before updating
Petr Pchelko
2021-07-12
1
-2
/
+2
*
In UserOptionsManager::saveOptions(), don't update unchanged rows
Tim Starling
2021-06-24
1
-40
/
+58
*
Improvements to user preferences fetching/saving
Petr Pchelko
2021-06-23
1
-108
/
+152
*
user: Accept options-messages for multiselect user options
Amir Sarabadani
2021-06-03
1
-1
/
+1
*
Make UserOptionsLookup::getDefaultOption() not abstract
DannyS712
2021-05-12
1
-7
/
+0
*
Merge "Split TimeCorrection parser into separate class"
jenkins-bot
2021-05-07
1
-1
/
+12
|
\
|
*
Split TimeCorrection parser into separate class
Derk-Jan Hartman
2021-05-07
1
-1
/
+12
*
|
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
|
Hard deprecate User ::isIP, ::getOptions
vladshapik
2021-04-26
1
-2
/
+2
|
/
*
UserOptionsManager: don't differentiate anons caches.
Petr Pchelko
2020-12-15
1
-2
/
+2
*
Update a lot of unspecific "array" types in PHPDocs
Thiemo Kreuz
2020-10-28
1
-2
/
+2
*
Mark CONSTRUCTOR_OPTIONS as internal
Aryeh Gregor
2020-08-21
1
-0
/
+3
*
UserOptionsManager: fix options reset.
Petr Pchelko
2020-08-07
1
-1
/
+1
*
Merge "UserOptionsManager: take into account $queryFlags when caching"
jenkins-bot
2020-06-12
1
-9
/
+58
|
\
|
*
UserOptionsManager: take into account $queryFlags when caching
Petr Pchelko
2020-06-01
1
-9
/
+58
*
|
Remove PreferencesFactory::setUser()
Sam Wilson
2020-06-08
1
-2
/
+0
|
/
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-12
/
+17
*
Add $originalOptions parameter to UserSaveOptions hook
Petr Pchelko
2020-05-27
1
-11
/
+16
*
Rename DefaultOptionsManager to DefaultOptionsLookup
Petr Pchelko
2020-05-11
1
-15
/
+14
[next]