summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-10-19Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky8-11/+15
instead o hard coded 'Platform'. r=timello, a=LpSolit
2011-10-19Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmplFrédéric Buclin2-1/+1
r=glob a=LpSolit
2011-10-19Bug 686963: Setting the work time using the Bug.update WebService methodTiago Mello1-7/+9
requires a comment. r/a=LpSolit
2011-10-15Bug 689862: Fix Product.get to only return the Classification name,Tiago Mello1-17/+2
instead of all the classification info. r/a=LpSolit
2011-10-15Bug 691243: Fix typoMatt Selsky1-1/+1
r/a=LpSolit
2011-10-15Fix bustage due to bug 686630Frédéric Buclin1-1/+1
2011-10-15Bug 686630: editvalues.cgi should use set_all()rojanu1-4/+7
r/a=mkanat
2011-10-15Bug 674416: Custom searches in query.cgi are lost when clicking the "Back" ↵Max Kanat-Alexander2-1/+26
button in Firefox when viewing a buglist r=glob a=mkanat
2011-10-15Bug 673012: Add "does not contain" to people searchMatt Selsky1-0/+1
r=gerv a=mkanat
2011-10-15Bug 658485: Implement Group.update to update groups from the WebServicesCarole Pryfer1-1/+151
r/a=mkanat
2011-10-15Bug 620694: MySQL is not 'required' RDBMS for BugzillaMatt Selsky1-1/+1
r=dkl a=LpSolit
2011-10-15Bug 546507: Ensure monospace font is used for textareasDan Winship2-4/+4
r/a=mkanat
2011-10-15Bug 445804: Suggested crontab configuration opens security holeMatt Selsky1-3/+3
r/a=mkanat
2011-10-15Bug 691697: There is no link pointing to the new bug in HTML bugmailsFrédéric Buclin1-1/+7
r=pyrzak a=LpSolit
2011-10-08Bug 691845: importxml.pl complains if an open bug has the resolution field ↵Frédéric Buclin1-9/+6
set to '' r=dkl a=LpSolit
2011-10-04$user->is_mover no longer exists, see bug 556422Frédéric Buclin1-6/+0
2011-10-03Bug 615636: Labels are badly aligned when editing versions and milestones in ↵Matt Selsky4-13/+14
admin pages r/a=LpSolit
2011-10-01Bug 582529: Ambiguous error message "You did not specify a file to attach" ↵Frédéric Buclin2-1/+12
when deleting an existing attachment filename a=LpSolit
2011-09-30Bug 315451: Add 'Enabled user accounts only' filter when searching forTiago Mello2-0/+14
user accounts. r=glob, a=LpSolit
2011-09-29Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin5-17/+19
r/a=mkanat
2011-09-29Bug 512648 - Make Bugzilla::Bug centrally control available statuses inRobert Webb2-34/+76
enter_bug.cgi r=mkanat, a=mkanat
2011-09-27Bug 655652: Remove "internals" field from Product.getFrédéric Buclin1-9/+35
r=glob a=LpSolit
2011-09-20Bug 686967: Fix incoherent code in ↵Tiago Mello1-4/+11
Bugzilla::BugUrl::Bugzilla::Local->should_handle() r/a=LpSolit
2011-09-19Bug 686904: Removing an invalid URL from the See Also field crashes BugzillaFrédéric Buclin1-2/+3
r=timello a=LpSolit
2011-09-19Fix one more place about SQLiteFrédéric Buclin1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=337776
2011-09-19Documentation for bug 337776: SQLite Support for BugzillaFrédéric Buclin1-3/+22
r=glob
2011-09-18Bug 687247: Bugzilla crashes when creating a new flagtype on PostgreSQLFrédéric Buclin1-0/+2
a=LpSolit
2011-09-18Fix typo in commentsFrédéric Buclin1-2/+2
2011-09-17Bug 686227: Users with editcomponents privs must be able to add products ↵Frédéric Buclin1-2/+18
they cannot see to the inclusion and exclusion lists when creating or editing a flagtype r=dkl a=LpSolit
2011-09-16Fix typo in PODFrédéric Buclin1-2/+2
2011-09-15Bug 686780: Editing votes crashes BugzillaFrédéric Buclin1-0/+15
r=dkl a=LpSolit
2011-09-13Bug 685316: Change Simple Search template to use field_descs for StatusTiago Mello1-2/+2
Product. r/a=mkanat
2011-09-12Bug 686133: Bugzilla crashes when deleting a bugFrédéric Buclin1-58/+3
r=timello a=LpSolit
2011-09-12Bug 686246: When editing the inclusion and exclusion lists of a flagtype, ↵Frédéric Buclin1-1/+1
empty grant and request groups are replaced by "" instead of "(no group)" in the drop-down menu a=LpSolit
2011-09-07Bug 683623 - "Unterminated string constant" errors from people with ↵David Lawrence1-1/+1
double-quotes in their name r=glob, a=LpSolit
2011-09-07Bug 684744: All fields in the "People" section are reset when clicking "Edit ↵Frédéric Buclin1-1/+1
Search" r=glob a=LpSolit
2011-09-07Fix bustage due to bug 604237Frédéric Buclin1-2/+2
2011-09-07Bug 684946 - The word "Version is hard coded; not all pages use ↵Guy Pyrzak1-20/+21
field_descs.version r=mkanat, a=mkanat https://bugzilla.mozilla.org/show_bug.cgi?id=604237
2011-09-02Bug 682822: Hide 'obsolete attachments' section when there are none to displayByron Jones2-45/+52
r=LpSolit, a=LpSolit
2011-09-01Bug 683025 - Add a check_for_edit to Bugzilla::Bug to return the bug objectRobert Webb4-37/+17
if the user can edit the bug r=mkanat, a=mkanat
2011-09-01Bug 653634 - Change the comment reply header to include the name of the ↵David Lawrence3-68/+63
person who has commented r/a=LpSolit
2011-09-01Fix an error in the patch from bug 636416, see comment 15Frédéric Buclin1-1/+1
2011-08-31Bug 680729 - Testing suite (runtests.pl) incorrectly plans to do its ↵Marc Schumann2-31/+26
existence check on referenced templates more than once. r=dkl; a=mkanat
2011-08-31Bug 682203 - migrate.pl fails at requirements check.Marc Schumann1-0/+1
r/a=mkanat
2011-08-30Bug 628806: user selection field in editusers should strip leading and ↵timeless1-1/+1
trailing whitespace r/a=LpSolit
2011-08-30Bug 680780: Advanced Search: help for field Comment is missing a spaceFrédéric Buclin1-1/+1
r=wicked a=LpSolit
2011-08-30Bug 682747: Wrong check in editusers.cgiFrédéric Buclin1-1/+1
r/a=mkanat
2011-08-30Bug 629529: Make SQLite installs able to use jobqueue.plMax Kanat-Alexander2-0/+58
r=glob, a=mkanat
2011-08-29Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty8-17/+45
r=LpSolit, a=LpSolit
2011-08-27Bug 680594: Remove contrib/yp_nomail.shFrédéric Buclin2-94/+1