summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
AgeCommit message (Collapse)AuthorFilesLines
2004-02-13Fix for bug 234100: removes redundant longdescs table join criterionmyk%mozilla.org1-1/+0
r=justdave
2004-01-26Fix for bug 232164: Adds backwards-compatibility hack for changedin queries ↵myk%mozilla.org1-16/+27
for newly created bugs and simplifies the code. r=bbaetz
2004-01-26Fix for bug 232150: Corrects "field changed" queries including [Bug ↵myk%mozilla.org1-10/+19
creation] as one of the fields so that they actually work instead of taking forever. The query was structured as "[Bug creation] clause OR (bugs_activity JOIN clause OR (other field clauses))" when it should have been "bugs_activity JOIN CLAUSE AND ([Bug creation] clause OR other field clauses)" r=bbaetz a=myk
2004-01-21Bug 225075: Fix exact case search so it only selects bugs with matching case ↵bugreport%peshkin.net1-1/+1
strings. r=bbaetz, a=justdave
2003-11-23Bug 226284 - slow queries for creation_tsbbaetz%acm.org1-1/+1
r,a=justdave
2003-11-03Bu 210735 - collectstats.pl broken. Removes "uninitialised value" warning. ↵gerv%gerv.net1-2/+1
Patch by gerv; r=bbaetz, a=justdave.
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-4/+5
r,a=justdave
2003-09-03Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org1-2/+66
of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
2003-08-27Fix for bug 217029: creates appropriate date string if string is empty now ↵myk%mozilla.org1-0/+4
that Date::Parse 2.27 doesn't do it for us auto-magically. r=justdave a=justdave
2003-06-13Bug 207096 minor spelling fixes for Bugzilla/Search.pmtimeless%mozdev.org1-6/+6
r=justdave a=justdave
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-9/+12
r=myk,jake
2003-05-23Bug 37749 - query for changes to specific field in last n days not working. ↵gerv%gerv.net1-51/+52
Rearrange time-based query UI to be more sane. Patch by mailto:anthony@itia.ntua.gr; r=gerv.
2003-05-03Bug 204104 - internal error in Search.pm when searching for invalidbbaetz%acm.org1-5/+6
keywords/email patch by mike.morgan@oregonstate.edu (michael morgan) r=bbaetz a=justdave
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-10/+9
r=gerv a=justdave
2003-03-09Fix for bug 191051: make substring searches actually do substring instead of ↵myk%mozilla.org1-1/+1
anyexact. r+a=justdave
2002-11-22Bug 180980 Doing 2 email searches fails when searching for CC list membersbugreport%peshkin.net1-8/+21
Patch by bugreport@peshkin.net r=myk, a=justdave
2002-11-18Bug 179960 - Qucksearch queries are slow and timeoutbbaetz%student.usyd.edu.au1-9/+30
fixed by adding subselect emulation for product/component lookups r=joel, a=justdave
2002-11-14Bug 179697 - OR terms need extra level of bracketingbbaetz%student.usyd.edu.au1-0/+1
r=myk, a=justdave
2002-11-12Bug 179491 Searchs of attachments containing a string do not enforce ↵bugreport%peshkin.net1-0/+3
attchment privacy r=bbaetz a=justdave
2002-11-10Bug 179238 - searching by commenter is ignored if you do 'exact' orbbaetz%student.usyd.edu.au1-4/+4
'contains' r, a=myk
2002-11-10Bug 179242 Part 2 - Handle both conditions for the if blockjake%bugzilla.org1-2/+2
r=bbaetz
2002-11-10Bug 178383 - product/component query conditions appear twicebbaetz%student.usyd.edu.au1-14/+0
r=myk, justdave a=justdave
2002-11-10Bug 179193 - anyexact should use IN, not ORbbaetz%student.usyd.edu.au1-2/+4
r=gerv, a=justdave
2002-11-10Bug 179242 Searching for comment contains string + email gives "Not unique ↵bugreport%peshkin.net1-1/+1
table/alias: 'longdescs_' at globals.pl line 242" r=jake a=myk
2002-11-09Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au1-21/+33
Patch by joel, dkl + me r=myk, a=justdave
2002-11-07Fix for bug 178801: Missing &:: caused function call to fail, resulting in ↵myk%mozilla.org1-1/+1
server error. r=justdave a=justdave
2002-11-07Fix for bug 178801: missing &:: caused function not to be found, resulting ↵myk%mozilla.org1-1/+1
in server error r=justdave
2002-11-05Bug 173571 - Turn "all selected" into "none selected" for efficiency. Patch ↵gerv%gerv.net1-0/+20
by gerv; r=justdave.
2002-11-04Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch bykiko%async.com.br1-3/+6
Toms Baugis, r=kiko, 2xr=joel.
2002-11-02Bug 127200 Query for CC/longdesc/OR takes long timebugreport%peshkin.net1-7/+70
r=gerv
2002-10-26Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au1-56/+54
r=gerv, justdave
2002-10-13Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net1-0/+61
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net1-6/+1
Patch by gerv; r=burnus.
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-69/+59
enhancements to attachment statuses. r=gerv,bbaetz
2002-09-25Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net1-0/+4
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-7/+29
r=bbaetz, gerv
2002-09-14Bug 168075 - Undefined subroutine &main::Error called at ↵gerv%gerv.net1-1/+1
/opt/webtools/bugzilla/buglist.cgi line 1005. Patch by gerv; r=bbaetz.
2002-09-11Bug 167595 - Query - multiple-select product (and probably component) brokenbugreport%peshkin.net1-2/+4
2xr = bbaetz
2002-09-05Bug 165756 - Running tests without checksetup causes failurebbaetz%student.usyd.edu.au1-2/+1
r=joel, jake
2002-08-29Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au1-1/+2
r=joel, preed
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-26Bug 164566 - Param and UserInGroup are not defined in Bugzilla::Searchbbaetz%student.usyd.edu.au1-1/+2
r= joel x2
2002-08-22Bug 163570 - Bugzilla::Search missing Date::Format includebbaetz%student.usyd.edu.au1-0/+2
patch by jussi@comlink.fi (Jussi Sirpoma), r=bbaetz x2
2002-08-20Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net1-0/+3
Attachments. Patch by bugreport@peshkin.net; r=gerv.
2002-08-19Big 163291 - Move utility funcs into a modulebbaetz%student.usyd.edu.au1-19/+21
r=preed x2
2002-08-17Bug 162854 - buglist.cgi reporter is actually ownerbbaetz%student.usyd.edu.au1-1/+1
r=joel x2
2002-08-16Bug 162066 - Fix callers of ThrowCodeError to use messages in ↵gerv%gerv.net1-10/+9
code-error.html.tmpl. Patch by gerv; r=bbaetz.
2002-08-16Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵gerv%gerv.net1-25/+12
by gerv; r=bbaetz.
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-8/+50
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-08-10Fix another un-globalised SqlQuote(). Oops.gerv%gerv.net1-1/+1