Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 678357: Fix 'limit' parameter in the saved searches results | Tiago Mello | 2011-08-16 | 1 | -1/+1 |
| | | | | r/a=mkanat | ||||
* | Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgi | Frédéric Buclin | 2011-08-17 | 1 | -8/+8 |
| | | | | r=timello a=LpSolit | ||||
* | Bug 647649: Change the old "Boolean Charts" UI into the new AND/OR | Max Kanat-Alexander | 2011-05-31 | 1 | -13/+0 |
| | | | | | "Custom Search" UI. r=timello, a=mkanat | ||||
* | Bug 632718: Only return 500 search results unless the user specifically | Max Kanat-Alexander | 2011-03-02 | 1 | -0/+11 |
| | | | | | requests to see more. r=dkl, a=mkanat | ||||
* | Bug 480044: Use dashes instead of colons to separate bug IDs in the BUGLIST ↵ | Frédéric Buclin | 2011-02-14 | 1 | -1/+1 |
| | | | | | | cookie, because colons are HTML-escaped, making the cookie bigger than the 4k limit r=mkanat a=LpSolit | ||||
* | Bug 417551: Make it possible for CSV headers to be the field description | Michael J Tosh | 2011-02-14 | 1 | -0/+4 |
| | | | | | | instead of the field name, and have the buglist.cgi link give you CSV like this by default. r=mkanat, a=mkanat | ||||
* | Bug 535571: Allow Search.pm to accept "limit" and "offset" as parameters. | Max Kanat-Alexander | 2011-02-11 | 1 | -12/+4 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 616185: Move tags (aka lists of bugs) to their own DB tables | Frédéric Buclin | 2011-01-30 | 1 | -90/+35 |
| | | | | r/a=mkanat | ||||
* | Bug 621090 - [SECURITY] Adding saved searches lacks CSRF protection | David Lawrence | 2011-01-06 | 1 | -0/+2 |
| | | | | r/a=mkanat | ||||
* | Bug 615574: Make every search done by buglist.cgi create a list_id, so that | Max Kanat-Alexander | 2010-12-27 | 1 | -23/+1 |
| | | | | | even Saved Searches get "last list" support. r=LpSolit, a=LpSolit | ||||
* | Bug 77193 - Add the ability to retire (disable) old versions, components and ↵ | Dave Lawrence | 2010-08-31 | 1 | -4/+4 |
| | | | | | | milestones r/a=mkanat | ||||
* | Bug 581622: When a quicksearch includes the "content" field, it is limited ↵ | Frédéric Buclin | 2010-08-02 | 1 | -1/+0 |
| | | | | | | to 200 bugs r/a=mkanat | ||||
* | Bug 398308: Make Search.pm take a hashref for its "params" argument | Max Kanat-Alexander | 2010-07-15 | 1 | -1/+1 |
| | | | | | instead of taking a CGI object. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 577800: Finish the cleanup of Search.pm's "init" function by removing | Max Kanat-Alexander | 2010-07-15 | 1 | -1/+1 |
| | | | | | | | it and having its work be done by a new "sql" accessor instead. Also adds some comments, moves functions around into sections, and creates a new _user accessor. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with | Max Kanat-Alexander | 2010-06-15 | 1 | -33/+40 |
| | | | | | multiple buglists at once r=glob, a=mkanat | ||||
* | Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵ | Frédéric Buclin | 2010-05-20 | 1 | -1/+1 |
| | | | | | | ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit | ||||
* | Bug 486050: Bugzilla should prefill quicksearch box when showing search ↵ | David Lawrence | 2010-05-12 | 1 | -0/+3 |
| | | | | | | results from a quicksearch r/a=mkanat | ||||
* | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 2010-04-22 | 1 | -7/+7 |
| | | | | r=timello, a=mkanat | ||||
* | Bug 513989 - large search query causing internal server error (500) but ↵ | Dave Lawrence | 2010-03-03 | 1 | -3/+5 |
| | | | | | | valid redirect 302 returned r=mkanat, a=mkanat | ||||
* | Bug 286041 - Allow people to undo "forget search" | Kent Rogers | 2010-03-01 | 1 | -5/+4 |
| | | | | r=mkanat, a=mkanat | ||||
* | Bug 537834 - "Buglist results using atom ctype do not display users with ↵ | Reed Loden | 2010-02-28 | 1 | -0/+2 |
| | | | | | | empty real names" [r=LpSolit a=LpSolit] | ||||
* | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 2010-02-15 | 1 | -18/+0 |
| | | | | r=mkanat, a=mkanat, a=LpSolit | ||||
* | Bug 535675: Typing +foo in the QuickSearch box throws an "uninitialized ↵ | lpsolit%gmail.com | 2010-01-06 | 1 | -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.com | 2009-11-10 | 1 | -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.com | 2009-11-03 | 1 | -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 links | mkanat%bugzilla.org | 2009-10-29 | 1 | -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.com | 2009-10-26 | 1 | -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::Saved | mkanat%bugzilla.org | 2009-08-21 | 1 | -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.org | 2009-08-11 | 1 | -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.org | 2009-07-07 | 1 | -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.org | 2009-07-07 | 1 | -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.com | 2009-05-25 | 1 | -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.com | 2009-05-25 | 1 | -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 Chrome | lpsolit%gmail.com | 2009-05-22 | 1 | -7/+4 |
| | |||||
* | Bug 290631 - iCalendar export should include priority | bbaetz%acm.org | 2009-05-14 | 1 | -0/+11 |
| | | | | r/a=mkanat | ||||
* | Bug 491679: Do not store the buglist sort order of shared saved searches in ↵ | lpsolit%gmail.com | 2009-05-06 | 1 | -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.com | 2009-03-06 | 1 | -2/+0 |
| | | | | notes for Bugzilla 2.20) - r=mkanat on IRC | ||||
* | Bug 476943 - Edit multiple issues token after switching to shadow DB | ghendricks%novell.com | 2009-02-05 | 1 | -0/+4 |
| | | | | patch by ghendricks@novell.com r=mkanat a=mkanat | ||||
* | Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵ | lpsolit%gmail.com | 2009-02-02 | 1 | -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.com | 2009-02-02 | 1 | -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 users | mkanat%bugzilla.org | 2009-01-29 | 1 | -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.com | 2009-01-15 | 1 | -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.com | 2009-01-04 | 1 | -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.org | 2008-12-06 | 1 | -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.com | 2008-09-24 | 1 | -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 regression | mkanat%bugzilla.org | 2008-09-18 | 1 | -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.org | 2008-09-12 | 1 | -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.com | 2008-08-28 | 1 | -12/+7 |
| | | | | <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 182238: Allow users to choose what time zone to display times in - Patch ↵ | lpsolit%gmail.com | 2008-08-27 | 1 | -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.com | 2008-08-08 | 1 | -0/+2 |
| | | | | in buglists throws a SQL error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat |