summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-10-18Bug 595569: Fixes ↵Tiago Mello1-4/+15
Bugzilla::Field::ChoiceInterface->controls_visibility_of_fields method which was causing an error when deleting a product/component. r/a=mkanat
2010-10-16Bug 596079: Merge content-types.html.tmpl with createformcontents.html.tmplFrédéric Buclin2-28/+17
r=timello a=LpSolit
2010-10-16Minor improvement for bug 451735Frédéric Buclin2-3/+1
r=mkanat
2010-10-16Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts thatMax Kanat-Alexander1-0/+1
ship with extensions. r=mkanat, a=mkanat (module owner)
2010-10-15Bug 604107: The link to delete the value 0 of custom fields is brokenFrédéric Buclin1-1/+1
r/a=mkanat
2010-10-15Bug 604522: t/012throwables.t doesn't catch new user errors correctlyFrédéric Buclin3-6/+6
r/a=mkanat
2010-10-15Bug 451735 part2: fix bz_drop_index() so that it first drops related FKs ↵Frédéric Buclin2-0/+22
before deleting the index itself r/a=mkanat
2010-10-14Bug 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin7-4/+33
after migration from 3.4.x or older to 3.6 or newer r/a=mkanat
2010-10-14Bug 600598: "Can't call method "bug_list" on unblessed reference" error ↵Frédéric Buclin2-1/+14
thrown when editing a bug which is in the BUGLIST cookie but not in a recent saved search, with action="next_bug" r/a=mkanat
2010-10-14Bug 326826: Linkify bug comments in HTML email just like comments in theGuy Pyrzak1-2/+2
web interface. r=mkanat, a=mkanat
2010-10-14Bug 602418: Add "template_cache" to bz_locations(), a way of specifying thatMax Kanat-Alexander4-16/+23
cached templates should be stored somewhere else than the data directory. r=LpSolit, a=mkanat
2010-10-14Bug 600616: show_bug.cgi: Invalid parameter passed to ↵Frédéric Buclin1-1/+1
Bugzilla::Search::Recent::_init (cookie) r/a=mkanat
2010-10-14Bug 581448: Localize the status and resolution values in the list ofMax Kanat-Alexander4-2/+58
possible duplicates on enter_bug.cgi r=LpSolit, a=LpSolit
2010-10-14Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto5-161/+243
when creating or updating bug comment r=mkanat, a=mkanat
2010-10-14Bug 593887: Perl 5.14 requires HTML::Parser 3.67 and DBI 1.614Frédéric Buclin1-2/+3
r/a=mkanat
2010-10-14Bug 451735: Wrong index for the series tableFrédéric Buclin2-3/+16
r/a=mkanat
2010-10-14Bug 505165: The flags.setter_id DB column cannot be NULLFrédéric Buclin2-1/+4
r/a=mkanat
2010-10-14Bug 599953: Editing an advanced search doesn't remember values passed to ↵Frédéric Buclin1-4/+6
discrete custom fields added by extensions r/a=mkanat
2010-10-13Bug 603314 - Unprivileged users cannot create bugs any more.Marc Schumann1-0/+3
Adding a code comment post-checkin; see bug for details.
2010-10-13Bug 595682: Always generate PNG images for chartsFrédéric Buclin1-33/+15
a=LpSolit
2010-10-12Bug 562308: importxml.pl should import each comment separately, rather than ↵Frédéric Buclin1-53/+32
concatenating them all into a single one r=ghendricks a=LpSolit
2010-10-11Bug 550097: checksetup.pl should detect when run via a web server (cgi) and ↵Frédéric Buclin3-1/+35
fail with a sane error r/a=mkanat
2010-10-11Bug 603314 - Unprivileged users cannot create bugs any more.Marc Schumann1-1/+1
r/a=LpSolit
2010-10-09Bug 602832: 008filter.t doesn't catch [%~ ~%] correctlyFrédéric Buclin1-5/+5
r/a=mkanat
2010-10-07Bug 600495: Make the "chfieldto" query parameter work all by itself, again.Max Kanat-Alexander2-5/+18
r=mkanat, a=mkanat (module owner)
2010-10-07Fix the xt/search.t test to not have a testfail (orange) result on MySQL.Max Kanat-Alexander1-2/+2
(Just some missing "this test is OK" bits for longdescs.count injection tests.)
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander12-63/+86
MS-SQL and SQLite support.
2010-10-05Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander9-11/+81
r=mkanat, a=mkanat (module owner)
2010-10-05Bug 601848: Fix percentage_complete searches for all operators on both MySQLMax Kanat-Alexander4-88/+80
and PostgreSQL r=mkanat, a=mkanat (module owner)
2010-10-05s/Extensionn/Extension/ (no bug).Reed Loden1-1/+1
[r=mkanat a=mkanat@IRC]
2010-10-04Bug 601519 - Test pronouns (like %user%, %reporter%, etc.) in xt/search.tMax Kanat-Alexander3-5/+42
r=mkanat, a=mkanat (module owner)
2010-10-03Bug 601513: In xt/search.t, assure that "---" continues to work for theMax Kanat-Alexander1-0/+3
resolution field r=mkanat, a=mkanat (module owner)
2010-10-03Bug 601499 - Make xt/search.t test the email(n)* search query parametersMax Kanat-Alexander2-1/+26
r=mkanat, a=mkanat (module owner)
2010-10-03Bug 585031: Searching using the "People" section was only using one of theMax Kanat-Alexander1-1/+1
selected checkboxes in each column. r=mkanat, a=mkanat (module owner)
2010-10-03577720: Use history.replaceState() so that the URL after processing a bug ↵Guy Pyrzak1-0/+12
isn't process_bug.cgi, post_bug.cgi, or attachment.cgi r=mkanat, a=mkanat https://bugzilla.mozilla.org/show_bug.cgi?id=577720
2010-10-03Bug 65477: Send HTML bugmailGuy Pyrzak6-61/+268
r=mkanat, a=mkanat
2010-10-03Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in ↵Guy Pyrzak1-0/+3
Classic skin r=LpSolit, a=LpSolit
2010-10-03Bug 414509: offer View All (non obsolete) attachmentsGuy Pyrzak4-2/+25
r=LpSolit, a=LpSolit
2010-10-03Bug 601218: Do not display (show) when the CC list is emptyGuy Pyrzak1-10/+14
r=LpSolit, a=LpSolit
2010-10-03Bug 578267: Fix a few minor UI issues with the new keyword autocomplete changesGuy Pyrzak1-1/+0
r=mkanat, a=mkanat
2010-10-03Bug 597762: When filing bugs, the validation messages do not draw enough ↵Guy Pyrzak1-3/+4
attention to themselves r=mkanat, a=mkanat
2010-10-02Bug 601394 - Make xt/search.t test the deadlinefrom and deadline to searchMax Kanat-Alexander1-1/+8
query parameters r=mkanat, a=mkanat (module owner)
2010-10-02Change the way that the xt/search.t injection tests look for known brokenMax Kanat-Alexander1-3/+2
tests, so that the Pg tests properly understand that they can't test creation_ts changedafter or changedbefore, *ever*. https://bugzilla.mozilla.org/show_bug.cgi?id=600496
2010-10-02Bug 601383: Test the chfield* search query parameters in xt/search.t.Max Kanat-Alexander1-1/+15
r=mkanat, a=mkanat (module owner)
2010-10-02Bug 600495: Make searching using "chfieldto" actually work again, for findingMax Kanat-Alexander1-4/+5
bugs that were also updated after the particular change that's being looked for. r=mkanat, a=mkanat (module owner)
2010-10-02Bug 600496: Make searching on [Bug creation] work again, by implementingMax Kanat-Alexander2-22/+17
creation_ts for the changedafter and changedbefore operators in Search.pm. r=mkanat, a=mkanat (module owner)
2010-10-02Bug 601376: Test the __all__, __open__, and __closed__ arguments toMax Kanat-Alexander4-7/+44
bug_status in xt/search.t r=mkanat, a=mkanat (module owner)
2010-10-02Bug 601364: Make search.t *actually* do the basic field=value testsMax Kanat-Alexander1-9/+6
r=mkanat, a=mkanat (module owner)
2010-10-02Bug 601371: Make bug_status_type work as a search query parameterMax Kanat-Alexander1-0/+6
r=mkanat, a=mkanat (module owner)
2010-10-02Make content_type work as a buglist.cgi parameter, for setting theMax Kanat-Alexander1-2/+2
search operator for the "content" field. r=mkanat, a=mkanat (module owner) https://bugzilla.mozilla.org/show_bug.cgi?id=601370