aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/DB.pm
Commit message (Expand)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
* Revert "Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv."Gervase Markham2014-11-251-11/+0
* 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
* 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 d...David Lawrence2014-09-151-1/+1
* Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into da...Frédéric Buclin2014-09-111-1/+1
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-281-0/+4
* Correctly remove the bugs.alias column, see bug 1012506Frédéric Buclin2014-08-141-4/+0
* Bug 1012506 - Allow a bug to have multiple aliasesSimon Green2014-08-141-0/+16
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 1044561: Bad definition of indexes for the new user_api_keys DB tableFrédéric Buclin2014-07-311-0/+17
* Bug 726696 - All authenticated WebServices methods should require username/pa...Simon Green2014-07-271-0/+4
* Bug 1022923 - Add index to bug_user_last_visit.last_visit_tsDylan William Hardison2014-06-121-0/+5
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-2/+2
* Bug 903895 - Allow more than 32k componentsSimon Green2013-08-301-2/+22
* Bug 848635: Old queries based on tags are no longer listed in the page footer...Frédéric Buclin2013-04-281-6/+1
* Bug 824346 - The flaginclusions and flagexclusions DB tables have no UNIQUE i...Dave Lawrence2013-02-171-0/+32
* Bug 824361: Add an index on (bug_id, work_time) in the longdescs table to imp...Frédéric Buclin2013-01-071-0/+12
* Bug 785283 - Support increased values for PASSWORD_SALT_LENGTH without breaki...Reed Loden2012-12-311-0/+37
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* 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
* Bug 756953 - Dependencies table should have unique index so that duplicate en...Dave Lawrence2012-08-021-0/+28
* Bug 776982 - Increase longdescs primary key size to INTSERIAL for future growthDave Lawrence2012-07-311-2/+15
* Bug 776972 - Increase bugs_activity primary key size to INTSERIAL for future ...Dave Lawrence2012-07-251-1/+6
* Bug 764466 - Add a primary key to the profiles_activity tableDave Lawrence2012-07-231-0/+4
* Bug 764457 - Add a primary key to the bugs_activity tableDave Lawrence2012-07-231-0/+4
* Bug 762288 - Change bugs_activity.removed to match data type of bugs_activity...Dave Lawrence2012-06-261-0/+5
* Bug 745533 - database add index audit_log_class_at_time_idx for audit_logFrank Becker2012-06-081-0/+3
* Bug 728138: Custom fields should have a "Long Description" attribute to bette...rojanu2012-05-171-1/+5
* 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. r,...Gervase Markham2012-03-261-10/+10
* Bug 731526: Adds an email event for product and/or component notificationsByron Jones2012-03-221-3/+6
* Bug 730598: Running checksetup.pl twice deletes the DEFAULT value of the bug_...Frédéric Buclin2012-02-271-1/+1
* Bug 722113: The profile_search table has a wrong index nameFrédéric Buclin2012-02-151-0/+6
* Bug 718183: Rename duplicated series names before inserting the new index in ...Frédéric Buclin2012-01-241-0/+31
* Bug 240437: Add a "last seen date" column to the profiles tableByron Jones2012-01-241-0/+3
* 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
* Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin2011-12-261-0/+7
* 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
* Bug 685611 - delta_ts is updated even when no changes are made to bugs create...Dave Lawrence2011-12-161-0/+29
* Expand max length of attachment filename from 100 to 255 characters. r=glob, ...Gervase Markham2011-12-081-1/+5
* Bug 690173: Cannot delete user accounts due to FK on audit_logmiketosh2011-10-231-0/+12
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-291-2/+18
* Bug 658929 - User autocomplete is very slow when there are lots of users in t...David Lawrence2011-07-051-0/+13
* Bug 620827: Fix the bug_see_also class column length.Tiago Mello2011-02-111-2/+7
* Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello2011-02-101-0/+26
* Redesign the Install::DB code for migrating queries to tags, including addingMax Kanat-Alexander2011-01-311-27/+51