Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-08 | Bug 577149: Make convert-workflow rename values in saved searches | Max Kanat-Alexander | 1 | -0/+31 | |
r=LpSolit, a=LpSolit | |||||
2010-07-06 | Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED, | Max Kanat-Alexander | 1 | -2/+2 | |
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat | |||||
2010-06-24 | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 2 | -5/+1 | |
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat | |||||
2010-06-16 | A few tinderbox bustage fixes from the checkin of bug 24896. | Max Kanat-Alexander | 1 | -1/+1 | |
2010-06-16 | Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with | Max Kanat-Alexander | 1 | -0/+147 | |
multiple buglists at once r=glob, a=mkanat | |||||
2010-03-29 | Bug 554986: Add a "notmatches" search type, which allows the minus sign | Max Kanat-Alexander | 1 | -11/+2 | |
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit | |||||
2010-03-29 | Bug 554819: Make Quicksearch use Text::ParseWords instead of its custom | Max Kanat-Alexander | 1 | -32/+4 | |
splitString method. r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 550148: Using Quicksearch with a comma-separated list of bug ids was | Max Kanat-Alexander | 1 | -1/+1 | |
throwing an error, and this patch fixes it r=LpSolit, a=LpSolit | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -18/+0 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-10 | Bug 527641 - "QuickSearch should include aliases in default search chart" ↵ | Reed Loden | 1 | -0/+1 | |
[r=mkanat a=mkanat] | |||||
2010-02-01 | Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵ | Frédéric Buclin | 1 | -1/+1 | |
bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-12-17 | Bug 518459: Remove certain QuickSearch features that are no longer needed ↵ | mkanat%bugzilla.org | 1 | -44/+2 | |
(after the re-work) and may be confusing Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-08 | Bug 518024: Make quicksearch accept any field name or any unique starting ↵ | mkanat%bugzilla.org | 1 | -67/+144 | |
substring of a fieldname Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-09-22 | Bug 490551: Refactor Bugzilla::Search::QuickSearch::quicksearch into a ↵ | mkanat%bugzilla.org | 1 | -252/+290 | |
series of subroutines Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | |||||
2009-08-21 | Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Saved | mkanat%bugzilla.org | 1 | -5/+65 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-07-20 | Bug 314364: Make QuickSearch use "matches" for comment searches instead of ↵ | mkanat%bugzilla.org | 1 | -10/+3 | |
"substring" Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | |||||
2009-05-20 | Bug 302511: Remove QuickSearch's dependency on default priority values | mkanat%bugzilla.org | 1 | -3/+19 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat | |||||
2009-04-29 | Bug 490562: QuickSearch "+" operator adds $qsword over and over for @subWords | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-03-04 | Bug 474779: Quicksearch cannot find mixed/upper case keywords - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Kent Rogers <kar@cray.com> r/a=LpSolit | |||||
2008-11-09 | Bug 364162: Code determining if named queries should be shown in the page ↵ | lpsolit%gmail.com | 1 | -0/+24 | |
footer is suboptimal - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-10-11 | Bug 458189: Quicksearches starting with +DUP return no results - Patch by ↵ | lpsolit%gmail.com | 1 | -3/+5 | |
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap r=wicked a=LpSolit | |||||
2008-05-14 | Bug 433514: Renaming a saved search with the same name of different case ↵ | lpsolit%gmail.com | 1 | -1/+4 | |
causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-01-05 | Bug 405476: flag:review? not understood by QuickSearch - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
2007-12-03 | Bug 400243: "votes:n" quicksearch should be "at least n votes", not "more ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
than n votes" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit | |||||
2007-11-19 | Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ↵ | lpsolit%gmail.com | 1 | -3/+2 | |
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat | |||||
2007-10-09 | Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-07-20 | Bug 365082: QuickSearch using unknown field makes Bugzilla hang - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+13 | |
Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit | |||||
2007-07-19 | Bug 329701: Add flag support to QuickSearch - Patch by Teemu Mannermaa ↵ | lpsolit%gmail.com | 1 | -0/+13 | |
<wicked@sci.fi> r/a=LpSolit | |||||
2007-07-13 | Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit | |||||
2007-06-13 | Bug 383935: Display how many other users have chosen to see your saved ↵ | lpsolit%gmail.com | 1 | -0/+23 | |
search in their footer - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit | |||||
2007-03-25 | Bug 371475: Quicksearch should include OS field (in addition to Platform ↵ | lpsolit%gmail.com | 1 | -2/+6 | |
field) by default - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit | |||||
2007-03-17 | Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu ↵ | lpsolit%gmail.com | 1 | -12/+6 | |
Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit | |||||
2007-03-17 | Bug 174085: Want to be able to query via group in quicksearch - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit | |||||
2006-11-13 | Checkin fix for bug 360028. | mkanat%bugzilla.org | 1 | -0/+1 | |
2006-11-13 | Bug 360028: Bugzilla::Search::Saved should have create() and update(), and ↵ | mkanat%bugzilla.org | 1 | -0/+78 | |
buglist.cgi should use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-11-04 | Bug 352403: Create an object for saved searches, and have Bugzilla::User use it | mkanat%bugzilla.org | 1 | -0/+186 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-26 | Bug 338869: The 'quicksearch' field in the footer redirects to http:// even ↵ | lpsolit%gmail.com | 1 | -6/+5 | |
when sslbase is in use - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-07-14 | Bug 343338: Eliminate "my" variables from the root level of modules | mkanat%bugzilla.org | 1 | -19/+25 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -6/+7 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 1 | -8/+9 | |
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache | |||||
2006-06-20 | Bug 342053: Quicksearch.pm defines $cgi outside routines - Patch by ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk | |||||
2006-06-15 | Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch ↵ | lpsolit%gmail.com | 1 | -1/+0 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-01 | Bug 329377: Bugzilla::Object base class for objects | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave | |||||
2006-03-09 | Bug 328638: Remove @::legal_keywords and %::keywordsbyname | mkanat%kerio.com | 1 | -1/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-03-07 | Bug 282628: Move OpenStates and IsOpenedState out of globals.pl | mkanat%kerio.com | 1 | -2/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk | |||||
2005-08-27 | Bug 305333: Move attachments.thedata to its own table | bugreport%peshkin.net | 1 | -2/+2 | |
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave | |||||
2005-08-22 | Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - ↵ | lpsolit%gmail.com | 1 | -0/+499 | |
Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk |