aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'release-5.0.6' into bugstestRobin H. Johnson2020-01-271-2/+2
|\ | | | | | | | | | | | | Merge upstream 5.0.6 release, now without conflicts after the problematic code reformatting change. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * no bug - perltidy again, using the latest releasePerl Tidy2019-01-311-2/+2
| | | | | | | | blame jeff
| * no bug - reformat all the code using the new perltidy rulesPerl Tidy2019-01-301-473/+503
| |
* | Gentoo-local version of 7f3a749d7bd78a3e4aee163f562d7e95b0954b44 w/ ↵Robin H. Johnson2019-12-011-476/+506
| | | | | | | | | | | | | | | | | | Perl-Tidy-20180220 Reformat all code using Perl-Tidy v20180220 and .perltidyrc from matching upstream 7f3a749d7bd78a3e4aee163f562d7e95b0954b44 commit. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* | Merge tag 'release-5.0.1' into bugstestChristian Ruppert2015-09-111-2/+1
|\|
| * Bug 1194987: Editing your email address and make it point to a non-existent ↵Frédéric Buclin2015-09-061-2/+1
| | | | | | | | | | | | email address makes Bugzilla stop working r=gerv a=sgreen
| * Bug 1162016: The user settings under userprefs.cgi display in random orderByron Jones2015-05-071-1/+1
| | | | | | | | r=dkl,a=glob
| * Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin2014-10-061-1/+1
| | | | | | | | r=dkl,a=sgreen
| * Bug 1076155: Remove "?" from table columns and labels + code cleanupFrédéric Buclin2014-10-021-13/+7
| | | | | | | | r=dkl a=justdave
| * Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | | | | | r=dkl a=sgreen
| * Bug 993926: Bugzilla::User::Setting::get_all_settings() should use memcachedByron Jones2014-08-121-0/+2
| | | | | | | | r=sgreen,a=glob
| * Bug 726696 - All authenticated WebServices methods should require ↵Simon Green2014-07-271-0/+66
| | | | | | | | | | | | username/pass, token or a valid API key for authentication r=dkl, a=sgreen
| * Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-2/+2
| | | | | | | | r=gerv a=justdave
| * Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-2/+3
| | | | | | | | r=dkl, a=glob
| * Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence2013-04-081-1/+1
| | | | | | | | | | | | as the reporter) - Fix broken use of $cgi->param
| * Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence2013-04-081-2/+43
| | | | | | | | | | | | as the reporter) r=glob,r/a=LpSolit
| * Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
| | | | | | | | r=wicked a=LpSolit
* | Merge branch '4.4.9-to-5.0-vanilla-nohist' into 5.0-migrationChristian Ruppert2015-07-111-8/+114
|\ \ | | | | | | | | | | | | Move @gentoo.org restriction for new accounts into the Gentoo extentions. Reset some templates to vanilla/default. We'll use custom ones from now on
| * | Vanilla 4.4.9 to 5.0 without history due to massive merge conflictsChristian Ruppert2015-07-111-8/+114
| |/
| * Bug 555829: Refactor userprefs.cgi to use Bugzilla::User everywhere possibleKoosha Khajeh Moogahi2012-05-281-12/+8
| | | | | | | | r/a=LpSolit
| * Bug 319953: Missing real email syntax checkFrédéric Buclin2012-01-231-2/+1
| | | | | | | | r=glob a=LpSolit
| * Bug 718905: Move user_preferences hook up, before other actions in userprefs.cgiTiago Mello2012-01-181-8/+10
| | | | | | | | r=dkl, a=LpSolit
| * Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-21/+5
| | | | | | | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
| * Bug 677522: IssueEmailChangeToken() should get the old login name from the ↵Frédéric Buclin2011-08-171-5/+2
| | | | | | | | | | | | user object r=timello a=LpSolit
| * Forgot to split a long line (fix on checkin)Frédéric Buclin2011-08-171-1/+3
| | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=678970
| * Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-4/+3
| | | | | | | | r=timello a=LpSolit
| * Bug 670868: (CVE-2011-2978) [SECURITY] Account preferences page trusts ↵Byron Jones2011-08-041-1/+1
| | | | | | | | | | | | user-modifiable field for obtaining current e-mail address r/a=LpSolit
| * Bug 485418: Code and template hooks for userprefs.cgi to be able to add ↵Frédéric Buclin2010-11-041-7/+17
| | | | | | | | | | | | additional tabs r=mkanat a=LpSolit
| * Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-2/+3
| | | | | | | | MS-SQL and SQLite support.
| * Bug 561745: Impossible to uncheck boxes in the Email preferencesFrédéric Buclin2010-05-071-41/+36
| | | | | | | | r/a=mkanat
| * Bug 553693: A new logincookie is created when changing the password or email ↵Frédéric Buclin2010-03-291-27/+23
| | | | | | | | | | | | address instead of reusing the existing one r/a=mkanat
| * Bug 545715: New Hook: bugmail_relationshipsMax Kanat-Alexander2010-02-111-1/+3
| | | | | | | | r=mkanat, a=mkanat (module owner)
| * Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-1/+1
| | | | | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
| * Bug 472362: [SECURITY] Malicious attachments can change your user settings ↵lpsolit%gmail.com2009-02-021-0/+8
| | | | | | | | (user + email prefs, shared searches) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
| * Bug 472549: Ignore undefined values when committing user pref changes - ↵lpsolit%gmail.com2009-01-081-1/+1
| | | | | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
| * Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ↵lpsolit%gmail.com2008-12-101-27/+22
| | | | | | | | Buclin <LpSolit@gmail.com> r/a=mkanat
| * Bug 455584 - Use bz_crypt everywhere instead of the crypt() functiondkl%redhat.com2008-10-231-6/+1
| | | | | | | | Patch by David Lawrence <dkl@redhat.com> = r/a=LpSolit
| * Bug 453767 - Passwords containing wide characters causes system errordkl%redhat.com2008-09-121-2/+8
| | | | | | | | Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat
| * Bug 442016: Bugzilla::User::bless_groups should be returning Bugzilla::Group ↵mkanat%bugzilla.org2008-08-201-1/+1
| | | | | | | | | | | | objects Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
| * Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com2008-04-021-1/+1
| | | | | | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
| * Bug 369062 prior should read "earlier" in edit groupstimeless%mozdev.org2007-12-161-1/+1
| | | | | | | | r=lpsolit a=lpsolit
| * Bug 403824: Replace table locks in most Bugzilla files with transactions - ↵lpsolit%gmail.com2007-11-151-8/+4
| | | | | | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
| * Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
| * Bug 203309: "Users to watch" in email prefs doesn't support wildcard user ↵lpsolit%gmail.com2007-07-261-2/+7
| | | | | | | | matching - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit
| * Bug 365890: Searches shared by users with bless rights are in the footer by ↵lpsolit%gmail.com2007-07-211-4/+4
| | | | | | | | default, with no warning - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
| * Bug 381738: SaveAccount() in userprefs.cgi doesn't check ↵lpsolit%gmail.com2007-07-141-3/+6
| | | | | | | | Bugzilla->user->authorizer->can_change_{password|email} - Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit
| * Bug 381732: Old tokens are not deleted on time when changing the email ↵lpsolit%gmail.com2007-05-261-0/+4
| | | | | | | | address - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
| * Bug 365256 Period is on the wrong side of a bunch of other parenthesestimeless%mozdev.org2007-01-081-1/+1
| | | | | | | | r=lpsolit a=justdave
| * Bug 365407: Reorder tabs in userprefs.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-12-311-1/+1
| | | | | | | | <LpSolit@gmail.com> r/a=justdave
| * Bug 364920 - "Watcher list should be sorted alphabetically" [p=reed ↵reed%reedloden.com2006-12-271-1/+2
| | | | | | | | r=LpSolit a=justdave]