aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/DB.pm
Commit message (Collapse)AuthorAgeFilesLines
* Backport upstream bug 69267: Add the ability to deactivate keywordsFrédéric Buclin2017-08-011-0/+4
|
* Bug 1232578: Don't save hashed passwords in audit_logFrédéric Buclin2015-12-161-0/+27
| | | | r/a=dkl
* Revert "Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv."Gervase Markham2014-11-251-11/+0
| | | | This reverts commit 5d8aa524eff6409055d4d967d2857ede40be4cad.
* Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv.Matt Selsky2014-11-241-0/+11
|
* Bug 1093928: Remove the longdescs.is_markdown DB columnDavid Lawrence2014-11-101-0/+3
| | | | r=LpSolit,a=glob
* Revert Bug 330707 - Add optional support for MarkDownDavid Lawrence2014-11-041-4/+0
|
* Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence2014-09-151-1/+1
| | | | | | data form is JSON and not JS r=LpSolit,a=sgreen
* Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin2014-09-111-1/+1
| | | | | | data/params r=dkl r=wurblzap a=sgreen
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-281-0/+4
| | | | r=dkl,a=sgreen
* Correctly remove the bugs.alias column, see bug 1012506Frédéric Buclin2014-08-141-4/+0
| | | | r=sgreen
* Bug 1012506 - Allow a bug to have multiple aliasesSimon Green2014-08-141-0/+16
| | | | r=dkl, a=sgreen
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
| | | | r=dkl a=sgreen
* Bug 1044561: Bad definition of indexes for the new user_api_keys DB tableFrédéric Buclin2014-07-311-0/+17
| | | | r=sgreen a=glob
* Bug 726696 - All authenticated WebServices methods should require ↵Simon Green2014-07-271-0/+4
| | | | | | username/pass, token or a valid API key for authentication r=dkl, a=sgreen
* Bug 1022923 - Add index to bug_user_last_visit.last_visit_tsDylan William Hardison2014-06-121-0/+5
| | | | r/a=glob
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-2/+2
| | | | r=gerv a=justdave
* Bug 903895 - Allow more than 32k componentsSimon Green2013-08-301-2/+22
| | | r=gerv, a=sgreen
* Bug 848635: Old queries based on tags are no longer listed in the page ↵Frédéric Buclin2013-04-281-6/+1
| | | | | | footer by default when upgrading from 4.0 or older to 4.2 r=glob a=LpSolit
* Bug 824346 - The flaginclusions and flagexclusions DB tables have no UNIQUE ↵Dave Lawrence2013-02-171-0/+32
| | | | | | index r/a=LpSolit
* Bug 824361: Add an index on (bug_id, work_time) in the longdescs table to ↵Frédéric Buclin2013-01-071-0/+12
| | | | | | improve performance r=dkl a=LpSolit
* Bug 785283 - Support increased values for PASSWORD_SALT_LENGTH without ↵Reed Loden2012-12-311-0/+37
| | | | | | breaking compat with old hashes [r=LpSolit a=LpSolit]
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Include missing newlineFrédéric Buclin2012-08-181-0/+1
|
* Bug 187753: Specify a maximum length for quips (512 characters)Koosha Khajeh Moogahi2012-08-181-2/+23
| | | | r/a=LpSolit
* Bug 756953 - Dependencies table should have unique index so that duplicate ↵Dave Lawrence2012-08-021-0/+28
| | | | | | entries are blocked r/a=LpSolit
* Bug 776982 - Increase longdescs primary key size to INTSERIAL for future growthDave Lawrence2012-07-311-2/+15
| | | | r/a=LpSolit
* Bug 776972 - Increase bugs_activity primary key size to INTSERIAL for future ↵Dave Lawrence2012-07-251-1/+6
| | | | | | growth r/a=LpSolit
* Bug 764466 - Add a primary key to the profiles_activity tableDave Lawrence2012-07-231-0/+4
| | | | r=glob, a=LpSolit
* Bug 764457 - Add a primary key to the bugs_activity tableDave Lawrence2012-07-231-0/+4
| | | | r=glob, a=LpSolit
* Bug 762288 - Change bugs_activity.removed to match data type of ↵Dave Lawrence2012-06-261-0/+5
| | | | | | bugs_activity.added r/a=LpSolit
* Bug 745533 - database add index audit_log_class_at_time_idx for audit_logFrank Becker2012-06-081-0/+3
| | | | r=dkl, a=LpSolit
* Bug 728138: Custom fields should have a "Long Description" attribute to ↵rojanu2012-05-171-1/+5
| | | | | | better understand what they are used for r/a=LpSolit
* Fix bustage due to bug 448551Frédéric Buclin2012-03-261-1/+1
|
* Make Target Milestone field have the same maximum length as Version field. ↵Gervase Markham2012-03-261-10/+10
| | | | | r,a=LpSolit. https://bugzilla.mozilla.org/show_bug.cgi?id=448551
* Bug 731526: Adds an email event for product and/or component notificationsByron Jones2012-03-221-3/+6
| | | | r=LpSolit, a=LpSolit
* Bug 730598: Running checksetup.pl twice deletes the DEFAULT value of the ↵Frédéric Buclin2012-02-271-1/+1
| | | | | | bug_see_also.class column r=timello a=LpSolit
* Bug 722113: The profile_search table has a wrong index nameFrédéric Buclin2012-02-151-0/+6
| | | | r=glob a=LpSolit
* Bug 718183: Rename duplicated series names before inserting the new index in ↵Frédéric Buclin2012-01-241-0/+31
| | | | | | the series table r=dkl a=LpSolit
* Bug 240437: Add a "last seen date" column to the profiles tableByron Jones2012-01-241-0/+3
| | | | r=LpSolit, 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-15/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin2011-12-261-0/+7
| | | | r=wicked a=LpSolit
* Bug 711925: Update from 4.0 or older to 4.2 or trunk fails when bug_see_also ↵Frédéric Buclin2011-12-191-1/+1
| | | | | | field is populated r=wicked a=LpSolit
* Bug 685611 - delta_ts is updated even when no changes are made to bugs ↵Dave Lawrence2011-12-161-0/+29
| | | | | | created via WebServices r/a=LpSolit
* Expand max length of attachment filename from 100 to 255 characters. r=glob, ↵Gervase Markham2011-12-081-1/+5
| | | | | a=LpSolit. https://bugzilla.mozilla.org/show_bug.cgi?id=705078
* Bug 690173: Cannot delete user accounts due to FK on audit_logmiketosh2011-10-231-0/+12
| | | | r/a=mkanat
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-291-2/+18
| | | | r=LpSolit, a=LpSolit
* Bug 658929 - User autocomplete is very slow when there are lots of users in ↵David Lawrence2011-07-051-0/+13
| | | | | | the profiles table r/a=mkanat
* Bug 620827: Fix the bug_see_also class column length.Tiago Mello2011-02-111-2/+7
| | | | r/a=LpSolit
* Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello2011-02-101-0/+26
| | | | r/a=mkanat
* Redesign the Install::DB code for migrating queries to tags, including addingMax Kanat-Alexander2011-01-311-27/+51
| | | | | a transaction and indicate_progress. https://bugzilla.mozilla.org/show_bug.cgi?id=616185