summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
AgeCommit message (Collapse)AuthorFilesLines
2010-07-07Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵Frédéric Buclin1-13/+0
Bugzilla::Product->check() r=mkanat a=LpSolit
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2-1/+4
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-07-01Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander1-0/+3
instead of from a static list r=glob, a=mkanat
2010-06-25Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander1-4/+4
names instead of ids r=dkl, a=mkanat
2010-06-23Bug 573172: Prepare set_all for being used in a context other thanMax Kanat-Alexander1-0/+4
process_bug.cgi r=dkl, a=mkanat
2010-06-22Bug 568595: Add a hook to the end of variables.none.tmplTiago Mello1-0/+2
r=mkanat, a=mkanat
2010-06-22Bug 568383: Add a new hook in the header.html.tmpl template right after <head>Tiago Mello1-0/+1
r=mkanat, a=mkanat
2010-06-22Bug 398473: User preference for the position of the comment boxMatt McHenry1-0/+3
r=mkanat, a=mkanat
2010-06-22Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander1-6/+15
r=glob, a=mkanat
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander3-13/+4
called OldBugMove. r=dkl, a=mkanat
2010-06-18Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander1-2/+41
r=glob, a=mkanat
2010-06-16Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander1-0/+2
multiple buglists at once r=glob, a=mkanat
2010-05-28Bug 568609: Duplicated "Bugzilla" word in the page header of ↵Tiago Mello1-1/+1
describecomponents.cgi r/a=LpSolit
2010-05-25Bug 567303: Implement a working algorithm for sorting fields based onMax Kanat-Alexander1-0/+5
VALIDATOR_DEPENDENCIES in Bugzilla::Object. (The previous code did not actually sort fields correctly.) r=timello, a=mkanat
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin2-18/+8
ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
2010-05-19Bug 565899: Make the html_linebreak filter safe by having it first call theMax Kanat-Alexander2-2/+2
"html" filter r=LpSolit, a=LpSolit
2010-05-19Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2-0/+10
creating/changing bugs r=mkanat, a=mkanat
2010-05-14Need to do FILTER html FILTER html_linebreak to actually have a safe filter.Max Kanat-Alexander1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=372537
2010-05-14Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander1-4/+5
the default value r=LpSolit, a=LpSolit
2010-05-14Bug 372537: Improve CodeErrors: show the traceback (without functionMax Kanat-Alexander1-0/+3
arguments) r=LpSolit, a=LpSolit
2010-05-14Bug 565880: Do not throw an error when obsoleting an already obsolete attachmentFrédéric Buclin1-4/+0
a=LpSolit
2010-05-14Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should ↵Frédéric Buclin2-10/+11
be user errors, not code errors a=LpSolit
2010-05-12Bug 486050: Bugzilla should prefill quicksearch box when showing search ↵David Lawrence1-1/+2
results from a quicksearch r/a=mkanat
2010-04-27Bug 550727: Add JSONP Support to the JSON-RPC WebService InterfaceMax Kanat-Alexander1-0/+5
r=dkl, a=mkanat
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander1-2/+12
r=dkl, a=mkanat
2010-04-08Bug 69621: Remove the keyword cache (which is not updated on keyword ↵Frédéric Buclin1-11/+1
rename/delete) r/a=mkanat
2010-03-29Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander2-3/+1
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit
2010-03-29Bug 555089: Add hooks in the messages template to warn the user after ↵Tiago Mello1-0/+3
updating classification or components custom fields r/a=mkanat
2010-03-28Bug 553913: Add explicit error codes to WebService errors that were missingMax Kanat-Alexander1-1/+2
them r=dkl, a=mkanat
2010-03-24Bug 553770: Make the JSON-RPC WebService throw a proper error when you don'tMax Kanat-Alexander1-0/+4
provide login credentials on a LOGIN_REQUIRED page. (Before this, it was attempting to display the HTML login page to JSON-RPC clients.) r=dkl, a=mkanat
2010-03-23Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pmDavid Lawrence1-2/+2
r/a=mkanat
2010-03-14Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander1-74/+83
field-descs globally for all template calls r=LpSolit, a=LpSolit
2010-03-02Bug 286041 - Allow people to undo "forget search"Kent Rogers1-1/+1
r=mkanat, a=mkanat
2010-02-24Fix bustage (unused error tag)Frédéric Buclin1-4/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=526184
2010-02-24Bug 547496: Add IDs to some form elementsFrédéric Buclin1-2/+6
r=pyrzak a=LpSolit
2010-02-22Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak2-10/+26
r=LpSolit, a=mkanat
2010-02-18Bug 533018: "Confirm match" displays full email address to logged-out users ↵Frédéric Buclin1-3/+7
in request.cgi r/a=mkanat
2010-02-17Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander1-2/+3
r=LpSolit, a=LpSolit
2010-02-16Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander1-5/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=372979
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander4-46/+41
r=mkanat, a=mkanat, a=LpSolit
2010-02-08Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark1-0/+6
blocks/dependson) r=mkanat, a=mkanat
2010-02-08Bug 518293: Improve and Simplify the QuickSearch DocumentationMax Kanat-Alexander2-3/+4
r=LpSolit, a=LpSolit
2010-02-06Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin1-0/+3
r/a=mkanat
2010-02-03Remove the <link> tags in the <head> for Saved SearchesJustin Wood1-6/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=303126
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-1/+1
component r=dkl, a=mkanat
2010-02-02Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander1-2/+7
r=LpSolit, a=LpSolit
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-91/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-0/+6
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2010-01-05Bug 467992: Login fails if the user's LDAP account is denied search in LDAP ↵lpsolit%gmail.com1-1/+5
- Patch by Adam Batkin <adam@batkin.net> r/a=mkanat
2009-12-31Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵mkanat%bugzilla.org1-2/+5
in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit