summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User/Setting.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2015-09-24Bug 1201809: The default value for user settings cannot be falseColin Joy1-1/+1
r/a=dkl
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-08-12Bug 993926: Bugzilla::User::Setting::get_all_settings() should use memcachedByron Jones1-10/+31
r=sgreen,a=glob
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+2
r=wicked a=LpSolit
2012-07-30Bug 498890: Bugzilla::User::Setting doesn't need to sort DB resultsKoosha Khajeh Moogahi1-15/+10
r/a=LpSolit
2012-07-25Bug 776103 - Syntax error in Bugzilla::User::Setting API docKoosha Khajeh Moogahi1-2/+2
r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-17/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-07-14Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander1-2/+3
r=mkanat, a=mkanat (module owner)
2008-09-06Bug 364161: Inefficient SQL: Selecting subclass from setting tablemkanat%bugzilla.org1-11/+12
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-12-13Bug 408037: [Oracle] Running checksetup.pl twice doesn't workmkanat%bugzilla.org1-3/+2
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2007-11-29Bug 404581: add_setting() incorrectly handles settings with no values - ↵lpsolit%gmail.com1-5/+12
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2006-12-12Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com1-4/+17
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-2/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-07Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com1-15/+28
Patch by Marc Schumann <wurblzap@gmail.com>; r=myk,mkanat; a=myk
2006-08-02Bug 346932: Move settings creation/maintenance into Bugzilla::Installmkanat%bugzilla.org1-8/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com1-1/+8
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-07-20Bug 257767: Option to have fields in CSV files separated by semicolons ↵lpsolit%gmail.com1-0/+23
instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2005-05-04Bug 286357: user preference settings only works if all users sets ↵lpsolit%gmail.com1-8/+22
non-default values for all settings - Patch by Albert Ting <altlst@sonic.net> r=mkanat a=justdave
2005-04-28Bug 289012: Can't use an undefined value as a HASH reference at ↵mkanat%kerio.com1-2/+2
userprefs.cgi line 142. Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-03-11Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca1-0/+352
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk