aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/list
Commit message (Collapse)AuthorAgeFilesLines
* Bug 474738: Make all of the "not" search types show up in search descriptionsMax Kanat-Alexander2010-02-281-2/+3
| | | | r=LpSolit, a=LpSolit
* Bug 537834 - "Buglist results using atom ctype do not display users with ↵Reed Loden2010-02-281-3/+3
| | | | | | empty real names" [r=LpSolit a=LpSolit]
* Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak2010-02-211-2/+4
| | | | r=LpSolit, a=mkanat
* Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander2010-02-171-7/+3
| | | | r=ghendricks, a=mkanat
* Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-171-3/+2
| | | | r=mkanat, a=mkanat
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+1
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-0/+2
| | | | | | component r=dkl, a=mkanat
* Bug 470608: <colgroup> is not well supported - Patch by Aaron Larson ↵lpsolit%gmail.com2009-12-171-13/+4
| | | | <aaron@larsonsonline.net> r/a=LpSolit
* Bug 524067: Template Hook: list/edit-multiple before groupsmkanat%bugzilla.org2009-12-041-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-184-30/+10
| | | | | | a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-102-2/+2
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 450747: Minor JS cleanup for the "edit multiple bugs" pagemkanat%bugzilla.org2009-11-091-5/+8
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat
* Bug 524234: When there are no search results, include helpful linksmkanat%bugzilla.org2009-10-291-9/+34
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 524244: Make the HTML buglist not display a header if there are no bugs ↵mkanat%bugzilla.org2009-10-261-0/+4
| | | | | | found. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-304-10/+10
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 164009: Add arrows to buglist columns to indicate columns and direction ↵wicked%sci.fi2009-09-271-14/+32
| | | | used for buglist sorting. Original patch by Jesse Clark <jjclark1982@gmail.com> and modified by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵lpsolit%gmail.com2009-08-181-0/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 510944: Sorting bug lists on some fields can fail - Patch by ↵lpsolit%gmail.com2009-08-181-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 506056 - Status and Resolution in Search description not localizable.wurblzap%gmail.com2009-07-231-1/+11
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
* Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵mkanat%bugzilla.org2009-07-201-1/+4
| | | | | | attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 472274: Solid black line on the timetracking summary row of buglist ↵wicked%sci.fi2009-07-171-4/+7
| | | | looks too heavy, use lighter approach suggested by Aaron Larson - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org2009-07-071-14/+14
| | | | | | the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 290631 - iCalendar export should include prioritybbaetz%acm.org2009-05-141-0/+1
| | | | r/a=mkanat
* Bug 103523: Don't split buglist table every 100 bugs for new browsersmkanat%bugzilla.org2009-04-281-14/+5
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 480061: Lots of JS was toggling the "display" attribute instead of ↵mkanat%bugzilla.org2009-02-251-8/+8
| | | | | | removing/adding the bz_default_hidden class. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-121-2/+1
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 341542: Include timestamp of query execution in programmatic search ↵lpsolit%gmail.com2009-02-111-0/+1
| | | | output (RDF) - Patch by Frank Becker <Frank@Frank-Becker.de> r/a=LpSolit
* Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵lpsolit%gmail.com2009-02-021-2/+3
| | | | confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com2009-02-021-0/+1
| | | | bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 316425: Summarize time estimates on buglist page - Patch by Aaron Larson ↵lpsolit%gmail.com2009-01-041-0/+33
| | | | <aaron@larsonsonline.net> r=wicked a=LpSolit
* Bug 99205: Allow mass-editing of dependenciesdkl%redhat.com2009-01-041-0/+30
| | | | Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com2008-12-291-2/+0
| | | | usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 460909 - Mass edit bug form does not allow adding private commentsdkl%redhat.com2008-12-171-1/+8
| | | | Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 463002 - Show a description of what you searched for, at the top of ↵mkanat%bugzilla.org2008-12-061-6/+21
| | | | | | buglist.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the ↵lpsolit%gmail.com2008-11-061-0/+3
| | | | quips (including bypassing moderation) - Patch by Robin H. Johnson <robbat2@gentoo.org> r/a=LpSolit
* Bug 420862: Show abbreviated content in bug lists fully in tooltips - Patch ↵lpsolit%gmail.com2008-10-101-0/+13
| | | | by Mikhail Gusarov <dottedmag@altlinux.org> r/a=LpSolit
* Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-182-9/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Remove useless </center>, see bug 216557 comment 60lpsolit%gmail.com2008-09-171-1/+0
|
* Bug 216557: Be able to specify the order of the columns in a bug list - ↵lpsolit%gmail.com2008-09-111-9/+52
| | | | Patch by Pascal Held <paheld+bugzilla@gmail.com> r=LpSolit r=pyrzak a=LpSolit
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-08-283-11/+7
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com2008-08-271-5/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 443479 – Clicking "Reset to Bugzilla default" when editing columns ↵dkl%redhat.com2008-08-081-5/+1
| | | | | | for a saved search does not reset them properly Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-081-2/+2
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org2008-08-011-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to displaymkanat%bugzilla.org2008-06-041-0/+2
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry ↵lpsolit%gmail.com2008-04-191-0/+1
| | | | <mmchenry@carnegielearning.com> r/a=LpSolit
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-101-47/+47
| | | | | Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
* Bug 391949 colchange, login, and a number of other forms are missing a space ↵timeless%mozdev.org2008-03-311-3/+3
| | | | | | before checked r=vladd a=lpsolit
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com2008-02-251-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat