aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 513989 - large search query causing internal server error (500) but ↵Dave Lawrence2010-03-031-3/+5
| | | | | | valid redirect 302 returned r=mkanat, a=mkanat
* Bug 286041 - Allow people to undo "forget search"Kent Rogers2010-03-011-5/+4
| | | | r=mkanat, a=mkanat
* Bug 537834 - "Buglist results using atom ctype do not display users with ↵Reed Loden2010-02-281-0/+2
| | | | | | empty real names" [r=LpSolit a=LpSolit]
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-18/+0
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 535675: Typing +foo in the QuickSearch box throws an "uninitialized ↵lpsolit%gmail.com2010-01-061-1/+3
| | | | value" warning (missing 'order' parameter) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-1/+1
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 526271: Uninitialized value in can_enter_product() due to a missing ↵lpsolit%gmail.com2009-11-031-1/+1
| | | | argument - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 524234: When there are no search results, include helpful linksmkanat%bugzilla.org2009-10-291-16/+29
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 524395: Boolean charts And, Or, "add another chart" buttons do no work ↵lpsolit%gmail.com2009-10-261-12/+13
| | | | with JS turned off - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org2009-08-211-52/+13
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org2009-08-111-5/+8
| | | | | | to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org2009-07-071-156/+36
| | | | | | 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 502641: Fix various problems that would occur when you would log in from ↵mkanat%bugzilla.org2009-07-071-11/+11
| | | | | | buglist.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 494643: Do not pass the same columns twice to the SQL query - Patch by ↵lpsolit%gmail.com2009-05-251-2/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 494369: Do not throw an error if the 'order' parameter contains invalid ↵lpsolit%gmail.com2009-05-251-12/+7
| | | | columns for buglists - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Back out bug 441496: it breaks Safari and Google Chromelpsolit%gmail.com2009-05-221-7/+4
|
* Bug 290631 - iCalendar export should include prioritybbaetz%acm.org2009-05-141-0/+11
| | | | r/a=mkanat
* Bug 491679: Do not store the buglist sort order of shared saved searches in ↵lpsolit%gmail.com2009-05-061-1/+1
| | | | cookies - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Remove the unused 'unconfirmedstate' variable (as mentioned in the release ↵lpsolit%gmail.com2009-03-061-2/+0
| | | | notes for Bugzilla 2.20) - r=mkanat on IRC
* Bug 476943 - Edit multiple issues token after switching to shadow DBghendricks%novell.com2009-02-051-0/+4
| | | | patch by ghendricks@novell.com r=mkanat a=mkanat
* Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵lpsolit%gmail.com2009-02-021-5/+14
| | | | 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/+2
| | | | 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-8/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 344878: Automatically generate list of acceptable columns for ↵lpsolit%gmail.com2009-01-151-50/+46
| | | | buglist.cgi from the database - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
* Bug 316425: Summarize time estimates on buglist page - Patch by Aaron Larson ↵lpsolit%gmail.com2009-01-041-0/+31
| | | | <aaron@larsonsonline.net> r=wicked a=LpSolit
* Bug 463002 - Show a description of what you searched for, at the top of ↵mkanat%bugzilla.org2008-12-061-1/+1
| | | | | | buglist.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 456642 - Mass bug edit form for buglist.cgi shows inactive bug statuses ↵dkl%redhat.com2008-09-241-2/+5
| | | | | | in drop down Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-181-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 15089: Make buglist.cgi shorten search URLs by cleaning them and then ↵mkanat%bugzilla.org2008-09-121-0/+11
| | | | | | redirecting with the cleaned URL. Patch By Mikhail Gusarov <dottedmag@altlinux.org> r=mkanat, a=mkanat
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-08-281-12/+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-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 449693: If a custom multi-select field is active, displaying all columns ↵lpsolit%gmail.com2008-08-081-0/+2
| | | | in buglists throws a SQL error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 432931: [Oracle] Saved Searches that search multi-byte characters return ↵mkanat%bugzilla.org2008-08-081-0/+6
| | | | | | empty results Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=xiaoou, a=mkanat
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-081-1/+1
| | | | 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/+7
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 441496 - Use server push (multipart/x-mixed-replace) with compatible ↵gerv%gerv.net2008-07-071-4/+7
| | | | versions of Safari. Patch by gerv; r,a=LpSolit.
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-301-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org2008-06-281-0/+2
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 433514: Renaming a saved search with the same name of different case ↵lpsolit%gmail.com2008-05-141-1/+2
| | | | causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-101-1/+1
| | | | | Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
* Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ↵lpsolit%gmail.com2008-03-181-16/+34
| | | | product-specific editbugs for ALL tickets - Patch by miketosh <michael.j.tosh@lmco.com> r/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
* Bug 90334: Do not display the "change several bugs at once" form if there ↵lpsolit%gmail.com2008-02-091-1/+1
| | | | are no bugs in the buglist - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-10/+14
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 383643: When using "Find a specific bug", the generated buglist does not ↵lpsolit%gmail.com2008-01-121-1/+1
| | | | let you change the sort order - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
* Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ↵lpsolit%gmail.com2007-11-031-2/+4
| | | | ("Ascending" and "Descending") - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com2007-10-091-1/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Fixing bug 395771 for reallpsolit%gmail.com2007-09-211-1/+1
|
* Bug 395771: Advanced search results sorted incorrectly when sorted by ↵lpsolit%gmail.com2007-09-201-1/+1
| | | | importance - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit